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 EIPs 7623 & 7691 #9094

Merged
merged 3 commits into from
Dec 18, 2024
Merged
Changes from 2 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
18 changes: 7 additions & 11 deletions EIPS/eip-7600.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
status: Review
type: Meta
created: 2024-01-18
requires: 2537, 2935, 6110, 7002, 7251, 7549, 7594, 7685, 7702, 7742
requires: 2537, 2935, 6110, 7002, 7251, 7549, 7594, 7685, 7702
---

## Abstract

This Meta EIP lists the EIPs formally Considered and Scheduled for Inclusion in the Prague/Electra network upgrade.
This Meta EIP lists the EIPs formally Scheduled for Inclusion in the Prague/Electra network upgrade.

## Specification

Definitions for `Scheduled for Inclusion` and `Considered for Inclusion` can be found in [EIP-7723](./eip-7723.md).
A formal definition for `Scheduled for Inclusion` can be found in [EIP-7723](./eip-7723.md).

### EIPs Scheduled for Inclusion

Expand All @@ -26,24 +26,20 @@
* [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

Check failure on line 31 in EIPS/eip-7600.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

proposal `eip-7691.md` is not stable enough for a `status` of `Review`

error[markdown-link-status]: proposal `eip-7691.md` is not stable enough for a `status` of `Review` --> EIPS/eip-7600.md | 31 | * [EIP-7691](./eip-7691.md): Blob throughput increase | = help: because of this link, this proposal's `status` must be one of: `Draft`, `Stagnant` = help: see https://ethereum.github.io/eipw/markdown-link-status/
* [EIP-7702](./eip-7702.md): Set EOA account code
* [EIP-7742](./eip-7742.md): Uncouple blob count between CL and EL

### EIPs Considered for Inclusion

* [EIP-7623](./eip-7623.md): Increase calldata cost
* [EIP-7762](./eip-7762.md): Increase MIN_BASE_FEE_PER_BLOB_GAS

### Full Specifications

#### Consensus Layer

EIP-6110, EIP-7002 EIP-7251, EIP-7549 and EIP-7742 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-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-7685, EIP-7002, EIP-7702 and EIP-7742 require changes to Ethereum's execution layer. The EIPs fully specify those changes.
EIP-2537, EIP-2935, EIP-6110, EIP-7685, EIP-7002, EIP-7623 and EIP-7702 require changes to Ethereum's execution layer. The EIPs fully specify those changes.

### Activation

Expand Down
Loading