implement filters in the Client
Closed this issue · 0 comments
simon-jentzsch commented
This should create a id inside the Client and triggers a request
whenever eth_getFilterChanges
is called.
Here we should support
-
eth_newFilter
-> calleth_getLogs
with the last checked blockNumber -
eth_newBlockFilter
-> calleth_getBlockNumber
and the fetch all blocks after the last checked blockNumber -
eth_newPendingTransactionFilter ( not supported )
-
tests implemented