edr icon indicating copy to clipboard operation
edr copied to clipboard

supporting callTracer in debug_traceTransaction

Open moda20 opened this issue 3 years ago • 5 comments

from the code, i have seen hardhat doesn't implement debug_traceTransaction tracer option attribute in the  options for that command.

Is there a way to circumvent that to enable the usage of custom tracers something like this (possible in geth) :

{"id":1,"jsonrpc":"2.0","method": "debug_traceTransaction", "params": [txHash, {"tracer": "callTracer", "disableStorage": True}]}

moda20 avatar Jul 14 '21 14:07 moda20