package
0.0.0-20240305091328-aa4207a4b25d
Repository: https://github.com/badrootd/celestia-core.git
Documentation: pkg.go.dev
# Functions
NewBlockchainReactor returns new reactor instance.
NewBlockPool returns a new BlockPool with the height equal to start.
# Constants
BlockchainChannel is a channel for blocks and status updates (`BlockStore` height).
# Structs
BlockchainReactor handles long-term catchup syncing.
BlockPool keeps track of the fast 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.