246 Commits (8347ad5449e757d96724faee6cad420ec195931c)

Author SHA1 Message Date
ThomasV 8347ad5449 fix hardware plugins with tx.error 10 years ago
Gergely Imreh 3c3d064cad Fix "Invalid Fee" issue when start with fiat in send (exchange rate plugin) 10 years ago
BTChip 7f2a360c6a Fix behavior when calling get_master_public_key from an external context 10 years ago
BTChip f296e5e5ef Do not crash when asked to export private keys 10 years ago
BTChip 94db6cc94b Fix bad initializer 10 years ago
molecular e90d567435 fix typo in btcchip second factor prompt dialog 10 years ago
BTChip 2c096f9669 Add firmware check 10 years ago
BTChip 796d52ac09 Delegate firmware update and better error message when connection to the dongle fails 10 years ago
ThomasV fd1f083958 simplify names 10 years ago
BTChip 86c0bffa3e Improve 2FA message and dongle reconnection 10 years ago
ThomasV 6cd00eb36b request history rates asynchronously 10 years ago
BTChip c6dcbcb005 Fix query fees 10 years ago
ThomasV c42038a891 cosigner: add popup window 10 years ago
ThomasV 790e0e56e2 fix init call in cosignerpool plugin 10 years ago
ThomasV ca6194e563 trezor: check if device is connected before asking passphrase 10 years ago
Michael Wozniak c9fab344ca Keep trezor pin dialog on top of other windows 10 years ago
ThomasV 5b84cbe9fb close_wallet 10 years ago
ThomasV 45a55e258f trezor: check device on load_wallet 10 years ago
Maran 6c5302390a Make all LabelSync calls async. 10 years ago
ThomasV 1b346b1aeb labels plugin: response must be OK before we continue 10 years ago
ThomasV a7102bee78 fix indentation 10 years ago
ThomasV 117c563182 fix utf8 encode/decode in labels plugin 10 years ago
ThomasV 410ac82667 Do not call Qt from non-Qt threads, this will segfault (give_error) 10 years ago
ThomasV 374daa25af create a PendingAccount if coins have been sent to next_account 10 years ago
ThomasV 1fb8af40c5 disable privkey export menu in trezor wallets 10 years ago
ThomasV 265d74c542 fix #825 10 years ago
ThomasV 8cfa32db5c add labelsChanged signal 10 years ago
ThomasV e4dfd3129a iv should be different from password 10 years ago
ThomasV 42bbce4cb3 labels: encrypt keys with deterministic iv 10 years ago
ThomasV 30a2a9ee51 don't encrypt keys, because it creates new items everytime 10 years ago
ThomasV 1886da7cde fix printing of unicode values 10 years ago
ThomasV 3948ef64fa labels: pull in separate thread. also fix error messages 10 years ago
ThomasV 3bbd3685d8 fix bug #787 10 years ago
Michael Wozniak a996659225 Update itbit/coindesk exchange rate api 10 years ago
ThomasV caf4adff49 add missing @hook in exch plugin 10 years ago
ThomasV 622fb6c08b add wallet categories 10 years ago
ThomasV 9af2c20706 json sanitize labels 10 years ago
ThomasV 816495609f fix #788 10 years ago
ThomasV 1e346404dd fixes for label plugin 10 years ago
ThomasV 6101abda5d call init_qt everytime a plugin is enabled 10 years ago
ThomasV 8b78b7c480 don't duplicate code 10 years ago
GreenAddress 8d8c8cb7f9 Add GreenAddress instant verify plugin 10 years ago
ThomasV 449feddaaf raise an exception on trezor decrypt 10 years ago
ThomasV 3a8b4d4258 fix #812 10 years ago
BTChip 5f970e010f Do not display exchanged APDUs 10 years ago
BTChip 098c608e3d Reject outdated firmware versions 10 years ago
ThomasV 79588eb4da init plugins before gui. register wallet types in plugin constructor 10 years ago
ThomasV 337a20b815 fix is_available method of btchip plugin 10 years ago
ThomasV cbeb8abe4a test wallet type in restore hook 10 years ago
ThomasV a3790372d8 @hook decorator for plugins 10 years ago