From 50b2be2cda7bbf69cf895159998dae7653878d8d Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 22 Mar 2023 15:20:18 +0100 Subject: [PATCH] Add CHANGELOG entry for #1358 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 545259e3..c343b7d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ and this project adheres to - @cosmjs/amino: Fix escaping of "&", "<" and ">" characters in Amino JSON encoding to match the Go implementation ([#1373], [#1388]). +- @cosmjs/tendermint-rpc: Move version check from + `Tendermint{34,37}Client.create` to `.connect` in order to allow creating + clients without performing the extra network request ([#1358]). +[#1358]: https://github.com/cosmos/cosmjs/issues/1358 [#1373]: https://github.com/cosmos/cosmjs/pull/1373 [#1388]: https://github.com/cosmos/cosmjs/pull/1388