Commit Graph

1198 Commits

Author SHA1 Message Date
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
Alex Beregszaszi 5ffc3dd2a8 Automatically merged updates to draft EIP(s) 233
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 13:16:29 +01:00
Nick Mudge c7dbaefcc9 Automatically merged updates to draft EIP(s) 998
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 06:43:49 +01:00
Alex Beregszaszi 8030c5b61c Rename to eip-1380.md 2018-09-18 17:50:48 -05:00
Alex Beregszaszi dfc218e3fa Add EIP number and discussion URL 2018-09-18 17:50:48 -05:00
Alex Beregszaszi 236c2394c4 Some additions to the motivation section 2018-09-18 17:50:48 -05:00
Alex Beregszaszi e8b52d32f3 Add motivation section by jacqueswww 2018-09-18 17:50:48 -05:00
Alex Beregszaszi 6071075e05 Reduced gas cost for call to self 2018-09-18 17:50:48 -05:00
Alex Beregszaszi 2f243df95e Do not require explicit checks for clashing addresses 2018-09-18 17:50:19 -05:00
Alex Beregszaszi 497a3fb83b Reserve 65536 addresses for precompiles 2018-09-18 17:50:19 -05:00
Alex Beregszaszi 3f3e4f0d0c Rename to eip-1352.md 2018-09-18 17:50:19 -05:00
Alex Beregszaszi dfe71b69e6 Add EIP number and discussion URL 2018-09-18 17:50:19 -05:00
Alex Beregszaszi 018bbaf64a Specify restricted address range for precompiles/system contracts 2018-09-18 17:50:19 -05:00
Alex Beregszaszi ef22a93e9b Remove the requirement of keeping the Yellow Paper up to date (this seemed to be the consensus) 2018-09-18 17:49:53 -05:00
Alex Beregszaszi 35b75c130d Update wording to reflect the new EIP process (drafts are merged and pull requests are not kept open) 2018-09-18 17:49:53 -05:00
Alex Beregszaszi 2acea6ec7f Update to new EIP header 2018-09-18 17:49:53 -05:00
Alex Beregszaszi e66b36ef36 Require the Yellow Paper to be up-to-date 2018-09-18 17:49:53 -05:00
Alex Beregszaszi bcf9d603ac Clarify the Accepted state 2018-09-18 17:49:53 -05:00
Alex Beregszaszi f1f8371357 Rename to EIP 233 2018-09-18 17:49:53 -05:00
Alex Beregszaszi d37911f463 Mention the require header 2018-09-18 17:49:53 -05:00
Alex Beregszaszi 359d49bd4c Add meta EIP for hard forks 2018-09-18 17:49:53 -05:00
Alex Beregszaszi fef63dc647 Mark EIP5 as Superseded 2018-09-18 17:48:46 -05:00
Alex Beregszaszi 7497eb1d71 Add emphasis to "exceptional statuses" the same way as in the other cases (above) 2018-09-18 17:48:27 -05:00
Alex Beregszaszi b6c339440a Fix backtick typos in EIP1 2018-09-18 17:48:27 -05:00
Alex Beregszaszi 1f6a3fdb90 Reserve ewasm testnet chaind (66) in EIP155 2018-09-18 17:47:55 -05:00
Jacques Dafflon 14f978f568 Automatically merged updates to draft EIP(s) 820
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-18 22:50:55 +01:00
Ayrat Badykov b076285459 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-09-18 10:19:22 +01:00
Jacques Dafflon 7b3104cb47 Automatically merged updates to draft EIP(s) 820
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-17 22:08:27 +01:00
Paul Bouchon 63e0929de7 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-09-14 02:07:58 +01:00
Paweł Bylica 7c9b9d89e6 EIP-1355: Add Jean M. Cyr, fix a typo 2018-09-13 14:48:06 -05:00
Paul Bouchon 3136c20095 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-09-13 19:10:14 +01:00
Nick Johnson e9f59fe9b9
Rename ENS ABI to eip-205 (#1406)
* Draft EIP for ENS support for contract ABIs

* Fix signature for resolver function

* Rename abi to ABI to avoid name clashes

* Update and rename eip-ens-abi-lookup.md to eip-634.md

* Update eip-634.md

* Update eip-634.md

* Update and rename eip-634.md to eip-205.md

* Delete eip-634.md
2018-09-13 09:41:11 +01:00
Nick Johnson 8ca9017680
Draft EIP for ENS support for contract ABIs (#205)
* Draft EIP for ENS support for contract ABIs

* Fix signature for resolver function

* Rename abi to ABI to avoid name clashes

* Update and rename eip-ens-abi-lookup.md to eip-634.md

* Update eip-634.md

* Update eip-634.md
2018-09-13 09:36:51 +01:00
Nitika Goel 2038638bfb
Merge branch 'master' into patch-1 2018-09-10 21:18:03 +05:30
Ryan Ghods a3384c8841 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-10 16:41:17 +01:00
Nitika Goel 8d1480e6f8
Update EIP1132.md - changes in event names 2018-09-10 18:41:52 +05:30
Alan Lu cc61e826d7 Automatically merged updates to draft EIP(s) 1154
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-05 18:02:20 +01:00
Paul Bouchon 0ff6220872 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-09-04 15:02:18 +01:00
Noel Maersk 36af8e526b eip-198: replace "zeroes" with "zero bytes".
Asked to write "31 zeroes", many would press `0` 31 times, even
if they know from context that \x00 was meant.

Remove this possible confusion source.
2018-09-04 13:07:17 +03:00
Noel Maersk 5ee7a65fd2 eip-198: fix minor typo: exponent -> modulus. 2018-09-04 13:05:16 +03:00
yarrumretep a5d2f32c51 Moving EIP-1167 to Final status (#1373)
* Moving EIP-1167 to Last Call status

* included code-golf gas improvements, eliminated extraneous tooling (factory, probe, deployment bytecode), added vanity address optimization

* adding last call comment period end date

* adding last call comment period end date

* moved status to Final

* removed Last Call period end date
2018-09-03 08:36:28 +01:00
Paul Bouchon 2df99653a0 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-09-03 01:02:56 +01:00
Paweł Bylica 5d9f96ac3e
EIP-1014: Use keccak256 name instead of sha3
Do not refer to the hash function as `sha3` because it is SHA3. Use more precise `keccak256` name.
2018-08-31 18:47:26 +02:00
Afri Schoedon 7dbcbc35e4 Move EIP-1234 to accepted; change delay to 12 months (#1365) 2018-08-31 16:16:04 +01:00
atlanticcrypto 37446d6a39 Automatically merged updates to draft EIP(s) 1295
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-08-29 17:06:56 +01:00
Jacques Dafflon b20415cb9d Automatically merged updates to draft EIP(s) 777
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-08-28 19:31:03 +01:00
Jacques Dafflon 46961da17b Automatically merged updates to draft EIP(s) 820
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-08-28 17:55:19 +01:00
Logan Saether 1003d75c82 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-08-28 15:49:11 +01:00
DB Hurley 0e0bf24830 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-08-28 13:57:47 +01:00
Nick Johnson 009ab6db1c
Merge branch 'master' into patch-1 2018-08-28 12:53:49 +01:00
Pedro Gomes 374a3d8154 ERC-1328 - WalletConnect Standard URI Format (#1330)
* eip-1328

* draft

* review changes
2018-08-28 12:50:27 +01:00
Afri Schoedon 6e9af9b8f5 1295: fix author field in header (#1349) 2018-08-28 12:46:52 +01:00
cslarson dcbe69655d add difficulty bomb delay to eip 858 (#1346)
* add difficulty bomb delay to eip 858

* modify specification to reflect a difficulty bomb delay of 2m blocks

* Update eip-858.md
2018-08-28 12:45:52 +01:00
Paweł Bylica ed41f15b9c EIP-1355: Ethash 1a (#1355)
* Draft Ethash 1a

* Udate EIP

* Speeling and grammar

* EIP-1355: Add discussions-to link
2018-08-28 12:36:58 +01:00
Giuseppe Bertone 41707f3b9a Fixed misleading var name (#1357)
In the example addr function returns an address, not an hash
2018-08-28 12:36:22 +01:00
c-g-e-w-e-k-e- 0469efa837 ERC 1319 Smart Contract Package Registry Interface (#1320)
* ERC 1319

* Make generateReleaseId public view
2018-08-28 12:35:55 +01:00
Nick Mudge 445d7d4438 Automatically merged updates to draft EIP(s) 998
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-08-24 14:36:19 +01:00
Wei Tang 787965eaae 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-08-23 14:02:19 +01:00
Jordi Baylina 7df9314343 Automatically merged updates to draft EIP(s) 1109
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-08-23 10:52:59 +01:00
Witek 5ace6aa0f4 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-08-21 23:35:54 +01:00
Nick Mudge 5d5db7bc66 Automatically merged updates to draft EIP(s) 998
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-08-20 22:09:38 +01:00
Mark Beylin ee6e6e1c1f
Update eip-1081 to add tags to the schema
A necessary addition for us to have better sorting of bounties based on both the high level categories, and tags.
2018-08-18 18:30:02 -04:00
yarrumretep 0352ed8e36 Automatically merged updates to draft EIP(s) 1167
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-08-18 20:50:00 +01:00
benk10 a6a4bfeb13 Automatically merged updates to draft EIP(s) 1285
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-08-17 20:50:05 +01:00
Nitika Goel 835e423a58 ERC1132 - Extending ERC20 with token locking capability (#1331) 2018-08-17 12:41:05 -07:00
Wei Tang abc1fc321c Automatically merged updates to draft EIP(s) 1087
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-08-17 20:40:29 +01:00
Nick Mudge a14968b64e Automatically merged updates to draft EIP(s) 998
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-08-14 17:12:04 +01:00
Paul Bouchon e4eac92a06 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-08-14 15:53:11 +01:00
yarrumretep 3354ea2b2c Automatically merged updates to draft EIP(s) 1167
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-08-13 23:55:59 +01:00
Jacques Dafflon 46d1ba6452 Automatically merged updates to draft EIP(s) 777
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-08-13 03:52:05 +01:00
Jacques Dafflon a568bf326f Automatically merged updates to draft EIP(s) 820
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-08-13 03:07:33 +01:00
Wei Tang bf5c7811b7 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-08-12 11:24:14 +01:00
Wei Tang 2933084869 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-08-11 23:32:09 +01:00
Wei Tang 6ecbcaa6e9 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-08-10 16:42:25 +01:00
Wei Tang b569c4fa82 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-08-10 16:33:58 +01:00
Wei Tang cbca62cdc5 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-08-10 10:32:24 +01:00
Wei Tang 7ecab6a33e 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-08-09 20:03:01 +01:00
Wei Tang 681a524dfb 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-08-09 11:09:08 +01:00
benk10 74d9275349 Automatically merged updates to draft EIP(s) 1285
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-08-08 16:44:41 +01:00
Nick Mudge 0298d97d09 Automatically merged updates to draft EIP(s) 998
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-08-07 16:25:57 +01:00
Wei Tang d087ea8910 EIP-1283: Net gas metering for SSTORE without dirty maps (#1283)
* Net gas metering for SSTORE without dirty maps

* typo: opcode

* typo: changed

* Self-assign the PR number 1283

* Add a dummy discussion url

* Fix R_sclear loopholes

* Properly handle refund for 0 value issue

* fix: refund should only be added again if new value is 0

* clarify if statement

* Clearly state what () means

* typo fix: unnecessary wording "additional"

* fix: should have parent clause if original value is not zero

* Remove 15k gas from refund counter instead of deduct it as gas cost

* Be more clear on EIP-658 enabled only-commit-storage-changes-at-end-of-block optimizations

* Move some discussion comments to motivations section

* typo: commons -> common

* Be more specific when gas reduction won't happen compared with EIP-1087

* typo: duplicate description

* Add explanation section

* becomes -> become

* typo: covers -> cover

* Add state transition diagrams

* Fix table formatting

* typo: 0 -> `current`

* typo: missing -

* Change state transition table to use `(current, original)` vs `new`

* fix: vertical <-> horizontal

* Be more specific on usages benefited by this EIP

* Typo fix
2018-08-07 12:02:55 +01:00
Micah Zoltu 4f8f1cbd1d Changes EIP-1 wording to focus on technicals not community sentiment. (#1224)
* Changes EIP-1 wording to focus on technicals not community sentiment.

All of the recent changes to the EIP process have been made to ensure that the EIP process is a technical one, and not one of sentiment analysis.  There is a lot of discussion going on with regards to how we can improve the process and get valid community sentiment analysis pre-fork, but there doesn't exist a complete solution yet at this time (just proposals).

It appears that the Last Call PR introduced sentiment analysis into the process, which I do not believe was intended.  From my recollection of the discussions around the Last Call stuff, the goal wasn't to fundamentally change how governance works, but rather to ensure that EIPs don't get stuck indefinitely in limbo.

This change simply removes the sentiment analysis wording from the process and makes it more clear that the EIP process is about gauging technical feasibility, not making judgement calls as to whether or not a thing is a good idea or not.

* Adds Active state
2018-08-07 10:31:44 +01:00
Paul Bouchon 1b8ebf86fd 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-08-06 16:29:36 +01:00
atlanticcrypto ab69af00ea Modify Proof of Work Incentive Structure and Remove Difficulty Bomb (#1295)
* Initial commit.

* Update eip-modify-pow-incentive.md

* Update eip-modify-pow-incentive.md

* Update eip-modify-pow-incentive.md

* Update eip-modify-pow-incentive.md

* Update eip-modify-pow-incentive.md

* Update eip-modify-pow-incentive.md

* Create eip-X.md

* Create eip-modify-pow-incentive.md

* Delete eip-modify-pow-incentive.md

* Update and rename eip-modify-pow-incentive.md to eip-1295.md

* Update eip-1295.md
2018-08-06 16:22:58 +01:00
The Officious BokkyPooBah a7b2fbe54d Automatically merged updates to draft EIP(s) 1167
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-08-06 13:02:34 +01:00
Nick Johnson 268b14102e
Fix capitalisation of "standards track" (#1293)
* Fix capitalisation of "standards track"

* Fix capitalisation of "standards track"
2018-08-03 12:49:19 +01:00
Ryan Ghods c7b1056d00 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-08-03 12:15:54 +01:00
yarrumretep 18ea1fc9a4 Moving EIP-1167 to Last Call status (#1292) 2018-08-03 12:03:20 +01:00
benk10 b0213749e9 EIP 1285: Increase Gcallstipend gas in the CALL OPCODE (#1286)
* Added first draft for EIP1285

* Fixed markdown

* Added discussions-to link
2018-08-03 12:01:45 +01:00
Zainan Victor Zhou 0580dea7dc Update EIP-1 to fix `discussion-to` and `resolution` URL field (#1281)
* Add notion that Github PR can't be discussion-to

* Update eip-1.md

* Update <url> it is interpret as HTML tag

* Update eip-1.md

* Update eip-1.md

* Update eip-1.md
2018-08-02 16:13:02 +01:00
Philippe Castonguay fda347d0f4 ERC-1271 : Standard Signature Validation Method for Contracts (#1258)
* initial commit

* Update table

* Update EIP name & number in table

* Change EIP name + discussion link

* Edit authors
2018-08-02 15:58:54 +01:00
Nick Mudge 2cf76d1436 Automatically merged updates to draft EIP(s) 998
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-08-01 09:49:57 +01:00
Mark Beylin 7bccb190f5 Standard Bounties (#1081)
* added Standard Bounties EIP

* updated date and EIP number

* updated EIP number

* Updated to follow the prescribed EIP-X format

* renamed file

* Updated based on suggestions

* updated to lowercase eip

* Update eip-1081.md

* Updated EIP verbiage.
2018-07-31 22:14:19 +01:00
Jordi Baylina cd59c3477c Automatically merged updates to draft EIP(s) 820
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-07-31 16:46:54 +01:00
Jacques Dafflon b41669ede2 Automatically merged updates to draft EIP(s) 777
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-07-31 16:35:49 +01:00
Chaitanya Potti fc6d56f495 Create eip-1261 (#1268)
* Create eip-1261

* updated eip 1261

* edited title to remove erc number
2018-07-31 14:36:13 +01:00
Nick Mudge 9ae526228c Automatically merged updates to draft EIP(s) 998
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-07-31 14:35:43 +01:00
EOS Classic 984ddd0589 EIP-1276: Eliminate Difficulty Bomb and Adjust Block Reward on Constantinople Shift (#1276) 2018-07-31 12:26:07 +01:00
Jacques Dafflon d871450375 Automatically merged updates to draft EIP(s) 777
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-07-30 21:29:38 +01:00
Jordan Schalm 7c93c5aefb Automatically merged updates to draft EIP(s) 998
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-07-29 20:10:56 +01:00
Afri Schoedon 4c9c115fd7 Add EIPs to eip-1013.md (#1219) 2018-07-29 16:16:56 +02:00
Micah Zoltu 4eadc60b7e Automatically merged updates to draft EIP(s) 234
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-07-28 12:59:25 +01:00
Micah Zoltu 5bddef7c7a Automatically merged updates to draft EIP(s) 234
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-07-28 12:52:22 +01:00
Nick Mudge 67038a4788 Automatically merged updates to draft EIP(s) 998
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-07-27 22:10:40 +01:00
Nick Mudge 69c49b597a Automatically merged updates to draft EIP(s) 998
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-07-27 21:40:13 +01:00
Alan Lu fd0b4a8b35 Automatically merged updates to draft EIP(s) 1154
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-07-26 22:25:55 +01:00
Ryan Ghods b2f2d48dec 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-07-26 20:28:44 +01:00
yarrumretep 73098c1153 Automatically merged updates to draft EIP(s) 1167
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-07-26 18:51:54 +01:00
Zainan Zhou ae8c494d42 Automatically merged updates to draft EIP(s) 1202
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-07-25 14:07:52 +01:00
Nick Mudge 4315fe97bb Automatically merged updates to draft EIP(s) 998
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-07-25 01:15:12 +01:00
Nick Mudge 5ca0e7d86d Adds EIP 998 (#1252)
* Create eip-173.md

* Removed "review-period-end"

* Update eip-173.md

Fixed the notice for the transferOwnership function.
Stated that emitting the OwnershipTransferred event on contract creation is unspecified.

* Update eip-173.md

Updated info about the OwnershipTransferred event.
"The OwnershipTransferred event does not have to be emitted when a contract is created."

* Update eip-173.md

Set the discussions-to data.

* Create eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md

* Update eip-998.md
2018-07-24 16:26:06 +01:00
Afri Schoedon 106500292d Automatically merged updates to draft EIP(s) 1234
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-07-24 09:02:02 +01:00
Ryan Ghods 5e0ce971db 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-07-24 03:45:43 +01:00
Ryan Ghods a8e18356ea 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-07-23 21:32:56 +01:00