aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/ethash.go
Commit message (Expand)AuthorAgeFilesLines
* consensus/ethash: use DAGs for remote mining, generate asyncPéter Szilágyi2018-08-151-9/+37
* cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-101-8/+10
* consensus/ethash: move remote agent logic to ethash internal (#15853)gary rong2018-08-031-13/+119
* consensus/ethash: fixed documentation typo (#17121)Zak Cole2018-07-041-1/+1
* consensus/ethash: fixed typo (#16665)YH-Zhou2018-05-031-1/+1
* metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15...Anton Evangelatov2018-02-231-1/+1
* consensus/ethash: improve cache/dataset handling (#15864)Felix Lange2018-01-231-169/+119
* cmd, consensus, eth: split ethash related config to it own (#15520)gary rong2017-11-241-44/+73
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-2/+2
* consensus: Fix `makedag` epochKonrad Feldmeier2017-06-121-2/+2
* consensus/ethash: fix a timestamp update racePéter Szilágyi2017-05-021-2/+4
* consensus/ethash: close mmap before rename, windows limitationPéter Szilágyi2017-04-141-5/+8
* consensus, eth: don't CPU mine by default during remote miningPéter Szilágyi2017-04-071-1/+8
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-0/+587