From 16b120a8c19449a5f3fae4424637580b79f73a6c Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 12 Oct 2021 12:16:29 +0200 Subject: [PATCH] Add CHANGELOG entry [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff899c3..1ccd60fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to ### Fixed - @cosmjs/stargate: remove extra space in messageTimeout registry. +- @cosmjs/cosmwasm-stargate: Fix Amino JSON representation of + `MsgInstantiateContract`, `MsgMigrateContract` and `MsgExecuteContract` to + match the wasmd expectation. This was broken since the wasmd upgrade to + Stargate such that no Ledger signing was possible for those message types in + the meantime. ## [0.26.1] - 2021-09-30