aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/misc
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-122-6/+6
|
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-1/+1
|
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-052-0/+128
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.