chore(deps): update ethereum el/cl client updates#604
Open
github-actions[bot] wants to merge 1 commit into
Open
chore(deps): update ethereum el/cl client updates#604github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
20607e6 to
eec91dc
Compare
eec91dc to
fb86a7b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
26.4.0→26.6.11.37.2→1.38.1v3.4.2→v3.4.30.2.14→0.2.1526.5.0→26.6.0v2.2.0→v2.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Consensys/teku (Consensys/teku)
v26.6.1Compare Source
This is a recommended update containing improvements and security fixes.
NOTE: For users that successfully upgraded to 26.6.0, this release is OPTIONAL.
Downloads
26.6.1on Dockerhubeed089c8d24e39a094047f0541f7305ec6dea0c06388f1b39f7ce881997f1d17)a8dce0202a9989ab85d735ef06d1eb663258497148c792c8d548735d53a59b81)26.6.1
Bug Fixes
26.6.0
Breaking Changes
JDK 25 is now required. Please update to JDK 25, or your node will fail to start up.
Additions and Improvements
POST /eth/v1/beacon/states/{state_id}/buildersBeacon API endpoint from ethereum/beacon-APIs#614, with JSON and SSZ response support.GET /eth/v1/beacon/execution_payload_envelope/{block_id}is nowGET /eth/v1/beacon/execution_payload_envelopes/{block_id}, andGET /eth/v1/validator/execution_payload_bid/{slot}/{builder_index}is nowGET /eth/v1/validator/execution_payload_bids/{slot}/{builder_index}.Bug Fixes
To work around this issue, users should either keep slashing protection enabled on the external signer or restart the node after calling the add api.
Upcoming Breaking Changes
Windows support will be removed in the following release.
v26.6.0Compare Source
This is a recommended update containing JDK25, security fixes, and general improvements.
Known Issues
Downloads
26.6.0on Dockerhuba05b15eef07f7dd961e173d00f4b2151e1a1840c6706c81c32a22a4fc62a2b09)58591aab5364230f94eea524e34497ba4a8d2f3fd1408137c3c772e5ea0b5dac)Breaking Changes
JDK 25 now is now required. Please update to JDK 25, or your node will fail to start up.
Additions and Improvements
POST /eth/v1/beacon/states/{state_id}/buildersBeacon API endpoint from ethereum/beacon-APIs#614, with JSON and SSZ response support.GET /eth/v1/beacon/execution_payload_envelope/{block_id}is nowGET /eth/v1/beacon/execution_payload_envelopes/{block_id}, andGET /eth/v1/validator/execution_payload_bid/{slot}/{builder_index}is nowGET /eth/v1/validator/execution_payload_bids/{slot}/{builder_index}.Bug Fixes
To work around this issue, users should either keep slashing protection enabled on the external signer or restart the node after calling the add api.
Upcoming Breaking Changes
Windows support will be removed in the following release.
NethermindEth/nethermind (NethermindEth/nethermind)
v1.38.1Compare Source
Release notes
This is a patch release focused on Optimism / OP Stack support. It adds the OP Karst fork, refreshes the Superchain registry chains, and removes the bundled Base mainnet and sepolia configurations.
Sepolia: Wed, Jun 17, 2026 at 16:00:01 UTC
Mainnet: Wed, Jul 8, 2026 at 16:00:01 UTC
Overview
5 changes since 1.38.0, all OP Stack–related. Highlights:
Highlights
Optimism
ForkInfosupport. Includes a refactor that isolates all OP-specific fork flags and transition timestamps insideNethermind.Optimism(mirroring the Taiko plugin pattern), soCore/Specs/Merge.Plugin/Evm.Precompilesno longer reference any OP fork flag. OP precompile caps now live in dedicated wrapper precompiles registered viaOptimismPrecompileProvider, and Engine API V4 is gated behind OP Isthmus activation.Chain configs
base-mainnetandbase-sepolia(including archive configs, profiles, and logo) from the bundled chains, adds support for handling chains deleted from the Superchain registry, and removesarena-zandswell-mainnet.base-mainnet,base-sepolia, and their_archiveconfigurations have been removed from the shipped chain configs. Operators running Base via Nethermind's built-in configs must supply their own chainspec/config.arena-zandswell-mainnetchain configs were also removed as part of the Superchain registry sync.What's Changed
Full Changelog: NethermindEth/nethermind@1.38.0...1.38.1
Build signatures
The packages are signed with the following OpenPGP key:
AD12 7976 5093 C675 9CD8 A400 24A7 7461 6F1E 617Ev1.38.0Compare Source
Release notes
This release improves node robustness, restart safety, RPC compatibility, and runtime performance, especially for Flat DB users, RPC-heavy workloads, and chains relying on upcoming hardfork or EIP support.
Overview
372 changes since 1.37.2. Highlights include the Taiko Unzen hardfork, parallel transaction execution with Block-level Access Lists (EIP-7928), new EIPs (EIP-7981 access-list token floor pricing, EIP-7976 calldata floor cost, EIP-4444 EraE history expiry), Flat DB layout persistence, a large round of JSON-RPC correctness fixes, and EVM/state hot-path optimizations.
Highlights
Consensus & EIPs
State & storage
Performance
RPC & correctness
admin_*peer-management endpoints improvements (#11489)eth_simulateV1,eth_call,eth_estimateGaserror-code and gas-cap fixestxpool_content/txpool_contentFrom/txpool_statusfixes (#11305, #11417)/healthendpointClUnavailableregression fix (#11474)Networking & sync
Chain-specific
What’s Changed
IByteBufferleaks in tests by @alexb5dh in #10814CODEOWNERSby @rubo in #10874MODEXPprecompile tests by @rubo in #10888BLAKE2Fprecompile tests by @rubo in #10909SHA256precompile tests by @rubo in #10910IGasPolicymethods and apply for eip-8037 by @damian-orzechowski in #10897CallResultconstructor visibility by @damian-orzechowski in #10949debug_getBlockRlpmethod by @rubo in #11130Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.