Expand description
Test helpers for reth-exex
Structs§
- Test
Consensus Builder - A test
ConsensusBuilderthat builds a [TestConsensus]. - Test
ExEx Handle - A helper type for testing Execution Extensions.
- Test
Executor Builder - A test
ExecutorBuilderthat builds aMockEvmConfigfor testing. - Test
Node - A test
Node. - Test
Pool Builder - A test
PoolBuilderthat builds aTestPool.
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
NodeAdapterfor theTestExExContext. Contains type necessary to boot the testing environment - Test
ExEx Context - An [
ExExContext] using theAdaptertype. - TmpDB
- A shared
TempDatabaseused for testing