Commit Graph

1111 Commits

Author SHA1 Message Date
Brooklyn Zelenka ee0b7d5fb2 Automatically merged updates to draft EIP(s) 1444
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-21 05:38:27 +01:00
Brooklyn Zelenka 5db308d939 Automatically merged updates to draft EIP(s) 1444
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-21 05:23:17 +01:00
Witek ff95e31eea Automatically merged updates to draft EIP(s) 1155
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-20 03:34:43 +01:00
Jim McDonald 379438bd2e DNS resolver profile for ENS (#1185)
* DNS resolver profile for ENS

* Update and rename eip-draft_ens_dns.md to eip-1185.md

* Update eip-1185.md

* Clarify motivation and provide only a single interface for updating and obtaining records

* Add function signatures

* Fixes as per PR comments

* Clarify ordering of data in setDNSRecords
2018-10-19 09:24:09 +01:00
Wei Tang f5e13ba3a5 Automatically merged updates to draft EIP(s) 1283
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-18 05:23:41 +01:00
Wei Tang 73651b1145 Automatically merged updates to draft EIP(s) 1283
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-18 04:03:31 +01:00
Wei Tang 001ccad32d Automatically merged updates to draft EIP(s) 1283
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-18 03:42:33 +01:00
Simon Jentzsch f2f879361e eip-1186 eth_getProof (#1436)
* Create eip-eth_getProof.md

* Update eip-eth_getProof.md

* Update eip-eth_getProof.md

* Update eip-eth_getProof.md

* Update eip-eth_getProof.md

* Update eip-eth_getProof.md

* Update eip-eth_getProof.md

* Update eip-eth_getProof.md

* Update eip-eth_getProof.md

Minor changes  and grammar check

* Update eip-eth_getProof.md

* Update eip-eth_getProof.md

* renamed

* Update eip-1186.md

* fixed type

* Update eip-1186.md

* fixed links to geth

* Update eip-1186.md

* - better title

* - better title

- better typography
2018-10-17 14:16:55 +01:00
James Sangalli d6f6816268 add eip 1386, 1387 & 1388 (#1414)
* add eip 1386, 1387 & 1388

* add titles to 1386,1387 and 1388

* add authors
2018-10-17 14:16:04 +01:00
Chaitanya Potti 6dde0f2f10 Modified attributes content in eip-1261 (#1480)
* Create eip-1261

* updated eip 1261

* edited title to remove erc number

* Updated to a new standard

* Modified eip-1261 to add attributes

* modified revoke to forfeit

* added eip 1417

* added eip-1425

* modified eip-1261 to add current member count

* deleted other eips
2018-10-17 14:11:47 +01:00
Erik van Rijn ea4e630855 Added Ubiq chain ID's (#1360) 2018-10-17 14:11:15 +01:00
Noah Zinsmeister 173bd9114b ERC-1484: Digital Identity Aggregator (#1484)
* propose Digital Identity Aggregator EIP

* update created date

* typo and emphasis fix

* Update and rename eip-x.md to eip-1484.md

* add persistent discussions-to link

* update solidity interface and implementation URL

add ERC-1484 references, update function signatures

* fix html linting errors

* make copy edits, ensure correctness of function and event signatures

* remove signature requirement for adding/removing providers

* trigger travis build, hopefully DNS issue is fixed

eips.ethereum.org had a DNS failure last build
2018-10-17 14:06:43 +01:00
Garcia e0d7519989 Add Coinomi to EIP-55 compliant wallet list (#1501) 2018-10-17 14:06:14 +01:00
Nick Johnson e6e67ce6f0
Update EIP181 with new functions and new resolver implementation (#638) 2018-10-15 13:25:37 +01:00
Giuseppe Bertone 617ab2d0c3 Avoid shadowing existing declarations (improvements to EIP20) (#1437)
* Avoid shadowing existing declarations
About optional methods, Solidity compiler currently throws this warning: "This declaration shadows an existing declaration.". I suggest to remove names from return parameters of the optional methods to avoid shadowing existing declarations.

* More improvements
- Fixed warning about visibility
- Links to examples are now permanent links
- Added note about Solidity version used in the specifications
2018-10-15 13:20:36 +01:00
James Ray 5d2adde7d1 Link to Pocket Network (#1393) 2018-10-15 12:44:08 +01:00
Nilang-Decentral f9f5125c67 Added Jaxx Liberty 2.0.0 (#1432)
We have implemented eip-55 checksum addresses for ETH, ETC and ERC20 token addresses in the new version of Jaxx which is known as Jaxx Liberty.
2018-10-15 12:38:27 +01:00
John Forrest 1a1481a67b Add another reference implementation for ERC-900 (#1212) 2018-10-15 12:37:23 +01:00
James Sangalli fdbe397711 added eip875 (#1415)
* added eip875

* add eip details

* fix title

* waive cc0 and add authors

* Update eip-875.md
2018-10-15 12:36:11 +01:00
Paweł Bylica e58c4d5d60 EIP-210: Fixes for blockhash contracts (#1094)
* EIP-210: Fix blockhash contract for block number 1

This fixes the issue in the contract when executed from SYSTEM account at block 1. Then the number of the previous block is 0 and the contract executes the loop forever.

* EIP-210: Correctly handle argument with negative value

Fix fixes the issue in the blockhash contract where the negative value of the argument is not properly handled.
2018-10-15 12:33:05 +01:00
Nitro888 7ceb961c3e dApp Components (avatar) & Universal Wallet (#1438)
* Create eip-Wallet_&_shop_standard_for_tokens.md

* Rename eip-Wallet_&_shop_standard_for_tokens.md to eip-WalletShopStandard4tokens.md

* update pay, refund, prize function

update pay, refund, prize function for safe and unsafe sop

* Update eip-WalletShopStandard4tokens.md

* Update eip-WalletShopStandard4tokens.md

* Update and rename eip-WalletShopStandard4tokens.md to eip-1175.md

* Update eip-1175.md

* Create eip-dApp Components (avatar) & Universal Wallet.md

* Update eip-dApp Components (avatar) & Universal Wallet.md

* Update eip-dApp Components (avatar) & Universal Wallet.md

* Update and rename eip-dApp Components (avatar) & Universal Wallet.md to eip-dApp_Components_(avatar)_&_Universal_Wallet.md

* Rename eip-dApp_Components_(avatar)_&_Universal_Wallet.md to eip-avatar_&_universal_wallet.md

* Update eip-avatar_&_universal_wallet.md

* avatar & universal wallet

* Update eip-1438.md

* dApp Components (avatar) & Universal Wallet
2018-10-15 12:28:40 +01:00
William Entriken 6a7d56aa8d , (#1439) 2018-10-15 12:24:25 +01:00
Brooklyn Zelenka aa558ef40c EIP-1444: Localized Messaging with Signal-to-Text (#1444)
* Localized signal-to-text

* Update file & EIP number

* Set discussions-to

* Update creation date
2018-10-15 12:24:06 +01:00
ligi 30385fef6f Fix syntax in #681 by referencing #831 (#1095) 2018-10-15 12:23:25 +01:00
Maurelian 2db25cf664 Define a maximum block timestamp drift (#1482)
* Add max timestamp drift EIP draft

* clearer formatting

* Include consensus failure risk in motivation

* Add discussions-to link

* remove some html comments, add abstract

* Update and rename eip-max-timestamp-drift.md to eip-1482.md

* Update eip-1482.md
2018-10-15 12:21:22 +01:00
John Shiple bfc76d55a5 LDGRToken - A compatible security token for issuing and trading SEC-compliant securities (#1450)
* Create eip-ldgrtoken

* Rename eip-ldgrtoken to eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Update eip-ldgrtoken.md

* Rename eip-ldgrtoken.md to eip-1450.md

* Update eip-1450.md

Removed co-authors in an attempt to address this submission error:
"Liquid Exception: Liquid error (/home/travis/build/ethereum/EIPs/_includes/eiptable.html line 11): comparison of Array with Array failed included in all.html"

* Update eip-1450.md
2018-10-15 12:19:15 +01:00
Lucas Vogelsang 4519205f81 Fix table in eip-665 (#1225) 2018-10-15 12:18:15 +01:00
Wei Tang 0235c94a30 Move EIP-1283 status to last call (#1367)
* Move EIP-1283 status to accepted

* Move the status to Last Call

* Update eip-1283.md
2018-10-15 12:04:57 +01:00
Nielsen f7deade346 Specifying the type of record for clarity. (#1457) 2018-10-15 12:02:32 +01:00
Bruno Škvorc 70d407230b Old link to StandardToken is dead (#1451)
* Old link to StandardToken is dead

OpenZeppelin removed StandardToken. It is now all in `ERC20.sol`, with the interface having been moved into `IERC20.sol`

* Changed links to be readable + to link to commits
2018-10-15 12:02:03 +01:00
Maxim 512b917117 ERC-1462: Base Security Token. (#1462)
* Base security token.

* Assign number. Improve wording.

* ERC-1462: add implementaiton.

* ERC-1462: added place to discuss.
2018-10-15 11:59:13 +01:00
thec00n b85869928b EIP-1470: Smart Contract Weakness Classification (SWC) (#1470)
* add SWC EIP draft

* rename filename

* rename file and update header with EIP number

* Updates based feedback from @fubuloubu
2018-10-15 11:58:34 +01:00
Clément Lesaege 0dfcdb77b0 Remove link to force 0 implementation (updated) (#1475)
New PR due to name change of the file.
See https://github.com/ethereum/EIPs/pull/789
2018-10-15 11:57:00 +01:00
William Entriken 3d1a0843e4 Explicitly show how the review end date will be set (#1477) 2018-10-15 11:52:44 +01:00
Adrian Ciurdărean fd1fd85bbd Fix OpenZeppelin ERC20 Standard Token link. (#1485) 2018-10-15 11:48:30 +01:00
Greg Colvin ec9a4da9b4
Merge branch 'master' into gcolvin-defer-616 2018-10-13 20:20:26 -06:00
Micah Zoltu 8fbeae5a33 Automatically merged updates to draft EIP(s) 1240
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-14 03:04:26 +01:00
Greg Colvin d4f9530c73
Change status to deferred.
Need to delay this long enough be sure this is compatible with Wasm facility, and to bring it up to current formatting standards.
2018-10-13 19:30:38 -06:00
Greg Colvin 00f2cfec58
Merge branch 'master' into patch-1 2018-10-11 13:45:25 -06:00
Greg Colvin c488c2df13
Merge branch 'master' into patch-1 2018-10-11 12:49:47 -06:00
Greg Colvin 45ea404851
Merge branch 'master' into patch-1 2018-10-09 21:52:39 -06:00
Paul Bouchon 95dd8e8cae Automatically merged updates to draft EIP(s) 1102
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-09 15:59:34 +01:00
Paul Bouchon caec3547dd Automatically merged updates to draft EIP(s) 1102
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-08 19:32:30 +01:00
Ryan Ghods 07da9ea0dc Automatically merged updates to draft EIP(s) 1193
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-05 11:10:36 +01:00
Ryan Ghods ea9131babf Automatically merged updates to draft EIP(s) 1193
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-05 07:15:38 +01:00
Martin Holst Swende fa52665ea7
Merge branch 'master' into fix_create2 2018-10-03 15:36:02 +02:00
Leo Arias 9f9b88a7e2 Automatically merged updates to draft EIP(s) 1271
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-03 06:10:20 +01:00
Martin Holst Swende b3fb4ea6eb
eip1014: added gas to examples 2018-10-02 14:18:07 +02:00
Martin Holst Swende 1260664f01
Merge branch 'master' into fix_create2 2018-10-02 13:56:23 +02:00
Martin Holst Swende edf0f1cafc
eip1014: add cost-per-byte to CREATE2 2018-10-02 13:54:42 +02:00
Jay Logelin 3cc617bc6e Automatically merged updates to draft EIP(s) 918
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-10-01 23:40:17 +01:00
Martin Holst Swende ec978fdb49
Merge branch 'master' into fix_create2 2018-09-30 13:59:07 +02:00
Martin Holst Swende 9ddb022562
Merge branch 'fix_create2' of github.com:holiman/EIPs into fix_create2 2018-09-30 13:58:09 +02:00
Martin Holst Swende 53c72c6f13
fix reviewer comments 2018-09-30 13:57:01 +02:00
Greg Colvin a1ea76c83e
Merge branch 'master' into patch-1 2018-09-29 16:12:29 -06:00
Tal Ater 5fe39a793f Automatically merged updates to draft EIP(s) 725
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-29 23:02:46 +01:00
Greg Colvin a9f9d9883b
Merge branch 'master' into patch-1 2018-09-29 15:17:16 -06:00
Felix Lange c27d8e0854 EIP-1459: Node Discovery via DNS (#1459) 2018-09-29 21:27:47 +01:00
Greg Colvin 46a4aa2a42
Merge branch 'master' into patch-1 2018-09-29 14:02:37 -06:00
Greg Colvin 27c6e7d2f3
Merge branch 'master' into eip-627-cat 2018-09-29 13:58:50 -06:00
Felix Lange c368134ea0 EIP-627: move to Networking category 2018-09-29 21:51:05 +02:00
Greg Colvin 3a23554c92
Merge branch 'master' into eip-868-discussion-link 2018-09-29 13:41:09 -06:00
Greg Colvin a5ad91dffa
Merge branch 'master' into patch-1 2018-09-29 13:29:21 -06:00
Felix Lange 0595d73290
Merge branch 'master' into eip-868-discussion-link 2018-09-29 18:39:00 +02:00
Felix Lange 9d689d14bc
Merge branch 'master' into eip-778-discussion-link 2018-09-29 18:38:37 +02:00
Ryan Ghods 5580c498ca Automatically merged updates to draft EIP(s) 1193
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-28 23:46:05 +01:00
Martin Holst Swende 5d83a9d732
Merge branch 'master' into fix_create2 2018-09-28 16:22:18 +02:00
Jay Logelin 2fc13ead12 Automatically merged updates to draft EIP(s) 918
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-28 14:18:49 +01: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
Jay Logelin 55f4afb16e Automatically merged updates to draft EIP(s) 918
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-27 22:19:11 +01:00
Greg Colvin 543de2cadd
Merge branch 'master' into eip-150-add-previous-gas-costs 2018-09-27 14:40:38 -06:00
Andrew Miller 3d1d348b86 Automatically merged updates to draft EIP(s) 1011
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-27 20:38:16 +01:00
Greg Colvin 9d61434daf
Merge branch 'master' into eip-150-add-previous-gas-costs 2018-09-27 12:54:00 -06:00
Greg Colvin 6ef0f658c8
Merge branch 'master' into fix-eip-198-typo 2018-09-27 12:39:26 -06:00
pdyraga a181d1dd09 Automatically merged updates to draft EIP(s) 1108
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-26 23:21:36 +01:00
BinaryQuasar f29527ab39 Automatically merged updates to draft EIP(s) 712
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-26 05:52:36 +01:00
Martin Holst Swende 5874838f5c
Merge branch 'master' into eip-1014-keccak256 2018-09-26 00:12:44 +02:00
Greg Colvin 81c1265d88
Merge branch 'master' into eip-150-add-previous-gas-costs 2018-09-25 12:18:48 -06:00
Greg Colvin 1b092270d4
Merge branch 'master' into fix-eip-198-typo 2018-09-25 12:17:29 -06:00
Sho IIZUKA e270bb6b79 Automatically merged updates to draft EIP(s) 918
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-25 14:45:23 +01:00
Muhammad Altabba 6965fff12c Automatically merged updates to draft EIP(s) 725
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-24 12:18:21 +01:00
Ivo Georgiev 9991f4689b Automatically merged updates to draft EIP(s) 712
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-24 09:31:59 +01:00
Nitika Goel d94d0a327f
Merge branch 'master' into patch-1 2018-09-24 10:40:36 +05:30
Brooklyn Zelenka 5ebb523d28 Automatically merged updates to draft EIP(s) 1066
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-24 02:41:08 +01:00
Noel Maersk 519af2993d
Merge branch 'master' into fix-eip-198-typo 2018-09-21 14:50:47 +03:00
Nitika Goel 3dc6906fd0
Merge branch 'master' into patch-1 2018-09-21 16:10:52 +05:30
Philippe Castonguay ccca01c77b Automatically merged updates to draft EIP(s) 1271
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-20 23:02:23 +01:00
Felix Lange eaca1bb84c EIP-868: add discussions-to link 2018-09-20 21:39:23 +02:00
Felix Lange 614c6dc736 EIP-778: add discussions-to link 2018-09-20 21:35:45 +02:00
Nick Savers 6caa168206
Merge branch 'master' into patch-1 2018-09-20 21:13:18 +02:00
Nick Savers 6a2bec60c4
Merge branch 'master' into patch-1 2018-09-20 21:13:05 +02:00
Christoph Burgdorf 101fc481a9 Corrected wrong hex value in EIP-145
The value `0x100` in test case 16 of the SAR test cases is supposed to mean `0x0100`
2018-09-20 18:17:09 +02:00
Alex Beregszaszi a15edb61bb Add @axic username to my EIPs 2018-09-20 08:34:36 -05:00
Afri Schoedon f32661d199 Automatically merged updates to draft EIP(s) 1013
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-09-19 23:58:33 +01:00
Pedro Gomes 0259d7760a Edit & Typos (ERC-1328) (#1371)
* fix typo author header

* Update eip-1328.md

* change sessionId capitalization
2018-09-19 15:53:04 +01:00
Jacques Dafflon 48a426f20b ERC820: Moving to last call (#1427) 2018-09-19 14:43:11 +01:00