referrerpolicy=no-referrer-when-downgrade

Crate cumulus_client_service

Source
Expand description

Cumulus service

Provides functions for starting a collator node or a normal full node.

Modules§

old_consensusDeprecated
Re-exports of old parachain consensus loop start logic.
storage_proof_size
Interface that provides access to the current storage proof size.

Structs§

BuildNetworkParams
Parameters given to build_network.
StartCollatorParams
StartFullNodeParams
Parameters given to start_full_node.
StartRelayChainTasksParams
Parameters given to start_relay_chain_tasks.

Enums§

CollatorSybilResistance
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.
DARecoveryProfile
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_collatorDeprecated
Start a collator node for a parachain.
start_full_nodeDeprecated
Start a full node for a parachain.
start_relay_chain_tasks
Start necessary consensus tasks related to the relay chain.

Type Aliases§

ParachainHostFunctions
Host functions that should be used in parachain nodes.