-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EIP-5218: NFT Rights Management #5222
Conversation
All tests passed; auto-merging...(pass) eip-5218.md
(pass) assets/eip-5218/contracts/README.md
(pass) assets/eip-5218/contracts/foundry.toml
(pass) assets/eip-5218/contracts/remappings.txt
(pass) assets/eip-5218/contracts/src/IERC5218.sol
(pass) assets/eip-5218/contracts/src/RightsManagement.sol
(pass) assets/eip-5218/contracts/test/Contract.t.sol
(pass) assets/eip-5218/ic3license/ic3license.pdf
(pass) assets/eip-5218/ic3license/ic3license.tex
(pass) assets/eip-5218/license-tree.png
|
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
…ights-Management into nft-rights-management
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.
Here's my first pass of this.
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.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.
A few licensing issues
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Co-authored-by: Micah Zoltu <micah@zoltu.net>
The commit 6c7c875 (as a parent of 079c30f) contains errors. Please inspect the Run Summary for details. |
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.
LGTM
* New EIP draft: NFT Rights Management * update eip identifier * Update EIPS/eip-5222.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * changing eip to 5218 * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * modify external urls and add images and smart contracts * get rid of TODOs * Update assets/eip-5218/contracts/test/Contract.t.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5218/contracts/src/RightsManagement.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5218/contracts/src/IERC5218.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * add github handle * Update EIPS/eip-5218.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * change eip number from 5218 to 5222 * fix EIPW Validator errors * fix EIPW Validator errors * add a paragraph on persistent license uri * add IC3 NFT License * Update EIPS/eip-5222.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5222.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * changing eip number from 5222 to 5218 Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Co-authored-by: Micah Zoltu <micah@zoltu.net>
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: