Crate cumulus_test_service
source ·Expand description
Crate used for testing with Cumulus.
Re-exports§
pub use cumulus_test_runtime as runtime;
pub use chain_spec::*;
Modules§
- Utilities used for benchmarking
Structs§
- Recovery handle that fails regularly to simulate unavailable povs.
- A Cumulus test node instance used for testing.
- A builder to create a
TestNode
.
Enums§
- Set of test accounts.
Functions§
- Construct an extrinsic that can be applied to the test runtime.
- Fetch account nonce for key pair
- Starts a
ServiceBuilder
for a full service. - Create a Cumulus
Configuration
. - Run a relay-chain validator node.
- Start a node with the given parachain
Configuration
and relay chainConfiguration
.
Type Aliases§
- The signature of the announce block fn.
- The backend type being used by the test service.
- The client type being used by the test service.
- The block-import type being used by the test service.
- Assembly of PartialComponents (enough to run chain ops subcommands)
- Transaction pool type used by the test service