aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/algorithm_test.go
Commit message (Collapse)AuthorAgeFilesLines
* travis, build, consensus: drop support for Go 1.7Péter Szilágyi2018-02-281-0/+16
|
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+2
|
* cmd, consensus, eth: split ethash related config to it own (#15520)gary rong2017-11-241-2/+1
| | | | | | | | | | * cmd, consensus, eth: split ethash related config to it own * eth, consensus: minor polish * eth, consenus, console: compress pow testing config field to single one * consensus, eth: document pow mode
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-0/+763
This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface.