aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_pow.go
Commit message (Collapse)AuthorAgeFilesLines
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-87/+0
| | | | | 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.
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+1
|
* core: separate and contain POW verifier, extensive testsPéter Szilágyi2015-09-211-0/+87