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
we want to be able to upgrade the contract with protocol changes of the Plasma chain. But the community should have the ability to veto each upgrade. Process envisioned like this:
new contract code is deployed and registered for upgrade.
timer runs down over x days.
if no majority of token holders veto'ed the upgrade, new contract code is enabled.
The text was updated successfully, but these errors were encountered:
Constructors are not working with ZeppelinOS. Initializers (function initialize() initializer public) are used instead. Initializers are never called automatically (e.g. on contract creation).
Deployer of the contract becomes its admin. Admin can only call proxy functions (e.g. update contract) but not logic functions. Therefore logic functions must be called from other (non-admin) account
we want to be able to upgrade the contract with protocol changes of the Plasma chain. But the community should have the ability to veto each upgrade. Process envisioned like this:
The text was updated successfully, but these errors were encountered: