Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the repl to a new package | obscuren | 2014-07-16 | 10 | -76/+105 |
| | |||||
* | Special diff output + debugger changes | obscuren | 2014-07-11 | 2 | -0/+10 |
| | |||||
* | Revert "ethreact - Feature/ethutil refactor" | Jeffrey Wilcke | 2014-07-07 | 1 | -8/+8 |
| | |||||
* | use ethreact.Event, unbuffered event channels, subscribe after loop reading ↵ | zelig | 2014-07-05 | 1 | -8/+8 |
| | | | | from channel starts | ||||
* | Modify main wrappers | zelig | 2014-07-04 | 1 | -2/+9 |
| | | | | | | | - clientIdentifier now set in main wrappers - version handled within wrapper - modify InitConfig now returning *ethutil.ConfigManager (passed to gui) - added NewClientIdentity returning *ethwire.SimpleClientIdentiy (passed to ethereum) | ||||
* | main loop uses new flags and common methods in util: db, keymanager set up | zelig | 2014-06-30 | 1 | -2/+6 |
| | |||||
* | new command line options | zelig | 2014-06-30 | 1 | -4/+8 |
| | | | | | | | - keyring: keyring/session identifier used by key manager - keystore: choice of db/file key storage - import message updated - export: name of directory to export keys to (was bool) | ||||
* | changed name for ethutil hex functions | zelig | 2014-06-30 | 1 | -5/+5 |
| | |||||
* | go fmt | zelig | 2014-06-27 | 4 | -37/+37 |
| | |||||
* | gui stop | zelig | 2014-06-26 | 1 | -0/+4 |
| | | | | | | | | - introduce gui.Stop() - remember state with open - stopping ethereum stack is not gui concern, moved to main - stopping mining, gui and ethereum handled via interrupt callbacks - ^C triggers exactly the same behaviour as quit via menu | ||||
* | interrupt handlers now ordered | zelig | 2014-06-26 | 2 | -1/+2 |
| | |||||
* | repl.Stop() to only if running, fixes panic after js> exit followed by interrupt | zelig | 2014-06-26 | 1 | -15/+23 |
| | |||||
* | add newline to help usage msg | zelig | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | update log levels to include DebugDetail; correct default datadir for ethereal | zelig | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | merge upstream | zelig | 2014-06-25 | 3 | -4/+31 |
|\ | |||||
| * | Moved BlockDo to utils | obscuren | 2014-06-25 | 1 | -1/+1 |
| | | |||||
| * | Save repl history to file and recall on next session | obscuren | 2014-06-24 | 2 | -2/+29 |
| | | |||||
| * | Renamed execBlock | obscuren | 2014-06-24 | 1 | -1/+1 |
| | | |||||
* | | merge upstream | zelig | 2014-06-23 | 1 | -1/+17 |
|\| | |||||
| * | Added a execBlock method which replays the given block | obscuren | 2014-06-23 | 1 | -0/+16 |
| | | |||||
* | | refactor cli and gui wrapper code. Details: | zelig | 2014-06-23 | 4 | -201/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - all cli functions shared between ethereum and ethereal abstracted to utils/ cmd.go (should be ethcommon or shared or sth) - simplify main() now readable stepwise - rename main wrapper files to main.go - rename commmand line args definition file from config.go to flags.go - rename Do -> Start to parallel option names - register interrupt for rpc server stop - fix interrupt stopping js repl and ethereum - register interrupt for mining stop - custom config file option from command line - debug option from command line - loglevel option from command line - changed ethutil.Config API - default datadir and default config file set together with other flag defaults in wrappers - default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib) - options precedence: default < config file < environment variables < command line | ||||
* | | add logging for jsre | zelig | 2014-06-23 | 1 | -1/+7 |
| | | |||||
* | | add logging start/exit to js console | zelig | 2014-06-23 | 1 | -0/+2 |
|/ | |||||
* | Removed init fees | obscuren | 2014-06-16 | 1 | -3/+0 |
| | |||||
* | Reimplement -datadir flag. Implements #79 | Maran | 2014-06-11 | 2 | -2/+6 |
| | | | | The config file is actually loaded from the folder that datadir points at | ||||
* | Implement getStateKeyVal for JS bindings. | Maran | 2014-06-04 | 1 | -1/+5 |
| | | | | Gives JS the option to 'loop' over contract key/val storage | ||||
* | Add loading of extra build in js files to JS-Repl. Implements #67 | Maran | 2014-06-04 | 1 | -0/+19 |
| | |||||
* | Added Peer Window | Maran | 2014-06-02 | 1 | -0/+4 |
| | |||||
* | ethereum instead of ethereal. Fixes #69 | obscuren | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | Added ini file for ethereum. fixes #66 | obscuren | 2014-05-31 | 1 | -1/+11 |
| | |||||
* | Added config file setup. Fixes #59 | obscuren | 2014-05-30 | 2 | -11/+9 |
| | | | | * Also fixes asset path problems | ||||
* | New main script through init return value | obscuren | 2014-05-23 | 3 | -6/+14 |
| | |||||
* | Custom identifier | obscuren | 2014-05-22 | 2 | -2/+7 |
| | |||||
* | Added mining stop and start | obscuren | 2014-05-22 | 1 | -1/+14 |
| | |||||
* | Fixes #49 | obscuren | 2014-05-22 | 1 | -0/+5 |
| | |||||
* | Fixes #50 | obscuren | 2014-05-22 | 1 | -1/+22 |
| | |||||
* | Removed method name | obscuren | 2014-05-21 | 1 | -0/+4 |
| | |||||
* | Switch variables as intended | obscuren | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Changed flag parsing | obscuren | 2014-05-21 | 1 | -1/+10 |
| | |||||
* | Refactored some of the functions | obscuren | 2014-05-21 | 2 | -16/+81 |
| | |||||
* | Forked version of otto so we can support lowerCased methods | obscuren | 2014-05-20 | 3 | -3/+3 |
| | |||||
* | Removed old console in favor of the new JS REPL | obscuren | 2014-05-20 | 3 | -272/+1 |
| | |||||
* | Refactored file structure | obscuren | 2014-05-20 | 2 | -100/+123 |
| | |||||
* | Increase default peer amount to 10 | Maran | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Added js interpret mode | obscuren | 2014-05-19 | 3 | -3/+29 |
| | |||||
* | Improved REPL output | obscuren | 2014-05-19 | 5 | -12/+89 |
| | |||||
* | Added multi-line support | obscuren | 2014-05-19 | 3 | -9/+35 |
| | |||||
* | Improved console | obscuren | 2014-05-19 | 1 | -4/+70 |
| | | | | * Added watch | ||||
* | Readline repl for linux & osx | obscuren | 2014-05-17 | 5 | -35/+116 |
| | |||||
* | Tell config which loggers to use | obscuren | 2014-05-16 | 1 | -2/+2 |
| | |||||
* | Implemented JavaScript console | obscuren | 2014-05-16 | 2 | -18/+53 |
| | |||||
* | Basic javascript console | obscuren | 2014-05-16 | 3 | -0/+85 |
| | |||||
* | Prevent crash during import of privkeys. | Maran | 2014-05-14 | 1 | -3/+2 |
| | | | | @obscuren please check if this was commented out for a reason | ||||
* | Fix merge conflicts | Maran | 2014-05-14 | 2 | -6/+17 |
|\ | |||||
| * | Switched to new keyring methods | obscuren | 2014-05-14 | 2 | -6/+17 |
| | | |||||
* | | Refactored RPC client to utils so it can be reused | Maran | 2014-05-14 | 1 | -8/+1 |
|/ | |||||
* | Refactored mining into utils and exposed it to ethereal. Partly fixes #43 | Maran | 2014-05-14 | 1 | -24/+1 |
| | |||||
* | Generate coinbase from privatekey, not pubkey. Partily fixes #43 | Maran | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Change coinbase to be the address not public key | Maran | 2014-05-13 | 1 | -1/+4 |
| | |||||
* | Implemented new JS/EthPub methods | Maran | 2014-05-13 | 1 | -22/+25 |
| | | | | | | | | - getTxCountAt - getPeerCount - getIsMining - getIsListening - getCoinbase | ||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2014-05-13 | 2 | -1/+3 |
|\ | | | | | | | | | | | Conflicts: ethereal/ethereum.go ethereum/ethereum.go | ||||
| * | Implemented a flag for a different RPC port; --rpcport | Maran | 2014-05-13 | 2 | -1/+3 |
| | | |||||
* | | Fix | obscuren | 2014-05-13 | 1 | -1/+1 |
|/ | |||||
* | Added support to NewJsonRpc to return an error as well as an interface | Maran | 2014-05-13 | 1 | -2/+6 |
| | |||||
* | Enable seed again | Maran | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Disable seed by default | Maran | 2014-05-12 | 1 | -1/+1 |
| | | | | Seed host seems down, only causes timeouts, not helpful | ||||
* | PreProcess => PreParse | obscuren | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | Changed seeding | obscuren | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | Renamed etherpc to ethrpc | Maran | 2014-05-05 | 1 | -2/+2 |
| | | | | All work and no play makes Maran a dull boy | ||||
* | Implemented rpc for ethereal and ethereum | Maran | 2014-05-05 | 1 | -4/+2 |
| | |||||
* | Fix circular deps | Maran | 2014-05-03 | 1 | -2/+5 |
| | |||||
* | Moved RPC Server and implemented it as a package | Maran | 2014-05-02 | 2 | -0/+7 |
| | |||||
* | Added muted | obscuren | 2014-04-29 | 1 | -1/+2 |
| | |||||
* | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 1 | -15/+17 |
| | |||||
* | Merge | obscuren | 2014-04-25 | 2 | -59/+67 |
|\ | |||||
| * | typo interrupt | zelig | 2014-04-16 | 1 | -2/+2 |
| | | |||||
| * | non-interactive option | zelig | 2014-04-16 | 2 | -57/+49 |
| | | | | | | | | | | | | - add -y flag for non-interactive use - refactor main - output to logfile (not ideal..) but not to all ethutil loggers for privacy | ||||
| * | logfile | zelig | 2014-04-16 | 2 | -7/+23 |
| | | | | | | | | | | | | | | - add logfile option to ethereum client flags - fallback to StdOut - Logger appended to ethutil.Config.Log loggers - wrapper uses ethutil.Config.Log | ||||
| * | empty string -> empty byte array | zelig | 2014-04-16 | 1 | -1/+1 |
| | | |||||
* | | Minor update and fixes to the gui and console | obscuren | 2014-04-23 | 1 | -1/+1 |
| | | |||||
* | | Updated to use new state object | obscuren | 2014-04-16 | 1 | -6/+12 |
|/ | |||||
* | Importing mnemonic support | Maran | 2014-04-09 | 1 | -1/+12 |
| | |||||
* | Fix merge conflict | Maran | 2014-04-01 | 1 | -17/+16 |
|\ | |||||
| * | Fixed miner | obscuren | 2014-03-31 | 1 | -3/+3 |
| | | |||||
| * | Updated to new mutan api | obscuren | 2014-03-31 | 1 | -1/+1 |
| | | |||||
| * | Removed CreateTx | obscuren | 2014-03-28 | 1 | -3/+3 |
| | | |||||
| * | Added gas and gas price. | obscuren | 2014-03-28 | 1 | -1/+5 |
| | | | | | | | | | | * library's `createTx` method changed so it accepts a gas price * dev console accepts code as well as the library | ||||
| * | Updated transaction constructor | obscuren | 2014-03-27 | 1 | -15/+10 |
| | | |||||
* | | Reimplement new miner creation | Maran | 2014-03-24 | 1 | -29/+15 |
|/ | |||||
* | Moved node to ethereum | obscuren | 2014-03-22 | 3 | -0/+448 |