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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EIP: Hardfork Meta - Dencun #8006

Merged
merged 9 commits into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
62 changes: 62 additions & 0 deletions EIPS/eip-7569.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
eip: 7569
title: Hardfork Meta - Dencun
description: EIPs included in the Deneb/Cancun Ethereum network upgrade.
author: Tim Beiko (@timbeiko)
discussions-to: https://ethereum-magicians.org/t/dencun-hardfork-meta/16924
status: Draft
type: Meta
created: 2023-12-01
requires: 1153, 4788, 4844, 5656, 6780, 7044, 7045, 7514, 7516
---

## Abstract

This Meta EIP lists the EIPs included in the Dencun network upgrade across both Ethereum's execution and consensus layers.

## Specification

### Included EIPs

* [EIP-1153](./eip-1153.md): Transient storage opcodes
* [EIP-4788](./eip-4788.md): Beacon block root in the EVM
* [EIP-4844](./eip-4844.md): Shard Blob Transactions
* [EIP-5656](./eip-5656.md): MCOPY - Memory copying instruction
* [EIP-6780](./eip-6780.md): SELFDESTRUCT only in same transaction
* [EIP-7044](./eip-7044.md): Perpetually Valid Signed Voluntary Exits
* [EIP-7045](./eip-7045.md): Increase Max Attestation Inclusion Slot
* [EIP-7514](./eip-7514.md): Add Max Epoch Churn Limit
* [EIP-7516](./eip-7516.md): BLOBBASEFEE opcode

### Full Specifications

#### Consensus Layer

EIPs 4788, 4844, 7044, 7045 and 7514 require changes to Ethereum's consensus layer. These are specified in the `deneb` folder of the `ethereum/consensus-specs` repository.

#### Execution Layer

EIPs 1153, 4788, 4844, 5656, 6780 and 7526 require changes to Ethereum's execution layer. The EIPs fully specify the 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 Dencun network upgrade, as well as links to full specification.

## Security Considerations

None.

## Copyright

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