From 1cb983e3fef3af9d4e1bc71f4cf3fd4454ce72b4 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 22 Sep 2020 18:27:32 +0200 Subject: [PATCH] Add CHANGELOG entries for Tendermint 0.34 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d3a9145d..890154ba71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,9 @@ - @cosmjs/tendermint-rpc: Remove trivial helpers `getTxEventHeight`, `getHeaderEventHeight` and `getBlockEventHeight` because they don't do anything else than accessing an object member. +- @cosmjs/tendermint-rpc: Add support for connecting to Tendermint RPC 0.34. +- @cosmjs/tendermint-rpc: Make `TxEvent.index` optional and deprecate it because + it is not set anymore in Tendermint 0.34. - @cosmjs/utils: Add `assertDefined`. - @cosmjs/faucet: Rename binary from `cosmwasm-faucet` to `cosmos-faucet`.