split validate_block_pre_execution into hardfork specific functions #10568
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we currently apply all checks in a single function
reth/crates/consensus/common/src/validation.rs
Lines 40 to 49 in 7df7bc2
ideally all those hardfork checks are available as function and
validate_block_pre_execution
would then call all of themTODO
reth/crates/consensus/common/src/validation.rs
Lines 63 to 102 in 7df7bc2
Additional context
No response
The text was updated successfully, but these errors were encountered: