Integrate Request evm env filling in ethapi #9296
Labels
A-rpc
Related to the RPC implementation
D-good-first-issue
Nice and easy! A great choice to get started
creating the
TxEnv
based on the TxRequest is done via:reth/crates/rpc/rpc-eth-types/src/revm_utils.rs
Lines 119 to 123 in edbbc96
which currently requires OP feature
reth/crates/rpc/rpc-eth-types/src/revm_utils.rs
Lines 174 to 175 in edbbc96
this should be abstracted into a trait, ref:
reth/crates/rpc/rpc-eth-api/src/helpers/call.rs
Line 268 in edbbc96
Ideally something new
ConfigureEvmCallEnv
or similarThe text was updated successfully, but these errors were encountered: