Expand description
Messages sent between replicas as part of the HotStuff subprotocol.
Structs§
- Message sent by a replica to the leaders of the next view on view timeout to make them aware of the replica’s
highest_pc. - Message broadcasted by a leader in
viewto “nudge” other validators to participate in the voting phase afterjustify.phasein order to make progress in committing a validator-set-updating block in the block tree identified bychain_id. - Message sent by a validator to a leader of
view + 1to indicate that the validator agrees to a specificProposalorNudge. - Message broadcasted by a leader in
viewto propose to other validators that the block tree identified bychain_idbe extended by insertingblock.
Enums§
- Every kind of message sent between replicas as part of the HotStuff subprotocol.