-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track domain points (aka "x coordinates") mapping to validators #160
Comments
We enforce the ordering of participants on a contract level (must be sorted). When we onboard a new participant, we'd have to append them and re-order all participants. Similarly, when we off-board a participant. We can take advantage of the aforementioned ordering ("global ordering vector") to implement DKG state transition in Actionable items:
Based on the conversation on Discord. |
Consider adapting existing sorted validator ordering:
|
Some context:
So it seems I was wrong in the end dismissing this as a non-issue: it's an issue when some of the x coordinates are produced after the DKG, e.g., during share recovery (i.e. for onboarding a new cohort participant).
I see 2 alternatives:
The text was updated successfully, but these errors were encountered: