From 9fe15890fdd5da34ebe80d1ea00c110d0911fc6f Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 18 Mar 2021 13:37:48 +0100 Subject: [PATCH] Update CHANGELOG for IBC query/signing client --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0b4ef0..a5a6e5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,9 @@ and this project adheres to `BaseVestingAccount`, `ContinuousVestingAccount`, `DelayedVestingAccount` and `PeriodicVestingAccount`. - @cosmjs/stargate: Add codecs for IBC channel tx, client query/tx, and - connection tx. + connection tx, as well as Tendermint. +- @cosmjs/stargate: Add support for IBC message types in + `SigningStargateClient`. ### Changed @@ -31,6 +33,8 @@ and this project adheres to - @cosmjs/stargate: Remove `accountFromProto` in favour of `accountFromAny`. - @cosmjs/stargate: Rename `Rpc` interface to `ProtobufRpcClient` and `createRpc` to `createProtobufRpcClient`. +- @cosmjs/stargate: Reorganize nesting structure of IBC query client and add + support for more methods. - @cosmjs/tendermint-rpc: The fields `CommitSignature.validatorAddress`, `.timestamp` and `.signature` are now optional. They are unset when `blockIdFlag` is `BlockIdFlag.Absent`. The decoding into `CommitSignature` is