Module hotshot_task_impls::quorum_proposal_recv::handlers
source ยท Expand description
Event handlers for this task.
Functionsยง
- Handles the
QuorumProposalRecv
event by first validating the cert itself for the view, and then updating the states, which runs when the proposal cannot be found in the internal state map. - spawn_
fetch_ ๐proposal Spawn a task which will fire a request to get a proposal, and store it. - Update states in the event that the parent state is not found for a given
proposal
.