-
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
82021cd
first draft
timbeiko afd82d4
Typo + EthMag link
timbeiko a7c862b
Change status
timbeiko 80548bf
ACDC 129 updates
timbeiko f744e56
typo
timbeiko 9654304
Merge branch 'master' into prague-meta
timbeiko d2bbca8
Update EIPS/eip-7600.md
g11tech db62e8a
Update EIPS/eip-7600.md
timbeiko 16148c0
Merge branch 'master' into prague-meta
timbeiko f47300b
Merge branch 'master' into prague-meta
timbeiko 18e1216
Merge branch 'master' into prague-meta
timbeiko 51ab6f4
Merge branch 'master' into prague-meta
timbeiko 4751ce4
Merge branch 'master' into prague-meta
timbeiko c0e5b52
Merge branch 'master' into prague-meta
timbeiko 9ffd729
Update EIPS/eip-7600.md
timbeiko d68d128
Update EIPS/eip-7600.md
timbeiko 6085cf3
Add CL specs links.
timbeiko a5458b1
Update eip-7600.md
timbeiko a760c7b
Merge branch 'master' into prague-meta
timbeiko b8e4ca4
Update fork name
timbeiko 8089019
Merge branch 'master' into prague-meta
timbeiko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,58 @@ | ||||||
--- | ||||||
eip: XXXX | ||||||
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). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.