Commit Graph

84 Commits (0ea9595d41c59d763237f7a3dd415f23dad34c6f)

Author SHA1 Message Date
zelig 0ea9595d41 new command line options 10 years ago
zelig e38b016547 changed name for ethutil hex functions 10 years ago
zelig ae5ace1619 go fmt 10 years ago
zelig 21d86ca486 gui stop 10 years ago
zelig 2f96652bb4 interrupt handlers now ordered 10 years ago
zelig 6763d28a17 repl.Stop() to only if running, fixes panic after js> exit followed by interrupt 10 years ago
zelig bf57e9603b add newline to help usage msg 10 years ago
zelig 8ee1abecb9 update log levels to include DebugDetail; correct default datadir for ethereal 10 years ago
obscuren 1e965cb8f5 Moved BlockDo to utils 10 years ago
obscuren fd1ddbce68 Save repl history to file and recall on next session 10 years ago
obscuren 17e8d7519b Renamed execBlock 10 years ago
zelig 1024766514 refactor cli and gui wrapper code. Details: 10 years ago
zelig 7bcf875c57 add logging for jsre 10 years ago
zelig f90001e938 add logging start/exit to js console 10 years ago
obscuren 176b780251 Added a execBlock method which replays the given block 10 years ago
obscuren 3744151359 Removed init fees 10 years ago
Maran e36badd744 Reimplement -datadir flag. Implements #79 10 years ago
Maran 7843390ecd Implement getStateKeyVal for JS bindings. 10 years ago
Maran 307fe4a3cd Add loading of extra build in js files to JS-Repl. Implements #67 10 years ago
Maran a6f4eef1da Added Peer Window 10 years ago
obscuren 98811f11e5 ethereum instead of ethereal. Fixes #69 10 years ago
obscuren 0bdb0a9d58 Added ini file for ethereum. fixes #66 10 years ago
obscuren 65c5a20e1c Added config file setup. Fixes #59 10 years ago
obscuren d35380c19e New main script through init return value 10 years ago
obscuren 5f8911f7cb Custom identifier 10 years ago
obscuren 01b833146f Added mining stop and start 10 years ago
obscuren b902de20c7 Fixes #49 10 years ago
obscuren 3f5b348451 Fixes #50 10 years ago
obscuren 16bd88c10a Removed method name 10 years ago
obscuren 93e12250c7 Switch variables as intended 10 years ago
obscuren f4551a7e9f Changed flag parsing 10 years ago
obscuren 563c035eb5 Refactored some of the functions 10 years ago
obscuren de1dfae717 Forked version of otto so we can support lowerCased methods 10 years ago
obscuren 0ef7f63729 Removed old console in favor of the new JS REPL 10 years ago
obscuren a05adb1128 Refactored file structure 10 years ago
Maran dfc3cb441b Increase default peer amount to 10 10 years ago
obscuren 92eaa98e83 Added js interpret mode 10 years ago
obscuren 017bbbb582 Improved REPL output 10 years ago
obscuren 16421106d4 Added multi-line support 10 years ago
obscuren 3b7707c3fd Improved console 10 years ago
obscuren 770808ce0d Readline repl for linux & osx 10 years ago
obscuren 6a78e080e6 Tell config which loggers to use 11 years ago
obscuren 0a03484188 Implemented JavaScript console 11 years ago
obscuren cbce882f5e Basic javascript console 11 years ago
obscuren 9a057021c3 Update wallet value for coinbase rewards. Implements #44 & #43 11 years ago
Maran a1dcc5cd17 Prevent crash during import of privkeys. 11 years ago
obscuren f18ec51cb3 Switched to new keyring methods 11 years ago
Maran 9fce273ce9 Refactored RPC client to utils so it can be reused 11 years ago
Maran e8147cf7c6 Refactored mining into utils and exposed it to ethereal. Partly fixes #43 11 years ago
Maran 0d9c948b9b Generate coinbase from privatekey, not pubkey. Partily fixes #43 11 years ago