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 Included EIPs #8627

Merged
merged 1 commit into from
Jun 6, 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
14 changes: 7 additions & 7 deletions EIPS/eip-7600.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ This Meta EIP lists the EIPs formally considered for and included in the Prague/
* [EIP-7251](./eip-7251.md): Increase the MAX_EFFECTIVE_BALANCE
* [EIP-7549](./eip-7549.md): Move committee index outside Attestation
* [EIP-7685](./eip-7685.md): General purpose execution layer requests

### EIPs Considered for Inclusion

* [EIP-7212](./eip-7212.md): Precompile for secp256r1 Curve Support
* [EIP-7547](./eip-7547.md): Inclusion lists
* [EIP-7623](./eip-7623.md): Increase calldata cost
* [EIP-7702](./eip-7702.md): Set EOA account code for one transaction
* EOF EIPs listed as part of [EIP-7692](./eip-7692), namely:
* [EIP-663](./eip-663.md): SWAPN, DUPN and EXCHANGE instructions
Expand All @@ -45,6 +39,12 @@ This Meta EIP lists the EIPs formally considered for and included in the Prague/
* [EIP-7620](./eip-7620.md): EOF Contract Creation
* [EIP-7698](./eip-7698.md): EOF - Creation transaction

### EIPs Considered for Inclusion

* [EIP-7212](./eip-7212.md): Precompile for secp256r1 Curve Support
* [EIP-7547](./eip-7547.md): Inclusion lists
* [EIP-7623](./eip-7623.md): Increase calldata cost

### Full Specifications

#### Consensus Layer
Expand All @@ -53,7 +53,7 @@ EIP-6110, EIP-7002 EIP-7251 and EIP-7549 require changes to Ethereum's consensus

#### Execution Layer

EIP-2537, EIP-2935, EIP-6110, and EIP-7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes.
All EOF EIPs, listed in EIP-7692, as well as EIP-2537, EIP-2935, EIP-6110, EIP-7685, and EIP-7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes.

### Activation

Expand Down
Loading