Add eth_callBundle to README (#2099)

For #2093
This commit is contained in:
Chase Wright 2021-06-04 11:25:17 -05:00 committed by GitHub
parent ae9bb75f4e
commit 4a18262cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ Also, there are [extensive instructions for using Postman](https://github.com/le
The following table shows the current implementation status of Erigon's RPC daemon.
| Command | Avail | Notes |
| --------------------------------------- | ------- | ------------------------------------------ |
| ------------------------------------------ | ------- | ------------------------------------------ |
| web3_clientVersion | Yes | |
| web3_sha3 | Yes | |
| | | |
@ -123,9 +123,9 @@ The following table shows the current implementation status of Erigon's RPC daem
| eth_getTransactionByHash | Yes | |
| eth_getRawTransactionByHash | Yes | |
| eth_getTransactionByBlockHashAndIndex | Yes | |
| eth_retRawTransactionByBlockHashAndIndex| Yes | |
| eth_retRawTransactionByBlockHashAndIndex | Yes | |
| eth_getTransactionByBlockNumberAndIndex | Yes | |
| eth_retRawTransactionByBlockNumberAndIndex| Yes | |
| eth_retRawTransactionByBlockNumberAndIndex | Yes | |
| eth_getTransactionReceipt | Yes | |
| eth_getBlockReceipts | Yes | |
| | | |
@ -135,6 +135,7 @@ The following table shows the current implementation status of Erigon's RPC daem
| eth_getTransactionCount | Yes | |
| eth_getStorageAt | Yes | |
| eth_call | Yes | |
| eth_callBundle | Yes | |
| | | |
| eth_newFilter | - | not yet implemented |
| eth_newBlockFilter | - | not yet implemented |