aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/cmd.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/ethereum: improve command line interfaceFelix Lange2015-03-061-40/+0
| | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon.
* Clean up REPLobscuren2015-03-041-33/+18
|
* Added license headersobscuren2015-01-061-16/+19
|
* import eth pkgzelig2014-12-151-1/+1
|
* Moved utils to cmdobscuren2014-10-311-1/+1
|
* ethlog => loggerobscuren2014-10-311-2/+2
|
* cmd/*: add license headersFelix Lange2014-10-231-0/+17
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-0/+35
mist, etheruem have been moved to cmd/