Skip to content

Commit

Permalink
Use inline references
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Mar 6, 2021
1 parent 5c94ace commit 135a1da
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions EIPS/eip-2228.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/).

0 comments on commit 135a1da

Please sign in to comment.