aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/js.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Please be aware that if any of the instances on xeth.frontend are called the program will crash due to the default, temporarily, frontend interface.
* 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
| | | | It is now possible to exit the REPL using Ctrl-C, Ctrl-D or by typing "exit".
* 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
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.