17 Commits

Author SHA1 Message Date
Micah Zoltu
15f61ed0fd
Adds rule to EIP-1 that references to other EIPs must use relative path format and the first reference must be linked. (#2947)
I have gone through and updated all existing EIPs to match this rule, including EIP-1.

In some cases, people were using markdown citations, I suspect because the long-form was a bit verbose to inline.  Since the relative path is quite short, I moved these to inline but I wouldn't be opposed to putting them back to citation format if that is desired by the authors.

In doing the migration/cleanup, I found some EIP references to EIPs that don't actually exist.  In these cases I tried to excise the reference from the EIP as best I could.

It is worth noting that the Readme actually already had this rule, it just wasn't expressed properly in EIP-1 and the "Citation Format" section of the readme I think caused people a bit of confusion (when citing externally, you should use the citation format).
2020-09-30 12:22:43 +08:00
Alex Beregszaszi
0f36ae0f6f
Update EIPs to follow the rules regarding EVM opcodes (as stated in EIP-1) (#2115)
* Update EIPs to follow the rules regarding EVM opcodes (as stated in EIP-1)

* One more case
2020-08-29 12:58:34 +08:00
Leo Arias
cac8a33f7f Fix typo (#1770) 2019-03-02 08:51:49 +01:00
Alex Beregszaszi
fde32dfd6b Mark Constantinople and all its references Final (#1787) 2019-03-01 09:06:29 +13:00
Greg Colvin
cddbb47166
Merge pull request #1689 from axic/constantinople-accepted
Mark EIP1014/EIP1052 as accepted (part of Constantinople)
2019-01-21 17:30:16 -07:00
Alex Beregszaszi
80b8f80710 Mark EIP1014/EIP1052 as accepted (part of Constantinople) 2019-01-11 11:12:54 +00:00
Little Sheep
bfdb77e49a
Update eip-1014.md
remove a redundant paren.
2018-11-13 12:53:44 +08:00
Martin Holst Swende
b3fb4ea6eb
eip1014: added gas to examples 2018-10-02 14:18:07 +02:00
Martin Holst Swende
edf0f1cafc
eip1014: add cost-per-byte to CREATE2 2018-10-02 13:54:42 +02:00
Martin Holst Swende
53c72c6f13
fix reviewer comments 2018-09-30 13:57:01 +02:00
Martin Holst Swende
0e1a240f04
add example of empty code 2018-09-28 12:17:11 +02:00
Martin Holst Swende
344dd2b1cc
minor fix 2018-09-28 11:11:24 +02:00
Martin Holst Swende
f6775aa3b0
comment about salt 2018-09-28 11:08:11 +02:00
Martin Holst Swende
6985e8cc28
Updates and examples 2018-09-28 11:05:13 +02:00
Martin Holst Swende
8aab71aa18
update eip-1014 according to coredev decision 2018-09-28 10:57:31 +02:00
Paweł Bylica
5d9f96ac3e
EIP-1014: Use keccak256 name instead of sha3
Do not refer to the hash function as `sha3` because it is SHA3. Use more precise `keccak256` name.
2018-08-31 18:47:26 +02:00
vbuterin
b582c6579b Skinny CREATE2 (#1014)
* Create Skinny_CREATE2.md

* Update Skinny_CREATE2.md

* Update and rename Skinny_CREATE2.md to eip-1014.md

* Update eip-1014.md

* Update eip-1014.md

* Update eip-1014.md

* Update eip-1014.md
2018-06-18 16:42:44 +01:00