From 95748e07adc74fe3eb4e8e42a833503ff2711fb8 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 10 Oct 2022 12:06:37 +0200 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e5885bc1..1b87ba1f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ and this project adheres to - @cosmjs/utils: Add `isDefined` which checks for `undefined` in a TypeScript-friendly way. +### Fixed + +- @cosmjs/cosmwasm-stargate: Use type `JsonObject = any` for smart query + requests and messages (in `WasmExtension.wasm.queryContractSmart`, + `CosmWasmClient.queryContractSmart`, `SigningCosmWasmClient.instantiate`, + `SigningCosmWasmClient.migrate`, `SigningCosmWasmClient.execute`). This + reverts the type change done on CosmJS 0.23.0. ([#1281]) + +[#1281]: https://github.com/cosmos/cosmjs/pull/1281 + ## [0.29.1] - 2022-10-09 ### Changed