-
Notifications
You must be signed in to change notification settings - Fork 2
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
build(deps): Bump github.com/cometbft/cometbft from 0.37.5 to 0.38.11 in /tools/rosetta #543
Conversation
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.5 to 0.38.11. - [Release notes](https://github.com/cometbft/cometbft/releases) - [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.11/CHANGELOG.md) - [Commits](cometbft/cometbft@v0.37.5...v0.38.11) --- updated-dependencies: - dependency-name: github.com/cometbft/cometbft dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
The following labels could not be found: |
WalkthroughThe recent updates to the Go project's 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 (
|
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)
tools/rosetta/go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- tools/rosetta/go.mod (7 hunks)
Additional comments not posted (8)
tools/rosetta/go.mod (8)
39-39
: Update Gogoproto dependency.The
github.com/cosmos/gogoproto
dependency has been updated fromv1.4.10
tov1.4.11
. Ensure that the changes in this minor version update do not introduce any unexpected behavior in your project.
54-54
: Update Logfmt dependency.The
github.com/go-logfmt/logfmt
dependency has been updated fromv0.5.1
tov0.6.0
. This update may include bug fixes or improvements. Verify that logging functionality remains intact and behaves as expected.
80-80
: Update Golang Protobuf Extensions dependency.The
github.com/matttproud/golang_protobuf_extensions
dependency has been updated fromv1.0.2-0.20181231171920-c182affec369
tov1.0.4
. Ensure that protobuf-related functionality in your project is unaffected by this update.
90-91
: Update Prometheus dependencies.The
github.com/prometheus/common
andgithub.com/prometheus/procfs
dependencies have been updated tov0.42.0
andv0.12.0
respectively. These updates may include performance improvements or bug fixes. Ensure that metrics collection and related functionality are functioning correctly.
108-108
: Update Multierr dependency.The
go.uber.org/multierr
dependency has been updated fromv1.9.0
tov1.10.0
. This update may include bug fixes or improvements. Verify that error handling in your project remains consistent and effective.
83-83
: Add Curve25519-voi dependency.The
github.com/oasisprotocol/curve25519-voi
dependency has been newly added. This may introduce new cryptographic functionality to the project. Verify its usage and ensure it aligns with your project's security requirements.
9-9
: Update CometBFT dependency.The
github.com/cometbft/cometbft
dependency has been updated fromv0.37.5
tov0.38.11
. This update includes critical bug fixes and performance improvements. Verify that the changes in this new version are compatible with your project and that any breaking changes are addressed.
112-112
: Add Golang X Sync dependency.The
golang.org/x/sync
dependency has been newly added. This package provides additional synchronization primitives. Ensure that its usage is necessary and correctly implemented in the project.Verification successful
Golang X Sync dependency is necessary and correctly implemented.
The
golang.org/x/sync
package is used in theValidateGenesis
function withinx/gov/types/v1/genesis.go
to manage goroutines for checking duplicate deposits, which justifies its inclusion. The implementation appears correct and necessary for handling concurrent operations.
- Location:
x/gov/types/v1/genesis.go
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the usage and necessity of the newly added Golang X Sync dependency. # Test: Search for any usage of x/sync in the codebase. # Expect: Understand the context and purpose of its introduction. rg --type go 'x/sync'Length of output: 77
Script:
#!/bin/bash # Extract lines around the usage of errgroup in x/gov/types/v1/genesis.go to understand its context. rg --type go -A 10 -B 10 'golang.org/x/sync/errgroup' x/gov/types/v1/genesis.goLength of output: 447
Script:
#!/bin/bash # Search for instances of errgroup usage within x/gov/types/v1/genesis.go to understand its implementation. rg --type go 'errgroup' x/gov/types/v1/genesis.goLength of output: 108
Script:
#!/bin/bash # Extract lines around the usage of errGroup variable to understand its implementation and necessity. rg --type go -A 20 -B 5 'var errGroup errgroup.Group' x/gov/types/v1/genesis.goLength of output: 776
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github.com/cometbft/cometbft from 0.37.5 to 0.38.11.
Release notes
Sourced from github.com/cometbft/cometbft's releases.
... (truncated)
Changelog
Sourced from github.com/cometbft/cometbft's changelog.
... (truncated)
Commits
e1b4453
v0.38.11 (#3684)66a0447
build(deps): Bump docker/build-push-action from 6.5.0 to 6.6.1 (#3676)cd3519d
build(deps): Bump bufbuild/buf-setup-action from 1.35.1 to 1.36.0 (#3675)c17d1f6
fix(types): Only require extension signature if extensions are enabled (#3565)f85d897
feat(mempool): add error ErrRecheckFull (backport #3654) (#3656)9de925c
fix(e2e): replace docker-compose w/ docker compose (backport #3614) (#3616)e9bd8a9
build(deps): Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#3610)61ca12e
build(deps): Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#3584)cba216a
build(deps): Bump docker/login-action from 3.2.0 to 3.3.0 (#3585)aaf83e9
build(deps): Bump docker/build-push-action from 6.4.1 to 6.5.0 (#3586)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
New Features
Bug Fixes
Chores