aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/ethereum.go
Commit message (Collapse)AuthorAgeFilesLines
* Removed old console in favor of the new JS REPLobscuren2014-05-201-10/+1
|
* Added js interpret modeobscuren2014-05-191-1/+18
|
* Improved REPL outputobscuren2014-05-191-9/+15
|
* Readline repl for linux & osxobscuren2014-05-171-2/+2
|
* Implemented JavaScript consoleobscuren2014-05-161-4/+7
|
* Basic javascript consoleobscuren2014-05-161-0/+7
|
* Prevent crash during import of privkeys.Maran2014-05-141-3/+2
| | | | @obscuren please check if this was commented out for a reason
* Fix merge conflictsMaran2014-05-141-2/+13
|\
| * Switched to new keyring methodsobscuren2014-05-141-2/+13
| |
* | Refactored RPC client to utils so it can be reusedMaran2014-05-141-8/+1
|/
* Refactored mining into utils and exposed it to ethereal. Partly fixes #43Maran2014-05-141-24/+1
|
* Generate coinbase from privatekey, not pubkey. Partily fixes #43Maran2014-05-141-1/+1
|
* Change coinbase to be the address not public keyMaran2014-05-131-1/+4
|
* Implemented new JS/EthPub methodsMaran2014-05-131-22/+25
| | | | | | | | - getTxCountAt - getPeerCount - getIsMining - getIsListening - getCoinbase
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2014-05-131-1/+1
|\ | | | | | | | | | | Conflicts: ethereal/ethereum.go ethereum/ethereum.go
| * Implemented a flag for a different RPC port; --rpcportMaran2014-05-131-1/+1
| |
* | Fixobscuren2014-05-131-1/+1
|/
* Added support to NewJsonRpc to return an error as well as an interfaceMaran2014-05-131-2/+6
|
* Changed seedingobscuren2014-05-091-2/+2
|
* 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