# Structs
BlockPartMessage is sent when gossipping a piece of the proposed block.
EndHeightMessage marks the end of the given height inside WAL.
HasVoteMessage is sent to indicate that a particular vote has been received.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MsgInfo are msgs from the reactor which may update the state.
NewRoundStepMessage is sent for every step taken in the ConsensusState.
NewValidBlockMessage is sent when a validator observes a valid block B in some round r,i.e., there is a Proposal for block B and 2/3+ prevotes for the block B in the round r.
ProposalMessage is sent when a new block is proposed.
ProposalPOLMessage is sent when a previous proposal is re-proposed.
TimedWALMessage wraps WALMessage and adds Time for debugging purposes.
TimeoutInfo internally generated messages which may update the state.
VoteMessage is sent when voting for a proposal (or lack thereof).
VoteSetBitsMessage is sent to communicate the bit-array of votes seen for the BlockID.
VoteSetMaj23Message is sent to indicate that a given BlockID has seen +2/3 votes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author