Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed ethereum => geth | obscuren | 2015-03-27 | 1 | -246/+0 |
| | |||||
* | Applying: fix adming js test regression (maybe otto update?) | zelig | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | cli: fix liner not closing (spuriously opened) in noninteractive jsre | zelig | 2015-03-27 | 1 | -2/+2 |
| | |||||
* | Better error reporting in the console. Updated ethereum.js | obscuren | 2015-03-25 | 1 | -9/+13 |
| | |||||
* | Add Close() method to EthereumApi | Taylor Gerring | 2015-03-24 | 1 | -0/+1 |
| | | | | To close the handler for LDB | ||||
* | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 1 | -1/+8 |
| | |||||
* | node admin interface for Frontier Console, see spec ↵ | zelig | 2015-03-15 | 1 | -0/+1 |
| | | | | https://github.com/ethereum/go-ethereum/wiki/Frontier-Console | ||||
* | CLI: | zelig | 2015-03-15 | 1 | -114/+53 |
| | | | | | | | - js subcommand for vm - console for Frontier console interactive REPL - jspath in cli - integrate jeth apiBindings | ||||
* | miner: provide coinbase when starting the miner | Felix Lange | 2015-03-12 | 1 | -2/+4 |
| | | | | | | | | | | This avoids having to query the coinbase when creating the miner, which in turn eliminates the dreaded startup error when no accounts are set up. Later, this will also allow us to simply restart the miner when the user picks a different coinbase. This causes a lot of changes in other packages. These are included in this commit because they're impossible to separate. | ||||
* | cmd/ethereum: fix line editing setup and history | Felix Lange | 2015-03-10 | 1 | -6/+11 |
| | |||||
* | cmd/ethereum: remove "prompter" in identifiers | Felix Lange | 2015-03-10 | 1 | -9/+10 |
| | |||||
* | cmd/ethereum: unlock accounts on JS REPL | Felix Lange | 2015-03-10 | 1 | -102/+108 |
| | |||||
* | Updated xeth instances to take extra param for ui.Interface | obscuren | 2015-03-09 | 1 | -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 #416 | obscuren | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | cmd/ethereum: fix JS REPL exit and add support for dumb terminals | Felix Lange | 2015-03-06 | 1 | -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 editing | Felix Lange | 2015-03-06 | 1 | -0/+207 |
| | |||||
* | cmd/ethereum: improve command line interface | Felix Lange | 2015-03-06 | 1 | -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. |