Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: rename swarm deb package to ethereum-swarm; change swarm deb version ↵ | Anton Evangelatov | 2018-07-30 | 1 | -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ágyi | 2018-01-02 | 1 | -2/+1 |
| | |||||
* | cmd: add makecache cmd, use caches during import cmd | Péter Szilágyi | 2017-08-04 | 1 | -26/+37 |
| | |||||
* | cmd/geth: reorganise misc commands/flags | Bas van Kervel | 2017-05-03 | 1 | -4/+4 |
| | |||||
* | cmd/geth, node: surface geth architecture into version (#13866) | Péter Szilágyi | 2017-04-06 | 1 | -1/+2 |
| | |||||
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -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++ vendor | Péter Szilágyi | 2017-03-09 | 1 | -2/+2 |
| | |||||
* | cmd/geth: tidied up the source (#3385) | Péter Szilágyi | 2016-11-30 | 1 | -0/+128 |
cmd/geth: tidied up the source |