Update CHANGELOG for ProtobufRpcClient renaming

This commit is contained in:
willclarktech 2021-03-18 13:46:30 +01:00
parent 991fe9b25a
commit c3a4dce729
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -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