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
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
tiagotrs
23c29715af
Add "Revealer" seed backup plugin ( #4228 )
* revealer commit
* fix seed font, added license
* fixed strings for translation
* better calibration instructions, fixed position
* removed html from translatable strings, fixed typo
* Added monospace font for codes, cleaned up redundant font formatting
* Monospace font for codes and respective license
* fix redundancies, typos
* inner function to only move forward if no exception
* paint QR qith QT to not depend on PIL
catch exeptions when creating a digital Revealer
* clarity
* Added SourceSans font License
* fix fonts paths, typo
* broke long lines, changed some words for clarity,
removed redundant font license
7 years ago
SomberNight
f6cb26be1f
cosigner pool: show exception text if failing to send to server
7 years ago
SomberNight
95a93a3f86
cosigner pool: add warning when used with hardware wallet
related: #4271
7 years ago
Dimitris Apostolou
989c9c2b55
Fix typos
7 years ago
benma
f7d1d5a7c7
digitalbitbox: enable native segwit
7 years ago
benma
cf98c8f2c1
digitalbitbox: some Python backwards compat fixes
7 years ago
SomberNight
7b50790584
do not raise BaseException
7 years ago
SomberNight
3b8c1c6c04
detect when trying to sign with a hw wallet offline in a not supported config
closes #4229
7 years ago
SomberNight
fb65493963
remove unused variable
7 years ago
SomberNight
ffbd0ccecd
fix #2670
7 years ago
Roman Zeyde
d69318ff14
trezor: pass transport parameter explicitly as a keyword argument ( #4194 )
7 years ago
SomberNight
502d72c167
ledger: send derivation for change output
7 years ago
Johann Bauer
8f31d224aa
email_requests: Catch all connection related exceptions
Closes : #4160
Closes : #4105
7 years ago
Johann Bauer
14c45f0915
email_requests: Test connection and catch exceptions
7 years ago
SomberNight
cd19f788cc
fix ledger: nano s did not work reliably since last fw update
follow LedgerHQ/btchip-python@6e985b558f22d1fc0367f5c1730822750337cf94
7 years ago
SomberNight
db9cb63e79
ledger: mixed up error code..
follow-up 2ce2b36846
7 years ago
SomberNight
6ef921cbbe
ledger hw1: testnet 'support' for security card 2fa; and minor clean-up
7 years ago
SomberNight
2d94491974
fix #4152 . and clean up imports
7 years ago
SomberNight
7d11812f55
trezor/keepkey/dbb: provide info for all is_mine txn outputs
7 years ago
SomberNight
85b36e027f
fix a bug with hw devices.
if a device is unplugged and then replugged before we notice (via scan_devices) then it will get into an unusable state, throwing all kinds of low level exceptions when we don't expect it. affects ledger, keepkey, dbb, but for some reason not trezor.
7 years ago
SomberNight
2ce2b36846
ledger: newer fw throws different exception when not in bitcoin mode
7 years ago
SomberNight
ee3ab5361e
dbb: handle password prompt cancellation better
7 years ago
SomberNight
3fb75bc606
dbb: do show_address in different thread
7 years ago