• Jeffrey Wilcke's avatar
    core, event/filter, xeth: refactored filter system · f7a71996
    Jeffrey Wilcke authored
    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".
    f7a71996
Name
Last commit
Last update
..
downloader Loading commit data...
fetcher Loading commit data...
filters Loading commit data...
backend.go Loading commit data...
gasprice.go Loading commit data...
handler.go Loading commit data...
handler_test.go Loading commit data...
helper_test.go Loading commit data...
metrics.go Loading commit data...
peer.go Loading commit data...
protocol.go Loading commit data...
protocol_test.go Loading commit data...
sync.go Loading commit data...