plugeth/miner
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
..
agent.go all: move common.Database to package ethdb 2015-09-14 23:36:30 +02:00
miner.go core, eth, event, miner, xeth: fix event post / subscription race 2015-10-12 16:22:03 +03:00
remote_agent.go Improve error string and remove unneeded else clause 2015-08-28 03:42:01 +02:00
worker.go core, eth/filters, miner, xeth: Optimised log filtering 2015-10-16 21:28:59 +02:00