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

Add ERC1167 library (minimal proxy) #2449

Merged
merged 18 commits into from
Jan 19, 2021
Merged

Conversation

Amxx
Copy link
Collaborator

@Amxx Amxx commented Jan 4, 2021

Proposal, to be discussed, for an ERC1167 ProxyFactory.

Fixes #2437

@Amxx Amxx changed the title Feature/cloning ERC1167 implementation library Jan 4, 2021
@frangio frangio changed the title ERC1167 implementation library ERC1167 implementation library (minimal proxy) Jan 11, 2021
Copy link
Contributor

@frangio frangio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The library looks good, we need some tests for it. The EIP is Final so we can move it to the proxy directory.

contracts/drafts/Clones.sol Outdated Show resolved Hide resolved
contracts/drafts/Clones.sol Outdated Show resolved Hide resolved
contracts/drafts/Clones.sol Outdated Show resolved Hide resolved
contracts/drafts/Clones.sol Outdated Show resolved Hide resolved
Amxx and others added 6 commits January 15, 2021 10:14
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
@Amxx
Copy link
Collaborator Author

Amxx commented Jan 16, 2021

The library looks good, we need some tests for it. The EIP is Final so we can move it to the proxy directory.

I moved this to contracts/proxy and added tests

@frangio
Copy link
Contributor

frangio commented Jan 19, 2021

I moved your content around in the docs to keep it either at the top of the proxies page or inside the contract description.

I know that we have reservations with this content organization but let's stick to the current thing until we review it.

@frangio frangio changed the title ERC1167 implementation library (minimal proxy) Add ERC1167 library (minimal proxy) Jan 19, 2021
Copy link
Contributor

@frangio frangio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks good!

@frangio frangio merged commit 9e49be4 into OpenZeppelin:master Jan 19, 2021
@Amxx Amxx deleted the feature/cloning branch January 19, 2021 23:03
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.

Minimal proxy factory
2 participants