From beea9d503d22ecd0ebc854857f3b70a734c25530 Mon Sep 17 00:00:00 2001 From: Ian Norden Date: Fri, 23 Oct 2020 10:15:35 -0500 Subject: [PATCH] minor updates to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed6f7f36..056a1655 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Background NOTE: WIP -ipld-eth-server is used to service queries against the indexed Ethereum IPLD objects indexed by [ipld-eth-indexer](https://github.com/vulcanize/ipld-eth-indexer). +ipld-eth-server is used to service queries against the Ethereum IPLD objects indexed by [ipld-eth-indexer](https://github.com/vulcanize/ipld-eth-indexer). It exposes standard Ethereum JSON RPC endpoints on top of the database, in some cases these endpoints can leverage the unique indexes to improve query performance. Additional, unique endpoints are exposed which utilize the new indexes and state diff data objects. @@ -85,6 +85,7 @@ TODO: Port the IPLD RPC subscription endpoints after the decoupling ipld-eth-server currently recapitulates portions of the Ethereum JSON-RPC api standard. The currently supported standard endpoints are: +`eth_call` `eth_blockNumber` `eth_getLogs` `eth_getHeaderByNumber` @@ -92,7 +93,7 @@ The currently supported standard endpoints are: `eth_getBlockByHash` `eth_getTransactionByHash` -TODO: Add the rest of the standard endpoints add unique endpoints (e.g. getSlice) +TODO: Add the rest of the standard endpoints and unique endpoints (e.g. getSlice) ### Testing `make test` will run the unit tests