Commit Graph

796 Commits

Author SHA1 Message Date
Nick Johnson 598de64d6b Delete JumpsAndSubs.md 2017-04-25 15:14:22 +01:00
Greg Colvin 2b7c657bee Merge pull request #612 from ethereum/jumps&subs
Jumps&subs
2017-04-25 15:42:58 +02:00
chriseth d10be75eab Assign number and add clarifictaions. 2017-04-25 12:46:22 +02:00
Greg Colvin 2733748276 Delete eip-187.md 2017-04-25 11:29:18 +02:00
Greg Colvin cb444e28e5 Create JumpsAndSubs.md 2017-04-25 11:28:06 +02:00
Greg Colvin 09cf8ab755 Delete SubroutinesAndStaticJumps.md 2017-04-25 11:26:29 +02:00
Greg Colvin ecf59d8f8a Create SubroutinesAndStaticJumps.md 2017-04-25 11:25:07 +02:00
Alex Beregszaszi 66acbb20a7 Add meta EIP for Homestead 2017-04-23 16:48:44 +01:00
Alex Beregszaszi d4f5382f51 Clarify shift amount (arg2) 2017-04-23 15:43:43 +01:00
cdetrio 793f88b6ab Rename eip-draft_revert_opcode.md to eip-140.md 2017-04-23 16:24:24 +02:00
Alex Beregszaszi 27847a875d Rename to EIP145 2017-04-23 14:55:19 +01:00
Alex Beregszaszi 7bc447717f Swap shift operands (value is the top item) 2017-04-23 14:53:46 +01:00
Alex Beregszaszi 0b3461651f Add link to client support (cpp-ethereum) 2017-04-23 14:50:20 +01:00
Alex Beregszaszi a63aef39d1 Remove ROR/ROL 2017-04-23 11:28:25 +01:00
Hudson Jameson 4ce5a7ccdc Changed from Draft to Accepted on 211 and 214 2017-04-21 01:06:49 -05:00
Nick Johnson 58a108b89a Merge pull request #107 from wighawag/draft-dapp-html-authorization
Draft dapp html transaction authorization without CORS
2017-04-19 12:27:23 +01:00
wighawag f412381dc9 set EIP number to 107 2017-04-19 10:31:14 +05:30
wighawag 5613f831fa Merge branch 'draft-dapp-html-authorization' of github.com:wighawag/EIPs into draft-dapp-html-authorization 2017-04-17 22:31:01 +05:30
wighawag 3c1c997f3d rename to eip-107 2017-04-17 22:30:40 +05:30
Nick Johnson 5b99b25f8a Merge pull request #216 from axic/invalid
Adds EIP141 (invalid instruction)
2017-04-14 12:56:09 +01:00
Nick Johnson fc3beedcd3 Merge pull request #595 from ethers/patch-17
status is Final
2017-04-14 12:42:37 +01:00
Nick Johnson 9a76b2552c Merge pull request #594 from ethers/patch-16
status is Final
2017-04-14 12:42:22 +01:00
Nick Johnson 14bfcea0bf Merge pull request #593 from ethers/patch-15
status is Final
2017-04-14 12:42:08 +01:00
Hudson Jameson ac31020fcb Edited Accepted EIPs
See https://github.com/ethereum/pm/blob/master/All%20Core%20Devs%20Meetings/Meeting%2013.md#1-resolution-for-staticcall-purecall-revert-opcode--dynamic-return-discussion-core-devs
2017-04-12 03:12:17 -05:00
Greg Colvin e2f23b3ec7 Update and rename eip-184.md to eip-187.md 2017-04-10 11:22:16 -06:00
Micah Zoltu 3abd7c1fb4 Adds an EIP for getting logs by a block hash.
Closes #234
2017-04-01 15:43:18 -07:00
ethers ccf77936a6 status is Final 2017-03-27 21:52:47 -04:00
ethers d3ad64034d status is Final 2017-03-27 21:52:03 -04:00
ethers 937e5bada9 status is Final 2017-03-27 21:50:48 -04:00
Alex Beregszaszi 4455e2c105 Mention that the execution is considered as failed 2017-03-23 13:46:05 +00:00
Alex Beregszaszi c7944c477a Remove rationale (it is already explained twice) 2017-03-23 13:46:05 +00:00
Alex Beregszaszi 729b590308 Swap the stack items for REVERT to be in line with RETURN 2017-03-23 13:46:05 +00:00
Alex Beregszaszi f1af1f393c Add test case for REVERT 2017-03-23 13:46:05 +00:00
Alex Beregszaszi bb1368137f Assign EIP140 to REVERT 2017-03-23 12:48:06 +00:00
Alex Beregszaszi a0ef90d298 Draft EIP for the REVERT opcode 2017-03-23 12:31:40 +00:00
Alex Beregszaszi 2541298b63 Add EIP141 to readme 2017-03-23 12:29:30 +00:00
Alex Beregszaszi 58c1828d26 Add EIP141 (invalid instruction) 2017-03-23 12:28:10 +00:00
Hudson Jameson 2485b86e86 Added Note to EIP 5 2017-03-20 18:04:02 -05:00
Hudson Jameson 6e57adb782 Removed PURE_CALL from under consideration.
Devs have made a decision to remove PURE_CALL and keep STATIC_CALL, revert+returndata, & return{size, data}.
2017-03-20 14:44:52 -05:00
cdetrio e1c5a77756 STATICCALL and PURE_CALL are under consideration 2017-03-17 11:40:01 -04:00
Hudson Jameson f79c29a8db Added EIP 98 to Accepted 2017-03-17 09:10:47 -05:00
cdetrio cee2889d77 add EIP-198 (bigint modexp) to accepted table 2017-03-03 21:22:44 -05:00
cdetrio d78db6cba5 Merge pull request #221 from benjaminion/patch-1
Fix up URLs for the EIPs.
2017-03-03 16:40:39 -05:00
benjaminion c223f48992 Fix up URLs for the EIPs.
Some of the URLs for the EIP numbers pointed to non-existent pages (by using absolute rather than relative paths).
2017-03-03 20:38:33 +00:00
Hudson Jameson b6b7d2c78c Merge pull request #220 from ethereum/redo-readme
redo table of EIPs in README
2017-03-03 12:22:32 -06:00
cdetrio b5d5207029 redo table of EIPs in README 2017-03-03 12:14:28 -05:00
chriseth 8856795031 Test cases and scalars larger than field order.
Scalars larger than the field characteristic are allowed because it only makes sense to restrict them to the group order, not the field characteristic and adding the group order as another magic constant here would complicated the specification.
2017-02-24 16:27:09 +01:00
chriseth a23bd30d65 Rename static_call to staticcall. 2017-02-24 12:07:02 +01:00
cdetrio e28f54737d remove outdated paragraph 2017-02-21 18:26:44 +01:00
Greg Colvin 76b90b723f Merge pull request #187 from gcolvin/patch-2
Subroutines and Static Jumps for the EVM
2017-02-21 10:24:33 -07:00