You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new debug RPC method (similar to debug_traceBlock or debug_traceTransaction) in nild node to return complete execution trace data (including gas details, call traces, stack, memory, and storage).
Tasks:
Add new RPC method in the node’s API
Integrate tracer hooks in the EVM execution engine to capture gas, call, and state change data.
Replicate standard Geth debug endpoint behavior and output JSON structure.
Write tests to verify output matches expected debug trace format.
The text was updated successfully, but these errors were encountered:
Add a new debug RPC method (similar to
debug_traceBlock
ordebug_traceTransaction
) innild
node to return complete execution trace data (including gas details, call traces, stack, memory, and storage).Tasks:
The text was updated successfully, but these errors were encountered: