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
This issue has been fixed by the changes introduced in #175 and #182 - The DKG instances now expect Coordinator to track the validator set and will not track it internally. The validator set is accessed through methods exposed to server-side API. We expect that the server-side implementation will keep track of the validator set and ensure its correctness.
Dkg.offboard_validator(address)
Coordinator
in the localDkg
instancesDkg
implementation, Remove the remainder of statfulness from the DKG instances #108The text was updated successfully, but these errors were encountered: