Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Beiko <[email protected]>
  • Loading branch information
timbeiko committed Dec 7, 2023
1 parent c34a38c commit 0862c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EIPS/eip-7568.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ eip: 7568
title: Hardfork Meta Backfill - Berlin to Shapella
description: Pointers to specifications used for the network upgrades from Berlin to Shapella.
author: Tim Beiko (@timbeiko)
discussions-to: https://ethereum-magicians.org/t/hardfork-meta-backfill/1692
discussions-to: https://ethereum-magicians.org/t/hardfork-meta-backfill/16923
status: Draft
type: Meta
created: 2023-12-01
requires: 2070, 2982, 6122, 6953
requires: 2070, 2387, 2982, 6122, 6953,

Check failure on line 10 in EIPS/eip-7568.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `requires` cannot have empty items

error[preamble-list-requires]: preamble header `requires` cannot have empty items --> EIPS/eip-7568.md:10:39 | 10 | requires: 2070, 2387, 2982, 6122, 6953, | ^ this item is empty | = help: see https://ethereum.github.io/eipw/preamble-list-requires/

Check failure on line 10 in EIPS/eip-7568.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `requires` has extra whitespace

error[preamble-trim]: preamble header `requires` has extra whitespace --> EIPS/eip-7568.md:10:10 | 10 | requires: 2070, 2387, 2982, 6122, 6953, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ value has extra whitespace | = help: see https://ethereum.github.io/eipw/preamble-trim/

Check failure on line 10 in EIPS/eip-7568.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `requires` items must be unsigned integers

error[preamble-uint-requires]: preamble header `requires` items must be unsigned integers --> EIPS/eip-7568.md:10:40 | 10 | requires: 2070, 2387, 2982, 6122, 6953, | ^ not a non-negative integer | = help: see https://ethereum.github.io/eipw/preamble-uint-requires/
---

## Abstract

Between the Berlin and Shapella hard forks, Meta EIPs were abandoned in favor of other ways to track changes included in Ethereum network upgrades. This EIP aggregates the specifications for these upgrades. Specifically, it covers the Beacon Chain launch (Serenity Phase 0), Berlin, London, Altair, Arrow Glacier, Gray Glacier, The Merge (Paris + Bellatrix) and Shapella (Shanghai + Capella).
Following Muir Glacier hard fork, Meta EIPs were abandoned in favor of other ways to track changes included in Ethereum network upgrades. This EIP aggregates the specifications for these upgrades, which themselves list the specific changes included. Specifically, it covers the Beacon Chain launch (Serenity Phase 0), Berlin, London, Altair, Arrow Glacier, Gray Glacier, The Merge (Paris + Bellatrix) and Shapella (Shanghai + Capella).

## Motivation

Expand Down

0 comments on commit 0862c0d

Please sign in to comment.