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

Add EIP: Hardfork Meta - Amsterdam #8911

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
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
29 changes: 9 additions & 20 deletions EIPS/eip-7600.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,54 +7,43 @@
status: Review
type: Meta
created: 2024-01-18
requires: 2537, 2935, 6110, 7002, 7251, 7549, 7594, 7685, 7692, 7702
requires: 2537, 2935, 6110, 7002, 7251, 7549, 7594, 7685, 7692, 7702, 7723
---

## 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 and Scheduled for Inclusion in the Prague/Electra network upgrade.

## Specification

### EIPs Included
Definitions for `Scheduled for Inclusion` and `Considered for Inclusion` can be found in [EIP-7723](./eip-7723.md).

### EIPs Scheduled for Inclusion

* [EIP-2537](./eip-2537.md): Precompile for BLS12-381 curve operations
* [EIP-2935](./eip-2935.md): Save historical block hashes in state
* [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
* [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:
* [EIP-663](./eip-663.md): SWAPN, DUPN and EXCHANGE instructions
* [EIP-3540](./eip-3540.md): EOF - EVM Object Format v1
* [EIP-3670](./eip-3670.md): EOF - Code Validation
* [EIP-4200](./eip-4200.md): EOF - Static relative jumps
* [EIP-4750](./eip-4750.md): EOF - Functions
* [EIP-5450](./eip-5450.md): EOF - Stack Validation
* [EIP-6206](./eip-6206.md): EOF - JUMPF and non-returning functions
* [EIP-7069](./eip-7069.md): Revamped CALL instructions
* [EIP-7480](./eip-7480.md): EOF - Data section access instructions
* [EIP-7620](./eip-7620.md): EOF Contract Creation
* [EIP-7698](./eip-7698.md): EOF - Creation transaction

### EIPs Considered for Inclusion

* RIP-7212: Precompile for secp256r1 Curve Support
* [EIP-7547](./eip-7547.md): Inclusion lists
* [EIP-7623](./eip-7623.md): Increase calldata cost
* [EIP-7742](./eip-7742.md): Uncouple blob count between CL and EL
* [EIP-7762](./eip-7762.md): Increase MIN_BASE_FEE_PER_BLOB_GAS

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

View workflow job for this annotation

GitHub Actions / EIP Walidator

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

error[markdown-link-status]: proposal `eip-7762.md` is not stable enough for a `status` of `Review` --> EIPS/eip-7600.md | 36 | * [EIP-7762](./eip-7762.md): Increase MIN_BASE_FEE_PER_BLOB_GAS | = 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/

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

View workflow job for this annotation

GitHub Actions / EIP Walidator

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

error[markdown-link-status]: proposal `eip-7762.md` is not stable enough for a `status` of `Review` --> EIPS/eip-7600.md | 36 | * [EIP-7762](./eip-7762.md): Increase MIN_BASE_FEE_PER_BLOB_GAS | = 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/

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

View workflow job for this annotation

GitHub Actions / EIP Walidator

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

error[markdown-link-status]: proposal `eip-7762.md` is not stable enough for a `status` of `Review` --> EIPS/eip-7600.md | 36 | * [EIP-7762](./eip-7762.md): Increase MIN_BASE_FEE_PER_BLOB_GAS | = 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/

### Full Specifications

#### Consensus Layer

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.
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.

#### Execution Layer

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

### Activation

Expand Down
29 changes: 22 additions & 7 deletions EIPS/eip-7607.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,34 @@ requires: 7600

## Abstract

This Meta EIP lists the EIPs formally considered for & included in the Fusaka network upgrade.
This Meta EIP lists the EIPs formally Proposed, Considered for & Scheduled for Inclusion in the Fulu/Osaka network upgrade.

## Specification

### Included EIPs

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

### EIPs Scheduled for Inclusion

* [EIP-7594](./eip-7594.md): PeerDAS - Peer Data Availability Sampling
* EOF EIPs listed as part of [EIP-7692](./eip-7692.md), namely:
* [EIP-663](./eip-663.md): SWAPN, DUPN and EXCHANGE instructions
* [EIP-3540](./eip-3540.md): EOF - EVM Object Format v1
* [EIP-3670](./eip-3670.md): EOF - Code Validation
* [EIP-4200](./eip-4200.md): EOF - Static relative jumps
* [EIP-4750](./eip-4750.md): EOF - Functions
* [EIP-5450](./eip-5450.md): EOF - Stack Validation
* [EIP-6206](./eip-6206.md): EOF - JUMPF and non-returning functions
* [EIP-7069](./eip-7069.md): Revamped CALL instructions
* [EIP-7480](./eip-7480.md): EOF - Data section access instructions
* [EIP-7620](./eip-7620.md): EOF Contract Creation
* [EIP-7698](./eip-7698.md): EOF - Creation transaction

### Considered for Inclusion

* [EIP-4762](./eip-4762.md): Statelessness gas cost changes
* [EIP-6800](./eip-6800.md): Ethereum state using a unified verkle tree
* [EIP-6873](./eip-6873.md): Preimage retention
* [EIP-7545](./eip-7545.md): Verkle proof verification precompile
* [EIP-7667](./eip-7667.md): Raise gas costs of hash functions
* RIP-7212: Precompile for secp256r1 Curve Support

### Proposed for Inclusion

### Activation

Expand Down
53 changes: 53 additions & 0 deletions EIPS/eip-amsterdam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
eip: xxxx

Check failure on line 2 in EIPS/eip-amsterdam.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `eip` must be an unsigned integer

error[preamble-eip]: preamble header `eip` must be an unsigned integer --> EIPS/eip-amsterdam.md:2:5 | 2 | eip: xxxx | ^^^^^ not a non-negative integer | = help: see https://ethereum.github.io/eipw/preamble-eip/

Check failure on line 2 in EIPS/eip-amsterdam.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

file name must reflect the preamble header `eip`

error[preamble-file-name]: file name must reflect the preamble header `eip` --> EIPS/eip-amsterdam.md:2:5 | 2 | eip: xxxx | ^^^^^ this value | = help: this file's name should be `eip-xxxx.md` = help: see https://ethereum.github.io/eipw/preamble-file-name/

Check failure on line 2 in EIPS/eip-amsterdam.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `eip` must be an unsigned integer

error[preamble-eip]: preamble header `eip` must be an unsigned integer --> EIPS/eip-amsterdam.md:2:5 | 2 | eip: xxxx | ^^^^^ not a non-negative integer | = help: see https://ethereum.github.io/eipw/preamble-eip/

Check failure on line 2 in EIPS/eip-amsterdam.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

file name must reflect the preamble header `eip`

error[preamble-file-name]: file name must reflect the preamble header `eip` --> EIPS/eip-amsterdam.md:2:5 | 2 | eip: xxxx | ^^^^^ this value | = help: this file's name should be `eip-xxxx.md` = help: see https://ethereum.github.io/eipw/preamble-file-name/

Check failure on line 2 in EIPS/eip-amsterdam.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `eip` must be an unsigned integer

error[preamble-eip]: preamble header `eip` must be an unsigned integer --> EIPS/eip-amsterdam.md:2:5 | 2 | eip: xxxx | ^^^^^ not a non-negative integer | = help: see https://ethereum.github.io/eipw/preamble-eip/

Check failure on line 2 in EIPS/eip-amsterdam.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

file name must reflect the preamble header `eip`

error[preamble-file-name]: file name must reflect the preamble header `eip` --> EIPS/eip-amsterdam.md:2:5 | 2 | eip: xxxx | ^^^^^ this value | = help: this file's name should be `eip-xxxx.md` = help: see https://ethereum.github.io/eipw/preamble-file-name/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7773

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty @lightclient, modified!

title: Hardfork Meta - Amsterdam
description: EIPs included in the Amsterdam Ethereum network upgrade.
author: Tim Beiko (@timbeiko)
discussions-to: https://ethereum-magicians.org/t/eip-x-amsterdam-network-upgrade-meta-thread/21195
status: Draft
type: Meta
created: 2024-09-26
requires: 7607, 7723
---

## Abstract

This Meta EIP lists the EIPs formally Proposed, Considered for & Scheduled for Inclusion in the Amsterdam network upgrade.

## Specification

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

### EIPs Scheduled for Inclusion

### Considered for Inclusion

* [EIP-4762](./eip-4762.md): Statelessness gas cost changes
* [EIP-6800](./eip-6800.md): Ethereum state using a unified verkle tree
* [EIP-6873](./eip-6873.md): Preimage retention
* [EIP-7545](./eip-7545.md): Verkle proof verification precompile
* [EIP-7667](./eip-7667.md): Raise gas costs of hash functions

### Proposed for Inclusion

### Activation

| Network Name | Activation Epoch | Activation Timestamp |
|------------------|------------------|----------------------|
| Sepolia | | |
| Holešky | | |
| Mainnet | | |

**Note**: rows in the table above will be filled as activation times are decided by client teams.

## Rationale

This Meta EIP provides a global view of all changes included in the Amsterdam network upgrade, as well as links to full specification.

## Security Considerations

None.

## Copyright

Copyright and related rights waived via [CC0](../LICENSE.md).
Loading