Module hotshot_task_impls::quorum_vote::handlers
source ยท Expand description
Event handlers for QuorumProposalValidated
.
Functionsยง
- Handles the
QuorumProposalValidated
event. - Handles storing the seed for an upcoming DRB calculation.
- Handles starting the DRB calculation. Uses the seed previously stored in handle_quorum_proposal_validated_drb_calculation_seed
- submit_
vote ๐Submits theQuorumVoteSend
event if all the dependencies are met. - update_
shared_ ๐state Updates the shared consensus state with the new voting data.