Debug and trace#
Provides information about the Berachain network, including its protocol version, configuration, and current status.
trace_filter : Applies a filter to retrieve trace information based on specified criteria.
trace_rawTransaction : Replays a raw transaction to assist in debugging processes.
trace_block : Observes the execution flow of a particular block.
trace_replayBlockTransactions : Re-executes all transactions within a block for detailed scrutiny.
trace_replayBlockTransactions#vmTrace : Provides a virtual machine-level trace during the replay of block transactions.
debug_traceBlockByHash : Traces the execution of a block identified by its hash.
debug_traceBlockByNumber : Traces the execution of a block based on its numerical position in the blockchain.
trace_transaction : Maps out the execution pathway of a specific transaction.
debug_traceTransaction : Provides detailed trace information for a particular transaction.
trace_replayTransaction : Re-executes a transaction to support detailed analysis.
trace_replayTransaction#vmTrace : Offers a virtual machine-level trace during the replay of a transaction.
trace_callMany : Executes multiple trace operations concurrently.
trace_get : Fetches existing trace records based on specified identifiers.
trace_call : Performs a single trace operation for a designated action.
debug_traceCall : Monitors a specific call without altering the blockchain state.
These endpoints are crucial for overseeing the health, configuration, and performance of the Berachain network.