From 672789e8d030d383825b53062c50b336e9adef92 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 14 Apr 2021 13:03:05 +0200 Subject: [PATCH] Update CHANGELOG for gasUsed etc --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7e613a00..49c08b418e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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