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

Transform Dispatcher Contract to be upgradeable proxy #51

Closed
RnkSngh opened this issue Feb 29, 2024 · 0 comments · Fixed by #56
Closed

Transform Dispatcher Contract to be upgradeable proxy #51

RnkSngh opened this issue Feb 29, 2024 · 0 comments · Fixed by #56
Assignees

Comments

@RnkSngh
Copy link
Collaborator

RnkSngh commented Feb 29, 2024

Transform the dispatcher contract to use a proxy to make it easier to handle deployments

I think UUPS makes the most sense for the proxy pattern to use, as it is relatively simple and pretty flexible . What's interesting about this pattern is that we can have upgradeability for the first few iterations, and then perhaps once we've decided on a stable version we could also disable upgradeability as well for more decentralization (not saying we should necessarily head in this direction but wanted to note that it is possible)

@RnkSngh RnkSngh self-assigned this Feb 29, 2024
@RnkSngh RnkSngh linked a pull request Mar 11, 2024 that will close this issue
@RnkSngh RnkSngh closed this as completed Sep 16, 2024
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

Successfully merging a pull request may close this issue.

1 participant