mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Update CHANGELOG for gasUsed etc
This commit is contained in:
parent
98ecbcbdbb
commit
672789e8d0
@ -65,6 +65,10 @@ and this project adheres to
|
|||||||
- @cosmjs/tendermint-rpc: Add `pubkeyToAddress`, `pubkeyToRawAddress`,
|
- @cosmjs/tendermint-rpc: Add `pubkeyToAddress`, `pubkeyToRawAddress`,
|
||||||
`rawEd25519PubkeyToRawAddress`, and `rawSecp256k1PubkeyToRawAddress` helper
|
`rawEd25519PubkeyToRawAddress`, and `rawSecp256k1PubkeyToRawAddress` helper
|
||||||
functions.
|
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
|
### Changed
|
||||||
|
|
||||||
@ -119,6 +123,8 @@ and this project adheres to
|
|||||||
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` now uses sync mode and
|
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` now uses sync mode and
|
||||||
then polls for the transaction before resolving. The timeout and poll interval
|
then polls for the transaction before resolving. The timeout and poll interval
|
||||||
can be configured.
|
can be configured.
|
||||||
|
- @cosmjs/tendermint-rpc: Tendermint v34 `TxData` type now includes `codeSpace`,
|
||||||
|
`gasWanted`, and `gasUsed` properties.
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user