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
Bug - Avoid recomputing DKG from scratch on key rotation submit failure
1. Description
Currently if the bootstrap signer set changes we do a new DKG round and verify them. If then we fail to submit a rotate key (eg, because of a fast block or a timeout) at the next tenure we will again try to DKG again from scratch since the bootstrap signer set is still changed wrt the registry.
Since we have verified shares matching the bootstrap set, we should probably just skip DKG and try to submit a rotate key for those.