From 15fc60d640c5fd4dca2462e70a2fd2141b3bec32 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 19 Jun 2023 15:14:27 +0200 Subject: [PATCH] CHANGELOG: Add Amino JSON support for instantiate_permission --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c8face..264926d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,10 @@ and this project adheres to - @cosmjs/stargateAdd `StargateClient.broadcastTxSync` and `SigningStargateClient.signAndBroadcastSync` to allow broadcasting without waiting for block inclusion. ([#1396]) +- @cosmjs/cosmwasm-stargate: Add Amino JSON support for + `MsgStoreCode.instantiate_permission`. ([#334]) +[#334]: https://github.com/cosmos/cosmjs/issues/334 [#1266]: https://github.com/cosmos/cosmjs/issues/1266 [#1305]: https://github.com/cosmos/cosmjs/issues/1305 [#1396]: https://github.com/cosmos/cosmjs/pull/1396