Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement debug_ Endpoints to Return Full Execution Traces #210

Open
4 tasks
idea404 opened this issue Feb 6, 2025 · 0 comments
Open
4 tasks

Implement debug_ Endpoints to Return Full Execution Traces #210

idea404 opened this issue Feb 6, 2025 · 0 comments

Comments

@idea404
Copy link
Collaborator

idea404 commented Feb 6, 2025

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant