Skip to content

Commit

Permalink
Add EIP: Hardfork Meta - Dencun
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
timbeiko committed Dec 7, 2023
1 parent d4deb4d commit babb441
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions EIPS/eip-7569.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---

Check failure on line 1 in EIPS/eip-7569.md

View workflow job for this annotation

GitHub Actions / Run

Rule statuschange requires 1 more reviewers: @lightclient, @axic, @gcolvin, @SamWilsn, @Pandapip1, @xinbenlv
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).

0 comments on commit babb441

Please sign in to comment.