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
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
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
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
1981aa7d5c
trezor/keepkey: minor import clean-up.
7 years ago
SomberNight
73b11a700a
trezor/keepkey: merge qt_generic.py into qt.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
76e2fadc31
trezor: remove some keepkey-related stuff
7 years ago
SomberNight
688dd07381
qt receive tab: show address on hw wallet
7 years ago
Dimitris Apostolou
989c9c2b55
Fix typos
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
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
680df7d6b6
trezor: move the transport-related reimplemented parts into a separate module. disable the bridge transport.
The bridge transport uses requests.post, which uses socket.getaddrinfo under the hood, which on some OSes (MacOS, Windows) in CPython takes a lock. The enumerate method for the bridge transport can block for 10-30 seconds while waiting for this lock.
7 years ago
SomberNight
afa4cbfcbb
fix #4082
7 years ago
SomberNight
38d94bfa7a
fix #4082
7 years ago
SomberNight
0f5cabc7f6
fix #4122
7 years ago
SomberNight
c1d14b9677
trezor: try and allow transports to fail independently
related: #4060
7 years ago
SomberNight
81b6d65764
refactor network constants
7 years ago
SomberNight
0df6d1ec97
trezor: segwit offline signing
7 years ago
SomberNight
7acbaa5382
trezorT: fix/implement passphrases
7 years ago
matejcik
2bfcf9f0b5
Trezor model T does not provide bootloader hash
7 years ago
Roman Zeyde
44bf80d291
remove unneeded 'pass' statement ( #3970 )
7 years ago
SomberNight
4cc2575d72
cli support for hw encrypted wallets
7 years ago
SomberNight
6c4756dc3d
check trezorlib version
7 years ago
slush
d3b94d9353
Small refactoring; removed one layer of unnecessary abstraction.
7 years ago
slush
460e88ee53
hw plugins: Allow custom enumerate functions
trezor: Adding support for all supported transports (HID, WebUSB, UDP, Bridge)
7 years ago
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
7 years ago
Wampum
37904bc110
show address on trezor for multisig ( #3823 )
* show address on trezor for multisig
* Show menu option properly.
* remove useless line
7 years ago
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
7 years ago
SomberNight
cc9032c9ea
fix #3680 (trezor: spending from multisig)
follow-up of #3621 (Make Electrum work with trezorlib 0.9.0)
7 years ago
SomberNight
1387a45908
trezor plugin: native segwit and bip84
7 years ago
SomberNight
7cf547c4b8
follow-up #3621 (trezor plugin changes for trezorlib 0.9.0)
7 years ago
slush
dda9d4b746
Updated TREZOR plugin to work with trezorlib>=0.9.0.
7 years ago
slush
a30d59912e
Updated TREZOR plugin to work with trezorlib>=0.8.0.
7 years ago
SomberNight
84239e168b
trezor/keepkey separation: init device
7 years ago
SomberNight
1359fac4c9
trezor/keepkey separation: tx output type
7 years ago