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
Each node participating in DKG uses a specific engine to drive the progress of DKG and as final step submits a tuple (dkgGroupkey, dkgParticipantKeys). In order to implement construction of IndexMap each node needs to submit their representation of IndexMap which establishes relation between NodeID -> DKG Index.
Definition of done
Update DKG reactor engine to submit construct and submit IndexMap.
Context
Each node participating in DKG uses a specific engine to drive the progress of DKG and as final step submits a tuple
(dkgGroupkey, dkgParticipantKeys)
. In order to implement construction ofIndexMap
each node needs to submit their representation ofIndexMap
which establishes relation betweenNodeID -> DKG Index
.Definition of done
IndexMap
.For extra details refer to parent issue: #6214
The text was updated successfully, but these errors were encountered: