Skip to content

Commit 92daa1d

Browse files
authored
Add EIP: Hardfork Meta - Pectra
Merged by EIP-Bot.
1 parent 16460f9 commit 92daa1d

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

EIPS/eip-7600.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
eip: 7600
3+
title: Hardfork Meta - Pectra
4+
description: EIPs included in the Prague/Electra Ethereum network upgrade.
5+
author: Tim Beiko (@timbeiko)
6+
discussions-to: https://ethereum-magicians.org/t/eip-7600-hardfork-meta-prague-electra/18205
7+
status: Draft
8+
type: Meta
9+
created: 2024-01-18
10+
requires: 2537, 6110, 7002, 7549, 7569
11+
---
12+
13+
## Abstract
14+
15+
This Meta EIP lists the EIPs formally considered for and included in the Prague/Electra network upgrade.
16+
17+
## Specification
18+
19+
### Included EIPs
20+
21+
* [EIP-6110](./eip-6110.md): Supply validator deposits on chain
22+
* [EIP-7002](./eip-7002.md): Execution layer triggerable exits
23+
* [EIP-7549](./eip-7549.md): Move committee index outside Attestation
24+
25+
### Considered for Inclusion
26+
27+
* [EIP-2537](./eip-2537.md): Precompile for BLS12-381 curve operations
28+
29+
### Full Specifications
30+
31+
#### Consensus Layer
32+
33+
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/blob/19edc2d1ec9d17dd2e84d4ed727ebf6451abb1b9/specs/_features/eip7002).
34+
35+
#### Execution Layer
36+
37+
EIP-2537, EIP-6110 and EIP-7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes.
38+
39+
### Activation
40+
41+
| Network Name | Activation Epoch | Activation Timestamp |
42+
|------------------|------------------|----------------------|
43+
| Sepolia | | |
44+
| Holešky | | |
45+
| Mainnet | | |
46+
47+
**Note**: rows in the table above will be filled as activation times are decided by client teams.
48+
49+
## Rationale
50+
51+
This Meta EIP provides a global view of all changes included in the Prague/Electra network upgrade, as well as links to full specification.
52+
53+
## Security Considerations
54+
55+
None.
56+
57+
## Copyright
58+
59+
Copyright and related rights waived via [CC0](../LICENSE.md).

0 commit comments

Comments
 (0)