Expand description
Cumulus service
Provides functions for starting a collator node or a normal full node.
Modules§
- old_
consensus Deprecated - Re-exports of old parachain consensus loop start logic.
- storage_
proof_ size - Interface that provides access to the current storage proof size.
Structs§
- Build
Network Params - Parameters given to
build_network
. - Start
Collator Params - Start
Full Node Params - Parameters given to
start_full_node
. - Start
Relay Chain Tasks Params - Parameters given to
start_relay_chain_tasks
.
Enums§
- Collator
Sybil Resistance - The expected level of collator sybil-resistance on the network. This is used to configure the type of metadata passed alongside block announcements on the network.
- DARecovery
Profile - A hint about how long the node should wait before attempting to recover missing block data from the data availability layer.
Functions§
- build_
network - Build the network service, the network status sinks and an RPC sender.
- build_
relay_ chain_ interface - Build a relay chain interface.
Will return a minimal relay chain node with RPC
client or an inprocess node, based on the
CollatorOptions
passed in. - prepare_
node_ config - Prepare the parachain’s node configuration
- start_
collator Deprecated - Start a collator node for a parachain.
- start_
full_ node Deprecated - Start a full node for a parachain.
- start_
relay_ chain_ tasks - Start necessary consensus tasks related to the relay chain.
Type Aliases§
- Parachain
Host Functions - Host functions that should be used in parachain nodes.