2878 Commits

Author SHA1 Message Date
Philippe Castonguay
c795f238af
EIP-1271 update solidity code (#3627) 2021-06-25 14:39:05 +00:00
Philippe Castonguay
db39778e79
EIP-1271; Add additional implementation example (#3626) 2021-06-25 14:33:06 +00:00
Philippe Castonguay
07224846e4
EIP-1271 content update, no specification change (#3625) 2021-06-25 14:23:48 +00:00
William Entriken
f59d909487
Promote 2228 to Last Call (#3550)
* Promote 2228 to Last Call

* Update eip-2228.md

* Update eip-2228.md

Co-authored-by: Alita Moore <alita.moore805@gmail.com>
2021-06-24 12:22:03 +08:00
Richard Moore
5e7ffbea7b
Updated EIP-2098 compact representation with suggestions and moved to review. (#3624) 2021-06-24 00:52:40 +08:00
William Entriken
ad53a6565d
Be less prescribe in copyright note (#3622) 2021-06-21 00:27:48 +00:00
Blaine Malone
448b69a3a7
fix: cleaning up grammar and clarifying conversations between NFT ecosystem participants. (#3620) 2021-06-20 15:00:59 +08:00
Blaine Malone
b0f1209fc5
fix: Typos fixed and used less passive language. Formatting updating in various parts. (#3616) 2021-06-18 19:03:00 +00:00
James Seibel
4fc9304c49
Move EIP-2981 to Review with some final fixes (#3591)
* Move EIP-2981 to Last Call with some final fixes

* Final updates based on comments and change to Review

* Move EIP-2981 to Last Call with some final fixes

* Final updates based on comments and change to Review

* EIP-2681: move to last call (#3139)

Limit account nonce to 2^64-1

* Latest changes from discussion

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2021-06-18 18:40:49 +00:00
marianasoff
1c269a82a1
Update eip-1191.md (#3618) 2021-06-18 18:29:06 +00:00
Alita Moore
7dcf5fc603
Update auto-merge-bot.yml 2021-06-17 18:05:06 -05:00
Pooja Ranjan
f0e228f976
Update EIP-1 (#3613)
* - Updated links - ACD, FEM

- Added EIP editor - Matt Garnett

- recommended to open a discussion thread at FEM (only recommended place)

* Update eip-1.md

add link to FEM & add EIP editor

* Update eip-1.md

* Update eip-1.md

* Update EIPS/eip-1.md

Co-authored-by: Micah Zoltu <micah@zoltu.net>

* Update eip-1.md

Removed a line "No `discussions-to` header is necessary if the EIP is being discussed privately with the author."

Co-authored-by: Alita Moore <alita.moore805@gmail.com>
Co-authored-by: Micah Zoltu <micah@zoltu.net>
2021-06-17 17:35:39 +08:00
Jean-Philippe Aumasson
a5bf9a59a6
Fix BLS sigs / BLS curve naming confusion (#3612)
* Fix confusion BLS sigs vs BLS curve

* Fix BLS sigs / BLS curve confusion

And deleted the "standard" naming for the CFRG BLS sig draft (it is not a standard, and is far from the status of an IETF standard)

* Fix from review + IETF link

Linking to general page https://datatracker.ietf.org/doc/draft-irtf-cfrg-bls-signature/ rather than version-specific (unless where relevant), as 04 will likely be superseded by a new version.

* Fix from review + IETF link

* Clarification

Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>

Co-authored-by: Alita Moore <alita.moore805@gmail.com>
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
2021-06-17 16:33:01 +08:00
Marius van der Wijden
bd7f782a89
3607: updated pseudocode, added diff (#3614)
* 3607: updated pseudocode, added diff

* small change to test bot

* undo previous change

Co-authored-by: Alita Moore <alita.moore805@gmail.com>
2021-06-17 16:08:50 +08:00
Alita Moore
d7efcd919f
Update auto-merge-bot.yml 2021-06-17 02:46:52 -05:00
Alita Moore
ba79186606
final clean up 2021-06-15 23:39:53 -05:00
Alita Moore
e36925e4a5
better merging 2021-06-15 23:32:58 -05:00
Alita Moore
3541e3057c
Update auto-merge-bot.yml 2021-06-15 23:08:31 -05:00
Alita Moore
a29ade77bc
fix await travis ci 2021-06-15 22:48:58 -05:00
Alita Moore
225e33ff28
add timeout to await ci pass 2021-06-15 14:41:41 -05:00
Alita Moore
709903335c
Fix type error 2021-06-15 09:19:06 -05:00
Alita Moore
947b897f65
enable merge on EIPs bot 2021-06-14 01:36:15 -05:00
Alita Moore
0b257015c0
Update auto-merge-bot.yml 2021-06-14 01:14:31 -05:00
dankrad
1e6d18030e
EIP: Reject transactions from senders with deployed code (#3607)
Do not allow transactions for which `tx.sender` has any code deployed, i.e. `tx.sender` has `CODESIZE != 0`
2021-06-11 17:22:17 +08:00
Ikko Ashimine
f0eac8c576
Fix typo in eip-627.md (#3606)
paramenter -> parameter
2021-06-09 16:06:07 +08:00
Micah Zoltu
74b5b96364
Makes the EIPs site maximally responsive. (#3605)
If you don't like full-width pages, you can resize your browser window.  When looking at code, having artificial width limits can lead to unnecessary scroll bars.
2021-06-08 15:16:04 -05:00
pinkiebell
739cbf2e8c
Automatically merged updates to draft EIP(s) 3448 (#3597)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft, Review, or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-06-04 00:09:57 +12:00
lightclient
876f4b555a
Move EIP-712 to review (#3497)
* Update eip-712.md

* just adding space to make sure bot works properly

* reverting afforementioned space

Co-authored-by: Alita Moore <alita.moore805@gmail.com>
2021-06-02 21:34:35 +08:00
Ungigdu
9b6e54d283
Add EIP: Assemble assets into NFTs (#3589)
* commit claimable token

* change to eip 3135

* change function names

* fix some problem

* add implement code

* fix spell problem

* change lock-realse example

* change lock-realse example

* commit assembly nft

* change eip-xx.md to eip-3589.md

* remove invalid chars

* fix grammatical error

* remove reference and empty line
2021-06-02 07:01:53 -06:00
pinkiebell
76bc8294d7
[ERC] MetaProxy Factory Standard (#3448)
* [ERC] MetaProxy Factory Standard

* Allocate number and add eth-magicians link

* codespell

* update section name

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2021-06-01 18:29:47 -06:00
sgmfinance
4ef7441a1f
new PR EIP-3475 (#3475)
* Add files via upload

* Update eip-659.md

* Update EIPS/eip-659.md

Co-authored-by: Micah Zoltu <micah@zoltu.net>

* Update and rename eip-659.md to eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update and rename eip-3473.md to eip-659.md

* Update eip-659.md

* Update eip-659.md

* Update and rename eip-659.md to eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Update eip-3473.md

* Change statut

* Update EIPS/eip-3473.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update EIPS/eip-3473.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update EIPS/eip-3473.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update EIPS/eip-3473.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update EIPS/eip-3473.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update EIPS/eip-3473.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update EIPS/eip-3473.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update eip-3473.md

* Update and rename eip-3473.md to eip-3475.md

* Create BOND.png

* 3

* Update eip-3473.md

* Update eip-3473.md

* Rename eip-3473.md to eip-3475.md

* Update eip-3475.md

* Update EIPS/eip-3475.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update eip-3475.md

* Create eip-3475.md

* update

Co-authored-by: Micah Zoltu <micah@zoltu.net>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: trotsky1984 <trotsky1984@github.com>
2021-06-01 17:54:56 -06:00
Micah Zoltu
1419020ffb
2930: Non-normative changes to variable names to match 1559. (#3596)
There has been some desire to get some consistency across these EIPs in terms of naming.  Also, `access_list` is snake case while the rest are `camelCase` so I fixed it to align with the rest (and also match casing style of 1559).
2021-05-31 11:15:57 +08:00
Ratan (Rai) Sur
14832e764b
EIP-2481: fix typo, change o to 0 (#3592)
* change `o` to `0`

* use github username for author

Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>

Co-authored-by: Martin Holst Swende <martin@swende.se>
2021-05-30 19:34:47 +02:00
Micah Zoltu
c0e7f864c5
1559: Minor touchup work. (#3595) 2021-05-29 03:14:36 +08:00
Martin Holst Swende
ee7053ead7
eip-1559: add more constraints to the tx validation (#3594) 2021-05-28 23:47:19 +08:00
g11tech
a697e669ec
Automatically merged updates to draft EIP(s) 3584 (#3593)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft, Review, or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-05-27 22:46:31 +12:00
lightclient
df4190c8fb
EIP-2681: move to last call (#3139)
Limit account nonce to 2^64-1
2021-05-26 12:34:43 +08:00
Alita Moore
67db21f634
Update auto-merge-bot.yml 2021-05-23 19:40:12 -05:00
g11tech
6cfde6bcda
Automatically merged updates to draft EIP(s) 3584 (#3586)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft, Review, or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-05-24 05:05:17 +12:00
g11tech
a87a4d4e01
block access list (#3584)
A proposal to build a block's `access_list` and include its fingerprint `AccessListRoot` in the block header.
2021-05-24 00:45:36 +08:00
lightclient
a0611d1dd1
make 191 and 234 final (#3580)
Co-authored-by: Alita Moore <alita.moore805@gmail.com>
2021-05-19 16:31:00 +08:00
James Seibel
9d98e7666b
Automatically merged updates to draft EIP(s) 2981 (#3575)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft, Review, or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-05-19 07:12:00 +12:00
Alita Moore
afa2a5a303
Update auto-merge-bot.yml 2021-05-18 11:57:40 -05:00
ashrowz
01292a0956
Create EIP for a ERC-721, ERC-1155 to ERC-20 Wrapper (#3386) (#3386)
* Create EIP for a ERC-721, ERC-1155 to ERC-20 Wrapper (#3384)

* Fixed EIP number (#3386)

* Fixed spelling

* Removed syntax errors.

* Upgraded interface to solidity v0.8.0, fixed typos, removed `_from` parameter from mints, added reference implementation

* Apply suggestions from code review

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Added inline hyperlinks, removed unneeded list of links at the end.

* Simplified the abstract.

Co-authored-by: Calvin Koder <ashrwoz@mailbox.org>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2021-05-18 09:49:38 -06:00
Sam Porter
452db38d10
EIP3561: Trust Minimized Upgradeability Proxy (#3561)
* Create eip-3651.md

* Update eip-3651.md

* Update eip-3651.md

* Update and rename eip-3651.md to eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* Update eip-3561.md

* use relative link to eip-1967

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2021-05-18 09:47:06 -06:00
pizzarob
d4756e8db1
draft sealed nft metadata (#3569)
* draft sealed nft metadata

* adding rationale and other sections

* remove sentence

* adding bullet point regarding reading and caching

* Update EIPS/eip-draft_sealed_nft_metadata.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* Update EIPS/eip-draft_sealed_nft_metadata.md

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>

* add discussion link

* update filename

* Update description

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
2021-05-18 09:13:56 -06:00
James Hancock
a7805e2bbc
EIP:3554 updated title to be more accurate (#3579) 2021-05-18 14:00:32 +08:00
Alita Moore
57a27db23e
Update auto-merge-bot.yml 2021-05-16 12:30:46 -05:00
Alex Beregszaszi
ebb45345fb
Mark all London EIPs as Last Call (#3576)
Suggested on ACD, with the end-date set to the date of mainnet fork.
2021-05-15 10:50:15 +08:00
Alex Beregszaszi
fbc0b5aa96
Mark dependencies properly for EIP-3529 (#3571)
* Mark dependencies properly for EIP-3529

* Some style changes based on EIP-1
2021-05-14 15:46:03 +08:00