Commit Graph

901 Commits

Author SHA1 Message Date
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
Micah Zoltu e3aa2a01f6 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-07-23 11:52:47 +01:00
Ryan Ghods 5508f14208 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-22 18:13:16 +01:00
Paul Bouchon 5e71d200da 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-07-21 18:25:54 +01:00
Afri Schoedon 95317d5126 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-21 12:18:57 +01:00
Micah Zoltu 3dae347d8a Creates Remove Difficulty Bomb EIP (#1240)
* Creates Remove Difficulty Bomb EIP

The difficulty bomb operates under the assumption that miners decide what code economic participants are running, rather than economic participants deciding for themselves. In reality, miners will mine whatever chain is most profitable and the most profitable chain is the one that economic participants use. If 99% of miners mine a chain that no economic participants use then that chain will have no value and the miners will cease mining of it in favor of some other chain that does have economic participants. Another way to put this is that miners will follow economic participants, not the other way around.

With the difficulty bomb removed, when Casper is released it will be up to economic participants to decide whether they want the features that Casper enables or not. If they do not want Casper, they are free to continue running unpatched clients and participating in the Ethereum network as it exists today. This freedom of choice is the cornerstone of DLTs and making it hard for people to make that choice (by creating an artificial pressure) does not work towards that goal of freedom of choice. If the development team is not confident that economic participants will want Casper, then they should re-evaluate their priorities rather than trying to force Casper onto users.

Personal Note: I think we will see almost all economic participants in Ethereum switch to PoS/Sharding without any extra pressure beyond client defaults.

* Added more clarity on how to fix the difficulty.

* Adds Yellow Paper implementation.

* Sets EIP number.
2018-07-21 09:36:20 +01:00
Zainan Zhou 0b3ca485d3 PR for EIP-1202 (#1237)
* Creating EIP-1202 WIP

* Rename eip-1202 to eip-1202.md

* Update eip-1202.md

Update links

* Turns out only 1203 does not exist

* Update eip-1202.md

* Add copyright waiver

* Update eip-1202.md

* Update eip-1202.md

* Fix build breakage

* Update eip-1202.md

* Update eip-1202.md
2018-07-21 09:35:33 +01:00
Afri Schoedon 2e9723e763 EIP-1234: Constantinople Difficulty Bomb Delay and Block Reward Adjustment (#1234)
* difficulty bomb: duplicate eip 649

* eip-1234: update spec to match with constantinople requirements

* eip-1234: update header

* Remove reference to #1227
2018-07-20 22:20:20 +01:00
Jacques Dafflon 861cec4369 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-20 11:11:59 +01:00
SmeargleUsedFly a18c57c2ec EIP-1227: Defuse Difficulty Bomb and Reset Block Reward (#1235)
* Add EIP draft.

* Rename file.

* Update eip-1235.md

* Rename eip-1235.md to eip-1227.md

* Remove superflous motivation, make it more concrete.
2018-07-19 17:55:42 +02:00
Nick Johnson c950f128f8 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-07-19 16:51:09 +01:00
gary rong a7e495c2c7 Automatically merged updates to draft EIP(s) 1052
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-19 12:24:21 +01:00
Afri Schoedon 9b3ae42b88 eip-649: update to correct header format (#1233) 2018-07-19 10:20:42 +02:00
Jordi Baylina deeb2dbffb 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-18 21:00:05 +01:00
Paul Bouchon 5f68f4d49c 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-07-18 15:00:36 +01:00
Paweł Bylica 4746d22b07 Automatically merged updates to draft EIP(s) 1052
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-18 13:04:42 +01:00
jeffishjeff 485b14afc8 EIP 1203 (#1204) 2018-07-17 13:10:07 +02:00
Xiaoyu Wang 12072384a9 Add EIP-1207 DAuth Access Delegation Standard (#1208)
* Add EIP-1207

* Fix eip-1207 title
2018-07-17 13:01:40 +02:00
achon22 0a7466b234 added sample implementation and updated functionality (#1216)
* eip-1169

* added standard

* Update and rename eip-1169.md to eip-1179.md

* Update eip-1179.md

* name change

* Update eip-1178.md

* Update eip-1178.md

* included implementation

* added dex functionality in readme
2018-07-17 13:00:03 +02:00
Ryan Ghods 1fe7452433 EIP 1193: Ethereum Provider API (#1193)
* Add EIP 2020: Ethereum Provider

* Incorporate changes into EIP 1102 (thanks Paul)

* Update discussions-to link

* Clarify intentions

* Proper property names

* Updates

* Requires EIP 1102

* Updates

* Updates

* Merge EIP 1102 updates

* Update postMessage types to align with EIP 1102

* Remove meta provider information, since all the data is accessible through the JSON-RPC API

* Updates

* Usage => Examples

* Update example console msg

* Fix subheadings

* Use console.error instead of console.log in error instances

* Updates

* Updates

* Add params for subscriptions

* Clarifying subscription response

* Update subscriptions spec

* Fix

* More clear example headings

* Better wording for `close` event spec

* Updates

* Remove unnecessary spacing

* Updates

* Better grammar

* Formatting

* Updates

* Better unsubscribe documentation

* Updates

* Typo (pluralize)

* Better wording

* periods

* Use pull number

* Update discussions-to link

* wording
2018-07-17 12:50:16 +02:00
Brooklyn Zelenka 05c1c0d317 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-07-14 16:53:40 +01:00
Pavel Motyrev 3963129ad5 Automatically merged updates to draft EIP(s) 823
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-12 16:43:40 +01:00
Juliano Rizzo a9794af41b EIP-1191: extends EIP-55 by optionally adding a chain id defined by EIP-155 to the checksum calculation (#1191)
* EIP Add chain id to mixed-case checksum address encoding

* Fixes header

* Update eip-1186.md

* Change assigned EIP number
2018-07-11 16:15:40 +01:00
Paul Bouchon 7064bc3953 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-07-05 16:08:00 +01:00
Paul Bouchon 8032466701 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-07-03 22:42:37 +01:00
Paul Bouchon 26a4fbc197 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-07-03 14:56:21 +01:00
Jordi Baylina a9975c84e8 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-06-29 14:41:08 +01:00
Alan Lu 02cf4dd59c Oracle interface (#1154)
* Started writing proposal

* Added more commentary and removed comments

* Update and rename eip-oracle_interface.md to eip-1154.md

* Add discussions-to URL

* Corrected discussions-to link

* Expand on use cases and types of oracles supported
2018-06-28 14:41:35 +01:00
Domino Valdano 0fe9ffabd6 Automatically merged updates to draft EIP(s) 758
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-06-27 12:27:26 +01:00
Nate Welch ed621645c8 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-06-26 14:06:13 +01:00
Nitro888 33454e3e74 change directory (#1183) 2018-06-25 12:10:09 +01:00
Witek 4636f54df7 eip-1155 Crypto Item Standard (#1181)
* eip-1155 Crypto Item Standard

* Update eip-1155.md
2018-06-25 08:29:35 +01:00
Lev Dubinets 33907618ab Fix typo in EIP-165, stadardizes->standardizes (#1168) 2018-06-24 20:00:50 +01:00
achon22 5ff1003117 Multi-lcass Token Standard (#1178)
* eip-1169

* added standard

* Update and rename eip-1169.md to eip-1179.md

* Update eip-1179.md

* name change

* Update eip-1178.md

* Update eip-1178.md
2018-06-24 19:58:48 +01:00
yarrumretep 8f73e7e436 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-06-22 13:42:33 +01:00
yarrumretep 6f06890825 Adding EIP 1167 - Minimal Proxy Contract (#1167)
* adding EIP 1154 - Minimal Proxy Contract

* Update eip-1154.md

* fix email brackets

* fix discussions-to email

* Update eip-1154.md

* renumber to avoid conflict
2018-06-22 13:10:35 +01:00
William Entriken b015a86658 Move EIP 721 to Final (#1170) 2018-06-22 06:07:33 +02:00
Maciej Górski 27788131d5 Automatically merged updates to draft EIP(s) 721
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-06-19 18:23:02 +01:00
William Entriken d34382fbc2 Automatically merged updates to draft EIP(s) 721
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-06-19 17:15:32 +01:00
William Entriken 1c9668e28d Automatically merged updates to draft EIP(s) 721
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-06-19 15:36:39 +01:00
Maciej Górski cd57cb477f Automatically merged updates to draft EIP(s) 721
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-06-18 20:38:24 +01:00
Maciej Górski ac657ad49b Automatically merged updates to draft EIP(s) 721
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-06-18 20:22:59 +01:00
vbuterin b582c6579b Skinny CREATE2 (#1014)
* Create Skinny_CREATE2.md

* Update Skinny_CREATE2.md

* Update and rename Skinny_CREATE2.md to eip-1014.md

* Update eip-1014.md

* Update eip-1014.md

* Update eip-1014.md

* Update eip-1014.md
2018-06-18 16:42:44 +01:00
ThunderDeliverer 3351cbf57f First version of EIP-SDA. (#1129)
* First version of EIP-SDA.

* Added public discussion link.

* Update and rename eip-SDA.md to eip-1129.md

* Renamed eip-SDA.md to eip-1129.md

* Removed eip-SDA.md.

* Update eip-1129.md

* Fixed some typos in EIP 1129.
2018-06-18 16:41:46 +01:00
ledgerwatch 720afd37f4 Transient storage opcodes (#1153)
* Create eip-transient_storage.md

* Update eip-transient_storage.md

* Update eip-transient_storage.md

* Update eip-transient_storage.md

* Update eip-transient_storage.md

* Update eip-transient_storage.md

* Update eip-transient_storage.md

* Update and rename eip-transient_storage.md to eip-1153.md

* Add missing colon
2018-06-18 12:17:30 +01:00
Leonid Logvinov d686a655de [WIP] Add eth_signTypedData as a standard for machine-verifiable and human-readable typed data signing with Ethereum keys (#712)
* Add eip-signTypedData

* Change namespace from personal to eth

* Change a way schema hash is combined together with data as proposed by @MicahZoltu

* Add a note about it being implemented in MetaMask as an experimental feature

* Add signerAddress as a parameter

* Add test vectors

* Fix an example

* Missing commas, periods

* Address the feedback

* Add a missing signerAddress parameter in the example

* Change the order of parameters to have an address as a second arg

* Wrote motivation

* WIP

* First draft of specification

* Fixes

* Update to new EIP format

* Assign EIP number

* Clarify encoding of short static byte arrays

* Removed Solidity changes

* Fixup

* Fix typos

* WIP EIP191

* WIP TODO

* WIP Replay attacks

* Fixes the sorted by name example encoding

* Remove Solidity hash

* Added note on replay protection

* Redesign domain separator

* Include images and simple motivation

* Fix up EIP metadata formatting

* Add domain separator

* Remove replay attacks from todo list

* Add Jacob Evans to authors

* Clarify encodeData

* Rename Message example to Mail

* Update mock signing screen

* Rework EIP712Domain

* Update Solidity example

* Update Javascript example

* Relocate files

* Rename DomainSeparator to EIP712Domain (fix)

* Move examples to separate files

* Remove httpOrigin domain parameter

* Update JSON-Schema

* Add registery of version bytes

* Add eip712 to eip191 registery

* Add requires header

* Set correct language on all snipets

* GitHub highlighting for Solidity files

* Update Web3 API specification

* Use abi.encode where possible

* Update JSON-RPC specification

* Asset path repo is ethereums

* Correctly spelling of registry
2018-06-09 20:19:15 +01:00
Nick Mudge c8c48a7ed1 Automatically merged updates to draft EIP(s) 173
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-06-09 06:49:24 +01:00
Nick Mudge cd530aea37 EIP 173: Contract Ownership Standard (#1142)
* Create eip-173.md

* Removed "review-period-end"
2018-06-08 14:49:03 +01:00
Leo Arias 5bec04d8ef Automatically merged updates to draft EIP(s) 1066
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-06-08 03:34:47 +01:00
g. nicholas d'andrea 56be501bab Automatically merged updates to draft EIP(s) 1123
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-06-08 00:29:57 +01:00
Nick Johnson 3b05be29e0
Update eip-884.md 2018-06-07 14:59:32 +01:00
Nick Johnson 797c994872
Update eip-689.md 2018-06-07 14:59:14 +01:00
Nick Johnson a7f9e04b54
Add copyright clause, fix typo. (#1136) 2018-06-05 11:47:00 +01:00
William Entriken c9a9320e9d Update to two-week review status (#1101)
* Update to two-week review status

* Update review period metadata name

* Update status to last call

* Update eip-721.md
2018-06-04 17:37:44 +01:00
Antonio Salazar Cardozo 75b14160d9 EIP-1108: Reduce alt bn128 gas costs (#1108)
* Add draft of elliptic-curve gas cost reduction EIP

* Add status and EIP dependencies

* Lowercase preamble per observed practice

* Tweak EIP title to reflect core cause for cost reduction

The EIP listed out the precompiles, but really this is about reducing all
alt_bn128-related gas costs.

* Reduce constant factor in line with original EIP issue

For some reason this got missed when turning into PR form.

* Fix footnote formatting

* Drop extraneous code fence

* GitHub username only for EIP author line

* Label alt_bn128 gas cost EIP as EIP 1108
2018-06-04 17:34:31 +01:00
knarfeh 1c53939ca0 Fix typo, releated->related (#1134) 2018-06-04 17:21:51 +01:00
g. nicholas d'andrea ccf373b311 Add initial draft of EIP-1123 (#1131)
* Add initial draft of EIP-1123

Containing the Revised Ethereum Smart Contract Packaging Standard

* Fix typos
2018-06-04 17:21:22 +01:00
William Entriken e8b64f61e1 Add new two-week review process to EIPs (#1100)
* Add new two-week review process to EIPs

* Add ACCEPTED status, thanks @arachnid

* Use last call, thanks @arachnid

* Add other authors

* Re-add "request to merge"

* Add accepted as draft

* Match statuses to words used in text

* Match whitespace

* Add last call RSS

* add RSS link to EIP1

* Update deferred wording

* Provide

* "EIP authors can request"

* Correct HTML error

* review-period last date only

* Briefer review end date name

* alse

* Fully document statuses and transitions

* One implementation for draft

* Focus on the goal

* Use prior definition of final

* Use Accepted

* Use Accepted

* PR is the preferred mechanism to request status changes

* hide markdown formatting
2018-06-04 16:22:55 +01:00
Paul Bouchon a130a27220 EIP: Opt-in web3 access (#1102)
* Initial draft

* Strengthen constraint language and add noop logic path

* Add identifier property to web3 request payload

* Update example to remove error case

* Add identifier to web3 response payload for filtering

* Concretely detail DOM-specific APIs

* Update and rename eip-web3-access.md to eip-1102.md

* Remove unnecessary constraint link
2018-06-01 11:42:51 +01:00
William Entriken 3d00a3b97d Automatically merged updates to draft EIP(s) 721
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-06-01 04:02:14 +01:00
William Entriken d64b839cf1 Automatically merged updates to draft EIP(s) 721
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-30 16:28:04 +01:00
Alex Van de Sande 3846c055b6 Automatically merged updates to draft EIP(s) 1077
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-28 15:44:08 +01:00
Jacques Dafflon 41a70423cf Automatically merged updates to draft EIP(s) 777
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-26 12:20:51 +01:00
William Entriken 79bd95f017 Fix formatting EIP-1 (#1112)
* Fix formatting

* Correct EIP process
2018-05-24 17:18:20 +01:00
Lanre Ige f436451e0b Automatically merged updates to draft EIP(s) 1077
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-24 15:15:16 +01:00
James Ray 48fa480de0 Automatically merged updates to draft EIP(s) 908
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-24 08:20:15 +01:00
Jordi Baylina 955fbd325e Automatically merged updates to draft EIP(s) 1109
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-23 04:13:09 +01:00
Jordi Baylina b26ff65c53 EIP-1109: Remove call costs for precompiled contracts (#1109)
* Remove call costs for precompiled contracts

* EIP number added and file name changed

* Fixed discussion-to field

* Fixed type and category fields

* discussion-to field changed to ethereum-magicians

* Change a bad change

* Changed the discussion link
2018-05-22 23:02:17 +01:00
Jay Logelin ecb2efbcd1 Automatically merged updates to draft EIP(s) 918
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-22 19:13:31 +01:00
James Ray 5a79c898a9 Automatically merged updates to draft EIP(s) 908
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-19 08:07:13 +01:00
Alex Van de Sande ce9e54afdf Automatically merged updates to draft EIP(s) 1078
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-18 19:14:15 +01:00
Alex Van de Sande 165d382593 Automatically merged updates to draft EIP(s) 1077
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-18 15:27:27 +01:00
Nick Johnson 9fc98f1f0f
Rename eip-1057.md to EIPS/eip-1057.md 2018-05-18 11:14:16 +01:00
James Ray e73e5e41aa Automatically merged updates to draft EIP(s) 908
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-18 06:04:54 +01:00
James Ray 99a3f50e8b Automatically merged updates to draft EIP(s) 908
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-18 06:01:34 +01:00
James Ray 97e235d0ba Automatically merged updates to draft EIP(s) 908
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-18 04:01:33 +01:00
James Ray ec9d2cbe4f Automatically merged updates to draft EIP(s) 908
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-18 03:49:30 +01:00
Jay Logelin 348fb46e2d Automatically merged updates to draft EIP(s) 918
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-17 23:00:00 +01:00
Nick Johnson 30add13f74
Create net gas metering EIP (#1087)
* Create net gas metering EIP

* Update and rename eip-X.md to eip-1087.md
2018-05-17 16:04:43 +01:00
Micah Zoltu 2ab55cece0 Updates the error response for not found block. (#1079)
* Updates the error response for not found block.

Invalid parameters isn't quite right, since the parameter in this case was valid, but the resource doesn't exist or isn't available.  Also changes `data` to just contain the block hash so that clients have an easier time parsing out the not-found block (no need to use a regex to pull out the block hash).

* Adds author GitHub name to PR
2018-05-17 15:19:23 +01:00
Alex Van de Sande e7e585f1d5 ERC: log in / signup using ENS subdomains (#1078)
* ERC: log in / signup using ENS subdomains

This presents a method to replace the usual signup/login design pattern with a minimal ethereum native scheme, that doesn’t require passwords, backing up private keys nor typing seed phrases. From the user point of view it will be very similar to patterns they’re already used to with second factor authentication (without relying in a central server), but for dapp developers it requires a new way to think about ethereum transactions.

* Update eip-1078.md

* Update eip-1078.md

* changed dependencies

* change title to force travis rebuild
2018-05-17 15:18:20 +01:00
Nick Johnson 1b794d1843
Update build to detect EIPs with invalid formats and filenames, and fix errors identified. (#1008)
* Update build to detect EIPs with invalid formats and filenames, and fix errors identified.

* Remove new_light_client_protocol.md
2018-05-17 13:21:03 +01:00
William Entriken 125df7ea0e Automatically merged updates to draft EIP(s) 721
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-16 16:07:44 +01:00
Andrew Parker c3426b0990 Automatically merged updates to draft EIP(s) 721
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-16 05:46:43 +01:00
Danny Ryan 46927c516f Automatically merged updates to draft EIP(s) 1011
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-16 04:06:30 +01:00
Alex Van de Sande 7b56fab797 ERC: Executable Signed Messages refunded by the contract (#1077)
* ERC: Executable Signed Messages refunded by the contract

Allowing users to sign messages to show intent of execution, but allowing a third party relayer to execute them is an emerging pattern being used in many projects. Standardizing a common format for them, as well as a way in which the user allows the transaction to be paid in tokens, gives app developers a lot of flexibility and can become the main way in which app users interact with the Blockchain.

* Update eip-1077.md

* Update eip-1077.md

* Added uPort and Gnosis examples

* Swarm city

* change dependencies

* moves reference to 877
2018-05-15 20:20:02 +01:00
Brooklyn Zelenka 0df982a5c7 ESC proposal (#8) (#1066) 2018-05-15 19:31:44 +01:00
bradleat c1d21d221b ERC 1080: RecoverableToken Standard (#1080)
* work on setting up the eip-governable-token

* some notes

* Update and rename eip-governable-token.md to eip-recoverable-token.md

added the three levels of token recovery. considering adding separate process for loss because of theft

* Update and rename eip-recoverable-token.md to eip-1080.md

* added colon and discussion to link
2018-05-15 19:31:12 +01:00
Jay Logelin c082b33f01 Adjustment Interval (#1075)
Cleaned up presentation code and added adjustment interval getter to base interface
2018-05-11 11:03:57 +01:00
Kashish Khullar 31bf470518 Shifted the png files of eip-823 from root to assets (#1069)
* epi drafted

* minor changes made

* minor changes made

* changes to sender interface and added diagrams

* added diagrams in the markdown

* updated the diagrams

* update the headers

* made changes suggested by @arachnid

* added png to assets folder
2018-05-08 17:46:05 +01:00
PhyrexTsai c2bfd23d1e Formalize IPFS hash into ENS(Ethereum Name Service) resolver (#1062)
* Formalize IPFS hash into ENS(Ethereum Name Service) resolver

* Update and rename eip-X.md to eip-1062.md

* Remove superfluous space after 'category'

* Update the URL for discussion

* Fix typos

* Fix typo

* Update Specification, Rationale and Test Cases

* Store multihash value in bytes
2018-05-07 02:48:46 -04:00
Tommy Nicholas ff265b86df Token metadata json schema (#1047)
* Add initial EIP skeleton

* Initial take through "Rationale"

* First very rough draft of ERC20 Metadata Extension

Nearly ready for comments by Matt, Matt, and John

* Initial "Token Metadata Standard" Proposal + small change to ERC721

- Added initial “Token Metadata JSON Schema”
- Re-named “ERC721 Metadata JSON Schema” to “Token Metadata JSON
Schema” in the ERC721 EIP

* ERC20 Metadata Extension ready to read

* Update Title of ERC Metadata Extension

* Fixing Matt's Github handle

Apparently Github handles for authors are meant to be “accurate” - who
knew?

* update grammatical errors; properly format JSON to remove excess commas

* update JSON descriptions & make grammatical changes to EIP

* Changed language in Token Metadata JSON Schema to reflect use by tokens which are not NFT's. Added clarification for backwards compatibility

* update authors and contact email

* Author Fix

* Removing ERC20 Metadata Extension

This branch is going to be just the Token Metadata Standard

* Removing change to 721 and renaming to 1047

* Full ERC721 revert

No changes to ERC721 in this PR
2018-05-06 11:19:30 -04:00
Tommy Nicholas 6b2bdaa767 ERC20 metadata extension (#1046)
* Add initial EIP skeleton

* Initial take through "Rationale"

* First very rough draft of ERC20 Metadata Extension

Nearly ready for comments by Matt, Matt, and John

* Initial "Token Metadata Standard" Proposal + small change to ERC721

- Added initial “Token Metadata JSON Schema”
- Re-named “ERC721 Metadata JSON Schema” to “Token Metadata JSON
Schema” in the ERC721 EIP

* ERC20 Metadata Extension ready to read

* Update Title of ERC Metadata Extension

* Fixing Matt's Github handle

Apparently Github handles for authors are meant to be “accurate” - who
knew?

* update grammatical errors; properly format JSON to remove excess commas

* update JSON descriptions & make grammatical changes to EIP

* Changed language in Token Metadata JSON Schema to reflect use by tokens which are not NFT's. Added clarification for backwards compatibility

* update authors and contact email

* Author Fix

* Removing Token Metadata Standard

This Branch will be just the ERC20 Token Metadata Extension

* Updates from reviewer comments

- Some grammar fixes
- Removed mentions of ERC721 standard code
- Added EIP # and discussion forum

* Fixing discussion-to

discussion-to instead of discussion-forum

* Should remove the change to 721

* 100% revert on ERC721

No changes to ERC721 in this PR now

* Discussions-to
2018-05-06 11:03:56 -04:00
Jordi Baylina 09d39ce44d Automatically merged updates to draft EIP(s) 820
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-05 09:50:30 +01:00
Danny Ryan 1fd4fb8d28 Automatically merged updates to draft EIP(s) 1011
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-05 03:24:00 +01:00
James Ray 05cb9d1ca9 Automatically merged updates to draft EIP(s) 908
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-04 17:04:59 +01:00
James Ray 0355c87b8e Automatically merged updates to draft EIP(s) 908
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing draft EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2018-05-04 03:22:16 +01:00