From dd0d69d6cadd01f458a8b4699b2147dda3340d42 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 7 Nov 2023 11:27:14 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3d667b..3577b6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to ## [Unreleased] +### Added + +- @cosmjs/stargate and @cosmjs/cosmwasm-stargate: + `sign`/`signAndBroadcast`/`signAndBroadcastSync` and related functions now + have an additional parameter to specify the timeout height. After this height, + a signed transaction will be considered invalid by the chain. ([#1489]) + +[#1489]: https://github.com/cosmos/cosmjs/pull/1489 + ### Changed - all: Upgrade cosmjs-types to 0.9.0. This makes a few fields non-optional. It