aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/xor.go
Commit message (Collapse)AuthorAgeFilesLines
* common/bitutil, consensus/ethash: reusable bitutil packagePéter Szilágyi2017-05-051-85/+0
|
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-0/+85
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.