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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: