-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Provide implementation of UUPS proxy pattern #2421
Comments
FYI: https://github.com/Amxx/openzeppelin-contracts/tree/feature/UUPS/contracts/proxy/uups (includes tests) |
The EIP as published on the |
With that change, it feels like the |
Yeah that sounds good. I don't understand what the UUID is though. I couldn't find an explanation in the EIP. It seems like it's a mechanism to avoid bricking the upgradeability mechanism. We had some other ideas for such mechanisms and I'm not sure the EIP should be opinionated on which one to implement. I think this is something we should discuss. |
The |
EIP 1822 describes the UUPS proxy pattern. This pattern is simpler and should be cheaper as well, so we're interested in providing it as an alternative to the transparent proxy pattern.
The text was updated successfully, but these errors were encountered: