Expand description
Test helpers for reth-exex
Structs§
- Test
Consensus Builder - A test
ConsensusBuilder
that builds a [TestConsensus
]. - Test
ExEx Handle - A helper type for testing Execution Extensions.
- Test
Executor Builder - A test
ExecutorBuilder
that builds a [MockExecutorProvider
]. - Test
Node - A test
Node
. - Test
Pool Builder - A test
PoolBuilder
that builds a [TestPool
].
Enums§
- Poll
Once Error - An Execution Extension future polling error.
Traits§
- Poll
Once - An extension trait for polling an Execution Extension future.
Functions§
- test_
exex_ context - Creates a new
ExExContext
with (mainnet)[MAINNET
] chain spec. - test_
exex_ context_ with_ chain_ spec - Creates a new
ExExContext
.
Type Aliases§
- Adapter
- The
NodeAdapter
for theTestExExContext
. Contains type necessary to boot the testing environment - Test
ExEx Context - An
ExExContext
using theAdapter
type. - TmpDB
- A shared [
TempDatabase
] used for testing