-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
eip: 7600 | ||
title: Hardfork Meta - Prague/Electra | ||
description: EIPs included in the Prague/Electra Ethereum network upgrade. | ||
author: Tim Beiko (@timbeiko) | ||
discussions-to: https://ethereum-magicians.org/t/eip-7600-hardfork-meta-prague-electra/18205 | ||
status: Draft | ||
type: Meta | ||
created: 2024-01-18 | ||
requires: 2537, 6110, 7002, 7549, 7569 | ||
--- | ||
|
||
## Abstract | ||
|
||
This Meta EIP lists the EIPs formally considered for and included in the Prague/Electra network upgrade. | ||
|
||
## Specification | ||
|
||
### Included EIPs | ||
|
||
* [EIP-6110](./eip-6110.md): Supply validator deposits on chain | ||
* [EIP-7002](./eip-7002.md): Execution layer triggerable exits | ||
* [EIP-7549](./eip-7549.md): Move committee index outside Attestation | ||
|
||
### Considered for Inclusion | ||
|
||
* [EIP-2537](./eip-2537.md): Precompile for BLS12-381 curve operations | ||
|
||
### Full Specifications | ||
|
||
#### Consensus Layer | ||
|
||
EIP-6110 and EIP-7002 require changes to Ethereum's consensus layer. While the EIPs present an overview of these changes, the full specifications can be found in the `_features` directory of the `ethereum/consensus-specs` repository: [6110](https://github.com/ethereum/consensus-specs/blob/19edc2d1ec9d17dd2e84d4ed727ebf6451abb1b9/specs/_features/eip6110), [7002](https://github.com/ethereum/consensus-specs/tree/19edc2d1ec9d17dd2e84d4ed727ebf6451abb1b9/specs/_features/eip7002). | ||
|
||
#### Execution Layer | ||
|
||
EIP-2537, EIP-6110 and EIP-7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes. | ||
|
||
### 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 Prague/Electra network upgrade, as well as links to full specification. | ||
|
||
## Security Considerations | ||
|
||
None. | ||
|
||
## Copyright | ||
|
||
Copyright and related rights waived via [CC0](../LICENSE.md). |