From b0e546196c1ed5360e2a1665433ac8c0c95120c4 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 15 Mar 2021 15:17:21 +0100 Subject: [PATCH] Add CHANGELOG entry for CommitSignature change --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 887b9edbed..874feff93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to - @cosmjs/cosmwasm-stargate: Codec adapted to support wasmd 0.16. Older versions of wasmd are not supported anymore. +- @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 + only updated for the class `Tendermint34Client`, not for `Client`. Please + migrate to the former. ## [0.24.0] - 2021-03-11