Commit Graph

17 Commits

Author SHA1 Message Date
obscuren 09c7d158d1 Error window 2014-08-22 12:12:41 +02:00
obscuren 48a99d23cd bump 2014-08-21 19:22:16 +02:00
obscuren 38cf52b62c Bumped version 2014-08-21 15:22:24 +02:00
obscuren 27735bbdfc State dumps from gui 2014-08-17 12:41:23 +02:00
obscuren 203c4b99a0 LookupDomain method to uilib 2014-08-15 13:45:34 +02:00
obscuren 852d1ee395 State dumps 2014-08-06 09:53:12 +02:00
obscuren 23f83f53cc Upped version number 2014-07-30 01:05:40 +02:00
obscuren a06a84d19b Refactored to reflect the new VM and State 2014-07-24 12:30:41 +02:00
obscuren 6c565eae74 bump 2014-07-17 15:36:16 +02:00
obscuren 28948d061c Moved the repl to a new package 2014-07-15 20:34:25 +02:00
obscuren d3e31a4a6d Special diff output + debugger changes 2014-07-11 16:04:27 +02:00
zelig 9de30d96f0 Modify main wrappers
- 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)
2014-07-03 17:36:24 +01:00
zelig 27e1352c85 main loop uses new flags and common methods in util: db, keymanager set up 2014-06-29 18:37:22 +01:00
zelig ae5ace1619 go fmt 2014-06-26 18:48:08 +01:00
zelig 21d86ca486 gui stop
- 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
2014-06-26 16:26:14 +01:00
zelig 2f96652bb4 interrupt handlers now ordered 2014-06-26 10:47:45 +01:00
zelig 1024766514 refactor cli and gui wrapper code. Details:
- 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
2014-06-23 12:25:55 +01:00