Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pow: fix Search with ethash test mode | Felix Lange | 2017-03-18 | 1 | -16/+10 |
| | | | | | | | | | | | The cache/dataset methods crashed with a nil pointer error if cachesinmem/dagsinmem were zero. Fix it by skipping the eviction logic if there are no caches/datasets. Search always used the regular dataset size regardless of test mode. Fix it by removing the redundant size parameter of hashimotoFull. Fixes #3784 | ||||
* | pow: make data dumps backwards compatible, fix DAG end | Péter Szilágyi | 2017-03-09 | 1 | -14/+24 |
| | |||||
* | crypto, pow, vendor: hash optimizations, mmap ethash | Péter Szilágyi | 2017-03-09 | 1 | -97/+213 |
| | |||||
* | all: finish integrating Go ethash, delete C++ vendor | Péter Szilágyi | 2017-03-09 | 1 | -15/+204 |
| | |||||
* | pow: only support prime calculations on Go 1.8 and above | Péter Szilágyi | 2017-03-09 | 1 | -1/+7 |
| | |||||
* | cmd, eth, les, node, pow: disk caching and progress reports | Péter Szilágyi | 2017-03-09 | 1 | -26/+95 |
| | |||||
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1002/+136 |
| | |||||
* | crypto, pow: add pure Go implementation of ethash | Péter Szilágyi | 2017-03-09 | 1 | -0/+1071 |