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

Update EIP-1: Redefine what a meta EIP is #9153

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ There are three types of EIP:
- **Interface**: includes improvements around language-level standards like method names ([EIP-6](./eip-6.md)) and [contract ABIs](https://docs.soliditylang.org/en/develop/abi-spec.html).
- **ERC**: application-level standards and conventions, including contract standards such as token standards ([ERC-20](./eip-20.md)), name registries ([ERC-137](./eip-137.md)), URI schemes, library/package formats, and wallet formats.

- A **Meta EIP** describes a process surrounding Ethereum or proposes a change to (or an event in) a process. Process EIPs are like Standards Track EIPs but apply to areas other than the Ethereum protocol itself. They may propose an implementation, but not to Ethereum's codebase; they often require community consensus; unlike Informational EIPs, they are more than recommendations, and users are typically not free to ignore them. Examples include procedures, guidelines, changes to the decision-making process, and changes to the tools or environment used in Ethereum development. Any meta-EIP is also considered a Process EIP.
- A **Meta EIP** describes a process surrounding Ethereum or proposes a change to (or an event in) a process—especially the EIP process itself. Examples include procedures, guidelines, and changes to decision-making processes.

- An **Informational EIP** describes an Ethereum design issue, or provides general guidelines or information to the Ethereum community, but does not propose a new feature. Informational EIPs do not necessarily represent Ethereum community consensus or a recommendation, so users and implementers are free to ignore Informational EIPs or follow their advice.
- An **Informational EIP** describes an Ethereum design issue, hardfork, or provides general guidelines or information to the Ethereum community, but does not propose a new feature. Informational EIPs do not necessarily represent Ethereum community consensus or a recommendation, so users and implementers are free to ignore Informational EIPs (at the risk of forking the chain) or follow their advice.

It is highly recommended that a single EIP contain a single key proposal or new idea. The more focused the EIP, the more successful it tends to be. A change to one client doesn't require an EIP; a change that affects multiple clients, or defines a standard for multiple apps to use, does.

Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-1013.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---

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

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble is missing header(s): `description`, `discussions-to`

error[preamble-req]: preamble is missing header(s): `description`, `discussions-to` --> EIPS/eip-1013.md | | = help: see https://ethereum.github.io/eipw/preamble-req/

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

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble is missing header(s): `description`, `discussions-to`

error[preamble-req]: preamble is missing header(s): `description`, `discussions-to` --> EIPS/eip-1013.md | | = help: see https://ethereum.github.io/eipw/preamble-req/
eip: 1013
title: "Hardfork Meta: Constantinople"

Check failure on line 3 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` should not contain `:`

error[preamble-re-title-colon]: preamble header `title` should not contain `:` --> EIPS/eip-1013.md:3:7 | 3 | title: "Hardfork Meta: Constantinople" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ prohibited pattern was matched | = info: the pattern in question: `:` = help: see https://ethereum.github.io/eipw/preamble-re-title-colon/

Check failure on line 3 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` should not contain `:`

error[preamble-re-title-colon]: preamble header `title` should not contain `:` --> EIPS/eip-1013.md:3:7 | 3 | title: "Hardfork Meta: Constantinople" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ prohibited pattern was matched | = info: the pattern in question: `:` = help: see https://ethereum.github.io/eipw/preamble-re-title-colon/
author: Nick Savers (@nicksavers)
type: Meta
type: Informational

Check failure on line 5 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `type` is out of order

error[preamble-order]: preamble header `type` is out of order --> EIPS/eip-1013.md | 5 | type: Informational | = help: `type` should come after `status` = help: see https://ethereum.github.io/eipw/preamble-order/

Check failure on line 5 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `type` is out of order

error[preamble-order]: preamble header `type` is out of order --> EIPS/eip-1013.md | 5 | type: Informational | = help: `type` should come after `status` = help: see https://ethereum.github.io/eipw/preamble-order/
status: Final
created: 2018-04-20
requires: 145, 609, 1014, 1052, 1234, 1283
---

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

View workflow job for this annotation

GitHub Actions / EIP Walidator

body is missing section(s): `Rationale`, `Security Considerations`

error[markdown-req-section]: body is missing section(s): `Rationale`, `Security Considerations` --> EIPS/eip-1013.md | | = help: must be at the second level (`## Heading`) = help: see https://ethereum.github.io/eipw/markdown-req-section/

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

View workflow job for this annotation

GitHub Actions / EIP Walidator

body is missing section(s): `Rationale`, `Security Considerations`

error[markdown-req-section]: body is missing section(s): `Rationale`, `Security Considerations` --> EIPS/eip-1013.md | | = help: must be at the second level (`## Heading`) = help: see https://ethereum.github.io/eipw/markdown-req-section/
## Abstract

This meta-EIP specifies the changes included in the Ethereum hardfork named Constantinople.
Expand All @@ -28,10 +28,10 @@
- [EIP-1234](./eip-1234.md): Delay difficulty bomb, adjust block reward
- [EIP-1283](./eip-1283.md): Net gas metering for SSTORE without dirty maps

## References

Check failure on line 31 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body has extra section(s)

error[markdown-order-section]: body has extra section(s) --> EIPS/eip-1013.md | 31 | ## References | = help: see https://ethereum.github.io/eipw/markdown-order-section/

Check failure on line 31 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body has extra section(s)

error[markdown-order-section]: body has extra section(s) --> EIPS/eip-1013.md | 31 | ## References | = help: see https://ethereum.github.io/eipw/markdown-order-section/

1. The list above includes the EIPs discussed as candidates for Constantinople at the All Core Dev [Constantinople Session #1](https://github.com/ethereum/pm/issues/55). See also [Constantinople Progress Tracker](https://github.com/ethereum/pm/wiki/Constantinople-Progress-Tracker).

Check failure on line 33 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-1013.md | 33 | 1. The list above includes the EIPs discussed as candidates for Constantinople at the All Core Dev [Constantinople Session #1](https... | = help: see https://ethereum.github.io/eipw/markdown-rel-links/

Check failure on line 33 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-1013.md | 33 | 1. The list above includes the EIPs discussed as candidates for Constantinople at the All Core Dev [Constantinople Session #1](https... |

Check failure on line 33 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-1013.md | 33 | 1. The list above includes the EIPs discussed as candidates for Constantinople at the All Core Dev [Constantinople Session #1](https... | = help: see https://ethereum.github.io/eipw/markdown-rel-links/

Check failure on line 33 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-1013.md | 33 | 1. The list above includes the EIPs discussed as candidates for Constantinople at the All Core Dev [Constantinople Session #1](https... |
2. https://blog.ethereum.org/2019/02/22/ethereum-constantinople-st-petersburg-upgrade-announcement/

Check failure on line 34 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-1013.md | 34 | 2. https://blog.ethereum.org/2019/02/22/ethereum-constantinople-st-petersburg-upgrade-announcement/ |

Check failure on line 34 in EIPS/eip-1013.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-1013.md | 34 | 2. https://blog.ethereum.org/2019/02/22/ethereum-constantinople-st-petersburg-upgrade-announcement/ |

## Copyright

Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-1588.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---

Check warning on line 1 in EIPS/eip-1588.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble is missing header(s): `description`, `discussions-to`

warning[preamble-req]: preamble is missing header(s): `description`, `discussions-to` --> EIPS/eip-1588.md | |

Check warning on line 1 in EIPS/eip-1588.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble is missing header(s): `description`, `discussions-to`

warning[preamble-req]: preamble is missing header(s): `description`, `discussions-to` --> EIPS/eip-1588.md | |
eip: 1588
title: "Hardfork Meta: Ethereum ProgPoW"

Check warning on line 3 in EIPS/eip-1588.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` should not contain `:`

warning[preamble-re-title-colon]: preamble header `title` should not contain `:` --> EIPS/eip-1588.md:3:7 | 3 | title: "Hardfork Meta: Ethereum ProgPoW" | ---------------------------------- prohibited pattern was matched | = info: the pattern in question: `:`

Check warning on line 3 in EIPS/eip-1588.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` should not contain `:`

warning[preamble-re-title-colon]: preamble header `title` should not contain `:` --> EIPS/eip-1588.md:3:7 | 3 | title: "Hardfork Meta: Ethereum ProgPoW" | ---------------------------------- prohibited pattern was matched | = info: the pattern in question: `:`
author: Ikmyeong Na (@naikmyeong)
status: Stagnant
type: Meta
type: Informational
created: 2018-11-16
requires: 1057
---

Check warning on line 10 in EIPS/eip-1588.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body is missing section(s): `Rationale`, `Security Considerations`

warning[markdown-req-section]: body is missing section(s): `Rationale`, `Security Considerations` --> EIPS/eip-1588.md | | = help: must be at the second level (`## Heading`)

Check warning on line 10 in EIPS/eip-1588.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body is missing section(s): `Rationale`, `Security Considerations`

warning[markdown-req-section]: body is missing section(s): `Rationale`, `Security Considerations` --> EIPS/eip-1588.md | | = help: must be at the second level (`## Heading`)
## Abstract

This meta-EIP specifies the changes included in the alternative Ethereum hardfork named Ethereum ProgPoW.
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-1679.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: "Hardfork Meta: Istanbul"
author: Alex Beregszaszi (@axic), Afri Schoedon (@5chdn)
discussions-to: https://ethereum-magicians.org/t/hardfork-meta-istanbul-discussion/3207
type: Meta
type: Informational
status: Final
created: 2019-01-04
requires: 152, 1108, 1344, 1716, 1884, 2028, 2200
Expand All @@ -17,24 +17,24 @@

- Codename: Istanbul

### Activation

Check failure on line 20 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Activation"]

EIPS/eip-1679.md:20 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Activation"]

Check failure on line 20 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Activation"]

EIPS/eip-1679.md:20 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Activation"]
- `Block >= 9,069,000` on the Ethereum Mainnet

Check failure on line 21 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- `Block >= 9,069,000` on the ..."]

EIPS/eip-1679.md:21 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `Block >= 9,069,000` on the ..."]

Check failure on line 21 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- `Block >= 9,069,000` on the ..."]

EIPS/eip-1679.md:21 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `Block >= 9,069,000` on the ..."]
- `Block >= 6,485,846` on the Ropsten testnet
- `Block >= 14,111,141` on the Kovan testnet
- `Block >= 5,435,345` on the Rinkeby testnet
- `Block >= 1,561,651` on the Görli testnet

### Included EIPs

Check failure on line 27 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Included EIPs"]

EIPS/eip-1679.md:27 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Included EIPs"]

Check failure on line 27 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Included EIPs"]

EIPS/eip-1679.md:27 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Included EIPs"]
- [EIP-152](./eip-152.md): Add Blake2 compression function `F` precompile

Check failure on line 28 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- [EIP-152](./eip-152.md): Add..."]

EIPS/eip-1679.md:28 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [EIP-152](./eip-152.md): Add..."]

Check failure on line 28 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- [EIP-152](./eip-152.md): Add..."]

EIPS/eip-1679.md:28 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [EIP-152](./eip-152.md): Add..."]
- [EIP-1108](./eip-1108.md): Reduce alt_bn128 precompile gas costs
- [EIP-1344](./eip-1344.md): Add ChainID opcode
- [EIP-1884](./eip-1884.md): Repricing for trie-size-dependent opcodes
- [EIP-2028](./eip-2028.md): Calldata gas cost reduction
- [EIP-2200](./eip-2200.md): Rebalance net-metered SSTORE gas cost with consideration of SLOAD gas cost change

## References

Check failure on line 35 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body has extra section(s)

error[markdown-order-section]: body has extra section(s) --> EIPS/eip-1679.md | 35 | ## References |

Check failure on line 35 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body has extra section(s)

error[markdown-order-section]: body has extra section(s) --> EIPS/eip-1679.md | 35 | ## References |

1. Included EIPs were finalized in [All Core Devs Call #68](https://github.com/ethereum/pm/blob/master/All%20Core%20Devs%20Meetings/Meeting%2068.md)

Check failure on line 37 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-1679.md | 37 | 1. Included EIPs were finalized in [All Core Devs Call #68](https://github.com/ethereum/pm/blob/master/All%20Core%20Devs%20Meetings/... |

Check failure on line 37 in EIPS/eip-1679.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> EIPS/eip-1679.md | 37 | 1. Included EIPs were finalized in [All Core Devs Call #68](https://github.com/ethereum/pm/blob/master/All%20Core%20Devs%20Meetings/... |
2. https://medium.com/ethereum-cat-herders/istanbul-testnets-are-coming-53973bcea7df

## Copyright
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-1716.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eip: 1716
title: "Hardfork Meta: Petersburg"
author: Afri Schoedon (@5chdn), Marius van der Wijden (@MariusVanDerWijden)
type: Meta
type: Informational
status: Final
created: 2019-01-21
requires: 1013, 1283
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-2070.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---

Check warning on line 1 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble is missing header(s): `description`

warning[preamble-req]: preamble is missing header(s): `description` --> EIPS/eip-2070.md | |

Check warning on line 1 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble is missing header(s): `description`

warning[preamble-req]: preamble is missing header(s): `description` --> EIPS/eip-2070.md | |
eip: 2070
title: "Hardfork Meta: Berlin"

Check warning on line 3 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` should not contain `:`

warning[preamble-re-title-colon]: preamble header `title` should not contain `:` --> EIPS/eip-2070.md:3:7 | 3 | title: "Hardfork Meta: Berlin" | ------------------------ prohibited pattern was matched | = info: the pattern in question: `:`

Check warning on line 3 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` should not contain `:`

warning[preamble-re-title-colon]: preamble header `title` should not contain `:` --> EIPS/eip-2070.md:3:7 | 3 | title: "Hardfork Meta: Berlin" | ------------------------ prohibited pattern was matched | = info: the pattern in question: `:`
author: Alex Beregszaszi (@axic)
discussions-to: https://ethereum-magicians.org/t/hardfork-meta-eip-2070-berlin-discussion/3561
type: Meta
type: Informational

Check warning on line 6 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `type` is out of order

warning[preamble-order]: preamble header `type` is out of order --> EIPS/eip-2070.md | 6 | type: Informational | = help: `type` should come after `status`

Check warning on line 6 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `type` is out of order

warning[preamble-order]: preamble header `type` is out of order --> EIPS/eip-2070.md | 6 | type: Informational | = help: `type` should come after `status`
status: Withdrawn

Check warning on line 7 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `withdrawal-reason` is required when `status` is `Withdrawn`

warning[preamble-req-withdrawal-reason]: preamble header `withdrawal-reason` is required when `status` is `Withdrawn` --> EIPS/eip-2070.md:7:1 | 7 | status: Withdrawn | ----------------- info: defined here | = help: see https://ethereum.github.io/eipw/preamble-req-withdrawal-reason/

Check warning on line 7 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `withdrawal-reason` is required when `status` is `Withdrawn`

warning[preamble-req-withdrawal-reason]: preamble header `withdrawal-reason` is required when `status` is `Withdrawn` --> EIPS/eip-2070.md:7:1 | 7 | status: Withdrawn | ----------------- info: defined here | = help: see https://ethereum.github.io/eipw/preamble-req-withdrawal-reason/
created: 2019-05-20
requires: 1679
---

Check warning on line 11 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body is missing section(s): `Rationale`, `Security Considerations`

warning[markdown-req-section]: body is missing section(s): `Rationale`, `Security Considerations` --> EIPS/eip-2070.md | | = help: must be at the second level (`## Heading`)

Check warning on line 11 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

body is missing section(s): `Rationale`, `Security Considerations`

warning[markdown-req-section]: body is missing section(s): `Rationale`, `Security Considerations` --> EIPS/eip-2070.md | | = help: must be at the second level (`## Heading`)
## Abstract

This meta-EIP specifies the changes included in the Ethereum hardfork named Berlin.
Expand All @@ -17,8 +17,8 @@

- Codename: Berlin

In the current stage of coordination, the changes are tracked and discussed in the [eth1.0-specs](https://github.com/ethereum/eth1.0-specs) repository.

Check warning on line 20 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

warning[markdown-rel-links]: non-relative link or image --> EIPS/eip-2070.md | 20 | In the current stage of coordination, the changes are tracked and discussed in the [eth1.0-specs](https://github.com/ethereum/eth1.0... |

Check warning on line 20 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

warning[markdown-rel-links]: non-relative link or image --> EIPS/eip-2070.md | 20 | In the current stage of coordination, the changes are tracked and discussed in the [eth1.0-specs](https://github.com/ethereum/eth1.0... |
For an accurate status please refer to the [`berlin.md`](https://github.com/ethereum/eth1.0-specs/blob/master/network-upgrades/mainnet-upgrades/berlin.md) file.

Check warning on line 21 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

warning[markdown-rel-links]: non-relative link or image --> EIPS/eip-2070.md | 21 | For an accurate status please refer to the [`berlin.md`](https://github.com/ethereum/eth1.0-specs/blob/master/network-upgrades/mainn... |

Check warning on line 21 in EIPS/eip-2070.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

warning[markdown-rel-links]: non-relative link or image --> EIPS/eip-2070.md | 21 | For an accurate status please refer to the [`berlin.md`](https://github.com/ethereum/eth1.0-specs/blob/master/network-upgrades/mainn... |

## Copyright

Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-2387.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: "Hardfork Meta: Muir Glacier"
author: James Hancock (@madeoftin)
discussions-to: https://ethereum-magicians.org/t/hard-fork-to-address-the-ice-age-eip-2387
type: Meta
type: Informational
status: Final
created: 2019-11-22
requires: 1679, 2384
Expand All @@ -28,15 +28,15 @@

- Codename: Muir Glacier

### Activation

Check failure on line 31 in EIPS/eip-2387.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Activation"]

EIPS/eip-2387.md:31 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Activation"]

Check failure on line 31 in EIPS/eip-2387.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Activation"]

EIPS/eip-2387.md:31 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Activation"]
- `Block >= 9,200,000` on the Ethereum mainnet

Check failure on line 32 in EIPS/eip-2387.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- `Block >= 9,200,000` on the ..."]

EIPS/eip-2387.md:32 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `Block >= 9,200,000` on the ..."]

Check failure on line 32 in EIPS/eip-2387.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- `Block >= 9,200,000` on the ..."]

EIPS/eip-2387.md:32 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `Block >= 9,200,000` on the ..."]
- `Block >= 7,117,117` on the Ropsten testnet
- `Block >= N/A` on the Kovan testnet
- `Block >= N/A` on the Rinkeby testnet
- `Block >= N/A` on the Görli testnet

### Included EIPs

Check failure on line 38 in EIPS/eip-2387.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Included EIPs"]

EIPS/eip-2387.md:38 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Included EIPs"]

Check failure on line 38 in EIPS/eip-2387.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Included EIPs"]

EIPS/eip-2387.md:38 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Included EIPs"]
- [EIP-2384](./eip-2384.md): Istanbul/Berlin Difficulty Bomb Delay

Check failure on line 39 in EIPS/eip-2387.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- [EIP-2384](./eip-2384.md): I..."]

EIPS/eip-2387.md:39 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [EIP-2384](./eip-2384.md): I..."]

Check failure on line 39 in EIPS/eip-2387.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- [EIP-2384](./eip-2384.md): I..."]

EIPS/eip-2387.md:39 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [EIP-2384](./eip-2384.md): I..."]

## Rationale

Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-2657.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
author: James Hancock (@madeoftin)
discussions-to: https://gitter.im/ethereum/AllCoreDevs
status: Stagnant
type: Meta
type: Informational
created: 2020-04-19
---

Expand All @@ -23,7 +23,7 @@
- [x] EIP 2315 Commit Hash - [e8accf22cdc5562d6982c560080c6cd6b7f94867](https://github.com/ethereum/EIPs/commit/e8accf22cdc5562d6982c560080c6cd6b7f94867)

*[ ] Proposed - [x] Consensus to include.*
## Timeline

Check failure on line 26 in EIPS/eip-2657.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "## Timeline"]

EIPS/eip-2657.md:26 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "## Timeline"]

Check failure on line 26 in EIPS/eip-2657.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "## Timeline"]

EIPS/eip-2657.md:26 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "## Timeline"]

- Deployed: June 3rd 2020

Expand Down Expand Up @@ -55,7 +55,7 @@
## Syncing Instructions

**Geth**
- Yolo V1 testnet is up and running https://yolonet.xyz/

Check failure on line 58 in EIPS/eip-2657.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- Yolo V1 testnet is up and ru..."]

EIPS/eip-2657.md:58 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Yolo V1 testnet is up and ru..."]

Check failure on line 58 in EIPS/eip-2657.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Lists should be surrounded by blank lines [Context: "- Yolo V1 testnet is up and ru..."]

EIPS/eip-2657.md:58 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Yolo V1 testnet is up and ru..."]
- Support is baked into Geth master branch via --yolov1
- Genesis config json is at https://yolonet.xyz/yolo.json
- EF bootnode at enode://9e1096aa59862a6f164994cb5cb16f5124d6c992cdbf4535ff7dea43ea1512afe5448dca9df1b7ab0726129603f1a3336b631e4d7a1a44c94daddd03241587f9@35.178.210.161:30303
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-6049.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Deprecate SELFDESTRUCT by discouraging its use and warning about a
author: William Entriken (@fulldecent)
discussions-to: https://ethereum-magicians.org/t/deprecate-selfdestruct/11907
status: Final
type: Meta
type: Informational
created: 2022-11-27
---

Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-606.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eip: 606
title: "Hardfork Meta: Homestead"
author: Alex Beregszaszi (@axic)
type: Meta
type: Informational
status: Final
created: 2017-04-23
requires: 2, 7, 8
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-607.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eip: 607
title: "Hardfork Meta: Spurious Dragon"
author: Alex Beregszaszi (@axic)
type: Meta
type: Informational
status: Final
created: 2017-04-23
requires: 155, 160, 161, 170, 608
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-608.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eip: 608
title: "Hardfork Meta: Tangerine Whistle"
author: Alex Beregszaszi (@axic)
type: Meta
type: Informational
status: Final
created: 2017-04-23
requires: 150, 779
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-609.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eip: 609
title: "Hardfork Meta: Byzantium"
author: Alex Beregszaszi (@axic)
type: Meta
type: Informational
status: Final
created: 2017-04-23
requires: 100, 140, 196, 197, 198, 211, 214, 607, 649, 658
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-7568.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Pointers to specifications used for the network upgrades from Berli
author: Tim Beiko (@timbeiko)
discussions-to: https://ethereum-magicians.org/t/hardfork-meta-backfill/16923
status: Final
type: Meta
type: Informational
created: 2023-12-01
requires: 2070, 2387, 2982, 6122, 6953
---
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-7569.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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: Final
type: Meta
type: Informational
created: 2023-12-01
requires: 1153, 4788, 4844, 5656, 6780, 7044, 7045, 7514, 7516, 7568
---
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-7600.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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: Review
type: Meta
type: Informational
created: 2024-01-18
requires: 2537, 2935, 6110, 7002, 7251, 7549, 7594, 7685, 7702, 7742
---
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-7607.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: EIPs included in the Fulu/Osaka Ethereum network upgrade.
author: Tim Beiko (@timbeiko)
discussions-to: https://ethereum-magicians.org/t/eip-7607-fusaka-meta-eip/18439
status: Draft
type: Meta
type: Informational
created: 2024-02-01
requires: 7600
---
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-7773.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: EIPs included in the Amsterdam Ethereum network upgrade.
author: Tim Beiko (@timbeiko)
discussions-to: https://ethereum-magicians.org/t/eip-7773-amsterdam-network-upgrade-meta-thread/21195
status: Draft
type: Meta
type: Informational
created: 2024-09-26
requires: 7607, 7723
---
Expand Down
2 changes: 1 addition & 1 deletion EIPS/eip-779.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
eip: 779
title: "Hardfork Meta: DAO Fork"
author: Casey Detrio (@cdetrio)
type: Meta
type: Informational
status: Final
created: 2017-11-26
requires: 606
Expand Down
Loading