Add SignerData to CHANGELOG

This commit is contained in:
Simon Warta 2021-03-24 13:38:46 +01:00
parent 27f34273f0
commit c5b33c415a

View File

@ -39,7 +39,9 @@ and this project adheres to
exports which have the same functionality as already existed in
@cosmjs/launchpad.
- @cosmjs/stargate: Add `SigningStargateClient.sign`, which allows you to create
signed transactions without broadcasting them directly.
signed transactions without broadcasting them directly. The new type
`SignerData` can be passed into `.sign` to skip querying account number,
sequence and chain ID.
### Changed