Merged
Conversation
- e2e testing adjustments - bump to newer wasmd 0.54 - fix tests
- fix upgrade test - change legacy height
update upgrade height of multi test
- update go version to 1.24.7
fix ibc hooks ic test change to cosmos interchaintest v10
Strath/next gen plus
* refactor app * update lint * fix lint * fix lint * fix lint * update cl
# Conflicts: # go.mod # go.sum # scripts/run-node-legacy.sh # tests/interchaintest/go.mod # tests/interchaintest/go.sum # wasmbinding/query_plugin.go # wasmbinding/wasm.go
* wip * bump ibc-go * enable state streaming * remove module crisis * rollback ibc-go * remove crisis * fix lint * bump cometbft * fix lint
* feat: add upgrade handler (classic-terra#615) * bet * test: validate wasmd 1.x wamsd binary still works through migration * bet * bet * bet
* bet * bet * bet * bet * bet * bump interchaintest * fix gaia genesis * remove conformance
# Conflicts: # app/app.go # app/upgrades/v13_1/upgrades.go # scripts/run-node.sh # scripts/upgrade-test.sh
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the codebase to Cosmos SDK v0.53, involving extensive updates to accommodate breaking changes in the SDK's module system, math types, and keeper interfaces.
Key changes:
- Migration from
sdk.Dectocosmossdk.io/math.LegacyDecthroughout the codebase - Update of keeper interfaces to use
context.Contextand return errors - Removal of deprecated module lifecycle patterns (BeginBlock/EndBlock signatures)
Reviewed changes
Copilot reviewed 298 out of 386 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| x/oracle/types/keys.go | Fixed naked return to explicitly return variable |
| x/oracle/types/*.go | Updated imports and type references for math.LegacyDec |
| x/oracle/keeper/*.go | Updated keeper methods to handle context.Context and error returns |
| x/oracle/module.go | Updated module lifecycle methods for SDK 0.50+ |
| x/market/types/*.go | Migrated decimal types to math.LegacyDec |
| x/market/keeper/*.go | Updated swap calculations and keeper interfaces |
| simulation files | Removed deprecated simapp dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
kien6034
approved these changes
Jan 6, 2026
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
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.
Summary of changes
Report of required housekeeping
(FOR ADMIN) Before merging