-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 - Pectra #8121
Changes from 3 commits
82021cd
afd82d4
a7c862b
80548bf
f744e56
9654304
d2bbca8
db62e8a
16148c0
f47300b
18e1216
51ab6f4
4751ce4
c0e5b52
9ffd729
d68d128
6085cf3
a5458b1
a760c7b
b8e4ca4
8089019
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,58 @@ | ||||||
--- | ||||||
eip: XXXX | ||||||
Check failure on line 2 in EIPS/eip-praguemeta.md
|
||||||
title: Hardfork Meta - Prague/Electra | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
@lightclient named Prague + Electra upgrade as Pectra on all core devs - execution 178 |
||||||
description: EIPs included in the Prague/Electra Ethereum network upgrade. | ||||||
author: Tim Beiko (@timbeiko) | ||||||
discussions-to: https://ethereum-magicians.org/t/eip-xxxx-hardfork-meta-prague-electra/18205 | ||||||
status: Draft | ||||||
type: Meta | ||||||
created: 2024-01-18 | ||||||
requires: 2537, 6110, 7002, 7569 | ||||||
--- | ||||||
|
||||||
## Abstract | ||||||
|
||||||
This Meta EIP lists the EIPs formally considered for and included in the Prague/Electra network upgrade. | ||||||
|
||||||
## Specification | ||||||
|
||||||
### Included EIPs | ||||||
|
||||||
### Considered for Inclusion | ||||||
|
||||||
* [EIP-2537](./eip-2537.md): Precompile for BLS12-381 curve operations | ||||||
* [EIP-6110](./eip-6110.md): Supply validator deposits on chain | ||||||
* [EIP-7002](./eip-7002.md): Execution layer triggerable exits | ||||||
|
||||||
### Full Specifications | ||||||
|
||||||
#### Consensus Layer | ||||||
|
||||||
EIPs 6110 and 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. | ||||||
|
||||||
#### Execution Layer | ||||||
|
||||||
EIPs 2537, 6110 and 7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes. | ||||||
|
||||||
### Activation | ||||||
|
||||||
| Network Name | Activation Epoch | Activation Timestamp | | ||||||
|------------------|------------------|----------------------| | ||||||
| Goerli | | | | ||||||
| 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assigning next sequential EIP/ERC/RIP number.
Numbering changed to sequential from 7500 and is no longer the PR number.
Please also update the filename.