Open
Description
We removed support for eth_getFilterChanges
in #608. In this PR we removed a lot of RPC dependencies which are not needed, such as using RPC filters for things, instead relying on replicating the functionality entirely within helios. We should be able to get eth_getFilterChanges
working using the same techniques as we did for eth_getFilterLogs
.
4675
div>