v7.0.0 #16005
prestonvanloon
started this conversation in
General
v7.0.0
#16005
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
v7.0.0 - 2025-11-10
This is our initial mainnet release for the Ethereum mainnet Fulu fork on December 3rd, 2025. All operators MUST update to v7.0.0 or later release prior to the fulu fork epoch
411392. See the Ethereum Foundation blog post for more information on Fulu.Other than the mainnet fulu fork schedule, there are a few callouts in this release:
by-epochblob storage format is the default for new installations. Users that haven't migrated will see a warning to migrate to the new format. Existing deployments may set--blob-storage-layout=by-epochto perform the migration.45000000(45 MGas) to60000000(60 MGas).Added
p2p_subscribed_topic_peer_total: Reset to avoid dangling values. [PR]p2p_minimum_peers_per_subnetmetric. [PR]Changed
v0.3.0. [PR]block.payload.len(transactions)tolen(block.payload.transactions). [PR]go-netroutetov0.4.0. [PR]45000000(45 MGas) to60000000(60 MGas). [PR]Removed
--show-deposit-data. [PR]GET /eth/v1/beacon/deposit_snapshot,GET /eth/v1/beacon/blocks/{block_id}/attestations,GET /eth/v1/beacon/pool/attestations,POST /eth/v1/beacon/pool/attestations,GET /eth/v1/beacon/pool/attester_slashings,POST /eth/v1/beacon/pool/attester_slashings,GET /eth/v1/validator/aggregate_attestation,POST /eth/v1/validator/aggregate_and_proofs,POST /eth/v1/beacon/blocks,POST /eth/v1/beacon/blinded_blocks,GET /eth/v1/builder/states/{state_id}/expected_withdrawals. [PR]--enable-optional-engine-methodshas been removed. [PR]--disable-build-block-parallelhas been removed. [PR]--disable-reorg-late-blockshas been removed. [PR]--disable-optional-engine-methodshas been removed. [PR]--disable-aggregate-parallelhas been removed. [PR]--enable-eip-4881has been removed. [PR]--disable-eip-4881has been removed. [PR]--enable-verbose-sig-verificationhas been removed. [PR]--enable-debug-rpc-endpointshas been removed. [PR]--beacon-rpc-gateway-providerhas been removed. [PR]--disable-grpc-gatewayhas been removed. [PR]--enable-experimental-statehas been removed. [PR]--enable-committee-aware-packinghas been removed. [PR]--interop-genesis-timehas been removed. [PR]--interop-num-validatorshas been removed (from beacon-chain only; still available in validator client). [PR]--enable-quichas been removed. [PR]--attest-timelyhas been removed. [PR]--disable-experimental-statehas been removed. [PR]--p2p-metadatahas been removed. [PR]Fixed
Reading static P2P private key from a file.log if Fulu is enabled. [PR]blobSidecarByRootRPCHandler: Do not serve a sidecar if the corresponding block is not available. [PR]dataColumnSidecarByRootRPCHandler: Do not serve a sidecar if the corresponding block is not available. [PR]RODataColumnsVerifier.ValidProposerSignature: Ensure the expensive signature verification is only performed once for concurrent requests for the same signature data. [PR]/eth/v1/beacon/rewards/attestations/{epoch}. [PR]SidecarProposerExpected: Add the slot in the single flight key. [PR]SidecarProposerExpected: Use the correct value of proposer index in the singleflight group. [PR]This discussion was created from the release v7.0.0.
All reactions