1 Commits

Author SHA1 Message Date
lightclient
b0d9394d23
Add EIP-1337 draft (#2789)
* eip 1337 draft

* EIP-1337 Draft updated to reflect standards and current version of proposal

* authors -> author

* update of contributors

* code review turnaround

* EIP getSubscriptionHash and execSubscription have been modified and had a bytes meta argument added
meta is defined as a 4 slot array, holding, address refundAddress, uint256 period, uint256 offChainID, uint256 expirationDate(unix timestamp)
slots 0 and 1 are required, with slots 2 and 3 being optional, if 2 is not used but 3 is, 2 must be padded appropriately

* cleanup for Andrew

* fix errors in 1337

* add discussion thread

* add status and fix spelling bugs

* remove eip-948 refs

* remove .idea from gitignore

Co-authored-by: Owocki <ksowocki@gmail.com>
Co-authored-by: Andrew Redden <andrew@blockcrushr.com>
Co-authored-by: Nathan Creswell <nathantr@users.noreply.github.com>
Co-authored-by: Austin <austin.griffith@madwiremedia.com>
2020-07-15 18:25:27 -06:00