Skip to content

Commit

Permalink
doc: update JSON RPC API partial comment (#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Jul 5, 2024
1 parent c476561 commit f260cfa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/JSON-RPC-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ The following table shows the current [JSON RPC API](https://eth.wiki/json-rpc/A
| eth_getUncleCountByBlockHash | Yes | | Yes | |
| eth_getUncleCountByBlockNumber | Yes | | Yes | |
| | | | | |
| eth_getTransactionByHash | Yes | partially implemented | Yes | Yes |
| eth_getRawTransactionByHash | Yes | partially implemented | Yes | |
| eth_getTransactionByHash | Yes | | Yes | Yes |
| eth_getRawTransactionByHash | Yes | | Yes | |
| eth_getTransactionByBlockHashAndIndex | Yes | | Yes | |
| eth_getRawTransactionByBlockHashAndIndex | Yes | partially implemented | Yes | |
| eth_getRawTransactionByBlockHashAndIndex | Yes | | Yes | |
| eth_getTransactionByBlockNumberAndIndex | Yes | | Yes | |
| eth_getRawTransactionByBlockNumberAndIndex | Yes | partially implemented | Yes | |
| eth_getTransactionReceipt | Yes | partially implemented | Yes | Yes |
| eth_getRawTransactionByBlockNumberAndIndex | Yes | | Yes | |
| eth_getTransactionReceipt | Yes | partial: retrieve receipts by exec txn | Yes | Yes |
| eth_getBlockReceipts | Yes | same as parity_getBlockReceipts | Yes | |
| eth_getTransactionReceiptsByBlock | Yes | same as parity_getBlockReceipts | | |
| | | | | |
Expand All @@ -47,9 +47,9 @@ The following table shows the current [JSON RPC API](https://eth.wiki/json-rpc/A
| eth_getTransactionCount | Yes | | Yes | |
| eth_getStorageAt | Yes | | Yes | |
| eth_call | Yes | | Yes | Yes |
| eth_callMany | Yes | partially implemented | Yes | |
| eth_callMany | Yes | partial: timeout param handling missing | Yes | |
| eth_callBundle | Yes | | Yes | |
| eth_createAccessList | Yes | | Yes | |
| eth_createAccessList | Yes | | Yes | Yes |
| | | | | |
| eth_newFilter | Yes | | | |
| eth_newBlockFilter | - | not yet implemented | | |
Expand Down

0 comments on commit f260cfa

Please sign in to comment.