You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
* (rpc) [\#330](https://github.com/ChainSafe/ethermint/issues/330) Implement `PublicFilterAPI`'s `EventSystem` which subscribes to Tendermint events upon `Filter` creation.
68
68
* (rpc) [\#231](https://github.com/ChainSafe/ethermint/issues/231) Implement `NewBlockFilter` in rpc/filters.go which instantiates a polling block filter
69
69
* Polls for new blocks via `BlockNumber` rpc call; if block number changes, it requests the new block via `GetBlockByNumber` rpc call and adds it to its internal list of blocks
70
-
* Update uninstallFilter and getFilterChanges accordingly
71
-
* uninstallFilter stops the polling goroutine
72
-
* getFilterChanges returns the filter's internal list of block hashes and resets it
70
+
* Update `uninstallFilter` and `getFilterChanges` accordingly
71
+
*`uninstallFilter` stops the polling goroutine
72
+
*`getFilterChanges` returns the filter's internal list of block hashes and resets it
* For a given filter, look through each block for transactions. If there are transactions in the block, get the logs from it, and filter using the filterLogs method
0 commit comments