using local dep until we cut release of ipld-eth-indexer

This commit is contained in:
Ian Norden
2020-09-02 10:23:37 -05:00
parent dbcb2c0cf7
commit 065e70185a
3 changed files with 10 additions and 24 deletions
+7 -7
View File
@@ -79,13 +79,13 @@ TODO: Port the IPLD RPC subscription endpoints after the decoupling
#### Ethereum JSON-RPC
ipld-eth-server currently recapitulates portions of the Ethereum JSON-RPC api standard.
The currently supported standard endpoints are:
`eth_blockNumber`
`eth_getLogs`
`eth_getHeaderByNumber`
`eth_getBlockByNumber`
`eth_getBlockByHash`
`eth_getTransactionByHash`
The currently supported standard endpoints are:
`eth_blockNumber`
`eth_getLogs`
`eth_getHeaderByNumber`
`eth_getBlockByNumber`
`eth_getBlockByHash`
`eth_getTransactionByHash`
TODO: Add the rest of the standard endpoints add unique endpoints (e.g. getSlice)