Commit Graph

27 Commits

Author SHA1 Message Date
obscuren
6ea44c466a Updated to reflect BlockChain changes 2014-10-20 12:03:31 +02:00
obscuren
294b437414 New VM 2014-10-14 11:49:15 +02:00
obscuren
83a4b8b49b Version bump 2014-10-08 12:24:42 +02:00
obscuren
4ed94d3d51 removed old windows & added websockets to mist 2014-10-07 11:18:34 +02:00
obscuren
6db40ecb22 WebSocket interface
Web sockets handlers fully implemented. Filter handlers have yet to be
implemented.
2014-09-30 23:26:16 +02:00
obscuren
7a5b279459 Version bump 2014-09-26 13:35:48 +02:00
obscuren
96fd1ce270 Bump 2014-09-24 20:04:14 +02:00
obscuren
723074e71b dump 2014-09-19 13:32:52 +02:00
obscuren
5ac875b097 Set log level of std logger as well. (since gui logging is disabled) 2014-08-22 12:40:15 +02:00
obscuren
842f2cc8a0 Error window 2014-08-22 12:14:37 +02:00
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