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
{{ message }}
This repository has been archived by the owner on May 28, 2022. It is now read-only.
We need all the proper updates to be relayed before rotating updater
Currently not possible to relay updates from old updater after we rotate to a new updater
We could manually set confirmAt — which events would that break off-chain?
governance action Update -- emits Update event?
If we allow continuing to relay updates (rather than failing Replica) to facilitate relaying "good" updates, A truly malicious updater could keep submitting improper updates to the Replica while we try to clean up; we want a finite mess to clean up
Only way to block a truly malicious updater is rotating them
The text was updated successfully, but these errors were encountered:
Can we add another variant to State like State.Recovery? In this state, notFailed modifier would allow actions during State.Recovery but only with say the governor or recovery manager as msg.sender?
On double update, steps might look like:
Fail the home
Replicas go to Recovery mode
Rotate updater on the home
Erase bad roots on replicas
Relay good updates to replicas, calling from the governor or recoveryManager address
Rotate updater on replicas
We might not even need failed state tbh. Having default be that notFailed can only be bypassed in failed state when called by owner/governor/recoveryManager might be better.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: