aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/misccmd.go
Commit message (Collapse)AuthorAgeFilesLines
* build: rename swarm deb package to ethereum-swarm; change swarm deb version ↵Anton Evangelatov2018-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | from 1.8.x to 0.3.x (#16988) * build: add support for different package and binary names * build: bump up copyright date * build: change default PackageName to empty string * build, internal, swarm: enhance build/release process * build: hack ethereum-swarm as a "depends" in deb package * build/ci: remove redundant variables * build, cmd, mobile, params, swarm: remove VERSION file; rename Version to VersionMeta; * internal: remove VERSION() method which reads VERSION file * build: fix VersionFilePath to Version * Makefile: remove clean_go_build_cache.sh until it works * Makefile: revert removal of clean_go_build_cache.sh
* cmd/geth: remove trailing newline in license command (#15782)Péter Szilágyi2018-01-021-2/+1
|
* cmd: add makecache cmd, use caches during import cmdPéter Szilágyi2017-08-041-26/+37
|
* 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