Module hotshot_task_impls::quorum_proposal_recv
source · Expand description
Task for handling QuorumProposalRecv events
Modules§
- handlers 🔒Event handlers for this task.
Structs§
- The state for the quorum proposal task. Contains all of the information for handling
HotShotEvent::QuorumProposalRecv
events. - all the info we need to validate a proposal. This makes it easy to spawn an effemeral task to do all the proposal validation without blocking the long running one