Skip to content

Bump the dependencies group with 2 updates#84

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/dependencies-55f93197a1
Closed

Bump the dependencies group with 2 updates#84
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/dependencies-55f93197a1

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 2 updates: github.com/ethereum/go-ethereum and github.com/ethpandaops/ethwallclock.

Updates github.com/ethereum/go-ethereum from 1.15.8 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

Updates github.com/ethpandaops/ethwallclock from 0.3.0 to 0.4.0

Release notes

Sourced from github.com/ethpandaops/ethwallclock's releases.

v0.4.0

What's Changed

New Contributors

Full Changelog: ethpandaops/ethwallclock@v0.3.0...v0.4.0

Commits
  • b65c869 Merge pull request #3 from ethpandaops/refactor/negate-potential-race
  • 38456f7 feat(beacon_chain): add stop mechanism to EthereumBeaconChain
  • 37b96a3 refactor: Remove unnecessary comments and white space
  • bb6e5d4 feat: Add CODEOWNERS file and Go workflow files
  • b34ba48 refactor(beacon-chain): negate potential for race to write callbacks
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 28, 2025
Bumps the dependencies group with 2 updates: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) and [github.com/ethpandaops/ethwallclock](https://github.com/ethpandaops/ethwallclock).


Updates `github.com/ethereum/go-ethereum` from 1.15.8 to 1.15.10
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.15.8...v1.15.10)

Updates `github.com/ethpandaops/ethwallclock` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/ethpandaops/ethwallclock/releases)
- [Commits](ethpandaops/ethwallclock@v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-55f93197a1 branch from edfae26 to 6893dad Compare May 5, 2025 00:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 12, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-55f93197a1 branch May 12, 2025 00:40
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

None yet

Development

Successfully merging this pull request may close these issues.

0 participants