obscuren
69920c735a
Bump v
10 years ago
obscuren
cd856cb213
Separated block db from state db. Partial fix for #416
10 years ago
obscuren
ed84b58af5
Debug option for VM & command line flag
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
Felix Lange
bdba044a80
ethutil: remove Config variable
...
Various functions throughout the codebase used it to grab settings. This
has to stop because I want to use them without reading the config file.
These functions can now be used without reading the config first:
* ethdb.NewLDBDatabase
* ethrepl.NewJSRepl
* vm.New
10 years ago
obscuren
15f491e500
Clean up REPL
10 years ago
obscuren
a56243075a
removed double flag. Closes #421
10 years ago
obscuren
08fd0715f9
updated genesis
10 years ago
obscuren
8e995b97cc
Fixes and debug added
10 years ago
obscuren
313fe3861b
fixed pow stuff
10 years ago
zelig
deb2e50296
minor cleanup
10 years ago
Taylor Gerring
cfe0370280
Remove Websockets RPC transport
10 years ago
obscuren
fdf939a6f9
Fixed miner threads for ethereum CLI
10 years ago
obscuren
7ab13e0f17
Unused variable
10 years ago
obscuren
6ea7aae29c
Removed some methods from the JS REPL
10 years ago
Taylor Gerring
f6e821fd33
Add flag to set RPC port
10 years ago
obscuren
3ab05ddd25
Bump
10 years ago
Maran
40adb7feb6
Implement OS sensitive dataDirs
10 years ago
obscuren
321dce1f47
Bump
10 years ago
obscuren
92337baa5a
reverted back to proper version number
10 years ago
obscuren
cc43ab9a81
Minor updates for release
10 years ago
obscuren
05b1ec008b
Disabled ability to disable whisper. Closes #334
10 years ago
Taylor Gerring
07bdba687f
Re-add LogFormat to Config
10 years ago
obscuren
790de35e7f
Fixed issue in peer window
...
* Fixed issues where new peer window could cause a crash when entering
an empty string
10 years ago
Felix Lange
d0a2e655c9
cmd/ethereum, cmd/mist, eth, p2p: use package p2p/nat
...
This deletes the old NAT implementation.
10 years ago
Felix Lange
a3cd218719
cmd/mist, cmd/ethereum: add CLI arguments for node key
10 years ago
Felix Lange
028775a086
cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes
10 years ago
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
10 years ago
Taylor Gerring
2656a2d038
Use different default RPC port per #186
10 years ago
Taylor Gerring
1f4ed49b4c
Move hardcoded seed node address to app flag
...
Replaces functionality `-seed=true` with `-seed="ip:port"`
10 years ago
obscuren
3847e248df
Bumped version number
10 years ago
Taylor Gerring
5f50fe7a4a
Update CLI to use new Websocket RPC
...
Use “wsport” flag to change default port
10 years ago
Taylor Gerring
bdf99e0981
Add LogFormat flag
10 years ago
obscuren
acc8f7fadc
Add defer rescued back in
10 years ago
obscuren
fed3e6a808
Refactored ethutil.Config.Db out
10 years ago
obscuren
032ab66529
Added version flag
10 years ago
obscuren
117f66e823
Added license headers
10 years ago
obscuren
c9985bf563
Fixed peer window. Minor tweaks and fixes
10 years ago
obscuren
6abf8ef78f
Merge
10 years ago
obscuren
08b03afa4b
Version bump
10 years ago
obscuren
09841b1c9b
Cleaned up some of that util
10 years ago
obscuren
16f417f5af
Fixed bug where logging could crash client during tx adding
10 years ago
obscuren
dc7c584a4d
export => import
10 years ago
obscuren
c9f963a77e
Bump
10 years ago
obscuren
780abaec98
Switched to new trie
10 years ago
obscuren
1054c155db
Moved import to utils
10 years ago
obscuren
7d2353f24d
Close the file
10 years ago
obscuren
34f72ddb3d
Decode from stream directly
10 years ago