Improve exex test setup #11527
Labels
A-exex
Execution Extensions
C-debt
Refactor of code section that is hard to understand or maintain
C-enhancement
New feature or request
C-test
A change that impacts how or what we test
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
ref
reth/crates/exex/test-utils/src/lib.rs
Lines 252 to 254 in c08c00f
this has some limitations:
reth/crates/exex/test-utils/src/lib.rs
Lines 272 to 276 in c08c00f
but we use
reth/crates/exex/test-utils/src/lib.rs
Line 330 in c08c00f
later the
test
setup uses random ports, so the network setup should also reflect thatsee for ref
reth/crates/node/builder/src/builder/mod.rs
Lines 661 to 675 in c08c00f
and
reth/crates/node/core/src/args/network.rs
Line 199 in c08c00f
there's an opportunity to simply
fn network_config
and introduce one function that doesn't need the additional inputscc @loocapro paradigmxyz/reth-exex-examples#26
Additional context
No response
The text was updated successfully, but these errors were encountered: