-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Editor changes for EIP-4400 #5092
Conversation
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
… transfer Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com>
All tests passed; auto-merging...(pass) eip-4400.md
(pass) assets/eip-4400/.gitignore
(pass) assets/eip-4400/LICENSE
(pass) assets/eip-4400/README.md
(pass) assets/eip-4400/abi/ERC721Consumable.json
(pass) assets/eip-4400/abi/IERC721Consumable.json
(pass) assets/eip-4400/contracts/ERC721Consumable.sol
(pass) assets/eip-4400/contracts/ExampleToken.sol
(pass) assets/eip-4400/contracts/IERC721Consumable.sol
(pass) assets/eip-4400/hardhat.config.ts
(pass) assets/eip-4400/package.json
(pass) assets/eip-4400/test/erc721-consumable.ts
(pass) assets/eip-4400/tsconfig.json
|
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 @SamWilsn and thank you for stepping up and helping out! Much appreciated 🙏
@@ -0,0 +1,21 @@ | |||
MIT License |
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.
License for all EIP related files must be CC0.
Head branch was pushed to by a user without write access
* Initial commit * add(er721-consumer-impl) Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * update(er721-consumer-impl) Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * update(er721-consumer-impl): Change to consumable + clear consumer on transfer Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * update(inline-docs) Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * update(change-consumer): Fix issue on minting Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * add(tests): Add tests for the reference implementation Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * add(abi): Add ABI files Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * add(example-impl): Decouple implementation from example token Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * chore: change title of README.md Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * Apply editor feedback * fix typo * Remove package-lock.json to appease codespell Co-authored-by: Daniel Ivanov <Daniel.K.Ivanov95@gmail.com> Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
* Initial commit * add(er721-consumer-impl) Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * update(er721-consumer-impl) Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * update(er721-consumer-impl): Change to consumable + clear consumer on transfer Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * update(inline-docs) Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * update(change-consumer): Fix issue on minting Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * add(tests): Add tests for the reference implementation Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * add(abi): Add ABI files Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * add(example-impl): Decouple implementation from example token Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * chore: change title of README.md Signed-off-by: Daniel Ivanov <daniel.k.ivanov95@gmail.com> * Apply editor feedback * fix typo * Remove package-lock.json to appease codespell Co-authored-by: Daniel Ivanov <Daniel.K.Ivanov95@gmail.com> Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Hey @Daniel-K-Ivanov,
I have a few changes to suggest. I hope you don't mind me taking the liberty of making them myself! First, we no longer allow external links, so I've included your reference implementation in the assets directory. I've also added a
last-call-deadline
and removed the code snippet.Please look over these changes, and approve if they're acceptable!