go-ethereum/xeth
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
..
frontend.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state.go core, eth, trie, xeth: merged state, chain, extra databases in one 2015-08-07 22:29:02 +02:00
types.go Add tests for uncle timestamps and refactor timestamp type 2015-08-25 04:46:11 +02:00
whisper_filter.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper_message.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
whisper.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
xeth_test.go xeth: added address hex check and length check 2015-08-07 09:52:12 +02:00
xeth.go core, eth/filters, miner, xeth: Optimised log filtering 2015-10-16 21:28:59 +02:00