PR review changes

This commit is contained in:
Roy Crihfield 2023-05-28 15:47:35 +08:00
parent 1fe599dd71
commit 240ebb6816
2 changed files with 25 additions and 55 deletions

View File

@ -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. ipld-eth-server currently recapitulates portions of the Ethereum JSON-RPC api standard.
The currently supported standard endpoints are: The currently supported standard endpoints are:
`eth_call` - `eth_call`
`eth_getBalance` - `eth_getBalance`
`eth_getStorageAt` - `eth_getStorageAt`
`eth_getCode` - `eth_getCode`
`eth_getProof` - `eth_getProof`
`eth_blockNumber` - `eth_blockNumber`
`eth_getHeaderByNumber` - `eth_getHeaderByNumber`
`eth_getHeaderByHash` - `eth_getHeaderByHash`
`eth_getBlockByNumber` - `eth_getBlockByNumber`
`eth_getBlockByHash` - `eth_getBlockByHash`
`eth_getTransactionCount` - `eth_getTransactionCount`
`eth_getBlockTransactionCountByHash` - `eth_getBlockTransactionCountByHash`
`eth_getBlockTransactionCountByNumber` - `eth_getBlockTransactionCountByNumber`
`eth_getTransactionByHash` - `eth_getTransactionByHash`
`eth_getRawTransactionByHash` - `eth_getRawTransactionByHash`
`eth_getTransactionByBlockHashAndIndex` - `eth_getTransactionByBlockHashAndIndex`
`eth_getTransactionByBlockNumberAndIndex` - `eth_getTransactionByBlockNumberAndIndex`
`eth_getRawTransactionByBlockHashAndIndex` - `eth_getRawTransactionByBlockHashAndIndex`
`eth_getRawTransactionByBlockNumberAndIndex` - `eth_getRawTransactionByBlockNumberAndIndex`
`eth_getTransactionReceipt` - `eth_getTransactionReceipt`
`eth_getLogs` - `eth_getLogs`
`eth_getUncleCountByBlockHash` - `eth_getUncleCountByBlockHash`
`eth_getUncleCountByBlockNumber` - `eth_getUncleCountByBlockNumber`
`eth_getUncleByBlockHashAndIndex` - `eth_getUncleByBlockHashAndIndex`
`eth_getUncleByBlockNumberAndIndex` - `eth_getUncleByBlockNumberAndIndex`
TODO: Add the rest of the standard endpoints and unique endpoints (e.g. getSlice) TODO: Add the rest of the standard endpoints and unique endpoints (e.g. getSlice)

View File

@ -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