Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor cli and gui wrapper code. Details: | zelig | 2014-06-23 | 1 | -193/+0 |
| | | | | | | | | | | | | | | | | | | - 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 | ||||
* | Removed init fees | obscuren | 2014-06-16 | 1 | -3/+0 |
| | |||||
* | Reimplement -datadir flag. Implements #79 | Maran | 2014-06-11 | 1 | -2/+2 |
| | | | | The config file is actually loaded from the folder that datadir points at | ||||
* | 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 | 1 | -1/+1 |
| | | | | * Also fixes asset path problems | ||||
* | Custom identifier | obscuren | 2014-05-22 | 1 | -2/+5 |
| | |||||
* | Removed old console in favor of the new JS REPL | obscuren | 2014-05-20 | 1 | -10/+1 |
| | |||||
* | Added js interpret mode | obscuren | 2014-05-19 | 1 | -1/+18 |
| | |||||
* | Improved REPL output | obscuren | 2014-05-19 | 1 | -9/+15 |
| | |||||
* | Readline repl for linux & osx | obscuren | 2014-05-17 | 1 | -2/+2 |
| | |||||
* | Implemented JavaScript console | obscuren | 2014-05-16 | 1 | -4/+7 |
| | |||||
* | Basic javascript console | obscuren | 2014-05-16 | 1 | -0/+7 |
| | |||||
* | 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 | 1 | -2/+13 |
|\ | |||||
| * | Switched to new keyring methods | obscuren | 2014-05-14 | 1 | -2/+13 |
| | | |||||
* | | 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 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: ethereal/ethereum.go ethereum/ethereum.go | ||||
| * | Implemented a flag for a different RPC port; --rpcport | Maran | 2014-05-13 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | |||||
* | 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 | 1 | -0/+5 |
| | |||||
* | Leverage the new watch & address:changed functionality | obscuren | 2014-04-26 | 1 | -15/+17 |
| | |||||
* | typo interrupt | zelig | 2014-04-16 | 1 | -2/+2 |
| | |||||
* | non-interactive option | zelig | 2014-04-16 | 1 | -57/+47 |
| | | | | | | - 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 | 1 | -5/+21 |
| | | | | | | | - add logfile option to ethereum client flags - fallback to StdOut - Logger appended to ethutil.Config.Log loggers - wrapper uses ethutil.Config.Log | ||||
* | Importing mnemonic support | Maran | 2014-04-09 | 1 | -1/+12 |
| | |||||
* | Reimplement new miner creation | Maran | 2014-03-24 | 1 | -29/+15 |
| | |||||
* | Moved node to ethereum | obscuren | 2014-03-22 | 1 | -0/+158 |