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.
- Native executor instance.
- 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
- Returns the initial head data for a parachain ID.
- 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 Definitions
- 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.
- Transaction pool type used by the test service