Commit Graph

4584 Commits

Author SHA1 Message Date
ThomasV 8e65df3ae7 Merge branch 'master' of git://github.com/spesmilo/electrum 2015-03-31 18:57:50 +02:00
ThomasV effb4b7d7c Merge pull request #1117 from openalias/master
tweaked resolve and DNSSEC timeouts to be less aggressive
2015-03-31 18:57:44 +02:00
Riccardo Spagni c5d45da933
tweaked resolve and DNSSEC timeouts to be less aggressive 2015-03-31 18:02:59 +02:00
ThomasV c00b1f649a do not save gui_last_wallet if -w parameter was passed 2015-03-31 17:56:18 +02:00
ThomasV c6027a3578 don't show import menu 2015-03-31 17:36:30 +02:00
ThomasV 9782c7fe8e don't show new account menu 2015-03-31 17:34:31 +02:00
ThomasV 2b81906fdd trustedcoin: use self.print_error 2015-03-31 14:14:39 +02:00
ThomasV a44f1bc4d3 Merge pull request #1115 from romanz/offline-mode-fix
Offline mode fixes
2015-03-31 13:57:27 +02:00
ThomasV d895e3b868 OA: update contacts tab 2015-03-31 13:41:46 +02:00
ThomasV c9d874ce38 openalias: more error message 2015-03-31 12:21:20 +02:00
ThomasV 8902207443 add url as contact 2015-03-31 12:02:57 +02:00
ThomasV f77311328a add get_completions to wallet 2015-03-31 12:01:42 +02:00
ThomasV 4d7b68658b fix delete_contact 2015-03-31 11:29:18 +02:00
ThomasV 27d871277a add url to contacts, not full name, because it's used in completions 2015-03-31 10:39:23 +02:00
ThomasV dfc3b64395 don't use large and silent try..except block. print more error messages 2015-03-31 10:04:31 +02:00
ThomasV 2f1c597e8f print_error method for plugins 2015-03-31 10:01:53 +02:00
ThomasV c17f64d236 do not run asynchronous validation in GUI thread. 2015-03-31 09:50:18 +02:00
ThomasV 34d4c6c9d8 rm dead code 2015-03-31 09:42:04 +02:00
ThomasV 66cbd5bc65 OA_READY already checked in is_available 2015-03-31 09:40:53 +02:00
ThomasV 8cc21a6a00 openalias: freeze and color payto_e 2015-03-31 09:37:09 +02:00
ThomasV bafc9a5842 fix undefined variable in openalias plugin 2015-03-31 09:35:11 +02:00
Roman Zeyde 43a4b68ee8 main_window: don't update history in offline mode 2015-03-31 09:33:14 +03:00
Roman Zeyde a7440fc89c wallet: skip history sort when verifier is not set 2015-03-31 09:32:21 +03:00
ThomasV da502076bd fix get_history 2015-03-30 20:39:06 +02:00
ThomasV f051a3e577 update occurences of get_history 2015-03-30 20:17:24 +02:00
ThomasV 81372ffe4b Merge pull request #1114 from romanz/plugin-buttons-fix
plugins: fix buttons insertion
2015-03-30 19:12:51 +02:00
ThomasV 41cf7603d8 Merge pull request #1113 from romanz/transaction-fixes
Fix a few issues with transaction serialization and deserialization
2015-03-30 19:12:24 +02:00
Roman Zeyde a6a4200c51 plugins: fix buttons insertion 2015-03-30 18:54:21 +03:00
Roman Zeyde c4b306cdbe fix Transaction.deserialize() to Transaction() 2015-03-30 18:28:24 +03:00
Roman Zeyde 9d0aa737e5 transaction: call serialize() before deserialization 2015-03-30 18:28:24 +03:00
ThomasV e2225ce17e Merge branch 'master' of git://github.com/spesmilo/electrum 2015-03-30 14:12:02 +02:00
ThomasV 2d84deeaad sanity check history 2015-03-30 14:10:46 +02:00
ThomasV ec11e58add handle pruning in wallet.txi/txo 2015-03-30 14:10:46 +02:00
ThomasV 3d1fa1e27f find_pay_to_pubkey_address 2015-03-30 14:10:46 +02:00
ThomasV 66f7a6d28e show own addresses in green 2015-03-30 14:10:46 +02:00
ThomasV 7d79ecce73 do not display default label 2015-03-30 14:10:46 +02:00
ThomasV bc3ed470e1 use hash as default label 2015-03-30 14:10:46 +02:00
ThomasV e3de121be9 store deserialized tx in/out in wallet file for fast computation 2015-03-30 14:10:46 +02:00
ThomasV d9b1271f65 version 2.1 2015-03-30 14:10:32 +02:00
ThomasV 393cb59f2c Merge pull request #1112 from palob/iconpath
Icon location fix
2015-03-29 21:13:22 +02:00
palob 768fe3c03a Icon location fix. Fixes #1111 2015-03-29 18:07:03 +02:00
ThomasV cf0fcac9fa fix deserialize_server bug 2015-03-28 19:17:07 +01:00
ThomasV 3b8184cef3 make_download: show which file failed signaure check 2015-03-28 15:42:04 +01:00
ThomasV 9dd0728558 revert commit 3ae2fb2e90 2015-03-27 18:38:40 +01:00
ThomasV 9dbd546670 trustedcoin: clarify buy dialog 2015-03-27 07:59:01 +01:00
ThomasV 08f63a7f14 release notes for 2.0.4 2015-03-26 09:26:25 +01:00
ThomasV c0e60ec93d ask user before closing transaction window with unsaved transaction 2015-03-25 10:46:15 +01:00
ThomasV d9874ecb01 add 10 second timeout to header requests 2015-03-25 10:18:32 +01:00
ThomasV f50a62755c use self.print_error 2015-03-25 09:22:27 +01:00
ThomasV 659301873c labels: use https, and fix force param 2015-03-25 01:05:20 +01:00