Open
Description
Describe the feature
we currently do this:
reth/bin/reth-bench/src/bench/new_payload_fcu.rs
Lines 48 to 72 in d635035
this is problematic if we want to use this for both op and eth
instead this should be converted into a command that accepts a closure for the conversion, or some other helper trait, simular to
because we need special block -> payload conversion
TODO
- introduce rpcblock -> payload conversion helper for this entrypoint
reth/bin/reth-bench/src/bench/mod.rs
Line 48 in d635035
this can be a closure that takes the rpcblock and converts toPayload
, hence the command also needs a NodeTypes generic hint
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog