Module handlers

Source
Expand description

Event handlers for use in the handle method.

Functionsยง

handle_epoch_root_quorum_vote_recv ๐Ÿ”’
Handle a QuorumVoteRecv event.
handle_quorum_vote_recv ๐Ÿ”’
Handle a QuorumVoteRecv event.
handle_timeout ๐Ÿ”’
Handle a Timeout event.
handle_timeout_vote_recv ๐Ÿ”’
Handle a TimeoutVoteRecv event.
handle_view_change ๐Ÿ”’
Handle a ViewChange event.
send_high_qc
Send an event to the next leader containing the highest QC we have This is a necessary part of HotStuff 2 but not the original HotStuff