From 5cfd592cbfd150abe72975a597de2b8522b48b01 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Fri, 8 Mar 2024 12:39:43 +0100 Subject: [PATCH] Add CHANGELOG entry for logs -> events --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2390277..c1b334ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,11 @@ and this project adheres to - @cosmjs/encoding: Avoid using replacement character in doc comment to make external tools happy. ([#1570]) +- @cosmjs/cosmwasm-stargate: Use events instead of log parsing to receive + information in SigningCosmWasmClient. This is required to support Cosmos SDK + 0.50+ where the `rawLog` field is empty. ([#1564]) +[#1564]: https://github.com/cosmos/cosmjs/pull/1564 [#1570]: https://github.com/cosmos/cosmjs/pull/1570 ## [0.32.2] - 2023-12-19