# Functions
GetConsensusLatestBlock gets the latest block that has at least f+1 votes Assumes that LatestBlocks are ordered by block number desc.
GetConsensusMaxFinalizedBlockNum gets the most common (mode) ConsensusMaxFinalizedBlockNum In the event of a tie, the lower number is chosen.
No description provided by the author
No description provided by the author
ValidateCurrentBlock sanity checks number and hash.
# Constants
MaxAllowedBlocks indicates the maximum len of LatestBlocks in any given observation.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author