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

User can participate in DKG #395

Closed
wants to merge 7 commits into from
Closed

Conversation

ameba23
Copy link
Contributor

@ameba23 ameba23 commented Sep 6, 2023

This makes it possible for the user to participate in the DKG protocol and have their own key-share when registering with private key visibility.

This is needed in order for user participates in signing protocol to be possible, as DKG is now the only method of key generation.

The OcwMessage which is passed from the propagation pallet to the threshold server during registration now contains the key visibility type for each registering user.

@vercel
Copy link

vercel bot commented Sep 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
entropy-core ❌ Failed (Inspect) Sep 6, 2023 0:52am

@ameba23 ameba23 marked this pull request as draft September 6, 2023 09:04
@ameba23
Copy link
Contributor Author

ameba23 commented Sep 8, 2023

Scratch this. i am going to do it a different way (query the chain for key visibility during registration rather than passing it in the OcwMessage)

@ameba23 ameba23 closed this Sep 8, 2023
@HCastano HCastano deleted the user-participates-in-dkg branch October 22, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant