From d1d6f1a941ffaef8fb4ea03ffd03db8afd7da36a Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:49:52 -0700 Subject: [PATCH 1/2] Update eip-7600.md --- EIPS/eip-7600.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-7600.md b/EIPS/eip-7600.md index a099bd5b3974a..9d4df4ab9f4ee 100644 --- a/EIPS/eip-7600.md +++ b/EIPS/eip-7600.md @@ -7,7 +7,7 @@ discussions-to: https://ethereum-magicians.org/t/eip-7600-hardfork-meta-prague-e status: Draft type: Meta created: 2024-01-18 -requires: 2537, 2935, 6110, 7002, 7251, 7549, 7685, 7692, 7702 +requires: 2537, 2935, 6110, 7002, 7251, 7549, 7594, 7685, 7692, 7702 --- ## Abstract @@ -24,6 +24,7 @@ This Meta EIP lists the EIPs formally considered for and included in the Prague/ * [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-7594](./eip-7594.md): PeerDAS - Peer Data Availability Sampling * [EIP-7685](./eip-7685.md): General purpose execution layer requests * [EIP-7702](./eip-7702.md): Set EOA account code for one transaction * EOF EIPs listed as part of [EIP-7692](./eip-7692.md), namely: @@ -49,7 +50,7 @@ This Meta EIP lists the EIPs formally considered for and included in the Prague/ #### Consensus Layer -EIP-6110, EIP-7002 EIP-7251 and EIP-7549 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. +EIP-6110, EIP-7002 EIP-7251, EIP-7549 and EIP-7594 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 From 5d0ca1da22a64abd04215d8db0d2acc7bf160f98 Mon Sep 17 00:00:00 2001 From: Tim Beiko <9390255+timbeiko@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:56:31 -0700 Subject: [PATCH 2/2] whitespace --- EIPS/eip-7600.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7600.md b/EIPS/eip-7600.md index 9d4df4ab9f4ee..ebd72214997d8 100644 --- a/EIPS/eip-7600.md +++ b/EIPS/eip-7600.md @@ -12,7 +12,7 @@ requires: 2537, 2935, 6110, 7002, 7251, 7549, 7594, 7685, 7692, 7702 ## Abstract -This Meta EIP lists the EIPs formally considered for and included in the Prague/Electra network upgrade. +This Meta EIP lists the EIPs formally considered for and included in the Prague/Electra network upgrade. ## Specification