1498 Commits

Author SHA1 Message Date
Alex Beregszaszi
471c8131b2 Add meta EIP for Tangerine Whistle (EIP 150 Hard Fork) (#608)
* Add meta EIP for EIP 150 Hard Fork

* Rename to Tangerine Whistle

* link to EIP-150 in meta-hf spec

* assign no. 608 to Tangerine Whistle meta-eip

* add references and aliases to EIP150 meta-EIP
2017-07-29 10:40:45 -04:00
chriseth
470c61bed3 Correct equality check and clarify group order. 2017-07-25 15:03:17 +02:00
chriseth
4049242c04 Updated the specification
Note that this is an actual change in the specification, especially in the case of empty input. Thanks to @bbuenz for pointing this out!
2017-07-24 11:30:22 +02:00
cdetrio
1abc6b7e17 fix link 2017-07-18 18:42:33 -04:00
cdetrio
4ca8c73b93 add references to Homestead meta-EIP 2017-07-18 18:12:11 -04:00
cdetrio
80edeaa5c3 add eip-160 preamble and references 2017-07-18 16:15:48 -04:00
cdetrio
9dd6355ffa create file for EIP-160 2017-07-18 16:15:48 -04:00
Hudson Jameson
6118112b0e Merge pull request #606 from axic/hardfork-homestead
Add meta EIP for Homestead
2017-07-14 11:57:58 -04:00
cdetrio
1328f53fcd type and date in preamble 2017-07-14 11:57:32 -04:00
cdetrio
93cf078d7f assign no. 606 to Homestead meta-EIP 2017-07-14 11:45:29 -04:00
cdetrio
6933badd32 add links to Homestead EIPs 2017-07-14 11:04:02 -04:00
Nick Johnson
327c81c581 Update eip-draft-returndata.md 2017-07-14 12:23:58 +01:00
5chdn
33fc59db74 EIP Number for #649 2017-07-11 16:26:54 +02:00
5chdn
6aa9951f24 Update EIP #649 2017-07-11 16:24:50 +02:00
5chdn
fc748cce51 Add template for EIP #649 2017-07-11 15:58:46 +02:00
Nick Johnson
3b2fae5133 Merge pull request #666 from almindor/master
* add Etherwall 2.0.1 to supported list
2017-07-10 18:11:11 +01:00
maurelian
62f3052774 Revert to more closely describe implementation
As implemented:
https://github.com/ethereum/ens/blob/mainnet/contracts/HashRegistrarSimplified.sol#L379
2017-07-06 11:38:10 -04:00
Aleš Katona
fabc86434d * add Etherwall 2.0.1 to supported list 2017-07-04 23:06:52 +02:00
Alex Beregszaszi
4218665af9 Explain sign of arg1/arg2 2017-07-03 21:36:33 +01:00
Alex Beregszaszi
e5ca919672 Use floor and not udiv/sdiv 2017-07-03 21:31:23 +01:00
chriseth
2d2d028c3c Clarify value argument. 2017-07-03 18:30:31 +02:00
chriseth
efd2333c80 Some clarifications. 2017-06-30 15:21:00 +02:00
Nick Johnson
378af99430 Create eip-draft-returndata.md 2017-06-30 10:33:52 +01:00
cdetrio
ff3716b965 clarify EIP-55 spec 2017-06-29 16:39:10 -04:00
Piper Merriam
4b8732e182 Add reference to EIP-55 implementation in ethereum-utils library 2017-06-29 00:55:55 +02:00
Greg Colvin
1b16a7d089 Merge pull request #654 from cdetrio/eip-55
create file for EIP-55 (mixed-case address checksums)
2017-06-26 00:59:55 -06:00
Greg Colvin
da05d7eb34 Merge pull request #653 from cdetrio/eip-170
create file for EIP-170
2017-06-26 00:55:16 -06:00
Greg Colvin
31cfc82c46 Merge pull request #652 from cdetrio/eips-158-161
create files for EIPs 158 and 161
2017-06-26 00:54:06 -06:00
cdetrio
0bf49ff712 add EIP-55 adoption table 2017-06-24 13:27:55 +02:00
cdetrio
0b0d1ca375 add EIP-55 javascript implementation 2017-06-24 13:27:55 +02:00
cdetrio
74e4ec3ec2 use python example of the accepted EIP-55 spec 2017-06-24 13:27:43 +02:00
cdetrio
75ba147f1d add preamble for EIP-55 2017-06-24 12:16:06 +02:00
cdetrio
a1df940f38 create file for EIP-55 2017-06-24 12:13:19 +02:00
cdetrio
a448eb3c25 update EIP-170 spec to the finalized version 2017-06-23 15:16:26 +02:00
cdetrio
43c554bf13 add EIP-170 preamble and reference 2017-06-23 15:14:25 +02:00
cdetrio
5458ef3735 create file for EIP-170 2017-06-23 14:59:52 +02:00
cdetrio
81b0dcb275 add references for EIPs 158 and 161 2017-06-23 14:48:49 +02:00
cdetrio
c032393cc0 add preambles for eip-158 and 161 2017-06-23 14:48:26 +02:00
cdetrio
0ab7d52aba create files for eip-158 and 161 2017-06-23 13:54:34 +02:00
cdetrio
dbeebd780f only core EIPs in Homestead hard fork 2017-06-23 13:37:01 +02:00
cdetrio
5615bc52f9 use markdown format and fix broken links 2017-06-23 13:27:01 +02:00
cdetrio
f7ec295146 rename eip-2.mediawiki to eip-2.md 2017-06-23 13:16:55 +02:00
Yoichi Hirai
38521eb093
eip-165: when the first loop hits BEGINDATA, the second loop should still run 2017-06-21 12:57:33 +02:00
Yoichi Hirai
4d3d19ea7e
eip-615: BEGINDATA instruction finishes the analysis 2017-06-16 18:34:36 +02:00
chriseth
2a7e44538f Small fixes. 2017-06-16 16:59:56 +02:00
chriseth
aeaffcca26 Clarified reading from the end. 2017-06-06 17:04:58 +02:00
chriseth
28f1709777 Fail on access beyond end. 2017-06-06 14:58:32 +02:00
chriseth
350c8b5a91 Update external links. 2017-06-01 10:20:31 +02:00
chriseth
5785324724 Clarify too long input. 2017-06-01 10:16:05 +02:00
chriseth
5e0c5f38bb Clarify resetting the static flag. 2017-06-01 10:08:38 +02:00