Commit Graph

31 Commits

Author SHA1 Message Date
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 096427c3b1 Merge remote-tracking branch 'upstream/develop' into feature/logging 2014-06-25 16:56:03 +01:00
obscuren 1268413ba7 Removed old compile methods 2014-06-25 17:26:16 +02:00
zelig 08de13a57b merge upstream 2014-06-25 16:20:26 +01:00
obscuren 1e965cb8f5 Moved BlockDo to utils 2014-06-25 09:47:11 +02:00
zelig 34284b7532 merge upstream 2014-06-23 12:30:30 +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
obscuren 176b780251 Added a execBlock method which replays the given block 2014-06-23 11:28:05 +02:00
obscuren e7c9b86a5a Improved UI
* Added mining button
2014-05-30 13:28:31 +02:00
Maran 8419ba0ec0 Fix merge conflicts 2014-05-22 10:26:39 +02:00
obscuren 01b833146f Added mining stop and start 2014-05-22 00:25:48 +02:00
Maran 0bccf1c3cd Wait with mining until up to date 2014-05-21 11:45:19 +02:00
obscuren 30842eb8d0 Changed logging 2014-05-19 12:14:47 +02:00
obscuren 770808ce0d Readline repl for linux & osx 2014-05-17 15:15:46 +02:00
Maran c9db87277b Fix merge conflicts 2014-05-14 14:04:43 +02:00
Maran 2c7b625daa Make sure we have a coinbase address to mine with 2014-05-14 13:55:55 +02:00
obscuren f18ec51cb3 Switched to new keyring methods 2014-05-14 13:55:08 +02:00
Maran 9fce273ce9 Refactored RPC client to utils so it can be reused 2014-05-14 13:32:49 +02:00
Maran 2012e0c67a Rewritten a check to only start mining once we are caught up with all peers 2014-05-14 13:26:15 +02:00
Maran e8147cf7c6 Refactored mining into utils and exposed it to ethereal. Partly fixes #43 2014-05-14 12:41:30 +02:00
obscuren 23fc50c61b Upgraded to new mutan 2014-05-10 16:22:57 +02:00
obscuren ed64434dcc Moved public interface 2014-05-02 13:55:58 +02:00
obscuren f1da6f0564 Fixed samplecoin 2014-05-02 13:35:12 +02:00
obscuren 471bd398f3 Moved Ext ethereum api
Moved the external ethereum api which can be used by any 3rd party
application.
2014-05-02 12:07:24 +02:00
Casey Kuhlman a0f35d3248 PreProcess moved to Mutan package 2014-04-28 11:40:05 +02:00
obscuren 883810b533 Using mutan assembler stage 2014-04-27 18:05:48 +02:00
obscuren 43f1214f97 Refactored code 2014-04-23 15:54:34 +02:00
obscuren 9cf77cdbad Moved compiling related object to utils package 2014-04-16 04:08:37 +02:00
Maran 2edf133b46 Added mnemonic priv key 2014-04-07 13:59:42 +02:00
obscuren 1f2547b8a7 Major re-organisation.
The Ethereum node and Gui are now separated.
2014-03-22 01:02:24 +01:00