chore: bump dependencies cosmos v0.53, wasmd v0.55, ibc v10#215
Merged
chore: bump dependencies cosmos v0.53, wasmd v0.55, ibc v10#215
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps major dependencies to support upgraded versions of the Cosmos ecosystem: cosmos-sdk from v0.50 to v0.53, wasmd from v0.54 to v0.55, and ibc-go from v8 to v10. This upgrade removes deprecated capability module dependencies and modernizes IBC integration patterns.
Key changes include:
- Major dependency version bumps across cosmos-sdk, wasmd, and ibc-go
- Removal of deprecated IBC capability module and related scoped keepers
- Migration to IBC v10 compatible APIs and initialization patterns
Reviewed Changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| x/go.mod | Updates core dependencies: cosmos-sdk v0.53.3, wasmd v0.55.1, ibc-go v10.3.0 |
| demo/go.mod | Mirrors dependency updates and comment updates for compatibility |
| x/babylon/keeper/keeper_test.go | Removes capability module imports and updates IBC v10 paths |
| demo/app/app.go | Major refactoring to remove capability module and adopt IBC v10 patterns |
| demo/app/ante.go | Updates import paths from ibc-go v8 to v10 |
| demo/app/test_support.go | Updates import path for IBC keeper |
| go.work.sum | Adds new dependency checksums for upgraded packages |
| CHANGELOG.md | Documents the dependency upgrade |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Bugbot found 2 bugsTo see them, have a team admin activate your membership in the Cursor dashboard. |
SebastianElvis
approved these changes
Aug 26, 2025
gitferry
approved these changes
Aug 26, 2025
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.
No description provided.