mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 05:45:41 +00:00
Moved the filtering system from `event` to `eth/filters` package and removed the `core.Filter` object. The `filters.Filter` object now requires a `common.Database` rather than a `eth.Backend` and invokes the `core.GetBlockByX` directly rather than thru a "manager".