From 0701bac652ab8e6a27e94191423cd64f48cff290 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 19 Jun 2023 15:01:20 +0200 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb059965..c1102f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,15 @@ and this project adheres to - @cosmjs/cosmwasm-stargate: Add `SigningCosmWasmClient.instantiate2` ([#1407]). - @cosmjs/stargate: `IndexedTx` and `DeliverTxResponse` now have a `msgResponses` field ([#1305]). +- @cosmjs/cosmwasm-stargate: Add `CosmWasmClient.broadcastTxSync` and + `SigningCosmWasmClient.signAndBroadcastSync` to allow broadcasting without + waiting for block inclusion. ([#1396]) +- @cosmjs/stargateAdd `StargateClient.broadcastTxSync` and + `SigningStargateClient.signAndBroadcastSync` to allow broadcasting without + waiting for block inclusion. ([#1396]) [#1305]: https://github.com/cosmos/cosmjs/issues/1305 +[#1396]: https://github.com/cosmos/cosmjs/pull/1396 [#1407]: https://github.com/cosmos/cosmjs/pull/1407 ### Changed