debug_traceTransactiondebug的traceTransaction方法尝试以网络上相同的方式执行交易,该方法将重放任何可能在此交易之前执行的交易。除了传入交易哈希作为参数,traceTransaction方法的第二个参数可选,可用来指定调用的选项,可用选项包括:disableStorage: 是否禁用存储捕捉,布尔类型,默认值:false disableMemory: 是否禁用内存捕捉,...
KCC off commit: 1c1715b sees the following error when attempting to call debug_traceTransaction on certain hashes: tracing failed: insufficient funds for transfer: address Example: curl -X POST --data '{"jsonrpc":"2.0","method":"debug_traceTransaction","params":["0x934e3a7564d57dcf8880d...
Same gas usage in receipt and transaction trace Actual behaviour Gas usage in the receipt is 2000 more than gas usage in the transaction trace Steps to reproduce the behaviour curl --data '{"method":"debug_traceTransaction","params":["0xa89255b87420be7b3d3e08defcbfd7575b46b7528a573c180e4...
Via thetracerJSON-RPC option. Docs:https://github.com/ethereum/go-ethereum/wiki/Management-APIs#javascript-based-tracing gnidanchanged the titleLook intotraceropt for thedebug_traceTransactioncallon Jan 5, 2018 Possible pro argument: The trace steps without the use of this operating mode exist ...
"method": "debug_traceBlockByNumber", "params": [ "0x12F63A3", { "tracer": "callTracer", "tracerConfig": { "onlyTopCall": false } } ], "id": 1 }' | jq '.result | .[] | select(.txHash == "0xae24e9a5d65f7ed7b0614279a4107034c1f0f4d423d018c89c6eb5edd446e0b7")' ...