You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After much discussion, we've decided tooling is not yet ready to get something like this into OpenZeppelin. There are too many caveats related to proxies (e.g. constructors, self-destruct) that allow for easy misuse, which go against our design principles.
Having some sort of way to retrieve the constructor of a contract type at compile time, check for self destruction, etc., would allow for this to be safely implemented, at which point we will reconsider including this in the library.
🎉 Description
When 1167 is finalized in the new week, it'd be good to have an OpenZeppelin implementation.
https://eips.ethereum.org/EIPS/eip-1167
The text was updated successfully, but these errors were encountered: