Crate reth_e2e_test_utils

Crate reth_e2e_test_utils 

Source
Expand description

Utilities for end-to-end tests.

Modules§

node
Wrapper type to create test nodes
setup_import
Helper for setting up nodes with pre-imported chain data Setup utilities for importing RLP chain data before starting nodes.
test_rlp_utils
Utilities for creating and writing RLP test data Utilities for creating and writing RLP test data
testsuite
Utilities for running e2e tests against a node or a network of nodes.
transaction
Helper for transaction operations
wallet
Helper type to yield accounts from mnemonic

Traits§

NodeBuilderHelper
Helper trait to simplify bounds when calling setup functions.

Functions§

setup
Creates the initial setup with num_nodes started and interconnected.
setup_engine
Creates the initial setup with num_nodes started and interconnected.
setup_engine_with_connection
Creates the initial setup with num_nodes started and optionally interconnected.

Type Aliases§

Adapter
Type alias for a NodeAdapter
NodeHelperType
Type alias for a type of NodeHelper
TmpDB
Testing database