Some checks are pending
Docs Deploy / build_and_deploy (push) Waiting to run
Generate Docs / cli (push) Waiting to run
Generate Config Doc / cli (push) Waiting to run
Go formatting / go-formatting (push) Waiting to run
Check links / markdown-link-check (push) Waiting to run
Integration / pre-test (push) Waiting to run
Integration / test on (push) Blocked by required conditions
Integration / status (push) Blocked by required conditions
Lint / Lint Go code (push) Waiting to run
Test / test (ubuntu-latest) (push) Waiting to run
1.3 KiB
1.3 KiB
| sidebar_position | title | description |
|---|---|---|
| 998 | v0.19.2 | For chains that were scaffolded with IGNITE® CLI versions lower than v0.19.2, changes are required to use IGNITE® CLI v0.19.2. |
Upgrading a blockchain to use IGNITE® CLI v0.19.2
IGNITE® CLI v0.19.2 comes with IBC v2.0.2.
With IGNITE® CLI v0.19.2, the contents of the deprecated IGNITE® CLI Modules tendermint/spm repo are moved to the
official IGNITE® CLI repo which introduces breaking changes.
To migrate your chain that was scaffolded with IGNITE® CLI versions lower than v0.19.2:
-
IBC upgrade: Use the IBC migration documents
-
In your chain's
go.modfile, removetendermint/spmand add the v0.19.2 version oftendermint/starport. If your chain uses these packages, change the import paths as shown:github.com/tendermint/spm/ibckeepermoved togithub.com/tendermint/starport/starport/pkg/cosmosibckeepergithub.com/tendermint/spm/cosmoscmdmoved togithub.com/tendermint/starport/starport/pkg/cosmoscmdgithub.com/tendermint/spm/openapiconsolemoved togithub.com/tendermint/starport/starport/pkg/openapiconsolegithub.com/tendermint/spm/testutil/samplemoved togithub.com/tendermint/starport/starport/pkg/cosmostestutil/sample