Skip to content

Comments

Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.15.10#15

Closed
dependabot[bot] wants to merge 1 commit intoMainfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.15.10
Closed

Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.15.10#15
dependabot[bot] wants to merge 1 commit intoMainfrom
dependabot/go_modules/github.com/ethereum/go-ethereum-1.15.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps github.com/ethereum/go-ethereum from 1.14.11 to 1.15.10.

Release notes

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

Omni-Capacitors (v1.15.10)

This is a bug-fix release that corrects an issue with the new log indexer and configures the beacon chain light client for the Electra fork on mainnet (we forgot about this in v1.15.9).

This release is also suitable for following the Pectra fork on Mainnet.

All changes

  • A deadlock condition in the log indexer is resolved. This only affected deployments of Geth in archive mode, and old databases still using LevelDB. (#31708)
  • The beacon chain light client is now configured for the Pectra fork on mainnet. (#31706)
  • The default block gas limit has been increased to 36M. (#31705)
  • ethclient now allows passing an EIP-7702 authorizationList to calls. (#31198)
  • A new RPC endpoint debug_setMemoryLimit has been added for tweaking Go garbage collector behavior. We do not recommended using this, it's just a facility for debugging Geth. (#31441)

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


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

Multicapacitor (v1.15.9)

This release enables the Prague execution-layer fork on mainnet.

Prague

As of this release, the Prague fork is scheduled to occur on mainnet at block timestamp 1746612311 (Wed May 07 10:05:11 2025 UTC). As a reminder, the fork contains the following EIPs:

  • EIP-2537: Precompile for BLS12-381 curve operations
  • EIP-2935: Save historical block hashes in state
  • EIP-6110: Supply validator deposits on chain
  • EIP-7002: Execution layer triggerable exits
  • EIP-7251: Increase the MAX_EFFECTIVE_BALANCE
  • EIP-7549: Move committee index outside Attestation
  • EIP-7623: Increase calldata cost
  • EIP-7685: General purpose execution layer requests
  • EIP-7691: Blob throughput increase
  • EIP-7702: Set EOA account code
  • EIP-7840: Add blob schedule to EL config files

All changes

  • The Prague fork timestamp was added for mainnet. (#31535)
  • Transaction-sending RPCs will now add txs to the 'locals' tracker only when they have any chance of inclusion. This is a bit of a revert from the behavior we added in v1.15.4, where APIs such as eth_sendRawTransaction would always return a txhash, even if the transaction wasn't includable on chain. (#31618)
  • If an EVM system call fails during block execution, the block is considered invalid. (#31639)
  • An corner-case crash in eth_feeHistory related to blob fees is resolved. (#31663)

... (truncated)

Commits
  • 2bf8a78 version: release go-ethereum v1.15.10 stable
  • b6bdd69 core/filtermaps: fix deadlock in filtermap callback (#31708)
  • b62756d beacon/params: add mainnet electra config (#31706)
  • 7ad97a4 miner: increase default gas limit to 36M (#31705)
  • 846c14e ethclient: allow passing AuthorizationList to calls (#31198)
  • 1591d16 internal/debug: add debug_setMemoryLimit (#31441)
  • 263aef9 version: begin v1.15.10 release cycle
  • 74165a8 version: release go-ethereum v1.15.9 stable
  • 14f1543 core/filtermaps: clone cached slices, fix tempRange (#31680)
  • 5a7bbb4 beacon/params, core/filtermaps: update checkpoints (#31674)
  • Additional commits viewable in compare view

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)

Summary by Sourcery

Update the go-ethereum dependency to v1.15.10, incorporating support for upcoming forks, bug fixes, and enhancements.

New Features:

  • Enable the Prague execution-layer fork configuration for mainnet.
  • Add a debug_setMemoryLimit RPC endpoint for Go garbage collector tuning.

Bug Fixes:

  • Resolve a deadlock in the log indexer affecting archive nodes using LevelDB.
  • Configure the beacon chain light client for the Pectra fork on mainnet.
  • Ensure blocks are marked invalid if an EVM system call fails during execution.
  • Fix a crash in eth_feeHistory related to blob fees.

Enhancements:

  • Increase the default block gas limit to 36M.
  • Allow passing EIP-7702 authorizationList via ethclient.
  • Modify transaction-sending RPCs to only track potentially includable transactions locally.

Build:

  • Update github.com/ethereum/go-ethereum from v1.14.11 to v1.15.10.
  • Update associated indirect dependencies in go.mod and go.sum files based on the go-ethereum update.

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.11 to 1.15.10.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.14.11...v1.15.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 28, 2025
@sourcery-ai
Copy link

sourcery-ai bot commented Apr 28, 2025

Reviewer's Guide by Sourcery

This pull request updates the github.com/ethereum/go-ethereum dependency from version 1.14.11 to 1.15.10. This brings in bug fixes and new features, including support for the Prague/Pectra fork, an increased default gas limit, and various RPC improvements.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update the main go-ethereum dependency and associated indirect dependencies.
  • Bump github.com/ethereum/go-ethereum from 1.14.11 to 1.15.10.
  • Update indirect dependencies such as bits-and-blooms/bitset, consensys/bavard, consensys/gnark-crypto, crate-crypto/go-ipa, crate-crypto/go-kzg-4844, ethereum/go-verkle, golang-jwt/jwt/v4, pion/*, supranational/blst, golang.org/x/time, and holiman/uint256.
  • Remove unused indirect dependencies like btcsuite/btcd/btcec/v2, gballet/go-libpcsclite, status-im/keycard-go, and tyler-smith/go-bip39.
go.mod
go.sum
Incorporate features and fixes from go-ethereum versions 1.15.9 and 1.15.10.
  • Enable the Prague execution-layer fork, including support for multiple EIPs (2537, 2935, 6110, 7002, 7251, 7549, 7623, 7685, 7691, 7702, 7840).
  • Configure the beacon chain light client for the Electra/Pectra fork.
  • Fix a deadlock condition in the log indexer.
  • Increase the default block gas limit to 36M.
  • Allow passing an EIP-7702 authorizationList to ethclient calls.
  • Add a new debug_setMemoryLimit RPC endpoint.
  • Modify transaction-sending RPCs to only add transactions to the 'locals' tracker when they have a chance of inclusion.
  • Mark a block as invalid if an EVM system call fails during execution.
  • Resolve a corner-case crash in eth_feeHistory related to blob fees.
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2025

Superseded by #16.

@dependabot dependabot bot closed this May 6, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ethereum/go-ethereum-1.15.10 branch May 6, 2025 05:31
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 go Pull requests that update go code

Projects

Development

Successfully merging this pull request may close these issues.

0 participants