Expand description
Messages that are 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
view
to “nudge” other validators to participate in the voting phase afterjustify.phase
in 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 + 1
to indicate that the validator agrees to a specificProposal
orNudge
. - Message broadcasted by a leader in
view
to propose to other validators that the block tree identified bychain_id
be extended by insertingblock
.
Enums§
- Every kind of message sent between replicas as part of the HotStuff subprotocol.