diff --git a/README.md b/README.md index 5fd482d0..1f108f91 100644 --- a/README.md +++ b/README.md @@ -92,31 +92,31 @@ 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_getBalance` -`eth_getStorageAt` -`eth_getCode` -`eth_getProof` -`eth_blockNumber` -`eth_getHeaderByNumber` -`eth_getHeaderByHash` -`eth_getBlockByNumber` -`eth_getBlockByHash` -`eth_getTransactionCount` -`eth_getBlockTransactionCountByHash` -`eth_getBlockTransactionCountByNumber` -`eth_getTransactionByHash` -`eth_getRawTransactionByHash` -`eth_getTransactionByBlockHashAndIndex` -`eth_getTransactionByBlockNumberAndIndex` -`eth_getRawTransactionByBlockHashAndIndex` -`eth_getRawTransactionByBlockNumberAndIndex` -`eth_getTransactionReceipt` -`eth_getLogs` -`eth_getUncleCountByBlockHash` -`eth_getUncleCountByBlockNumber` -`eth_getUncleByBlockHashAndIndex` -`eth_getUncleByBlockNumberAndIndex` +- `eth_call` +- `eth_getBalance` +- `eth_getStorageAt` +- `eth_getCode` +- `eth_getProof` +- `eth_blockNumber` +- `eth_getHeaderByNumber` +- `eth_getHeaderByHash` +- `eth_getBlockByNumber` +- `eth_getBlockByHash` +- `eth_getTransactionCount` +- `eth_getBlockTransactionCountByHash` +- `eth_getBlockTransactionCountByNumber` +- `eth_getTransactionByHash` +- `eth_getRawTransactionByHash` +- `eth_getTransactionByBlockHashAndIndex` +- `eth_getTransactionByBlockNumberAndIndex` +- `eth_getRawTransactionByBlockHashAndIndex` +- `eth_getRawTransactionByBlockNumberAndIndex` +- `eth_getTransactionReceipt` +- `eth_getLogs` +- `eth_getUncleCountByBlockHash` +- `eth_getUncleCountByBlockNumber` +- `eth_getUncleByBlockHashAndIndex` +- `eth_getUncleByBlockNumberAndIndex` TODO: Add the rest of the standard endpoints and unique endpoints (e.g. getSlice) diff --git a/environments/subscribeExample.toml b/environments/subscribeExample.toml deleted file mode 100644 index 14a82379..00000000 --- a/environments/subscribeExample.toml +++ /dev/null @@ -1,30 +0,0 @@ -[watcher] - [watcher.ethSubscription] - historicalData = false - historicalDataOnly = false - startingBlock = 0 - endingBlock = 0 - wsPath = "ws://127.0.0.1:8080" - [watcher.ethSubscription.headerFilter] - off = false - uncles = false - [watcher.ethSubscription.txFilter] - off = false - src = [] - dst = [] - [watcher.ethSubscription.receiptFilter] - off = false - contracts = [] - topic0s = [] - topic1s = [] - topic2s = [] - topic3s = [] - [watcher.ethSubscription.stateFilter] - off = false - addresses = [] - intermediateNodes = false - [watcher.ethSubscription.storageFilter] - off = true - addresses = [] - storageKeys = [] - intermediateNodes = false \ No newline at end of file