* 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>