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

Upgradeability tooling #105

Closed
cygnusv opened this issue Jul 26, 2023 · 1 comment
Closed

Upgradeability tooling #105

cygnusv opened this issue Jul 26, 2023 · 1 comment

Comments

@cygnusv
Copy link
Member

cygnusv commented Jul 26, 2023

We need common utilities to deploy OpenZeppelin's TransparentUpgradeableProxy contracts for:

Apart from deploying the proxies, we also need utilities for proper configuration of proxies on existing ProxyAdmin contracts (and in some cases, even deployment of new ProxyAdmin contracts), as well as for upgrading implementations.

Ideally, we could also integrate with OZ's Upgrade tooling for storage layout verifiability (as we already do with the Threshold staking contract)

@derekpierre
Copy link
Member

@cygnusv I believe this is completed. Reopen if not.

We now use OZ v5, and proxy functionality via #170 .

Upgrade scripts added via #190 , #222 , others ...

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

No branches or pull requests

2 participants