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

[EFM] Modify DKG reactor engine and related logic to push IndexMap #6319

Closed
Tracked by #6214
durkmurder opened this issue Aug 12, 2024 · 1 comment
Closed
Tracked by #6214
Assignees
Labels
Protocol Team: Issues assigned to the Protocol Pillar. S-Consensus

Comments

@durkmurder
Copy link
Member

durkmurder commented Aug 12, 2024

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 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.
  • Update tests

For extra details refer to parent issue: #6214

@durkmurder
Copy link
Member Author

Completed in #6490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Protocol Team: Issues assigned to the Protocol Pillar. S-Consensus
Projects
None yet
Development

No branches or pull requests

2 participants