Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosensus, core, eth, params, trie: fixes + clique history cap | Péter Szilágyi | 2019-05-16 | 1 | -1/+1 |
| | |||||
* | all: clean up and proerly abstract database access | Péter Szilágyi | 2019-03-06 | 1 | -2/+2 |
| | |||||
* | eth/downloader: speed up tests by generating chain only once (#17916) | Felix Lange | 2018-11-07 | 1 | -0/+221 |
* core: speed up GenerateChain Use a mock implementation of ChainReader instead of creating and destroying a BlockChain object for each generated block. * eth/downloader: speed up tests by generating chain only once This change reworks the downloader tests so they share a common test blockchain instead of generating a chain in every test. The tests are roughly twice as fast now. |