nethermind icon indicating copy to clipboard operation
nethermind copied to clipboard

Implement debug_traceCallMany

Open MarekM25 opened this issue 1 year ago • 1 comments

Helpful links: debug_traceCall https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.JsonRpc/Modules/DebugModule/DebugRpcModule.cs#L70 trace_callMany https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.JsonRpc/Modules/Trace/TraceRpcModule.cs#L79

MarekM25 avatar Feb 06 '24 18:02 MarekM25

Hi, I can give this a try! Just to clarify, we are tracing many transactions via something like transactionForRpc[] calls, we aren't worried about types of transactions as we do in trace_callMany, would that be accurate?

AbhinavMir avatar Feb 11 '24 09:02 AbhinavMir

HI @MarekM25, is this issue resolved or still open? I have done some changes for the same - https://github.com/NethermindEth/nethermind/pull/6765

ssonthal avatar Feb 22 '24 12:02 ssonthal