aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/consensus.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
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.