Skip to content
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

refactor: replace verifiers with pubshares #596

Closed
xenowits opened this issue May 23, 2022 · 0 comments · Fixed by #604
Closed

refactor: replace verifiers with pubshares #596

xenowits opened this issue May 23, 2022 · 0 comments · Fixed by #604
Assignees
Labels
refactor Code refactoring

Comments

@xenowits
Copy link
Contributor

Problem to be solved

Replace Verifiers (the coefficients of the public polynomial) with Pubshares (the public shares corresponding to each participant).

Proposed solution

Verifiers is now deprecated and is currently used in packages such as tss, keycast and createcluster. Refactor code to achieve the same.

@xenowits xenowits added the refactor Code refactoring label May 23, 2022
@xenowits xenowits assigned xenowits and dB2510 and unassigned xenowits May 23, 2022
@dB2510 dB2510 linked a pull request May 24, 2022 that will close this issue
obol-bulldozer bot pushed a commit that referenced this issue May 24, 2022
Refactors tbls to use pubshares from start and remove verifier from the workflow.

category: refactor
ticket: #596
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code refactoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants