Commit Graph

3936 Commits

Author SHA1 Message Date
ThomasV 5a20d07fb8 add hook: make_unsigned_transaction 2014-09-02 07:47:54 +02:00
ThomasV cc71dfea86 check all bytes in strip_pkcs7_padding 2014-09-01 15:37:38 +02:00
ThomasV de1123e4a0 ecies: update description in comment 2014-09-01 15:20:52 +02:00
ThomasV a97375dbb4 ecies: use the same KDF to derive aes init vector and aes and hmac keys. 2014-09-01 14:57:08 +02:00
ThomasV eed37c41b5 ecies: don't drop sign of ephemeral key 2014-09-01 13:15:15 +02:00
ThomasV 03e420b1c0 fix tests 2014-09-01 10:49:04 +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
ThomasV d8b1ddc9a7 Merge pull request #811 from btchip/no_verbose_apdus
Do not display exchanged APDUs
2014-09-01 10:01:41 +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 ee49d14b55 fix #777 2014-08-30 17:33:02 +02:00
ThomasV cb2c2f0b9f Merge pull request #807 from btchip/btchip
Add BTChip wallet plugin
2014-08-30 17:17:19 +02:00
ThomasV c7f667e2ed separate add_seed from create_master_keys 2014-08-29 14:11:59 +02:00
ThomasV 2c51b0aa14 update mnemonic imports 2014-08-29 12:27:10 +02:00
BTChip 0507017c85 1.4.9 support, better error management, fix 2fa check 2014-08-29 00:38:16 +02:00
ThomasV 107a0bd278 Merge pull request #808 from chrisrico/master
Trezor plugin fixes
2014-08-28 22:33:41 +02:00
ThomasV 5f4a28a2bb fix signature_count in coinbase transactions 2014-08-28 22:26:40 +02:00
ThomasV f183554446 rm failing tests 2014-08-28 17:48:59 +02:00
ThomasV 8816d7072f add 8 bits to entropy target, to offset the constraint imposed by is_new_seed 2014-08-28 17:40:36 +02:00
Chris Rico 4f82fce81d Reverted change to TrezorWallet.address_id() 2014-08-28 10:38:56 -05:00
ThomasV 4d71707be8 add portuguese wordlist, and adapt wordlist parsing 2014-08-28 17:30:44 +02:00
ThomasV 4dcdcbc068 move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed 2014-08-28 15:37:42 +02: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
ThomasV 94a5d26013 show tx before broadcast 2014-08-28 10:36:28 +02:00
ThomasV eb4829f9c0 message should be tx fee per kb 2014-08-28 10:35:22 +02:00
ThomasV 5da58ac3b9 reorganize settings dialog 2014-08-28 10:32:03 +02:00
ThomasV 7ffce2ba06 use QSpinBox 2014-08-28 10:12:28 +02:00
BTChip d7d6135124 Merge branch 'btchip' 2014-08-28 09:18:32 +02:00
BTChip cb16863953 Merge remote-tracking branch 'upstream/master' 2014-08-27 23:20:35 +02:00
BTChip af7cc78075 Add creation wizard, prepare for 1.4.9 2014-08-27 23:19:14 +02:00
ThomasV 54f3c9f35b add can_edit_fee option, and improve settings dialog 2014-08-27 22:49:35 +02:00
ThomasV f643c3b44a fix: connection preferences were overwritten by wizard 2014-08-27 14:01:05 +02:00
ThomasV f4abbd7981 fix gtk gui, network dialog 2014-08-27 13:48:10 +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
ThomasV b24f67fe9d add trustedcoin icon 2014-08-26 17:17:17 +02:00
ThomasV 744eee6858 wizard integration 2014-08-26 16:23:24 +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 d855258190 Merge pull request #789 from molecular/master
fix (or at least work around) #788
2014-08-25 16:02:11 +02:00
ThomasV 5f10b49811 fix load_wallet of cosigner 2014-08-25 15:58:06 +02:00
ThomasV c2d175cb60 remove broken tests 2014-08-25 15:55:06 +02:00