obscuren
ec9fbf09aa
Added some quotes ....
10 years ago
obscuren
b0f40beea6
Added proper contract for registrar
10 years ago
obscuren
0636e17dbe
Added default registrar
10 years ago
Taylor Gerring
e29396b691
Use ExtraDB for storage. Fixes #577
10 years ago
obscuren
b0b0939879
renamed ethereum => geth
10 years ago
zelig
23e41a57ad
Applying: fix adming js test regression (maybe otto update?)
10 years ago
zelig
1c4c71dcff
cli: fix liner not closing (spuriously opened) in noninteractive jsre
10 years ago
obscuren
c38a3b4cc7
Better error reporting in the console. Updated ethereum.js
10 years ago
Taylor Gerring
1cf6ca8f10
Add Close() method to EthereumApi
...
To close the handler for LDB
10 years ago
zsfelfoldi
8324b683b4
using robertkrimen/otto, godeps updated
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
zelig
132e87a707
node admin interface for Frontier Console, see spec https://github.com/ethereum/go-ethereum/wiki/Frontier-Console
10 years ago
zelig
7279a485c2
CLI:
...
- js subcommand for vm
- console for Frontier console interactive REPL
- jspath in cli
- integrate jeth apiBindings
10 years ago
Felix Lange
d7b5a87b3b
miner: provide coinbase when starting the miner
...
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.
10 years ago
Felix Lange
0395c174ca
cmd/ethereum: fix line editing setup and history
10 years ago
Felix Lange
ae38871a54
cmd/ethereum: remove "prompter" in identifiers
10 years ago
Felix Lange
9f0e3bd286
cmd/ethereum: unlock accounts on JS REPL
10 years ago
obscuren
20741a96ac
Updated xeth instances to take extra param for ui.Interface
...
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.
10 years ago
obscuren
cd856cb213
Separated block db from state db. Partial fix for #416
10 years ago
Felix Lange
de86403f33
cmd/ethereum: fix JS REPL exit and add support for dumb terminals
...
It is now possible to exit the REPL using Ctrl-C, Ctrl-D or by typing "exit".
10 years ago
Felix Lange
38f6d60e6e
cmd/ethereum: new JS repl with cross-platform line editing
10 years ago
Felix Lange
bae7e93a9c
cmd/ethereum: improve command line interface
...
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.
10 years ago
obscuren
15f491e500
Clean up REPL
10 years ago
obscuren
117f66e823
Added license headers
10 years ago
zelig
50e1dcc43a
import eth pkg
10 years ago
obscuren
8826e9694c
Moved utils to cmd
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago
Felix Lange
184055b3e2
cmd/*: add license headers
10 years ago