diff --git a/rpc/json-rpc-api.md b/rpc/json-rpc-api.md index 64681afc39..4a398bf07a 100644 --- a/rpc/json-rpc-api.md +++ b/rpc/json-rpc-api.md @@ -56,9 +56,8 @@ This document provides a comprehensive list of JSON-RPC API methods supported. E | eth_getTransactionCount(...) | `Address`, `BlockNumber\|Tag` | | eth_getStorageAt(...) | `Address`, `Integer`, `BlockNumber\|Tag` | | eth_call(...) | `TxCallObject`, `BlockNumber\|Tag` | -| eth_callMany(...) | `Array`, `BlockNumber\|Tag` | -| eth_callBundle(...) | `Array`, `BlockNumber\|Tag` | | eth_createAccessList(...) | `TxCallObject`, `BlockNumber\|Tag` | +| eth_simulateV1(...) | `BlockStateCalls`, `BlockNumber\|Tag` | | | | | **Ethereum API (Filters)** | | | eth_newFilter(...) | `FilterOptions` | @@ -111,7 +110,6 @@ This document provides a comprehensive list of JSON-RPC API methods supported. E | debug_traceBlockByNumber(...) | `BlockNumber\|Tag`, `TraceConfig` | | debug_traceTransaction(...) | `TxHash`, `TraceConfig` | | debug_traceCall(...) | `TxCallObject`, `BlockNumber\|Tag`, `TraceConfig`| -| debug_traceCallMany(...) | `Array`, `BlockNumber\|Tag`, `TraceConfig` | | | | | **Transaction Pool API** | | | txpool_content() | - | @@ -148,6 +146,7 @@ This document provides a comprehensive list of JSON-RPC API methods supported. E - `FilterId` - ID of a previously created filter - `VerifiedValidatorNum` - Number of validators that must verify a block - `TraceConfig` - Configuration options for tracing +- `BlockStateCalls` - Series of transactions to simulate with optional state and block overrides ### Notes