Module ibc_test_framework::bootstrap
source · Expand description
Helper functions for setting up test cases in an imperative way.
Normal test authors should have no need to call functions provided
by the bootstrap
module, as they are implicitly called by the
framework
constructs.
Advanced test authors with needs for more flexibility can call
functions in the bootstrap
module directly, so that they have
more control of when exactly new chains and relayers should
be spawned.
Modules§
- Helper functions for bootstrapping constructs that involve two chains.
- Helper functions for bootstrapping a consumer full node.
- Functions for initializing each test at the beginning of a Rust test session.
- Experimental work to bootstrap N-ary chains for testing.
- Helper functions for bootstrapping a single full node.