To smoothen the update to the latest stable release, the SDK includes a CLI command for hard-fork migrations (under theDocumentation 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.
<appd> genesis migrate subcommand).
Additionally, the SDK includes in-place migrations for its core modules. These in-place migrations are useful to migrate between major releases.
- Hard-fork migrations are supported from the last major release to the current one.
- In-place module migrations are supported from the last two major releases to the current one.
UPGRADING.mdx and the CHANGELOG.md of the version you are migrating to.