Modules
- (unstable) Composable utilities for constructing import queues for parachains.
Structs
- Parachain specific block import.
- The result of
ParachainConsensus::produce_candidate
. - Parameters when searching for suitable parents to build on top of.
- A potential parent block returned from
find_potential_parents
Enums
- Upper bound to the number of leaves allowed for each level of the blockchain.
Constants
- Value good enough to be used with parachains using the current backend implementation that ships with Substrate. This value may change in the future.
Traits
- Marker trait denoting a block import type that fits the parachain requirements.
- A specific parachain consensus implementation that can be used by a collator to produce candidates.
- Provides the hash of validation code used for authoring/execution of blocks at a given hash.
Functions
- Perform a recursive search through blocks to find potential parent blocks for a new block.
- Get the relay-parent slot and timestamp from a header.
- Run the parachain consensus.