Add CHANGELOG entry

This commit is contained in:
Simon Warta 2023-11-07 11:27:14 +01:00
parent 0a9ab035bd
commit dd0d69d6ca

View File

@ -6,6 +6,15 @@ and this project adheres to
## [Unreleased] ## [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 ### Changed
- all: Upgrade cosmjs-types to 0.9.0. This makes a few fields non-optional. It - all: Upgrade cosmjs-types to 0.9.0. This makes a few fields non-optional. It