matejcik
5974fd75df
trezor: drop list of supported coins
python-trezor 0.10.0 and up doesn't provide a list of supported coins,
and newer Trezor firmwares will not send it.
7 years ago
SomberNight
73a3d473cc
fix #4400 and minor clean-up in email req plugin
7 years ago
SomberNight
79f4a8bae9
ledger: support hiding outputs on 'receive' branch
so if change is on the 'receive' branch, user won't be prompted to confirm it
7 years ago
SomberNight
529cb3602c
fix ledger signing. fix dbb 2fa. follow-up partial txn ser change ( #4405 )
7 years ago
SomberNight
0438bbc2c2
transaction.py: change update_signatures API. fix trezor segwit signing.
Traceback (most recent call last):
File "...\electrum\lib\transaction.py", line 498, in parse_witness
if txin['witness_version'] != 0:
KeyError: 'witness_version'
7 years ago
SomberNight
fa8707b390
trustedcoin kivy: fix restoring with "lost 2fa" option
7 years ago
SomberNight
a0ba5a7962
change partial txn format: add header. only parse inputs and witness for partial txns.
7 years ago
SomberNight
1b36dd7690
fix "max" button to account for 2fa fees in both Qt and kivy
7 years ago
SomberNight
cf80952071
better handle exceptions in wizard re "cannot connect to trustedcoin server"
7 years ago
SomberNight
4fea9edd11
distinguish invalid otp from server failure when sending tx
7 years ago
SomberNight
531a2a5c1f
during wallet restore allow user to retry after invalid OTP. add abort button on kivy.
7 years ago
SomberNight
248a3a5755
otp/email dialog handles pressing enter. do not offer to show seed for 2fa wallet.
7 years ago
ThomasV
9ceb73f014
follow-up a15b351b00c5a893c699c23111d8151377b8a262
7 years ago
ThomasV
8d5e666d30
support TrustedCoin plugin in the kivy GUI
7 years ago
SomberNight
56a399e1da
fix revealer for linux distributables; and small clean-up
7 years ago
matejcik
208606beda
trezor: do not rely on deprecated ckd_public ( #4416 )
7 years ago
SomberNight
105101bb5c
fix #4403
7 years ago
SomberNight
9bd082cd82
trezor/keepkey: better handling of exceptions during device initialization
notably Trezor T is returning a different msg type when trying to get an xpub from an uninitialized device, which we are not handling. instead we should just realise ourselves that we did not initialize the device
7 years ago
ghost43
9b7a449057
util.make_dir: 0o700 permissions on folders ( #4357 )
7 years ago
SomberNight
16e4827e8c
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
7 years ago
SomberNight
2c3aa9ffa9
trezor: minor homescreen clean-up/fixes
7 years ago
Johann Bauer
7bcc55ae57
Trezor: Disable 'Change Homescreen' if PIL is unavailable
7 years ago
SomberNight
5fafd34de7
don't offer recovery type choice for trezor T
7 years ago
SomberNight
c133e00590
hw wallets: define SUPPORTED_XTYPES for each plugin
7 years ago
SomberNight
dc2f8ee804
fix regression from 1d6f000868
re trezor/keepkey multisig signing
7 years ago
SomberNight
8174c31f13
trezor: implement "backend" support for p2sh-segwit and native-segwit multisig
7 years ago
SomberNight
ceae43afe5
trustedcoin: sign first, then prompt for OTP
7 years ago
SomberNight
e523b65767
hw wallets: test client is not None during setup_device
7 years ago
SomberNight
811eea0b6b
trezor: add msg text for passphrase type request
7 years ago
SomberNight
00b2af41c9
allow shorter than 24 word old 2fa seeds
related: #3611
7 years ago
SomberNight
364cfd17ae
abstract qt away from trezor
7 years ago
SomberNight
809d6aefca
finish prev
7 years ago
Jochen Hoenicke
6dd5161729
Trezor: Matrix recovery support
New Trezor firmware has matrix recovery support, which is a new
recovery method that doesn't leak the entered words.
8 years ago
SomberNight
034b0a0313
trezor/keepkey: silence UserCancelled during recovery
7 years ago
SomberNight
6e0650b909
follow-up 66cfc3ea37
7 years ago
SomberNight
1981aa7d5c
trezor/keepkey: minor import clean-up.
7 years ago
SomberNight
bc76d63f61
keepkey: remove trezor bridge related stuff
7 years ago
SomberNight
73b11a700a
trezor/keepkey: merge qt_generic.py into qt.py
(remnants of separating trezor and keepkey)
7 years ago
SomberNight
e36f67aabc
keepkey: merge plugin.py into keepkey.py
(remnants of separating trezor and keepkey)
7 years ago
SomberNight
66cfc3ea37
hw_wallet: show_error can now block optionally. trezor: use prev during recovery.
7 years ago
SomberNight
ba7d905dfb
trezor/keepkey: catch exception during device init
7 years ago
SomberNight
fcfe3406b3
keepkey: fix threading issue during recovery
7 years ago
SomberNight
76e2fadc31
trezor: remove some keepkey-related stuff
7 years ago
SomberNight
530980ea37
ledger: offline signing for segwit inputs
related: #3302
7 years ago
SomberNight
33e3170591
ledger: a bit friendlier msg when show_address fails for hw.1
7 years ago
SomberNight
78745f1f02
show address on hw: change icon
7 years ago
SomberNight
1d6f000868
transaction.py: shortcut witness/scriptSig serialisation
7 years ago
SomberNight
688dd07381
qt receive tab: show address on hw wallet
7 years ago
SomberNight
d0352379d7
fix #4071
7 years ago
SomberNight
e00499f040
ledger: nice error msg if pin locked for sign_tx/sign_msg/show_addr
7 years ago