--- eip: 7600 title: Hardfork Meta - Pectra description: EIPs included in the Prague/Electra Ethereum network upgrade. author: Tim Beiko (@timbeiko) discussions-to: https://ethereum-magicians.org/t/eip-7600-hardfork-meta-prague-electra/18205 status: Final type: Meta created: 2024-01-18 requires: 2537, 2935, 6110, 7002, 7251, 7549, 7569, 7623, 7685, 7691, 7702 --- ## Abstract This Meta EIP lists the EIPs Included in the Prague/Electra network upgrade. It follows the Dencun upgrade, documented in [EIP-7569](./eip-7569.md). ## Specification ### Included EIPs #### Core EIPs * [EIP-2537](./eip-2537.md): Precompile for BLS12-381 curve operations * [EIP-2935](./eip-2935.md): Save historical block hashes in state * [EIP-6110](./eip-6110.md): Supply validator deposits on chain * [EIP-7002](./eip-7002.md): Execution layer triggerable exits * [EIP-7251](./eip-7251.md): Increase the MAX_EFFECTIVE_BALANCE * [EIP-7549](./eip-7549.md): Move committee index outside Attestation * [EIP-7623](./eip-7623.md): Increase calldata cost * [EIP-7685](./eip-7685.md): General purpose execution layer requests * [EIP-7691](./eip-7691.md): Blob throughput increase * [EIP-7702](./eip-7702.md): Set EOA account code #### Other EIPs * [EIP-7840](./eip-7840.md): Add blob schedule to EL config files (Informational) * [EIP-7642](./eip-7642.md): eth/69 - Drop pre-merge fields (Networking) * While not necessary for the Pectra network upgrade, client teams MAY support EIP-7642 by the upgrade's activation and MUST support it by the next network upgrade. ### Full Specifications #### Consensus Layer EIP-6110, EIP-7002 EIP-7251, EIP-7549, EIP-7685 and EIP-7691 require changes to Ethereum's consensus layer. While the EIPs present an overview of these changes, the full specifications can be found in the `specs/electra` and `specs/_features` directories of the `ethereum/consensus-specs` repository. #### Execution Layer EIP-2537, EIP-2935, EIP-6110, EIP-7002, EIP-7623, EIP-7685, EIP-7702 and EIP-7840 require changes to Ethereum's execution layer. The EIPs fully specify those changes. ### Activation | Network Name | Activation Epoch | Activation Timestamp | |------------------|------------------|----------------------| | Holešky | `115968` | `1740434112` | | Sepolia | `222464` | `1741159776` | | Hoodi | `2048` | `1742999832` | | Mainnet | `364032` | `1746612311` | ## Rationale This Meta EIP provides a global view of all changes included in the Prague/Electra network upgrade, as well as links to the full specification. ## Security Considerations None. ## Copyright Copyright and related rights waived via [CC0](../LICENSE.md).