From 4c0c614a328edeb78348ed74daa6a0e3d615edcc Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 14 Apr 2021 16:22:04 +0200 Subject: [PATCH] Update CHANGELOG for SigningCosmWasmClient.sign --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c08b41..8653a1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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