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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EIP: Hardfork Meta - Pectra #8121

Merged
merged 21 commits into from
Feb 12, 2024
Merged
Changes from 3 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
58 changes: 58 additions & 0 deletions EIPS/eip-praguemeta.md
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

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

Choose a reason for hiding this comment

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

Suggested change
eip: XXXX
eip: 7600

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.

title: Hardfork Meta - Prague/Electra
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
title: Hardfork Meta - Prague/Electra
title: Hardfork Meta - Pectra

@lightclient named Prague + Electra upgrade as Pectra on all core devs - execution 178
https://www.youtube.com/watch?v=6xgxmKfVjtA&t=1890s

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