This guide provides instructions for migrating 08-wasm versions.Documentation Index
Fetch the complete documentation index at: https://cosmos-docs-evm-upgrade-7.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
From ibc-go v7.3.x to ibc-go v8.0.x
Chains
In the 08-wasm versions compatible with ibc-go v7.3.x and above from the v7 release line, the checksums of the uploaded Wasm bytecodes are all stored under a single key. From ibc-go v8.0.x the checksums are stored usingcollections.KeySet, whose full functionality became available in Cosmos SDK v0.50. There is therefore an automatic migration handler configured in the 08-wasm module to migrate the stored checksums to collections.KeySet.
From v0.1.0+ibc-go-v8.0-wasmvm-v1.5 to v0.2.0-ibc-go-v8.3-wasmvm-v2.0
TheWasmEngine interface has been updated to reflect changes in the function signatures of Wasm VM:
MockWasmEngine interface.
Chains
TheSupportedCapabilities field of WasmConfig is now of type []string: