This issue is related to https://github.com/Finschia/wasmd/pull/121 I have conducted operational verification using the current commit hash with the versions from https://github.com/Finschia/cosmwasm/pull/342 and https://github.com/Finschia/wasmvm/pull/139. - **I was able to properly perform operational verification** using the contract located at https://github.com/Finschia/cosmwasm/tree/feat/bump_1.5.1/contracts/queue. # Remaining CI error - [ ] `TestZeroHeightGenesis` (appplus/export_test.go) - [ ] `TestOnRecvPacket` (x/wasm/ibc_test.go) - **prefix error** - [ ] `TestParseVerificationFlags` (x/wasm/client/cli/tx_test.go) - **prefix error** - [ ] `TestGenesisInit` (x/wasm/keeper/genesis_test.go) - [ ] `TestImportContractWithCodeHistoryPreserved` (x/wasm/keeper/genesis_test.go) - [ ] `TestInstantiate` (x/wasm/keeper/keeper_test.go) - **address error** - [ ] `TestExecute` (x/wasm/keeper/keeper_test.go) - **address error** - [ ] `TestSudo` (x/wasm/keeper/keeper_test.go) - **address error** - [ ] `TestQueryAllContractState` (x/wasm/keeper/keeper_test.go) - [ ] `TestQueryRawContractState` (x/wasm/keeper/querier_test.go) - [ ] `TestQueryCode` (x/wasm/keeper/querier_test.go) - [ ] `TestQueryCodeList` (x/wasm/keeper/querier_test.go) - [ ] `TestQueryPinnedCodes` (x/wasm/keeper/querier_test.go) - [ ] `TestQueryCodeInfo` (x/wasm/keeper/querier_test.go) - **prefix error** - [ ] `TestQueryCodeInfoList` (x/wasm/keeper/querier_test.go) - **prefix error** - [ ] `TestDispatchSubMsgErrorHandling` (x/wasm/keeper/submsg_test.go) - [ ] `TestModuleMigrations` (x/wasm/keeper/migrations_integration_test.go) - [ ] `TestCodeValidateBasic` (x/wasm/types/genesis_test.go) - [ ] `TestHandleStoreAndInstantiate` (x/wasmplus/module_test.go **ONLY Finschia**) - **address error** - [ ] `TestErrorsCreateAndInstantiate` (x/wasmplus/module_test.go **ONLY Finschia**) - [ ] `TestHandleNonPlusWasmCreate` (x/wasmplus/module_test.go **ONLY Finschia**) - [ ] `TestGenesisExportImport` (x/wasmplus/keeoer/genesis_test.go **ONLY Finschia**)
This issue is related to #121
I have conducted operational verification using the current commit hash with the versions from Finschia/cosmwasm#342 and Finschia/wasmvm#139.
Remaining CI error
TestZeroHeightGenesis(appplus/export_test.go)TestOnRecvPacket(x/wasm/ibc_test.go) - prefix errorTestParseVerificationFlags(x/wasm/client/cli/tx_test.go) - prefix errorTestGenesisInit(x/wasm/keeper/genesis_test.go)TestImportContractWithCodeHistoryPreserved(x/wasm/keeper/genesis_test.go)TestInstantiate(x/wasm/keeper/keeper_test.go) - address errorTestExecute(x/wasm/keeper/keeper_test.go) - address errorTestSudo(x/wasm/keeper/keeper_test.go) - address errorTestQueryAllContractState(x/wasm/keeper/keeper_test.go)TestQueryRawContractState(x/wasm/keeper/querier_test.go)TestQueryCode(x/wasm/keeper/querier_test.go)TestQueryCodeList(x/wasm/keeper/querier_test.go)TestQueryPinnedCodes(x/wasm/keeper/querier_test.go)TestQueryCodeInfo(x/wasm/keeper/querier_test.go) - prefix errorTestQueryCodeInfoList(x/wasm/keeper/querier_test.go) - prefix errorTestDispatchSubMsgErrorHandling(x/wasm/keeper/submsg_test.go)TestModuleMigrations(x/wasm/keeper/migrations_integration_test.go)TestCodeValidateBasic(x/wasm/types/genesis_test.go)TestHandleStoreAndInstantiate(x/wasmplus/module_test.go ONLY Finschia) - address errorTestErrorsCreateAndInstantiate(x/wasmplus/module_test.go ONLY Finschia)TestHandleNonPlusWasmCreate(x/wasmplus/module_test.go ONLY Finschia)TestGenesisExportImport(x/wasmplus/keeoer/genesis_test.go ONLY Finschia)