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
This has been discussed before in #381, where we concluded to not have it in OpenZeppelin. We recommend the more general approach to upgradeability found in ZeppelinOS.
🎉 Description
As this article (https://medium.com/rocket-pool/upgradable-solidity-contract-design-54789205276d) mentions, I can imagine the necessity of a permanent storage solution to be able to update contracts while keeping data stored in contracts.
🔢 Code To Reproduce Issue [ Good To Have ]
I recommend to integrate the storage contract from RocketPool.
RocketPoolStorage.sol
The text was updated successfully, but these errors were encountered: