-
Notifications
You must be signed in to change notification settings - Fork 241
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: cometbft not up to date #1568
Conversation
update to 0.38.12
WalkthroughThe changes involve updates to dependency versions across multiple files, including 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: yihuang <[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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1568 +/- ##
===========================================
+ Coverage 15.24% 36.12% +20.88%
===========================================
Files 67 97 +30
Lines 4874 7725 +2851
===========================================
+ Hits 743 2791 +2048
- Misses 4037 4585 +548
- Partials 94 349 +255 |
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)
go.sum
is excluded by!**/*.sum
Files selected for processing (3)
- CHANGELOG.md (1 hunks)
- go.mod (7 hunks)
- gomod2nix.toml (12 hunks)
Files skipped from review due to trivial changes (1)
- CHANGELOG.md
Additional comments not posted (28)
go.mod (7)
22-22
: Approved version update.The minor version update to
github.com/cometbft/cometbft
fromv0.38.11
tov0.38.12
is approved. It likely includes bug fixes or performance improvements.
25-25
: Approved version update.The minor version update to
github.com/cosmos/gogoproto
fromv1.4.12
tov1.7.0
is approved. It likely includes enhancements or new features.
40-42
: Approved version updates.The minor version updates to
github.com/spf13/cobra
fromv1.8.0
tov1.8.1
andgithub.com/spf13/viper
fromv1.18.2
tov1.19.0
are approved. They likely include bug fixes or performance improvements.
45-45
: Approved version update with potential critical security updates.The substantial version update to
golang.org/x/crypto
fromv0.22.0
tov0.26.0
is approved. It may include critical security updates, so it's important to review the changelog and update accordingly.
53-56
: Approved version updates.The minor version updates to
cloud.google.com/go
fromv0.112.0
tov0.112.1
andcloud.google.com/go/storage
fromv1.37.0
tov1.38.0
are approved. They likely include bug fixes or performance improvements.
191-194
: Approved version updates.The minor version updates to
github.com/prometheus/client_golang
fromv1.20.0
tov1.20.1
,github.com/prometheus/common
fromv0.52.2
tov0.55.0
, andgithub.com/prometheus/procfs
fromv0.15.0
tov0.15.1
are approved. They likely include bug fixes, performance improvements, enhancements, or new features.
223-241
: Approved version updates with potential critical updates.The version updates to the
golang.org/x
packages, includingcrypto
,net
,oauth2
,sync
,sys
,term
,text
, andtools
, are approved. The substantial version changes may include critical security updates, enhancements, or new features, so it's important to review the changelogs and update accordingly.The minor version updates to the
google.golang.org
packages, includingapi
andgenproto
, are also approved. They likely include bug fixes or performance improvements.gomod2nix.toml (21)
5-6
: LGTM!The changes to update the module version and hash look good.
8-9
: LGTM!The changes to update the module version and hash look good.
14-15
: LGTM!The changes to update the module version and hash look good.
111-112
: LGTM!The changes to update the module version and hash look good.
114-115
: LGTM!The changes to update the module version and hash look good.
117-118
: LGTM!The changes to update the module version and hash look good.
138-139
: LGTM!The changes to update the module version and hash look good.
154-155
: LGTM!The changes to update the module version and hash look good.
180-181
: LGTM!The changes to update the module version and hash look good.
350-351
: LGTM!The changes to update the module version and hash look good.
359-360
: LGTM!The changes to update the module version and hash look good.
440-441
: LGTM!The changes to update the module version and hash look good.
487-489
: LGTM!The changes to add a new module look good.
500-501
: LGTM!The changes to update the module version and hash look good.
512-513
: LGTM!The changes to update the module version and hash look good.
518-519
: LGTM!The changes to update the module version and hash look good.
521-522
: LGTM!The changes to update the module version and hash look good.
530-531
: LGTM!The changes to update the module version and hash look good.
557-558
: LGTM!The changes to update the module version and hash look good.
563-564
: LGTM!The changes to update the module version and hash look good.
628-629
: LGTM!The changes to update the module version and hash look good.
update to 0.38.12
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
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
Dependency Updates
github.com/cometbft/cometbft
to v0.38.12github.com/cosmos/gogoproto
to v1.7.0github.com/spf13/cobra
to v1.8.1github.com/spf13/viper
to v1.19.0golang.org/x/crypto
to v0.26.0