Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added utility functions to set up db, keymanager, ethereum init and simplify ↵ | zelig | 2014-06-30 | 1 | -46/+50 |
| | | | | key tasks | ||||
* | fix logmessage if data directory doesn't exist | zelig | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | go fmt | zelig | 2014-06-27 | 1 | -163/+163 |
| | |||||
* | gui stop | zelig | 2014-06-26 | 1 | -5/+8 |
| | | | | | | | | - 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 | 1 | -11/+14 |
| | |||||
* | merge upstream | zelig | 2014-06-25 | 1 | -0/+18 |
|\ | |||||
| * | Moved BlockDo to utils | obscuren | 2014-06-25 | 1 | -0/+19 |
| | | |||||
* | | merge upstream | zelig | 2014-06-23 | 1 | -3/+0 |
|\| | |||||
| * | Added a execBlock method which replays the given block | obscuren | 2014-06-23 | 1 | -3/+5 |
| | | |||||
* | | refactor cli and gui wrapper code. Details: | zelig | 2014-06-23 | 1 | -50/+200 |
|/ | | | | | | | | | | | | | | | | | | - 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 | ||||
* | Improved UI | obscuren | 2014-05-30 | 1 | -2/+0 |
| | | | | * Added mining button | ||||
* | Fix merge conflicts | Maran | 2014-05-22 | 1 | -0/+30 |
|\ | |||||
| * | Added mining stop and start | obscuren | 2014-05-22 | 1 | -8/+30 |
| | | |||||
* | | Wait with mining until up to date | Maran | 2014-05-21 | 1 | -5/+4 |
|/ | |||||
* | Changed logging | obscuren | 2014-05-19 | 1 | -4/+3 |
| | |||||
* | Readline repl for linux & osx | obscuren | 2014-05-17 | 1 | -3/+5 |
| | |||||
* | Fix merge conflicts | Maran | 2014-05-14 | 1 | -9/+4 |
|\ | |||||
| * | Switched to new keyring methods | obscuren | 2014-05-14 | 1 | -8/+3 |
| | | |||||
* | | Make sure we have a coinbase address to mine with | Maran | 2014-05-14 | 1 | -4/+10 |
| | | |||||
* | | Refactored RPC client to utils so it can be reused | Maran | 2014-05-14 | 1 | -1/+12 |
| | | |||||
* | | Rewritten a check to only start mining once we are caught up with all peers | Maran | 2014-05-14 | 1 | -6/+9 |
|/ | |||||
* | Refactored mining into utils and exposed it to ethereal. Partly fixes #43 | Maran | 2014-05-14 | 1 | -0/+31 |