Skip to content
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

Merged
merged 48 commits into from
Aug 25, 2022
Merged

EIP-5058:Lockable ERC-721 Standard #5058

merged 48 commits into from
Aug 25, 2022

Conversation

radiocaca
Copy link
Contributor

No description provided.

@eth-bot
Copy link
Collaborator

eth-bot commented Apr 29, 2022

A critical exception has occurred:
Message: pr 5058 is already merged; quitting
(cc @alita-moore, @mryalamanchi)

Copy link
Member

@Pandapip1 Pandapip1 left a 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.

EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
@radiocaca
Copy link
Contributor Author

Here's my first pass of this EIP. There are a few things that need fixing.

Thanks, I will fix your suggestion soon.

EIPS/eip-5058.md Outdated Show resolved Hide resolved
@radiocaca
Copy link
Contributor Author

radiocaca commented May 10, 2022

@kjhman21 @Pandapip1
The proposal has been updated as required, please review it here.

assets/eip-5058/ERC721Lockable.sol Outdated Show resolved Hide resolved
assets/eip-5058/IERC721Lockable.sol Outdated Show resolved Hide resolved
assets/eip-5058/extensions/EIP5058Bound.sol Outdated Show resolved Hide resolved
assets/eip-5058/factory/EIP5058Factory.sol Outdated Show resolved Hide resolved
assets/eip-5058/factory/ERC721Bound.sol Outdated Show resolved Hide resolved
assets/eip-5058/factory/IEIP5058Factory.sol Outdated Show resolved Hide resolved
assets/eip-5058/factory/IERC721Bound.sol Outdated Show resolved Hide resolved
EIPS/eip-5058.md Outdated Show resolved Hide resolved
radiocaca and others added 9 commits May 12, 2022 00:58
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>
EIPS/eip-5058.md Outdated Show resolved Hide resolved
Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
@radiocaca
Copy link
Contributor Author

@MicahZoltu @kjhman21 @Pandapip1 pls review.

@Pandapip1 Pandapip1 disabled auto-merge August 25, 2022 14:30
@Pandapip1 Pandapip1 enabled auto-merge (squash) August 25, 2022 14:30
@Pandapip1 Pandapip1 disabled auto-merge August 25, 2022 14:32
@eth-bot eth-bot enabled auto-merge (squash) August 25, 2022 14:33
@eth-bot eth-bot merged commit cff0163 into ethereum:master Aug 25, 2022
nachomazzara pushed a commit to nachomazzara/EIPs that referenced this pull request Jan 13, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants