Commit Graph

590 Commits

Author SHA1 Message Date
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
Nick Johnson c106773a6f Merge pull request #667 from maurelian/maurelian-patch-registrar
Revert to more closely describe implementation
2017-07-10 15:37:23 +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
John Manoogian III e394281ff8 fix link to EIP-2 2017-06-29 22:35:32 +02: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
Greg Colvin c83a4aa858 Merge pull request #651 from cdetrio/eip-2
reformat EIP-2 in markdown and fix broken links
2017-06-26 00:50:05 -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
Greg Colvin 9bf0125f46 Merge pull request #647 from pirapira/begindata_end
eip-615: BEGINDATA instruction finishes the analysis
2017-06-20 12:13:16 -06: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
Nick Johnson c5c0c4d207 Delete eip-XXX.md 2017-05-22 12:30:20 +01:00
Nick Johnson e8355d2809 Rename eip-ens-initial-registrar.md to eip-162.md 2017-05-22 12:30:06 +01:00
Nick Johnson 6a22cfb8b8 Merge pull request #635 from ethers/patch-18
Clearer explanation of revealing a bid late
2017-05-22 12:29:45 +01:00
ethers db6cd44d00 Clearer explanation of revealing a bid late 2017-05-18 21:12:01 -04:00
chriseth ffcee11782 Clarifications and first gas cost suggestion. 2017-05-18 16:02:15 +02:00
chriseth bee45153fa Some clarifications and extensions. 2017-05-18 15:35:34 +02:00