Commit Graph

162 Commits

Author SHA1 Message Date
ThomasV 57e50ee326 handle exceptions raised if trezor is not found 2014-08-19 11:03:24 +02:00
ThomasV 20f93f7df0 set wallet.can_change_password and wallet.has_seed for trezor 2014-08-19 10:36:55 +02:00
ThomasV 11e1e0e923 add support for p2sh addresses to trezor plugin 2014-08-19 00:41:10 +02:00
ThomasV 638565bddb fix get_public_key of trezor plugin 2014-08-08 18:29:08 +02:00
ThomasV 72d499b1a0 Merge branch 'trezor_plugin' of github.com:m0mchil/electrum into m0mchil-trezor_plugin 2014-08-08 14:56:06 +02:00
Michael Wozniak 0c81010290 Add decrypt function
Not yet supported in Trezor device, so it currently returns an Unknown
Message error
2014-08-03 19:10:20 -04:00
Michael Wozniak 017693fa57 Update trezor plugin for message signing 2014-08-03 17:37:26 -04:00
Michael Wozniak d2c1ebfc63 Remove extra variable that isn't needed 2014-08-03 10:49:25 -04:00
Michael Wozniak ef6ccf2bcd Fix dialog for cancelled TX on Trezor 2014-08-02 23:41:27 -04:00
Michael Wozniak e9e8b7e960 Clean up dialog code
TODO: fix dialog for cancelled tx from Trezor
2014-08-02 23:38:16 -04:00
Michael Wozniak 6206da00e0 update trezor plugin waiting dialog
update waiting dialog so that ok/cancel doesn't need to be used on the
GUI, only on the trezor device
2014-08-02 23:18:02 -04:00
Michael Wozniak 14f00609aa update imports for gui 2014-08-02 20:09:29 -04:00
Michael Wozniak ec833b43e9 update imports 2014-08-02 14:52:28 -04:00
ThomasV 06cdb7ff39 move pointofsale plugin to main codebase 2014-07-31 10:10:14 +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 a336379aa5 trezor plugin 2014-07-27 14:27:26 +03:00
Michael Wozniak 27ddfcdd36 Add itbit exchange to exchange rate plugin 2014-07-26 13:58:55 -04: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 81d1e67253 always enable qr scanner plugin 2014-07-12 18:39:28 +02:00
ThomasV b614a673eb catch zbar.UnsupportedError 2014-06-26 19:23:15 +02:00
ThomasV 8d06fc0143 video_device default should be string 2014-06-25 10:50:18 +02:00
ThomasV f4dfec4565 define frozen signal for exchange rate plugin 2014-06-24 17:44:31 +02:00
ThomasV f4a0a90010 catch exceptions raised by fiat amount conversion to decimal 2014-06-24 17:06:04 +02:00
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 2014-06-21 21:06:09 +02:00
ThomasV c9fd14e343 transaction show_qr 2014-06-17 16:24:01 +02:00
ThomasV 3fa113d76b fix: remove imports 2014-06-17 14:32:31 +02:00
ThomasV 63de2c8676 fix imports in pos plugin 2014-06-17 14:29:23 +02:00
ThomasV 104fbe6cac link point of sale plugin with receive tab 2014-06-17 14:27:56 +02:00
ThomasV d2cad7bbbb new widget: QRTextEdit 2014-06-14 12:17:44 +02:00
ThomasV 6f3c9e6a44 unify util.parse_URI 2014-06-13 16:02:30 +02:00
ThomasV ca4e9261e0 qrscanner: use win.show_qr_code 2014-06-13 14:27:48 +02:00
ThomasV 6cad213fa8 fix: show_raw_qr 2014-06-13 07:38:34 +02:00
ThomasV 8685d749a3 qrscanner: add scan button in init() 2014-06-12 22:32:24 +02:00
ThomasV 6d0488c2de move qr code operations to transaction window and transaction menu 2014-06-12 22:24:10 +02:00
ThomasV 272a09c710 reuse existing transaction dialog instead of duplicating it 2014-06-12 21:57:58 +02:00
ThomasV 1f7366ca20 zbar plugin: use self.win 2014-06-12 17:40:34 +02:00
ThomasV 03c84aab0e let the send tab parse and return its own fields 2014-06-12 17:31:18 +02:00
ThomasV 838a3e3187 install instructions for zbar. fixes #610 2014-06-12 16:57:23 +02:00
ThomasV 96017fe530 fiat_e: set precision to 0.01 2014-06-11 18:20:25 +02:00
ThomasV cff3d6ce31 exchange rate plugin: bi-directional conversion 2014-06-11 18:10:21 +02:00
ThomasV efa35d9ec2 setAmount: convert to int 2014-06-11 15:36:40 +02:00