Commit graph

217 commits

Author SHA1 Message Date
ThomasV
1fb8af40c5 disable privkey export menu in trezor wallets 2014-09-09 14:30:57 +02:00
ThomasV
265d74c542 fix #825 2014-09-09 14:22:06 +02:00
ThomasV
8cfa32db5c add labelsChanged signal 2014-09-08 11:45:19 +02:00
ThomasV
e4dfd3129a iv should be different from password 2014-09-08 00:54:52 +02:00
ThomasV
42bbce4cb3 labels: encrypt keys with deterministic iv 2014-09-08 00:12:34 +02:00
ThomasV
30a2a9ee51 don't encrypt keys, because it creates new items everytime 2014-09-07 23:43:41 +02:00
ThomasV
1886da7cde fix printing of unicode values 2014-09-07 23:04:04 +02:00
ThomasV
3948ef64fa labels: pull in separate thread. also fix error messages 2014-09-07 22:57:55 +02:00
ThomasV
3bbd3685d8 fix bug #787 2014-09-07 22:26:07 +02:00
Michael Wozniak
a996659225 Update itbit/coindesk exchange rate api
itbit/coindesk exchange rate requires separate API calls per currency
Moved the calls to when the exchange rate plugin updates and when the
user modifies a selection instead of every time the program needs to
query the current exchange rate

This fixes an issue with slow response time in the send tab with the
exchange rate plugin turned on and set to coindesk or itbit
2014-09-05 19:58:54 -04:00
ThomasV
caf4adff49 add missing @hook in exch plugin 2014-09-05 19:43:27 +02:00
ThomasV
622fb6c08b add wallet categories 2014-09-05 16:28:53 +02:00
ThomasV
9af2c20706 json sanitize labels 2014-09-05 12:12:00 +02:00
ThomasV
816495609f fix #788 2014-09-04 16:44:50 +02:00
ThomasV
1e346404dd fixes for label plugin 2014-09-04 16:37:51 +02:00
ThomasV
6101abda5d call init_qt everytime a plugin is enabled 2014-09-04 15:45:03 +02:00
ThomasV
8b78b7c480 don't duplicate code 2014-09-04 13:08:56 +02:00
GreenAddress
8d8c8cb7f9 Add GreenAddress instant verify plugin 2014-09-04 02:58:14 +02:00
ThomasV
449feddaaf raise an exception on trezor decrypt 2014-09-03 10:45:41 +02:00
ThomasV
3a8b4d4258 fix #812 2014-09-02 09:00:20 +02:00
ThomasV
c956a7b17a Merge pull request #810 from btchip/trezor_security_blacklist
Reject outdated firmware versions
2014-09-01 10:39:13 +02:00
BTChip
5f970e010f Do not display exchanged APDUs 2014-08-31 18:55:31 +02:00
BTChip
098c608e3d Reject outdated firmware versions 2014-08-31 18:46:55 +02:00
ThomasV
79588eb4da init plugins before gui. register wallet types in plugin constructor 2014-08-31 15:33:20 +02:00
ThomasV
337a20b815 fix is_available method of btchip plugin 2014-08-31 12:51:47 +02:00
ThomasV
cbeb8abe4a test wallet type in restore hook 2014-08-31 12:40:57 +02:00
ThomasV
a3790372d8 @hook decorator for plugins 2014-08-31 11:42:40 +02:00
ThomasV
cb2c2f0b9f Merge pull request #807 from btchip/btchip
Add BTChip wallet plugin
2014-08-30 17:17:19 +02:00
BTChip
0507017c85 1.4.9 support, better error management, fix 2fa check 2014-08-29 00:38:16 +02:00
Chris Rico
4f82fce81d Reverted change to TrezorWallet.address_id() 2014-08-28 10:38:56 -05:00
Chris Rico
49c2ba5b12 Removed hard coded purpose and coin_type (provided by Wallet.get_address_index)
Only look up address when not a coinbase transaction
2014-08-28 05:13:03 -05:00
BTChip
af7cc78075 Add creation wizard, prepare for 1.4.9 2014-08-27 23:19:14 +02:00
BTChip
11961ae811 Merge branch 'master' into btchip 2014-08-27 07:51:13 +02:00
BTChip
c5d045a498 Merge remote-tracking branch 'upstream/master' 2014-08-27 07:49:01 +02:00
ThomasV
c130ff6715 fix plugin restore: wallet_type 2014-08-26 17:58:17 +02:00
BTChip
5873004af4 Verify proper device before signing 2014-08-26 13:04:38 +02:00
ThomasV
58c6518b30 print more tracebacks 2014-08-26 12:55:53 +02:00
ThomasV
b58aae699e fix address_id 2014-08-26 12:38:05 +02:00
BTChip
7354f01c8e lib.util->electrum.util 2014-08-25 17:25:02 +02:00
ThomasV
da6d5b4baa Merge pull request #794 from XertroV/trezor
Add Trezor plugin settings - can now view ID and set device label
2014-08-25 16:07:36 +02:00
ThomasV
5f10b49811 fix load_wallet of cosigner 2014-08-25 15:58:06 +02:00
ThomasV
23c826863e cosigner plugin update 2014-08-25 11:52:47 +02:00
BTChip
3293731038 Do not crash if no change is sent 2014-08-25 00:18:38 +02:00
BTChip
8a47c80827 Already optimized 2014-08-24 20:19:23 +02:00
BTChip
8e918b5f35 Add BTChip wallet plugin 2014-08-24 19:44:26 +02:00
ThomasV
89b8078549 move qrscanner from plugins to lib 2014-08-23 18:04:29 +02:00
ThomasV
867597cd91 fixes for cosignerpool 2014-08-22 18:39:23 +02:00
Maran
0ce463c99c Make all errors for Trezor visible in the GUI 2014-08-22 13:24:29 +02:00
ThomasV
8a17e1a5a7 trezor: is_available() 2014-08-22 11:09:23 +02:00
ThomasV
9500715141 add cosignerpool plugin 2014-08-21 19:35:51 +02:00