aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_indexer_test.go
Commit message (Expand)AuthorAgeFilesLines
* light: CHT and bloom trie indexers working in light mode (#16534)Felföldi Zsolt2018-08-161-2/+4
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-1/+1
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-3/+4
* core, eth, les: fix messy code (#15367)Péter Szilágyi2017-10-251-1/+1
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-1/+3
* core, eth: clean up bloom filtering, add some testsPéter Szilágyi2017-09-061-2/+1
* core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-061-3/+4
* core: polish chain indexer a bitPéter Szilágyi2017-08-071-126/+125
* core: implement ChainIndexerZsolt Felfoldi2017-08-071-0/+235