From c3a4dce7291f93d4bcd494c7e99b211ee48401e0 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 18 Mar 2021 13:46:30 +0100 Subject: [PATCH] Update CHANGELOG for ProtobufRpcClient renaming --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 783a11cec8..b9b539a727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ and this project adheres to `AuthExtension.unverified.account` return an account of type `Any`. This makes the caller responsible for decoding the type. - @cosmjs/stargate: Remove `accountFromProto` in favour of `accountFromAny`. +- @cosmjs/stargate: Rename `Rpc` interface to `ProtobufRpcClient` and + `createRpc` to `createProtobufRpcClient`. - @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