-
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
EIP-5058:Lockable ERC-721 Standard #5058
Conversation
A critical exception has occurred: |
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 EIP. There are a few things that need fixing.
Thanks, I will fix your suggestion soon. |
@kjhman21 @Pandapip1 |
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>
@MicahZoltu @kjhman21 @Pandapip1 pls review. |
* EIP-5058:Lockable ERC-721 Standard * update eip * Update eip-5058.md * Update eip-5058.md proposal language * Update eip-5058.md proposal language * Update eip-5058.md * Update eip-5058.md * upload example * Update assets/eip-5058/factory/IERC721Bound.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/ERC721Lockable.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/IERC721Lockable.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/factory/IEIP5058Factory.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/factory/ERC721Bound.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/factory/EIP5058Factory.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/extensions/EIP5058Bound.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * rename to ERC5058 * update revert domain * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Junghyun Colin Kim <colin.klaytn@krustuniverse.com> * Update EIPS/eip-5058.md Co-authored-by: Junghyun Colin Kim <colin.klaytn@krustuniverse.com> * remove all external links and add lockExpiredTime function * add tests * rename from to owner * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/IERC5058.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * fix lockFrom * update md * fix lockFrom tests * remove oz deps * modify md for eip change * refine tests Co-authored-by: John Sfumato <sfumato000@gmail.com> Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Co-authored-by: Junghyun Colin Kim <colin.klaytn@krustuniverse.com>
No description provided.