Module hotshot_task_impls::consensus::handlers
source ยท Expand description
Event handlers for use in the handle
method.
Functionsยง
- Handle a
QuorumVoteRecv
event. - handle_
timeout ๐Handle aTimeout
event. - Handle a
TimeoutVoteRecv
event. - handle_
view_ ๐change Handle aViewChange
event. - 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