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

Stake Table: Upgradeability #2312

Open
4 tasks
alysiahuggins opened this issue Nov 19, 2024 · 0 comments
Open
4 tasks

Stake Table: Upgradeability #2312

alysiahuggins opened this issue Nov 19, 2024 · 0 comments

Comments

@alysiahuggins
Copy link
Contributor

Make the contract upgradeable

  • use OpenZeppelin's upgradeable contracts to facilitate seamless upgrades.
  • implement a proxy pattern, e.g. Transparent or UUPS proxy, that will delegate calls to the current implementation.
  • create best separation of concerns for the upgradeable base contracts (e.g. inheritance or separate storage)
  • develop upgrade and roll back procedures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant