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 7702, remove 3074 #8591

Merged
merged 2 commits into from
May 29, 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
4 changes: 2 additions & 2 deletions EIPS/eip-7600.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This Meta EIP lists the EIPs formally considered for and included in the Prague/

* [EIP-2537](./eip-2537.md): Precompile for BLS12-381 curve operations
* [EIP-2935](./eip-2935.md): Save historical block hashes in state
* [EIP-3074](./eip-3074.md): AUTH and AUTHCALL opcodes
* [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
Expand All @@ -32,6 +31,7 @@ This Meta EIP lists the EIPs formally considered for and included in the Prague/
* [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
* [EIP-3540](./eip-3540.md): EOF - EVM Object Format v1
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-3074, EIP-6110 and EIP-7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes.
EIP-2537, EIP-2935, EIP-6110, and EIP-7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes.

### Activation

Expand Down
Loading