Update CHANGELOG for proto-signing encode object

This commit is contained in:
willclarktech 2021-04-15 13:20:39 +02:00
parent fd7f57e78a
commit fb8e847c44
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -73,6 +73,8 @@ and this project adheres to
include `gasUsed` and `gasWanted` properties.
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` and `.getTx` results
now include `gasUsed` and `gasWanted` properties.
- @cosmjs/proto-signing: Export `DecodeObject` and `TxBodyEncodeObject`
interfaces as well as `isTxBodyEncodeObject` helper function.
### Changed