eth_blockNumber
method.parity_pendingTransactions
txpool_content
(for parity_pendingTransactions)trace_replayBlockTransactions
trace_block
(fetch block rewards)debug_traceTransactions
(for trace_replayBlockTransactions)eth_getBlockByNumber
without transaction receipts for a block with 15 transactions: Desired response time is < 0.5s. For instance, in case of the Gnosis chain archive node, the response time for the block with ~20 transactions is ~0.4s.eth_getTransactionReceipt
for random transactions desired response time is < 0.5s. For the Gnosis chain archive node the response time is ~0.3 - 0.4s.eth_getTransactionReceipt
for 15 transactions acceptable response time is Less than 1s. For the Gnosis chain archive node, it is ~0.6 - 0.7sETHEREUM_JSONRPC_VARIANT
environment variable. More information