Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIP-7600: Add PeerDAS #8649

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions EIPS/eip-7600.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ 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

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

Expand All @@ -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:
Expand All @@ -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

Expand Down
Loading