cli
cli copied to clipboard
Cosmos SDK `v0.46.0` upgrade tracking issue
This issue can track our progress of upgrading ignite to use the Cosmos-SDK v0.46.0.
Checklist
- [X] https://github.com/tendermint/spn/pull/914
- [X] Update
go.modto use updatedcosmos-sdk,spn, andibc-go - [X] change all imports starting with
github.com/cosmos/ibc-go/v3togithub.com/cosmos/ibc-go/v5 - [X] update
apptemplate according to new SDK and test withignite - [X] Test tutorials after all finished - cc @tbruyelle
Post-release checklist
- [ ] Update CHANGELOG
- [ ] Prepare for new release
- [ ] Update documentation, and compatibility table in the readme @fadeev
Feel free to add to this
cc @nooomski @marbar3778
Feel free to add to this
I don't have anything particular to add. I think
update app template according to new SDK and test with ignite
Can be separated for all scaffolding commands to work on them in parallel, this could be the complex part of the PR
May we close https://github.com/ignite/cli/issues/2156 @ilgooz ?
Hey, I created this PR which is using feat/sdk-ibc-upgrade as the base branch.
I propose to target feat/sdk-ibc-upgrade as the base branch for the future PRs as well and once all of them are merged, we can extensively test that branch before merging it to develop.
This approach could also give us flexibility if we want to make another release from develop while working on this feature in feat/sdk-ibc-upgrade.
I can work on the documentation for this.
@fadeev That would be great! 🙏
Remaining work on #2677 is to modify the templates and proto-gen
Since @tbruyelle is vacationing, @jeronimoalbi would you mind taking the part related to running the tutorials and migrating them if there is a need for it?