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
Whenever a validator set change is detected, a new distributed key generation session needs to be started:
All future validators must instantiate a SyncKeyGen and send and handle all messages using the KeyGenHistory contract. Once key generation is complete, the HoneyBadger instance needs to be replaced with a new one, using the new NetworkInfo, and starting at the next block number.
The text was updated successfully, but these errors were encountered:
Whenever a validator set change is detected, a new distributed key generation session needs to be started:
All future validators must instantiate a
SyncKeyGen
and send and handle all messages using theKeyGenHistory
contract. Once key generation is complete, theHoneyBadger
instance needs to be replaced with a new one, using the newNetworkInfo
, and starting at the next block number.The text was updated successfully, but these errors were encountered: