edr
edr copied to clipboard
supporting callTracer in debug_traceTransaction
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}]}