Update CHANGELOG for SigningCosmWasmClient.sign

This commit is contained in:
willclarktech 2021-04-14 16:22:04 +02:00
parent a39a818b5c
commit 4c0c614a32
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -41,7 +41,11 @@ and this project adheres to
- @cosmjs/stargate: Add `SigningStargateClient.sign`, which allows you to create
signed transactions without broadcasting them directly. The new type
`SignerData` can be passed into `.sign` to skip querying account number,
sequence and chain ID.
sequence and chain ID
- @cosmjs/cosmwasm-stargate: Add `SigningCosmWasmClient.sign`, which allows you
to create signed transactions without broadcasting them directly. The new type
`SignerData` from @cosmjs/stargate can be passed into `.sign` to skip querying
account number, sequence and chain ID.
- @cosmjs/stargate: Add constructor `SigningStargateClient.offline` which does
not connect to Tendermint. This allows offline signing.
- @cosmjs/stargate: Add `makeMultisignedTx` which allows you to assemble a