Skip to content

Commit

Permalink
Merge 6085cf3 into aa5974b
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeiko authored Feb 7, 2024
2 parents aa5974b + 6085cf3 commit 3a4b287
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions EIPS/eip-7600.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
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, 7549, 7569
---

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

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/tree/19edc2d1ec9d17dd2e84d4ed727ebf6451abb1b9/specs/_features/eip7002).

#### Execution Layer

EIP-2537, EIP-6110 and EIP-7002 require changes to Ethereum's execution layer. The EIPs fully specify those changes.

### Activation

| Network Name | Activation Epoch | Activation Timestamp |
|------------------|------------------|----------------------|
| 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).

0 comments on commit 3a4b287

Please sign in to comment.