Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/geth: wrong memory size sanitizing on OpenBSD (#19793) | Guillaume Ballet | 2019-07-05 | 1 | -1/+1 |
| | |||||
* | cosensus, core, eth, params, trie: fixes + clique history cap | Péter Szilágyi | 2019-05-16 | 1 | -2/+2 |
| | |||||
* | core, eth, trie: bloom filter for trie node dedup during fast sync (#19489) | Péter Szilágyi | 2019-05-13 | 1 | -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 |