* 1559: Use snakecase throughout the spec
* 1559: Update ReceiptPayload to also use snakecase (plus ensure cumulative_transaction_gas_used matches the code)
* Add clear warning to EIPs which are not Living or Final
* Expand EIP notices to all not yet finalized
* Use more encouraging language
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
* ERC-1271 : Set to Last Call
* Change section title to Reference Implementation
* Update EIPS/eip-1271.md
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
* Update EIP-3540 with clarifications and remove 3541-related steps
* Move simplified implementation
* Remove latex syntax
* Change rationale about format to refer to 3541
* Change abstract to remove 2-hardforks
* Fix discussions-to url for 3540/3541
* f
* fix: updating eip-2981 status from 'Review' to 'Last Call'.
* Triggering auto-merge with empty commit.
* fix: Review period needs to be added for last call status.
* fix: Review period needs to be added for last call status.
* update review-period-end
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
The current example implementation is not compiling on Solidity because of some errors (1. interface does not support state variables nor functions that are not external, and 2. there were some mismatches between the names of the variables). This PR proposes a fix to these errors.
* fix: _value is now _salePrice, royaltyInfo() return values no longer have underscore prefix, checkRoyalties function uses IERC165 interface instead of IERC2981 interface,fixed-percentage wording revised, caveats added around percentage calculation, conversation with artist and marketplace cleaned up.
* fix: Grammar mistake.
* fix: typo, not Buyer, but Royalty recipient.
* fix: Formatting on paragraphs and fixed importing IERC165 interface.
* fix: Cleaner wording for salePrice and royaltyAmount unit of account.
* 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>
* - 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>
* 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>