plugeth/eth
Jeffrey Wilcke 6dc14788a2 core, eth/filters, miner, xeth: Optimised log filtering
Log filtering is now using a MIPmap like approach where addresses of
logs are added to a mapped bloom bin. The current levels for the MIP are
in ranges of 1.000.000, 500.000, 100.000, 50.000, 1.000. Logs are
therefor filtered in batches of 1.000.
2015-10-16 21:28:59 +02:00
..
downloader eth/downloader: match capabilities when querying idle peers 2015-10-02 13:20:41 +03:00
fetcher eth: update metrics collection to handle eth/62 algos 2015-08-25 17:48:47 +03:00
filters core, eth/filters, miner, xeth: Optimised log filtering 2015-10-16 21:28:59 +02:00
backend_test.go core, eth/filters, miner, xeth: Optimised log filtering 2015-10-16 21:28:59 +02:00
backend.go core, eth/filters, miner, xeth: Optimised log filtering 2015-10-16 21:28:59 +02:00
gasprice.go core, eth, event, miner, xeth: fix event post / subscription race 2015-10-12 16:22:03 +03:00
handler_test.go cmd/geth, cmd/utils, core, rpc: renamed to blockchain 2015-10-04 01:13:56 +02:00
handler.go core, eth, event, miner, xeth: fix event post / subscription race 2015-10-12 16:22:03 +03:00
helper_test.go cmd/geth, cmd/utils, core, rpc: renamed to blockchain 2015-10-04 01:13:56 +02:00
metrics.go eth: update metrics collection to handle eth/62 algos 2015-08-25 17:48:47 +03:00
peer.go core: split out TD from database and all internals 2015-09-11 17:42:25 +03:00
protocol_test.go cmd/geth, cmd/utils, core, rpc: renamed to blockchain 2015-10-04 01:13:56 +02:00
protocol.go core: split out TD from database and all internals 2015-09-11 17:42:25 +03:00
sync.go cmd/geth, cmd/utils, core, rpc: renamed to blockchain 2015-10-04 01:13:56 +02:00