aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/algorithm.go
Commit message (Collapse)AuthorAgeFilesLines
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-3/+0
|
* common/bitutil, consensus/ethash: reusable bitutil packagePéter Szilágyi2017-05-051-1/+2
|
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-0/+1103
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.