-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement Non Fungible Token Royalty (EIP2981) #3012
Conversation
06a44e3
to
e979b93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good!
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must commend this is some deep work.
🚀 Thanks everyone! This will be released in 4.5 later this month. |
This is exciting, thank you! Any chance there could be an intermediate release? We are in the middle of implementing our own EIP2981 but would much rather use this. |
@hasandogu Sorry, can't release this immediately, it has to go through our release process for review and bug bounty. We're targetting a release candidate next week though, you're welcome to use it! |
Thank you @frangio. We'll wait for the release candidate and see if we can contribute to the bug bounty. |
Great work by everyone involved! UPDATE: Sorry for bothering, I've got my answers here - https://forum.openzeppelin.com/t/release-candidate-for-contracts-4-5-open-review-period/22700 |
Fixes #2789
Implementation of NFT Royalties according to the EIP-2981. This implemementation supports both global royalties and token based royalties.
PR Checklist