Expand description
Event handlers for this task.
Functionsยง
- handle_
quorum_ ๐proposal_ recv - 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.
- validate_
block_ ๐height - Validate that the proposalโs block height is one greater than the justification QCโs block height.
- validate_
current_ ๐epoch - validate_
epoch_ ๐transition_ block - validate_
proposal_ liveness - Update states in the event that the parent state is not found for a given
proposal
.