1293 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
Alex Beregszaszi
ed6e8d6162 Include superseded status on eips.ethereum.org (#1429) 2018-10-15 12:22:35 +01:00
Iamnot Chris
8325781429 Merge erc-hucap.md (#1491)
* Create erc-hucap.md

* Delete eip-hucap.md

* Create EIP erc-hucap.md

* Update and rename eip-hucap.md to eip-1491.md
2018-10-15 12:21:33 +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
3bf0b4936b
Merge pull request #1492 from ethereum/gcolvin-defer-616
Change status to deferred.
2018-10-13 20:47:48 -06: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
a18701f83c
Merge pull request #1284 from cburgdorf/patch-1
Corrected wrong hex value in EIP-145
2018-10-13 19:12:46 -06:00
Iamnot Chris
4b94b8565d Automatically merged updates to draft EIP(s)
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-13 15:22:19 +01:00
Iamnot Chris
041d0326cb Automatically merged updates to draft EIP(s)
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-13 15:18:16 +01:00
Iamnot Chris
20837fac87 Automatically merged updates to draft EIP(s)
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-13 14:40:09 +01:00
Greg Colvin
00f2cfec58
Merge branch 'master' into patch-1 2018-10-11 13:45:25 -06:00
Greg Colvin
27e2507406
Merge pull request #1335 from mbeylin/patch-1
Update eip-1081 to add tags to the schema
2018-10-11 13:44:50 -06:00
Greg Colvin
c488c2df13
Merge branch 'master' into patch-1 2018-10-11 12:49:47 -06:00
Greg Colvin
c3455a2f57
Merge pull request #1394 from nitika-goel/patch-1
Update EIP1132.md  - changes in event names
2018-10-10 08:33:40 -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
1d506308a8
Merge pull request #1375 from holiman/fix_create2
update eip-1014 according to coredev decision
2018-10-03 15:36:11 +02: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