Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: icq x/params migration + msg_server #136

Merged
merged 14 commits into from
Nov 6, 2023

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Nov 3, 2023

closes #87 (2/2)

  • store migration
  • e2e upgrade from "v7.0.0" image (main branch)
  • add msg server (for updating params)

This should be in v7.1.0 (state breaking!) so v47 chains can upgrade before v50/51 migrations (params is removed in v51, so they HAVE to do this in 47 or 50)

Migration Example: https://github.com/cosmos/ibc-apps/blob/reece/icq-params-migration/modules/async-icq/testing/simapp/upgrades/upgrades.go#L31-L67

@Reecepbcups Reecepbcups added the async-icq Label for items related to the async-icq module label Nov 3, 2023
@Reecepbcups Reecepbcups marked this pull request as ready for review November 6, 2023 17:19
@Reecepbcups Reecepbcups changed the title feat!: x/params migration + msg_server feat!: icq x/params migration + msg_server Nov 6, 2023
Copy link
Member

@jtieri jtieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly the same nits from #128 but this looks good, great work @Reecepbcups !!!

modules/async-icq/keeper/keeper.go Outdated Show resolved Hide resolved
modules/async-icq/testing/simapp/upgrades/upgrades.go Outdated Show resolved Hide resolved
modules/async-icq/module.go Show resolved Hide resolved
modules/async-icq/keeper/params.go Show resolved Hide resolved
modules/async-icq/e2e/setup.go Outdated Show resolved Hide resolved
Copy link
Member

@jtieri jtieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work!

@Reecepbcups Reecepbcups merged commit 4e6ed0e into main Nov 6, 2023
6 checks passed
@Reecepbcups Reecepbcups deleted the reece/icq-params-migration branch November 6, 2023 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
async-icq Label for items related to the async-icq module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate away from deprecated x/params module
2 participants