From ebeb5d41f91bdecf4ed008da081215911467dfb7 Mon Sep 17 00:00:00 2001 From: pr0n00gler Date: Mon, 14 Oct 2024 17:59:13 +0300 Subject: [PATCH] cosmwasm 2.1 feature --- app/app.go | 2 +- tests/feemarket/go.sum | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/app.go b/app/app.go index cc393733c..0a5a463d8 100644 --- a/app/app.go +++ b/app/app.go @@ -728,7 +728,7 @@ func New( // NOTE: we need staking feature here even if there is no staking module anymore because cosmwasm-std in the CosmWasm SDK requires this feature // NOTE: cosmwasm_1_2 feature enables GovMsg::VoteWeighted, which doesn't work with Neutron, because it uses its own custom governance, // however, cosmwasm_1_2 also enables WasmMsg::Instantiate2, which works as one could expect - supportedFeatures := []string{"iterator", "stargate", "staking", "neutron", "cosmwasm_1_1", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0"} + supportedFeatures := []string{"iterator", "stargate", "staking", "neutron", "cosmwasm_1_1", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "cosmwasm_2_1"} // register the proposal types adminRouterLegacy := govv1beta1.NewRouter() diff --git a/tests/feemarket/go.sum b/tests/feemarket/go.sum index e2c9ef1fc..e47067c01 100644 --- a/tests/feemarket/go.sum +++ b/tests/feemarket/go.sum @@ -1050,7 +1050,6 @@ github.com/skip-mev/chaintestutil v0.0.0-20240514161515-056d7ba45610 h1:4JlsiRVt github.com/skip-mev/chaintestutil v0.0.0-20240514161515-056d7ba45610/go.mod h1:kB8gFZX07CyJnw8q9iEZijI3qJTIe1K/Y++P5VGkrcg= github.com/skip-mev/feemarket v1.1.0 h1:3z/3Mplmk4t1C/IjghC+OE361L9n8dR3Xr7bXIcS7ec= github.com/skip-mev/feemarket v1.1.0/go.mod h1:CVsCaHxJDK4y271c1Dan6Z8G2QaOyWJLoSBnDEPon40= -github.com/skip-mev/feemarket v1.1.1/go.mod h1:DUa6djUsTeMOrbrcIZqWSVxU9IZNCXp96ruaojyBNpc= github.com/skip-mev/feemarket/tests/e2e v1.10.0 h1:oKAZSo+rynd2b7+T8/U+4C+h//rrTdjLICG2Awjk8YA= github.com/skip-mev/feemarket/tests/e2e v1.10.0/go.mod h1:57BURopGhr+L0zDkhj1E9jzP9W8rMzRb3b+MT+trlB4= github.com/skip-mev/interchaintest/v8 v8.0.1-0.20240611183342-72ec508eb966 h1:X5BD7m4QieHlORqGho1Af8r0O1GSWBRYO330xyu2kzQ=