Expand description
Event handlers for QuorumProposalValidated
.
Functionsยง
- get_
computed_ ๐drb_ result - Store the DRB result from the computation task to the shared
results
table. - handle_
quorum_ ๐proposal_ validated - Handles the
QuorumProposalValidated
event. - store_
drb_ ๐result - Store the DRB result for the next epoch if we received it in a decided leaf.
- submit_
vote ๐ - Submits the
QuorumVoteSend
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.