aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/ethereum.go
Commit message (Collapse)AuthorAgeFilesLines
* Renamed etherpc to ethrpcMaran2014-05-051-2/+2
| | | | All work and no play makes Maran a dull boy
* Implemented rpc for ethereal and ethereumMaran2014-05-051-4/+2
|
* Fix circular depsMaran2014-05-031-2/+5
|
* Moved RPC Server and implemented it as a packageMaran2014-05-021-0/+5
|
* Leverage the new watch & address:changed functionalityobscuren2014-04-261-15/+17
|
* typo interruptzelig2014-04-161-2/+2
|
* non-interactive optionzelig2014-04-161-57/+47
| | | | | | - add -y flag for non-interactive use - refactor main - output to logfile (not ideal..) but not to all ethutil loggers for privacy
* logfilezelig2014-04-161-5/+21
| | | | | | | - add logfile option to ethereum client flags - fallback to StdOut - Logger appended to ethutil.Config.Log loggers - wrapper uses ethutil.Config.Log
* Importing mnemonic supportMaran2014-04-091-1/+12
|
* Reimplement new miner creationMaran2014-03-241-29/+15
|
* Moved node to ethereumobscuren2014-03-221-0/+158