MIP-16: JSON-RPC Query Methods

Introduces five new JSON-RPC methods that enable efficient queries for raw chain history data:

  • eth_queryBlocks
  • eth_queryTransactions
  • eth_queryLogs
  • eth_queryTraces
  • eth_queryTransfers

Please reference the draft PR for our motivation, full specification, rationale, and usage guidelines.

4 Likes