-
Notifications
You must be signed in to change notification settings - Fork 586
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
deps: bump cosmos-sdk to v0.50.7 #6486
Conversation
WalkthroughThe primary change involves updating dependencies for the Changes
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range and nitpick comments (2)
CHANGELOG.md (2)
Line range hint
268-268
: Remove trailing spaces for consistency.- * (apps/27-interchain-accounts) [\#5633](https://github.com/cosmos/ibc-go/pull/5633) Allow new ICA channels to use unordered ordering. + * (apps/27-interchain-accounts) [\#5633](https://github.com/cosmos/ibc-go/pull/5633) Allow new ICA channels to use unordered ordering.
Line range hint
203-203
: Avoid using bare URLs. Provide a descriptive hyperlink text.- * [\#3205](https://github.com/cosmos/ibc-go/pull/3205) Make event emission functions unexported. + * [Make event emission functions unexported](https://github.com/cosmos/ibc-go/pull/3205).
Review details
Configuration used: .coderabbit.yml
Review profile: CHILL
Files ignored due to path filters (10)
e2e/go.mod
is excluded by!**/*.mod
,!**/*.mod
e2e/go.sum
is excluded by!**/*.sum
,!**/*.sum
go.mod
is excluded by!**/*.mod
,!**/*.mod
go.sum
is excluded by!**/*.sum
,!**/*.sum
modules/apps/callbacks/go.mod
is excluded by!**/*.mod
,!**/*.mod
modules/apps/callbacks/go.sum
is excluded by!**/*.sum
,!**/*.sum
modules/capability/go.mod
is excluded by!**/*.mod
,!**/*.mod
modules/capability/go.sum
is excluded by!**/*.sum
,!**/*.sum
modules/light-clients/08-wasm/go.mod
is excluded by!**/*.mod
,!**/*.mod
modules/light-clients/08-wasm/go.sum
is excluded by!**/*.sum
,!**/*.sum
Files selected for processing (1)
- CHANGELOG.md (1 hunks)
Additional context used
Path-based instructions (1)
CHANGELOG.md (1)
Pattern
**/*.md
: "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
Markdownlint
CHANGELOG.md
218-218: Expected: 0 or 2; Actual: 1 (MD009, no-trailing-spaces)
Trailing spaces
268-268: Expected: 0 or 2; Actual: 1 (MD009, no-trailing-spaces)
Trailing spaces
203-203: null (MD034, no-bare-urls)
Bare URL used
Additional comments not posted (1)
CHANGELOG.md (1)
41-41
: Remove trailing spaces for consistency.- * [\#6193](https://github.com/cosmos/ibc-go/pull/6193) Bump Cosmos SDK to v0.50.7. + * [\#6193](https://github.com/cosmos/ibc-go/pull/6193) Bump Cosmos SDK to v0.50.7.Likely invalid or redundant comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preliminary ack
Quality Gate passed for 'ibc-go'Issues Measures |
Description
closes: #6481 #6480 #6476 #6478
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
).godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.Summary by CodeRabbit