Module hotshot_task_impls::quorum_vote::handlers
source ยท Expand description
Event handlers for QuorumProposalValidated
.
Functionsยง
- Handles the
QuorumProposalValidated
event. - start_
drb_ ๐task Start the DRB computation task for the next epoch. - Store the DRB result from the computation task to the shared
results
table. - Store the DRB seed two epochs in advance and the computed or received DRB result for next epoch.
- submit_
vote ๐Submits theQuorumVoteSend
event if all the dependencies are met. - update_
shared_ ๐state Updates the shared consensus state with the new voting data. - verify_
drb_ ๐result Verify the DRB result from the proposal for the next epoch if this is the last block of the current epoch.