From 4c4c181e40ddbb798cc212051d48f7e9a98ac44b Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 17 May 2021 12:22:32 +0200 Subject: [PATCH] Add CHANGELOG entry for the fix --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c1ef6f..cbf741b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to ## [Unreleased] +### Fixed + +- @cosmjs/cosmwasm-stargate, @cosmjs/stargate: Fix error propagation in + `CosmWasmClient.broadcastTx` and `StargateClient.broadcastTx` ([#800]). This + bug was introduced with the switch from broadcast mode "commit" to "sync" in + version 0.25.0. + +[#800]: https://github.com/cosmos/cosmjs/issues/800 + ## [0.25.2] - 2021-05-11 ### Added