-
Notifications
You must be signed in to change notification settings - Fork 240
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
Problem: sdk v0.47.x is outdated #1272
Conversation
WalkthroughThe project has updated its dependencies, notably upgrading ethermint and the cosmos-sdk to version Changes
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 X ? TipsChat with CodeRabbit Bot (
|
Signed-off-by: mmsqe <[email protected]>
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to filter (3)
- go.mod
- go.sum
- gomod2nix.toml
Files selected for processing (1)
- CHANGELOG.md (1 hunks)
Additional comments: 1
CHANGELOG.md (1)
- 6-6: The addition to the UNRELEASED section correctly follows the established format of the changelog entries and provides a clear reference to the pull request related to the update. This entry should help users understand the changes that will be included in the next release.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1272 +/- ##
===========================================
+ Coverage 16.02% 35.81% +19.78%
===========================================
Files 80 116 +36
Lines 6184 10653 +4469
===========================================
+ Hits 991 3815 +2824
- Misses 5114 6462 +1348
- Partials 79 376 +297 |
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
For more info:
cometbft/cometbft@46df7b5...v0.37.4
crypto-org-chain/cosmos-sdk@eec0174...7b15830
crypto-org-chain/ethermint@aaff96b...aff52db
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)
Summary by CodeRabbit
Documentation
CHANGELOG.md
to reflect the latest versions of dependencies.Chores
ethermint
to the latest development version.cosmos-sdk
to versionv0.47.7
.