Commit Graph

71 Commits

Author SHA1 Message Date
obscuren
b095bd3237 events should be set prior to calling mainloop 2014-10-27 11:50:38 +01:00
obscuren
272d58662c Implemented LOG. Closes #159 2014-10-27 11:44:16 +01:00
Felix Lange
69baa465ea Merge eth-go repository into go-ethereum
mist, etheruem have been moved to cmd/
2014-10-23 15:01:27 +02:00
obscuren
411b9800ae Reflect VM Env changes 2014-10-23 01:01:41 +02:00
obscuren
6f08e30109 Reflect RPC changes 2014-10-21 13:25:54 +02:00
obscuren
6ea44c466a Updated to reflect BlockChain changes 2014-10-20 12:03:31 +02:00
obscuren
3976b52ed7 Updated vm 2014-10-17 17:14:29 +02:00
obscuren
294b437414 New VM 2014-10-14 11:49:15 +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
9689a2012b mist 2014-09-19 01:43:51 +02:00
obscuren
01863ebff0 Rename and changed peer window 2014-09-17 15:58:44 +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
09c7d158d1 Error window 2014-08-22 12:12:41 +02:00
obscuren
2eab964a00 Switched over to ethpipe 2014-08-16 01:38:24 +02:00
obscuren
df0c43265e Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 2014-08-15 13:16:15 +02:00
obscuren
a6c4543c57 Moving over to ethpipe 2014-08-15 13:16:07 +02:00
Jeffrey Wilcke
f6a4f9c753 Merge pull request #115 from ethersphere/develop
remove mnemonic words initialisation
2014-08-15 10:49:52 +02:00
obscuren
c362172567 Got rid of warnings and updated storage getters 2014-08-15 01:07:40 +02:00
zelig
3569e8d7df remove mmenomic words initialisation (mnemonic wordlist now inline to support binary builds without extra asset) 2014-08-12 14:57:51 +02:00
obscuren
c59d7a899b Added open js option for repetitive tasks in ethereal 2014-08-11 16:24:35 +02:00
zelig
34e937c976 merge upstream 2014-07-30 18:02:43 +02:00
obscuren
a06a84d19b Refactored to reflect the new VM and State 2014-07-24 12:30:41 +02:00
zelig
4d5a890b46 merge upstream 2014-07-21 13:30:37 +01:00
obscuren
f702e27485 Fixed miner stopping / starting:wq 2014-07-18 13:49:52 +02:00
obscuren
75df148ba2 Fixed miner channel 2014-07-18 12:21:34 +02:00
Maran
2b9f16802d WIP to expose hashrate to gui 2014-07-18 12:01:26 +02:00
Maran
223432fa1e Work around crash issues when building OSX binary 2014-07-15 16:21:16 +02:00
Maran
c0ae5c58a6 Rewrote mnemonic word loading to facilitate deployable builds. 2014-07-15 12:52:30 +02:00
zelig
94b12f7804 fix start mining 2014-07-15 00:05:18 +01: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
obscuren
2835321377 Fixed namereg 2014-07-01 20:10:38 +02:00
obscuren
dd869064a6 delete? 2014-07-01 20:09:37 +02:00
zelig
ce88a73aa6 Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys 2014-07-01 15:01:28 +01:00
Ethan Buchman
0ed9528d76 fix: miner wait untill UpToDate 2014-07-01 04:25:42 -04:00
zelig
ce4080faa7 Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys 2014-06-29 18:39:31 +01:00
zelig
cf7fcadeca added utility functions to set up db, keymanager, ethereum init and simplify key tasks 2014-06-29 18:39:13 +01:00
zelig
9bd67de671 remove keys file, now subsumed under ethcrypto/key_manager 2014-06-29 18:38:17 +01:00
zelig
2d48fc1113 fix logmessage if data directory doesn't exist 2014-06-29 13:43:27 +01:00
obscuren
4fc60f340f Wait for catchup when starting the miner 2014-06-29 10:43:56 +02: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
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