Generic data primitives block builder test framework #13239
Labels
A-block-building
Related to block building
A-sdk
Related to reth's use as a library
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
Make block building test framework generic over data primitives. The type
TestBlockBuilder
is already generic over data primitives, hence its implementation needs to be extended to the generic type (not just implemented for the default type as is now).reth/crates/chain-state/src/test_utils.rs
Lines 65 to 330 in 3af2afe
Additional context
No response
The text was updated successfully, but these errors were encountered: