From a73f654d822d2452e17243b4d4a9c96241726102 Mon Sep 17 00:00:00 2001 From: Mantas Vidutis Date: Tue, 3 Jan 2023 15:46:18 +0700 Subject: [PATCH] pulling main and adding changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e037bb599e..dabec00c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,10 +65,13 @@ and this project adheres to `HttpBatchClientOptions`, `RpcClient` ([#1311]). - @cosmjs/tendermint-rpc: Send batch immediately when full in `HttpBatchClient` ([#1310]). +- @cosmjs/stargate: Add `granteeGrants` and `granterGrants` queries to + `AuthzExtension` ([#1308]). [#1309]: https://github.com/cosmos/cosmjs/issues/1309 [#1310]: https://github.com/cosmos/cosmjs/issues/1310 [#1311]: https://github.com/cosmos/cosmjs/issues/1311 +[#1308]: https://github.com/cosmos/cosmjs/pull/1308 ### Fixed