aboutsummaryrefslogtreecommitdiffstats
path: root/pow/ethash_algo.go
Commit message (Expand)AuthorAgeFilesLines
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-1103/+0
* pow: fix Search with ethash test modeFelix Lange2017-03-181-2/+2
* pow: make data dumps backwards compatible, fix DAG endPéter Szilágyi2017-03-091-7/+8
* crypto, pow, vendor: hash optimizations, mmap ethashPéter Szilágyi2017-03-091-35/+89
* pow: only support prime calculations on Go 1.8 and abovePéter Szilágyi2017-03-091-37/+0
* cmd, eth, les, node, pow: disk caching and progress reportsPéter Szilágyi2017-03-091-11/+25
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-0/+1071