-
Notifications
You must be signed in to change notification settings - Fork 129
[WIP] Upgrade to Cosmos SDK v0.50 and IBC v8 #384
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KentaMori115
pushed a commit
that referenced
this pull request
Oct 30, 2025
* build(core)!: dependencies update, migrate to SDK v0.50 and IBC v8 * tests: update testutils for unit and ibc testing * tests: fix precompiles unit-tests * chore: restore dummy upgrades for e2e tests * tests: update ante tests * tests: fix vesting module tests * tests: fix liquid vesting module tests * tests: fix evm module tests * tests: fix erc20 module tests * tests: fix feemarket module tests * chore: fix custom bank keeper wirings in app, minor fixes in other files * chore: fix github workflows config * chore: delint the code * test: update ibc testutils * test: update testutils * test: fix ante tests due to updated testutils * test: fix precompiles tests due to updated testutils * chore: add some details to error messages * fix: fix module keeper init and tests * test fix modules tests * chore update gomod2nix.toml * chore update snyk config * test: fix distribution precompile integration test, increase tests timout to 20m * test: increase timeout for tests with coverage * test: try 60m timeout for tests with coverage * chore: switch to haqq cosmos-sdk fork and bump version * test: -covermode must be atomic when -race is enabled * chore: bump ibc module version to v8.7.0 * fix: bank keeper initialization bug causes incorrect balances handling * chore: bump cometbft version, minor app changes * chore: register dynamic precompiles codehash in evm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #XXX
Description
Major Cosmos SDK upgrade with migration to IBC v8 with pretty long list of breaking changes.
For contributor use:
docs/) or specification (x/<module>/spec/)godoccomments.Unreleasedsection inCHANGELOG.mdFiles changedin the Github PR explorerFor admin use:
WIP,R4R,docs, etc)