Replace upstream repo instead of ibc-go fork ref#124
Merged
Conversation
metalarm10
approved these changes
Apr 10, 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.
Description
This pull request updates the dependency on
github.com/cosmos/ibc-go/v10from versionv10.5.0tov10.5.1throughout the project, and removes some unused or outdated dependency references. These changes help ensure the project uses the latest bug fixes and improvements from theibc-golibrary and keep the dependency files clean.History:
The PR#8786 was closed, but after communicating with Interchain and informing the tech team about the real issue in the simulation, they merged the change in another branch with
v10.5.1Dependency updates:
github.com/cosmos/ibc-go/v10fromv10.5.0tov10.5.1ingo.mod,build/go.mod, andintegration-tests/go.modto use the latest patch version. [1] [2] [3]github.com/cosmos/ibc-go/v10 v10.5.1ingo.work.sum.Cleanup of dependency overrides:
replacedirective forgithub.com/cosmos/ibc-go/v10ingo.work, as it is no longer necessary after upgrading.Removal of unused/outdated dependencies:
github.com/CosmWasm/wasmd v0.60.6andgithub.com/cosmos/cosmos-sdk v0.53.6fromgo.work.sumto clean up unused references. [1] [2]Reviewers checklist:
Authors checklist
This change is