Implement trace_call
#2011
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-complex
Quite challenging from either a design or technical perspective Ask for help!
Describe the feature
ref #1225
implement missing:
reth/crates/rpc/rpc/src/trace.rs
Lines 187 to 190 in 8987f4e
this is kinda similar to
eth_call
we basically already have this ready:
reth/crates/rpc/rpc/src/eth/api/call.rs
Lines 45 to 51 in 8987f4e
we need to refactor the
execute_call_at
andcall_with
functions so that they also allow inspectionAdditional context
No response
The text was updated successfully, but these errors were encountered: