aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/misccmd.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/geth: reorganise misc commands/flagsBas van Kervel2017-05-031-4/+4
|
* cmd/geth, node: surface geth architecture into version (#13866)Péter Szilágyi2017-04-061-1/+2
|
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-2/+2
| | | | | 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: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-091-2/+2
|
* cmd/geth: tidied up the source (#3385)Péter Szilágyi2016-11-301-0/+128
cmd/geth: tidied up the source