-
Notifications
You must be signed in to change notification settings - Fork 115
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
Bump Cosmos SDK version #2064
Bump Cosmos SDK version #2064
Conversation
WalkthroughThis update to the Go module Changes
Poem
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 Configuration File (
|
@mergify backport release/protocol/v6.x |
✅ Backports have been created
|
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
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
protocol/go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- protocol/go.mod (1 hunks)
Additional comments not posted (1)
protocol/go.mod (1)
471-471
: Verify the impact of the updatedcosmos-sdk
dependency.The
github.com/dydxprotocol/cosmos-sdk
dependency has been updated to a newer commit. Ensure that this update does not introduce any breaking changes or compatibility issues in the codebase.Verification successful
No breaking changes detected in the updated
cosmos-sdk
dependency.The specific paths referenced in the codebase have not changed in the updated version of the
cosmos-sdk
. This suggests that the update does not introduce any breaking changes or compatibility issues related to those paths.
- No changes detected in
x/auth/simulation/genesis.go
.- No changes detected in
x/auth/keeper/keeper.go
.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of the updated `cosmos-sdk` dependency. # Test: Check for breaking changes or compatibility issues. Expect: No issues found. rg --type go 'github.com/dydxprotocol/cosmos-sdk' --context 5Length of output: 4912
Script:
#!/bin/bash # Description: Check for changes in the specific paths or logic within the `cosmos-sdk` that are referenced in the codebase. # List the specific paths in the `cosmos-sdk` that are referenced in the codebase paths=( "x/auth/simulation/genesis.go" "x/auth/keeper/keeper.go" ) # Check for changes in these paths in the `cosmos-sdk` repository for path in "${paths[@]}"; do echo "Checking changes in $path..." git diff --name-only HEAD~1 HEAD -- "$path" doneLength of output: 467
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
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
protocol/go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- protocol/go.mod (1 hunks)
Files skipped from review due to trivial changes (1)
- protocol/go.mod
(cherry picked from commit 651bfbb)
Changelist
Bump Cosmos-SDK to this commit. Includes minor fix for OE and dependency package version update.
Test Plan
[Describe how this PR was tested (if applicable)]
Author/Reviewer Checklist
state-breaking
label.indexer-postgres-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.Summary by CodeRabbit
New Features
Bug Fixes