nethermind
nethermind copied to clipboard
Implement debug_traceCallMany
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
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?
HI @MarekM25, is this issue resolved or still open? I have done some changes for the same - https://github.com/NethermindEth/nethermind/pull/6765