From 428798391a90c3fe8fcb317bd407ba4761708ea4 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 6 Mar 2023 15:40:28 +0100 Subject: [PATCH] Add CHANGELOG entry for instantiate2Address --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4f4d97bf..470eb43f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,9 +45,12 @@ and this project adheres to - @cosmjs/cosmwasm-stargate: Add constructors `CosmWasmClient.create` and `SigningCosmWasmClient.createWithSigner` to construct with a given Tendermint client ([#1376]). +- @cosmjs/cosmwasm-stargate: Add `instantiate2Address` to pre-calculate + addresses for Instantiate2 ([#1253]). - @cosmjs/stargate: Add `txIndex` to `DeliverTxResponse` and `IndexedTx` ([#1361]). +[#1253]: https://github.com/cosmos/cosmjs/pull/1253 [#1308]: https://github.com/cosmos/cosmjs/pull/1308 [#1361]: https://github.com/cosmos/cosmjs/issues/1361 [#1376]: https://github.com/cosmos/cosmjs/pull/1376