From c847b8eb5cb2dc448c6aa197be21b0f9af5eedf7 Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Wed, 4 Aug 2021 09:14:56 +0200 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac51900468..593bc3ef70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,15 @@ [\#565](https://github.com/CosmWasm/wasmd/pull/565) **Implemented Enhancements:** - +- Wasmvm upgrade 557 [\#559](https://github.com/CosmWasm/wasmd/pull/559) ([ethanfrey](https://github.com/ethanfrey)) +- Bump Cosmos-sdk to v0.42.8 [\#572](https://github.com/CosmWasm/wasmd/pull/572) ([alpe](https://github.com/alpe)) +- Better ibc contract interface [\#570](https://github.com/CosmWasm/wasmd/pull/570) ([ethanfrey](https://github.com/ethanfrey)) - Reject invalid events/attributes returned from contracts [\#560](https://github.com/CosmWasm/wasmd/pull/560) - IBC Query methods from Wasm contracts only return OPEN channels [\#568](https://github.com/CosmWasm/wasmd/pull/568) +- Extendable gas costs [\#525](https://github.com/CosmWasm/wasmd/issues/525) +- Limit init/migrate/execute payload message size [\#203](https://github.com/CosmWasm/wasmd/issues/203) +- Add cli alias [\#496](https://github.com/CosmWasm/wasmd/issues/496) +- Remove max gas limit [\#529](https://github.com/CosmWasm/wasmd/pull/529) ([alpe](https://github.com/alpe)) [Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.17.0...HEAD) From b7d90620cecd78f492a944d4cc2c4970b973b76a Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Wed, 4 Aug 2021 14:27:45 +0200 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 593bc3ef70..63eb75ced2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ [\#565](https://github.com/CosmWasm/wasmd/pull/565) **Implemented Enhancements:** -- Wasmvm upgrade 557 [\#559](https://github.com/CosmWasm/wasmd/pull/559) ([ethanfrey](https://github.com/ethanfrey)) +- Wasmvm upgrade [\#559](https://github.com/CosmWasm/wasmd/pull/559) ([ethanfrey](https://github.com/ethanfrey)) - Bump Cosmos-sdk to v0.42.8 [\#572](https://github.com/CosmWasm/wasmd/pull/572) ([alpe](https://github.com/alpe)) - Better ibc contract interface [\#570](https://github.com/CosmWasm/wasmd/pull/570) ([ethanfrey](https://github.com/ethanfrey)) - Reject invalid events/attributes returned from contracts [\#560](https://github.com/CosmWasm/wasmd/pull/560) From 89320b93cb12204636a12ddbfff455d4c60d58ee Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Wed, 4 Aug 2021 16:58:54 +0200 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63eb75ced2..311fc2818f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ [\#565](https://github.com/CosmWasm/wasmd/pull/565) **Implemented Enhancements:** -- Wasmvm upgrade [\#559](https://github.com/CosmWasm/wasmd/pull/559) ([ethanfrey](https://github.com/ethanfrey)) +- Wasmvm upgrade to v0.16.0-rc2 [\#559](https://github.com/CosmWasm/wasmd/pull/559) ([ethanfrey](https://github.com/ethanfrey)) - Bump Cosmos-sdk to v0.42.8 [\#572](https://github.com/CosmWasm/wasmd/pull/572) ([alpe](https://github.com/alpe)) - Better ibc contract interface [\#570](https://github.com/CosmWasm/wasmd/pull/570) ([ethanfrey](https://github.com/ethanfrey)) - Reject invalid events/attributes returned from contracts [\#560](https://github.com/CosmWasm/wasmd/pull/560)