order | title | parent | description | ||||
---|---|---|---|---|---|---|---|
1 |
v0.19.2 |
|
For chains that were scaffolded with Starport versions lower than v0.19.2, changes are required to use Starport v0.19.2. |
Starport v0.19.2 comes with IBC v2.0.2.
With Starport v0.19.2, the contents of the deprecated Starport Modules tendermint/spm
repo are moved to the official Starport repo which introduces breaking changes.
To migrate your chain that was scaffolded with Starport versions lower than v0.19.2:
-
IBC upgrade: Use the IBC migration documents
-
In your chain's
go.mod
file, removetendermint/spm
and add the v0.19.2 version oftendermint/starport
. If your chain uses these packages, change the import paths as shown:github.com/tendermint/spm/ibckeeper
moved togithub.com/tendermint/starport/starport/pkg/cosmosibckeeper
github.com/tendermint/spm/cosmoscmd
moved togithub.com/tendermint/starport/starport/pkg/cosmoscmd
github.com/tendermint/spm/openapiconsole
moved togithub.com/tendermint/starport/starport/pkg/openapiconsole
github.com/tendermint/spm/testutil/sample
moved togithub.com/tendermint/starport/starport/pkg/cosmostestutil/sample