Update CHANGELOG for gasUsed etc

This commit is contained in:
willclarktech 2021-04-14 13:03:05 +02:00
parent 98ecbcbdbb
commit 672789e8d0
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -65,6 +65,10 @@ and this project adheres to
- @cosmjs/tendermint-rpc: Add `pubkeyToAddress`, `pubkeyToRawAddress`,
`rawEd25519PubkeyToRawAddress`, and `rawSecp256k1PubkeyToRawAddress` helper
functions.
- @cosmjs/stargate: `StargateClient.broadcastTx` and `.getTx` results now
include `gasUsed` and `gasWanted` properties.
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` and `.getTx` results
now include `gasUsed` and `gasWanted` properties.
### Changed
@ -119,6 +123,8 @@ and this project adheres to
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` now uses sync mode and
then polls for the transaction before resolving. The timeout and poll interval
can be configured.
- @cosmjs/tendermint-rpc: Tendermint v34 `TxData` type now includes `codeSpace`,
`gasWanted`, and `gasUsed` properties.
### Deprecated