# Functions
No description provided by the author
NewBlockPool returns a new BlockPool with the height equal to start.
NewReactor returns new reactor instance.
# Constants
BlockSyncChannel is a channel for blocks and status updates.
No description provided by the author
# Structs
BlockPool keeps track of the block sync peers, block requests and block responses.
BlockRequest stores a block request identified by the block Height and the PeerID responsible for delivering the block.
Reactor handles long-term catchup syncing.