From 99c11aa95e4251d606d3d67c3faf5eacdfdd3473 Mon Sep 17 00:00:00 2001 From: Pino' Surace Date: Mon, 6 Mar 2023 15:29:54 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b95df0f5d6..999c3b74e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ [Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.30.0...v0.31.0) +- Fix checksum check for zipped gov store proposals [\#1232](https://github.com/CosmWasm/wasmd/issues/1232) +- Return IBC packet sequence number in the handler plugin [\#1154](https://github.com/CosmWasm/wasmd/issues/1154) +- Add Windows client-side support [\#1169](https://github.com/CosmWasm/wasmd/issues/1169) +- Upgrade Cosmos-SDK to [v0.45.14](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.14) - Add missing events for admin-related methods [\#1173](https://github.com/CosmWasm/wasmd/issues/1173) - Disallow storing new codes with ACCESS\_TYPE\_ONLY\_ADDRESS [\#1144](https://github.com/CosmWasm/wasmd/issues/1144) - Upgrade to CosmWasm/wasmvm [v1.2.0](https://github.com/CosmWasm/wasmvm/releases/tag/v1.2.0) including @@ -34,6 +38,7 @@ - See "State Machine Breaking" changes in [IBC-go](https://github.com/cosmos/ibc-go/releases/tag/v4.3.0) - See notes about the "store fix" in [Cosmos-sdk](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.12) - Wasmd can now be used as a library without CGO +- Wasmd client can now be used on Windows ### Migration notes: - This release does not include any state migrations but breaking changes that require a coordinated chain upgrade From 2d5265f5d9b129d64f47fcfd4afb854a9ef786e5 Mon Sep 17 00:00:00 2001 From: Pino' Surace Date: Thu, 9 Mar 2023 11:14:48 +0100 Subject: [PATCH 2/2] Update changelog with latest changes --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999c3b74e7..0655cd4c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,13 @@ [Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.30.0...v0.31.0) +- Upgrade wasmvm to v1.2.1 [\#1245](https://github.com/CosmWasm/wasmd/pull/1245), see [wasmvm v1.2.1](https://github.com/CosmWasm/wasmvm/releases/tag/v1.2.1) - Fix checksum check for zipped gov store proposals [\#1232](https://github.com/CosmWasm/wasmd/issues/1232) - Return IBC packet sequence number in the handler plugin [\#1154](https://github.com/CosmWasm/wasmd/issues/1154) - Add Windows client-side support [\#1169](https://github.com/CosmWasm/wasmd/issues/1169) - Upgrade Cosmos-SDK to [v0.45.14](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.14) - Add missing events for admin-related methods [\#1173](https://github.com/CosmWasm/wasmd/issues/1173) - Disallow storing new codes with ACCESS\_TYPE\_ONLY\_ADDRESS [\#1144](https://github.com/CosmWasm/wasmd/issues/1144) -- Upgrade to CosmWasm/wasmvm [v1.2.0](https://github.com/CosmWasm/wasmvm/releases/tag/v1.2.0) including - CosmWasm [v1.2.0](https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md#120---2023-01-24)[\#1143](https://github.com/CosmWasm/wasmd/issues/1143) - Support builds without CGO [\#1129](https://github.com/CosmWasm/wasmd/issues/1129) - Wasmd does not sort coins when converting from CosmWasm Coins to SDK Coins [\#1118](https://github.com/CosmWasm/wasmd/issues/1118) @@ -24,9 +23,7 @@ - More gov proposal simulations [\#1107](https://github.com/CosmWasm/wasmd/pull/1107) - Remove genesis messages [\#987](https://github.com/CosmWasm/wasmd/issues/987) - Update instantiate config command [\#843](https://github.com/CosmWasm/wasmd/issues/843) -- Upgrade IBC-go - to [v4.3.0](https://github.com/cosmos/ibc-go/releases/tag/v4.3.0) [\#1180](https://github.com/CosmWasm/wasmd/pull/1180) -- Upgrade Cosmos-SDK to [v0.45.12](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.12) +- Upgrade IBC-go to [v4.3.0](https://github.com/cosmos/ibc-go/releases/tag/v4.3.0) [\#1180](https://github.com/CosmWasm/wasmd/pull/1180) - Upgrade ICA to [v0.2.6](https://github.com/cosmos/interchain-accounts-demo/releases/tag/v0.2.6) [\#1192](https://github.com/CosmWasm/wasmd/pull/1192) ### Notable changes: