From 135a1da21be1aba1aeeb541b4a7dd4dd8ee56007 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Sat, 6 Mar 2021 14:46:56 -0500 Subject: [PATCH] Use inline references --- EIPS/eip-2228.md | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/EIPS/eip-2228.md b/EIPS/eip-2228.md index dc6178be1ff0c1..f2c7d8130f61e2 100644 --- a/EIPS/eip-2228.md +++ b/EIPS/eip-2228.md @@ -22,13 +22,13 @@ This standard specifies the name for this network and provides reference example The Ethereum network with chainid 1 is referenced from authoritative sources using several names that are conflicting: -* Vitalik has called it "main net" at http://eips.ethereum.org/EIPS/eip-155 http://eips.ethereum.org/EIPS/eip-170 -* Vitalik has called it "mainnet" at http://eips.ethereum.org/EIPS/eip-86 -* Vitalik has called it "Main net" at http://eips.ethereum.org/EIPS/eip-2* http://eips.ethereum.org/EIPS/eip-150 +* "main net" at [EIP-155](./eip-155.md), [EIP-170](./eip-170.md) +* "mainnet" at [EIP-86 [DRAFT]](./eip-86.md), [client documentation](https://geth.ethereum.org/support/FAQ) +* "Main net" at [EIP-2](./eip-2.md), [EIP-150](./eip-150.md) * \* In EIP-2, it is unclear if the first letter is capital because it is a proper noun or if it is the the first word in a text column presented in sentence case -* Vitalik has called it "Mainnet" at http://eips.ethereum.org/EIPS/eip-7 -* Geth documentation calls its "mainnet" at https://geth.ethereum.org/support/FAQ -* A final EIP here has referred to it as "Mainnet" at http://eips.ethereum.org/EIPS/eip-779 +* "Mainnet" at [EIP-7](./eip-7.md), [EIP-779](./eip-779.md) + +In several examples above, even papers written by the same author use inconsistent names to refer to the Ethereum network with chainid 1. ## Specification @@ -90,17 +90,6 @@ These words literally mean nothing. The lowercase, not-proper-noun word "mainnet An exhaustive list of examples is provided above in the specification and test cases sections. -## References - -**Standards** - -1. [EIP-2](./eip-2.md) Homestead Hard-fork Changes. -1. [EIP-7](./eip-7.md) DELEGATECALL. -1. [EIP-150](./eip-150.md) Gas cost changes for IO-heavy operations. -1. [EIP-155](./eip-155.md) Simple replay attack protection. -1. [EIP-170](./eip-170.md) Contract code size limit. -1. [EIP-779](./eip-779.md) Hardfork Meta: DAO Fork. - ## Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).