aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/consensus.go
Commit message (Expand)AuthorAgeFilesLines
* vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-041-2/+2
* ethash: documentation + cleanupMartin Holst Swende2018-09-171-8/+13
* ethash: less copy-paste for EIP 1234Martin Holst Swende2018-09-161-116/+67
* consensus: implement Constantinople EIP 1234EOS Classic2018-09-121-4/+70
* consensus/ethash: remove unnecessary type declaration (#17529)Mymskmkt2018-08-281-4/+4
* miner: fix state commit, track old work packages too (#17490)gary rong2018-08-231-2/+27
* consensus/ethash: use DAGs for remote mining, generate asyncPéter Szilágyi2018-08-151-10/+40
* cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-101-1/+1
* all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-161-3/+3
* consensus/ethash: fix the algorithm of fakeBlockNumber in comments (#17166)Kwuaint2018-07-121-2/+2
* consensus/ethash: fixed typo (#16253)Kyuntae Ethan Kim2018-03-051-1/+1
* travis, build, consensus: drop support for Go 1.7Péter Szilágyi2018-02-281-8/+2
* consensus/ethash: improve cache/dataset handling (#15864)Felix Lange2018-01-231-3/+7
* consensus/ethash: fix byzantium difficulty comment typo (#15842)gary rong2018-01-101-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-12/+12
* consensus/ethash: fix overdue link (#15786)sunxiaojun20142017-12-311-1/+1
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-7/+12
* consensus/ethash: relax requirements when determining future-blocksMartin Holst Swende2017-12-081-4/+5
* cmd, consensus, eth: split ethash related config to it own (#15520)gary rong2017-11-241-5/+5
* cmd/puppeth: etherchain light block explorer for PoW netsPéter Szilágyi2017-11-211-4/+4
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-10/+10
* consensus, core, tests: implement Metropolis EIP 649Péter Szilágyi2017-08-241-5/+20
* consensus, core: EIP 100 polishes, fix chain maker diffPéter Szilágyi2017-06-301-29/+38
* consensus/ethash: implement Metropolis EIP 100Jeffrey Wilcke2017-06-301-0/+48
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-3/+0
* consensus, core, core/vm, parems: review fixesJeffrey Wilcke2017-05-181-1/+1
* consensus/ethash: set time to current instead of parent timeJeffrey Wilcke2017-05-181-1/+1
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-22/+24
* Hive-test fixes (#14419)Martin Holst Swende2017-05-041-0/+9
* consensus/ethash: simplify concurrency in VerifyHeadersFelix Lange2017-04-131-81/+48
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-0/+6
* consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-101-21/+27
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-21/+16
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-0/+496