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

Upgrade sdkv50 #422

Open
wants to merge 3 commits into
base: release/v4.2.x
Choose a base branch
from

Conversation

antstalepresh
Copy link

What is the purpose of the change

  • Bumped Cosmos SDK to v0.50.11, CosmWasm to v2, IBC-Go to v8.5.2, Alliance to v0.4.0, Packet-Forward-Middleware to v8.1.0
  • Added upgrade handler for v4.2.8
  • Fixed e2e test issues
  • Fixed Swagger issues
  • Registered missing param keytables
  • Moved terra token factory, custom bank modules making it compatible with migaloo.
  • Forked Cosmos SDK v0.50.11, making it compatible with terra custom bank.

@c0r3-d3v
Copy link

c0r3-d3v commented Feb 6, 2025

@antstalepresh
Copy link
Author

@antstalepresh wasmd upgrade from 0.4x might require a store upgrade to be included: See https://github.com/CosmWasm/wasmd/blob/6c087f9a88808231de7d7bd2a13ff24f67676b11/app/upgrades/v050/upgrades.go#L23

No, Migaloo imports the Wasm module, not the Wasm app itself.
That store upgrade is specific to the Wasm app, and we don't need it unless we implement the Circuit module.

@c0r3-d3v
Copy link

c0r3-d3v commented Feb 7, 2025

Make sense!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants