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
Closes:
This PR updates two core dependencies to their latest stable patch versions:
cosmos-sdk from v0.50.11 to v0.50.12
ibc-go/v8 from v8.5.0 to v8.5.1
These updates include the latest bug fixes and security improvements from both packages.
Changes
Updated github.com/cosmos/cosmos-sdk to v0.50.12
Updated github.com/cosmos/ibc-go/v8 to v8.5.1
Author Checklist
I have...
[x] included the correct type prefix in the PR title (chore)
[x] confirmed ! in the type prefix if API or client breaking change (not needed for patch updates)
[x] targeted the correct branch (main)
[x] reviewed "Files changed" and left comments if necessary
[x] included the necessary unit and integration tests (using existing test suite)
[x] confirmed all CI checks have passed
Reviewers Checklist
I have...
[ ] confirmed the correct type prefix in the PR title
[ ] confirmed all author checklist items have been addressed
[ ] reviewed state machine logic, API design and naming, documentation is accurate, tests and test coverage