Commit Graph

3642 Commits

Author SHA1 Message Date
ThomasV c81810a7c8 fix #776 2014-08-04 16:02:14 +02:00
ThomasV 00aaa1d065 send network status on init, if there is no daemon 2014-08-04 11:38:34 +02:00
ThomasV ecdb90b0b7 re-use pending_servers to avoid sending unnecessary notifications 2014-08-04 11:29:58 +02:00
ThomasV 5d1e229f05 fix for gtk gui 2014-08-01 17:23:24 +02:00
ThomasV b93cde14e7 custom entropy in make_seed 2014-08-01 12:04:38 +02:00
ThomasV 06cdb7ff39 move pointofsale plugin to main codebase 2014-07-31 10:10:14 +02:00
ThomasV d33b53f850 close GUI if the network daemon is killed 2014-07-31 07:47:59 +02:00
wozz 7e8644ef15 Merge pull request #782 from wozz/daemon-fix
Fix issue with daemon socket on OS X
2014-07-30 16:44:45 -04:00
Michael Wozniak ef264e0bf7 Fix issue with daemon socket on OS X
Fix issue where daemon socket returns invalid argument errors on OS X
2014-07-30 16:39:31 -04:00
ThomasV f1efa2f82c docs 2014-07-30 12:59:40 +02:00
ThomasV 62a7566fb9 update docs 2014-07-30 12:56:30 +02:00
ThomasV 10faf75ee7 wallet fixes 2014-07-30 12:46:03 +02:00
ThomasV 642258ebaa notify about interfaces 2014-07-30 11:27:52 +02:00
ThomasV 858ff86660 network: disconnected retry interval 2014-07-30 10:43:15 +02:00
ThomasV ec5478c328 don't use pending_servers 2014-07-30 10:19:15 +02:00
ThomasV 76d03a2817 daemon sleep before terminating 2014-07-30 08:37:14 +02:00
ThomasV efa0972971 use ping time to determine if we are disconnected 2014-07-29 17:57:03 +02:00
ThomasV 517f649532 fix: missing break 2014-07-29 17:53:31 +02:00
ThomasV 0240b8c924 fix switch_to_random_interface 2014-07-29 14:26:19 +02:00
ThomasV 411a87e0a3 fix disconnection error 2014-07-29 14:19:23 +02:00
ThomasV 1c707d05d3 rm wrong assert clause 2014-07-29 12:48:05 +02:00
ThomasV 47b71eebfb shorter timeout: verifier too 2014-07-29 12:26:16 +02:00
ThomasV 71d97eeecc shorter timeouts in synchronizer, so that it terminates properly 2014-07-29 12:23:42 +02:00
ThomasV 58c817f81a close interfaces on shutdown 2014-07-29 12:13:21 +02:00
ThomasV e702b3312b proper return from install wizard 2014-07-29 11:57:23 +02:00
ThomasV 914c115617 move daemon_timeout out of server class 2014-07-29 10:52:28 +02:00
ThomasV f7280e4637 cleanup daemon threads 2014-07-29 10:43:04 +02:00
ThomasV 44072a4f48 separate interface classes 2014-07-29 09:28:27 +02:00
ThomasV ed8f9666df remove interface.synchronous_get 2014-07-29 00:15:21 +02:00
ThomasV 087490a197 spawn daemon using daemon.py 2014-07-28 23:42:14 +02:00
ThomasV 8e5fbadc58 socket error handling 2014-07-28 22:35:49 +02:00
ThomasV 640a6a3bf9 update merchant script 2014-07-28 15:57:08 +02:00
ThomasV 960407925a Merge branch 'master' of git://github.com/spesmilo/electrum 2014-07-28 15:49:51 +02:00
ThomasV 312051a242 one more daemon thread 2014-07-28 15:49:41 +02:00
ThomasV 4af43c8683 Merge pull request #774 from ramontayag/wrong_num_args
Fix wrong number of arguments error
2014-07-28 14:57:51 +02:00
ThomasV 06a613ed09 copy to clipboard menu for receive address 2014-07-28 10:17:05 +02:00
ThomasV 4fdeb52f7d update text gui 2014-07-28 09:31:07 +02:00
ThomasV 59638898d4 update gtk gui 2014-07-28 09:28:02 +02:00
ThomasV ea29d9009d wallet.can_sign 2014-07-28 08:27:21 +02:00
ThomasV fb878e1045 fix: catch server.version 2014-07-28 08:23:28 +02:00
ThomasV fb0574c5a0 fix callbacks 2014-07-28 07:53:02 +02:00
ThomasV 1ee4af8686 fix #778 2014-07-28 06:42:05 +02:00
ThomasV 28df27fba2 update interface.py 2014-07-28 00:13:40 +02:00
ThomasV 035ecbc7cd redo inter-thread communication using pipes 2014-07-27 17:13:46 +02:00
Ramon Tayag 4f2a4c84a3 Fix wrong number of arguments error
When calling Wallet#create_watching_only_wallet
2014-07-27 17:32:07 +08:00
ThomasV bd3bfb5e53 Merge pull request #773 from wozz/itbit-exchange
Add itbit exchange to exchange rate plugin
2014-07-27 07:59:37 +02:00
Michael Wozniak 27ddfcdd36 Add itbit exchange to exchange rate plugin 2014-07-26 13:58:55 -04:00
ThomasV 9efc25bdba interface: use parse_json 2014-07-26 16:24:22 +02:00
ThomasV 9a07c1cb44 rename process_response 2014-07-26 15:47:30 +02:00
ThomasV 603caf228f call json.dump on request 2014-07-26 13:04:02 +02:00