aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/js.go
Commit message (Expand)AuthorAgeFilesLines
* renamed ethereum => gethobscuren2015-03-271-246/+0
* Applying: fix adming js test regression (maybe otto update?)zelig2015-03-271-1/+1
* cli: fix liner not closing (spuriously opened) in noninteractive jsrezelig2015-03-271-2/+2
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-251-9/+13
* Add Close() method to EthereumApiTaylor Gerring2015-03-241-0/+1
* using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-201-1/+8
* node admin interface for Frontier Console, see spec https://github.com/ethere...zelig2015-03-151-0/+1
* CLI:zelig2015-03-151-114/+53
* miner: provide coinbase when starting the minerFelix Lange2015-03-121-2/+4
* cmd/ethereum: fix line editing setup and historyFelix Lange2015-03-101-6/+11
* cmd/ethereum: remove "prompter" in identifiersFelix Lange2015-03-101-9/+10
* cmd/ethereum: unlock accounts on JS REPLFelix Lange2015-03-101-102/+108
* Updated xeth instances to take extra param for ui.Interfaceobscuren2015-03-091-2/+2
* Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+1
* cmd/ethereum: fix JS REPL exit and add support for dumb terminalsFelix Lange2015-03-061-27/+57
* cmd/ethereum: new JS repl with cross-platform line editingFelix Lange2015-03-061-0/+207
* cmd/ethereum: improve command line interfaceFelix Lange2015-03-061-0/+43