Commit Graph

3712 Commits

Author SHA1 Message Date
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
m0mchil d5f08d657f passing wallet instance not needed anymore 2014-07-27 14:57:23 +03:00
Pavol Rusnak bb78873e24 don't use internal cmdtr module in trezor plugin 2014-07-27 14:27:27 +03:00
slush0 801bcd69e8 Fix get_master_public_key, Label plugin now works 2014-07-27 14:27:27 +03:00
slush0 9f47762c12 Fixes dependency to pinmatrix 2014-07-27 14:27:27 +03:00
m0mchil f518be4346 enable plugin for trezor wallet 2014-07-27 14:27:27 +03:00
m0mchil 294de5504f restore values to allow fee check 2014-07-27 14:27:27 +03:00
m0mchil e4a6a2962e enable trezor plugin if about to create/restore wallet 2014-07-27 14:27:27 +03:00
m0mchil 8a7f81a9de support for restore 2014-07-27 14:27:27 +03:00
m0mchil ec295d1fbe remove redundant i18n 2014-07-27 14:27:27 +03:00
m0mchil 26b13f4414 proper i18n 2014-07-27 14:27:26 +03:00
m0mchil a336379aa5 trezor plugin 2014-07-27 14:27:26 +03: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
ThomasV 7abbf329b6 fix 2014-07-25 20:14:08 +02:00
ThomasV 5e47d1a635 default daemon timeout after 5 minutes 2014-07-25 17:32:31 +02:00
ThomasV 191520f064 interface.py: print -> print_error 2014-07-25 17:21:17 +02:00
ThomasV 37ad7d8b0b gui should always use daemon if it is running 2014-07-25 16:44:22 +02:00
ThomasV af3fd62fd4 send server height and server lag with daemon 2014-07-25 16:32:19 +02:00
ThomasV 96070246b7 proper start and stop commands for daemon 2014-07-25 15:42:28 +02:00
ThomasV 374efd970e fix daemon timeout 2014-07-25 15:16:52 +02:00
ThomasV d60dc94e16 daemon status info 2014-07-25 15:12:39 +02:00
ThomasV 2120b1a573 command line: wait until daemon is connected 2014-07-25 13:30:27 +02:00
ThomasV 3e6f903da3 daemon: use Popen with close_fds=True 2014-07-25 11:13:49 +02:00
ThomasV 8196bc5779 adapt network dialog to daemon 2014-07-25 09:11:56 +02:00
ThomasV 09e4efc439 daemon notifications (network.status) 2014-07-24 23:17:06 +02:00
ThomasV 9ee0614edb make daemon usable with the GUI 2014-07-24 16:12:18 +02:00
ThomasV ab41c6f940 Merge pull request #766 from wozz/winkdex
Update exchange rate plugin for Winkdex
2014-07-23 23:53:55 +02:00
Michael Wozniak 9ae30533ca update historical winkdex api 2014-07-22 17:28:37 -04:00
Michael Wozniak a72bc5a44a Update exchange rate plugin for Winkdex
updated exchange rate BTC price for Winkdex API that was officially published
2014-07-22 17:06:23 -04:00
ThomasV 068609b4a6 AmountEdit:get_amount 2014-07-16 15:33:59 +02:00
ThomasV a195ca5c07 fix: check if wallet has master_private_keys 2014-07-14 03:21:51 +02:00
ThomasV 43d2fab9a0 get_seed -> check_password 2014-07-14 02:57:12 +02:00
ThomasV 98acf49b4e fix get_pubkeys call 2014-07-14 02:39:14 +02:00
ThomasV 20c7bef7ac rm dead code 2014-07-14 02:27:51 +02:00
ThomasV b8f64ad46f rm get_address_flags (no longer used) 2014-07-14 02:23:27 +02:00
ThomasV b04256b474 load_transactions 2014-07-14 02:20:24 +02:00
ThomasV 3c7346ee9c load imported_keys outside of load_accounts 2014-07-14 02:15:29 +02:00
ThomasV a471859a3a move master_private_keys and master_public_keys to NewWallet 2014-07-14 02:08:21 +02:00
ThomasV 3d78be8f46 updates for gtk gui 2014-07-14 01:24:29 +02:00
ThomasV 24f40f610f fix: update commands with new transaction constructors 2014-07-14 01:07:54 +02:00
ThomasV 597dd49e8c show txid in invoice details 2014-07-14 00:10:53 +02:00
ThomasV 4193fffc33 fix: store key of invoices for retrieval 2014-07-13 23:56:24 +02:00
ThomasV 6f246fe90e display dates in invoices tab 2014-07-13 23:40:29 +02:00