aboutsummaryrefslogtreecommitdiffstats
path: root/trie/sync_bloom.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/geth: wrong memory size sanitizing on OpenBSD (#19793)Guillaume Ballet2019-07-051-1/+1
|
* cosensus, core, eth, params, trie: fixes + clique history capPéter Szilágyi2019-05-161-2/+2
|
* core, eth, trie: bloom filter for trie node dedup during fast sync (#19489)Péter Szilágyi2019-05-131-0/+207
* core, eth, trie: bloom filter for trie node dedup during fast sync * eth/downloader, trie: address review comments * core, ethdb, trie: restart fast-sync bloom construction now and again * eth/downloader: initialize fast sync bloom on startup * eth: reenable eth/62 until we properly remove it