-
Notifications
You must be signed in to change notification settings - Fork 40
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
chore: Bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8 #328
chore: Bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8 #328
Conversation
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThe changes to the 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)
go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- go.mod (2 hunks)
Additional comments not posted (3)
go.mod (3)
5-5
: Update togithub.com/ethereum/go-ethereum
v1.14.8The update from v1.14.7 to v1.14.8 is a maintenance release focusing on bug fixes. Ensure that any changes, especially those related to the Go API and command improvements, do not affect your current implementation. Review the release notes for any specific changes that might impact your project.
22-22
: Update togithub.com/holiman/uint256
v1.3.1The update from v1.3.0 to v1.3.1 likely includes minor changes or improvements. Verify that these changes do not introduce any issues in your current use of the
uint256
package.Verification successful
Update to
github.com/holiman/uint256
v1.3.1 VerifiedThe
github.com/holiman/uint256
package is listed as an indirect dependency, and there is no direct usage found in the codebase. Therefore, the update to v1.3.1 should not introduce any issues in your current use of this package. The update is safe to proceed with as it primarily affects transitive dependencies.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of the updated `github.com/holiman/uint256` dependency on the codebase. # Test: Search for usage of `github.com/holiman/uint256` in the codebase. # Expect: Review the usage to ensure compatibility with v1.3.1. rg --type go 'github.com/holiman/uint256'Length of output: 41
Script:
#!/bin/bash # Description: Check for indirect usage of `github.com/holiman/uint256` in go.mod and go.sum. # Search for `uint256` in go.mod to confirm it's listed as an indirect dependency. rg 'github.com/holiman/uint256' go.mod # Search for `uint256` in go.sum to see if it's listed as a transitive dependency. rg 'github.com/holiman/uint256' go.sumLength of output: 295
11-11
: Update togithub.com/btcsuite/btcd/btcec/v2
v2.3.4The update from v2.2.0 to v2.3.4 suggests enhancements or fixes. Verify if there are any changes in cryptographic operations or APIs that could affect your application. Check the release notes for any relevant details.
Verification successful
No Direct Impact Found from
github.com/btcsuite/btcd/btcec/v2
UpdateThe package
github.com/btcsuite/btcd/btcec/v2
is not directly used in the codebase, as confirmed by the absence of direct imports. It is included as an indirect dependency. Ensure to review the release notes for any potential indirect impacts on dependencies that might rely on this package.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of the updated `github.com/btcsuite/btcd/btcec/v2` dependency on the codebase. # Test: Search for usage of `github.com/btcsuite/btcd/btcec/v2` in the codebase. # Expect: Review the usage to ensure compatibility with v2.3.4. rg --type go 'github.com/btcsuite/btcd/btcec/v2'Length of output: 48
Script:
#!/bin/bash # Description: Check for any indirect dependencies or usage of `github.com/btcsuite/btcd/btcec/v2` in the codebase. # Search for any Go files that import packages from `github.com/btcsuite/btcd/btcec/v2` rg --type go 'import "github.com/btcsuite/btcd/btcec/v2"' -A 5 # Check go.mod and go.sum for references to `github.com/btcsuite/btcd/btcec/v2` rg 'github.com/btcsuite/btcd/btcec/v2' go.mod go.sumLength of output: 377
Bumps github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Commits
a9523b6
Merge branch 'master' into release/1.14880511d
params: release go-ethereum v1.14.8 stable5adf4ad
eth/protocols/snap: cleanup dangling account trie nodes due to incomplete sto...33a13b6
p2p/simulations: remove packages (#30250)32a1e06
beacon/engine, consensus/beacon: use params.MaximumExtraDataSize instead of h...811a69c
go.mod: update uint256 to 1.3.1 (#30280)83e70aa
cmd/evm: fix evm basefee (#30281)ebe31df
eth/downloader, core/types: take withdrawals-size into account in downloader ...d3dae66
tests: fix TransactionTest to actually run (#30272)9ea766d
build: upgrade -dlgo version to Go 1.22.6 (#30273)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