# Functions
NewConsensus creates an instance for Consensus (syncer consensus).
NewWatchCat creats a new WatchCat 🐱 object.
# Variables
ErrAlreadySynced is reported when syncer is synced.
ErrGenesisBlockReached is reported when genesis block reached.
ErrInvalidBlockOrder is reported when SyncBlocks receives unordered blocks.
ErrInvalidSyncingHeight raised when the blocks to sync is not following the compaction chain tip in database.
ErrNotSynced is reported when syncer is not synced yet.