Summary
As per request by Dex Providers, we need to implement debug_traceTransaction API in forest to debug the specified transactions:
- The FVM returns complete trace so we have to build different formats traces based on the params
- This API was introduced in
geth specifically, so we have to follow the format returned by geth client
Completion Criteria
Additional Links & Resources
Summary
As per request by Dex Providers, we need to implement
debug_traceTransactionAPI in forest to debug the specified transactions:gethspecifically, so we have to follow the format returned bygethclientCompletion Criteria
CallTracer,PreStateTracerAdditional Links & Resources