Debug and trace#
Available exclusively on the paid tier, these methods allow for transaction tracing, block execution inspection, and transaction/block replay for in-depth analysis.
trace_filter : Filters trace data based on specific criteria.
trace_rawTransaction : Replays a raw transaction for debugging purposes.
trace_block : Traces the execution of a block.
trace_replayBlockTransactions : Replays block transactions for analysis.
trace_replayBlockTransactions#vmTrace : Provides a VM-level trace during block replay.
debug_traceBlockByHash : Traces block execution by hash.
debug_traceBlockByNumber : Traces block execution by number.
trace_transaction : Traces a specific transaction.
debug_traceTransaction : Provides detailed trace information for a transaction.
trace_replayTransaction : Replays a transaction for analysis.
trace_replayTransaction#vmTrace : Provides VM-level trace during transaction replay.
trace_callMany : Executes multiple trace calls.
trace_get : Retrieves trace data.
trace_call : Executes a trace call.
debug_traceCall : Traces a specific call without altering state.
These methods offer advanced debugging tools for analyzing execution flows and troubleshooting issues on the network.