Vlad
1e27d718bf
whisper link fixed
2017-05-08 19:03:04 +02:00
cdetrio
1dee19d34b
add table of chain id's
2017-05-04 16:48:39 -04:00
cdetrio
581ce45afc
correct example values
2017-05-04 12:56:12 -04:00
cdetrio
2a814ea281
add preamble
2017-05-04 12:56:12 -04:00
cdetrio
a0bd241619
copy EIP-155 from issues
2017-05-04 12:56:12 -04:00
Lu Guanqun
1a0a7ef64d
use 'an EIP' instead of 'a EIP'
2017-05-03 23:10:54 -05:00
Guanqun Lu
87f46deb65
fix typos in EIP 1
2017-05-03 23:08:34 +08:00
cdetrio
a52b4c1b21
consolidate to version 1c, remove version 2
2017-04-30 12:27:05 -04:00
cdetrio
92b131b190
add preamble
2017-04-30 11:27:34 -04:00
cdetrio
08a967997f
copy EIP-150 from issues
2017-04-30 11:07:53 -04:00
Greg Colvin
dc50f9dfcf
Update eip-615.md
2017-04-29 22:53:42 +02:00
Greg Colvin
5b3eba8523
Merge pull request #613 from ethereum/gcolvin-jumps-and-subs
...
Subroutines and Static Jumps for the EVM
2017-04-29 22:44:12 +02:00
Greg Colvin
b2414bbbfc
Merge pull request #614 from gcolvin/gcolvin-simd
...
SIMD Operations for the EVM
2017-04-29 22:39:06 +02:00
Greg Colvin
4a9ccf6afc
Rename eip-616.md.md to eip-616.md
2017-04-27 19:14:21 +02:00
Greg Colvin
f732996025
Rename EIPS/eip-draft-simd-xyz.md to EIPS/eip-EIPS/eip-616.md.md
2017-04-27 19:09:35 +02:00
Greg Colvin
2eddd9668e
Rename eip-draft-jumps_and_subs-xyz.md to eip-615.md
2017-04-27 19:04:27 +02:00
Greg Colvin
77b7c90246
Update eip-draft-simd-xyz.md
2017-04-25 17:38:21 +02:00
Greg Colvin
a8a7e5c399
Update eip-draft-simd-xyz.md
2017-04-25 17:37:07 +02:00
Greg Colvin
0cc6425eff
Create eip-draft-simd-xyz.md
2017-04-25 17:29:18 +02:00
Greg Colvin
77b5fa53f1
Create eip-draft-jumps_and_subs-xyz.md
2017-04-25 16:42:40 +02:00
Nick Johnson
598de64d6b
Delete JumpsAndSubs.md
2017-04-25 15:14:22 +01: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
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
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
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
Greg Colvin
e2f23b3ec7
Update and rename eip-184.md to eip-187.md
2017-04-10 11:22:16 -06: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
58c1828d26
Add EIP141 (invalid instruction)
2017-03-23 12:28:10 +00: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
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
Nick Johnson
67c076c239
Merge pull request #203 from pipermerriam/piper/ERC190-smart-contract-packaging-standard
...
Add EIP190 for ERC190 Smart Contract Packaging Standard
2017-02-21 17:13:05 +00:00
Nick Johnson
64b0a43b7e
Rename eip-190-smart-contract-packaging-standard.md to eip-190.md
2017-02-21 17:12:55 +00:00
Nick Johnson
5972436071
Merge pull request #194 from chfast/patch-1
...
EIP5: include DELEGATECALL
2017-02-21 16:51:52 +00:00
Greg Colvin
8e09b0657a
Update eip-184.md
2017-02-21 09:51:50 -07:00
chriseth
0ed49ac9b4
Updated preamble.
2017-02-14 17:58:36 +01:00