Skip to content

Bump github.com/ethereum/go-ethereum from 1.15.0 to 1.16.2 in /seth #2028

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps github.com/ethereum/go-ethereum from 1.15.0 to 1.16.2.

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Sprouted Seed Vial (v1.16.2)

This is a maintenance release that includes implementations of the Fusaka EIPs, along with several new features, optimizations, and bug fixes. Upgrading to this version is optional, but feedback from those who do is greatly appreciated.

Fusaka:

  • Implement EIP-7825 - Transaction Gas Limit Cap. (#31824,#32230)
  • Implement EIP-7934 - RLP Execution Block Size Limit. (#31990)
  • Implement EIP-7939 - CLZ opcode. (#31989,#32172)
  • Implement EIP-7918 - Blob base fee bounded by execution cost. (#31965)
  • Implement EIP-7951 - Precompile for secp256r1 Curve Support. (#31991)
  • Implement EIP-7892 - Blob Parameter Only Hardforks. (#32193)
  • Implement EIP-7883 - ModExp Gas Cost Increase. (#32231)
  • Add Block-level accessList structure. (#31948)
  • Limit the max blobs in blob transaction. (#32246)

Core:

  • Reduce the memory allocation in trie hash function. (#31902)
  • Improve the background sync mechanism of the freezer. (#32135)
  • Introduce file-based state journal. (#32060)
  • Fix the dropping oversized transaction announcements. (#32210)
  • Fix the condition that disables direct ancient sync mode. (#32188)
  • Add an interface for the jump destination analysis cache. (#32143)
  • Fix incorrect address length in historical state reader. (#32248)
  • Fix a dead lock in state history indexer. (#32260)
  • Expose SigHash of SetCodeAuthorization for customized signing. (#32298)

RPC:

  • Reject eth_getLogs requests that include both block hash and block range. (#31877)
  • Fix block overrides in debug_traceCall. (#32183)
  • Introduce debug_sync to perform a trusted full chain sync. (#32177,#32149)

Others:

  • Add automatic package aliasing in rlp code generator. (#31148)
  • Add the metrics for tracking snap sync duration. (#32258)
  • Update checkpoints for blsync and filtermaps. (#32336)
  • Add test suite for ENRRequest. (#32303)

For a full rundown of the changes please consult the Geth 1.16.2 release milestone.


As with all our previous releases, you can find the:

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.0 to 1.16.2.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.15.0...v1.16.2)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 5, 2025 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants