async fn validate_proposal_liveness<TYPES: NodeType, I: NodeImplementation<TYPES>, V: Versions>(
proposal: &Proposal<TYPES, QuorumProposal2<TYPES>>,
validation_info: &ValidationInfo<TYPES, I, V>,
) -> Result<()>
Expand description
Update states in the event that the parent state is not found for a given proposal
.