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
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
We currently have a PR up on a FROST-related repo that will enable us to use that repo properly with the DKG gadget. We can use the fork, then, we can use the official repository once the PR is merged to add a DKGModule for FROST.
Add a DKGModule trait implementation for FROST, e.g., FrostModule (Add FROST module #713)
Add on-pallet logic for unsigned proposals and keygens (i.e., should_execute_keygen related information) that uses a single byte-sized field for denoting which DKGModule to use for the given unsigned proposal or keygen ([SPEC] Add on-pallet logic for unsigned proposals and keygens #714)
We currently have a PR up on a FROST-related repo that will enable us to use that repo properly with the DKG gadget. We can use the fork, then, we can use the official repository once the PR is merged to add a
DKGModulefor FROST.Steps
DKGModuletrait implementation for FROST, e.g.,FrostModule(Add FROST module #713)DKGModuleto use for the given unsigned proposal or keygen ([SPEC] Add on-pallet logic for unsigned proposals and keygens #714)DKGModuleduring runtime ([SPEC] Add on-pallet logic for unsigned proposals and keygens #714)FrostModuleand runs it in the local chain environment Add FROST integration tests #715