aboutsummaryrefslogtreecommitdiffstats
path: root/miner/unconfirmed.go
Commit message (Collapse)AuthorAgeFilesLines
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-5/+4
| | | | | 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: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-6/+6
|
* miner: rename pending to unconformed, add bounds and ops testsPéter Szilágyi2016-12-131-0/+118