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.
We removed support for
eth_getFilterChangesin #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 geteth_getFilterChangesworking using the same techniques as we did foreth_getFilterLogs.