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 6 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
60 changes: 60 additions & 0 deletions EIPS/eip-7600.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
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, 7569
timbeiko marked this conversation as resolved.
Show resolved Hide resolved
---

## 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

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.
timbeiko marked this conversation as resolved.
Show resolved Hide resolved
timbeiko marked this conversation as resolved.
Show resolved Hide resolved

#### Execution Layer

EIPs 2537, 6110 and 7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes.
timbeiko marked this conversation as resolved.
Show resolved Hide resolved

### Activation

| Network Name | Activation Epoch | Activation Timestamp |
|------------------|------------------|----------------------|
| Goerli | | |
g11tech marked this conversation as resolved.
Show resolved Hide resolved
| 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

The rationale section should justify decisions made within the EIP, not the EIP as a whole. Unless you actually want to explain why these particular EIPs are being included, I think you should just omit this section as it doesn't really make sense. Would require an override on the bots though.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My last two Meta EIPs had such rationales, but I'm happy with whatever. Feels simpler to not have to override the bot all the time, but also OK to delete this.

For reference:


## Security Considerations

None.

## Copyright

Copyright and related rights waived via [CC0](../LICENSE.md).
Loading