aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/algorithm_go1.8.go
Commit message (Collapse)AuthorAgeFilesLines
* build: enable unconvert linter (#15456)ferhat elmas2017-11-111-2/+2
| | | | | | | | | * build: enable unconvert linter - fixes #15453 - update code base for failing cases * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-0/+57
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.