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
SomberNight
61a45edee0
Catch wallet file related exceptions in Qt wizard.
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
8589c1b0bb
ledger: don't throw exception if user cancels signing
Used to show "Exception : Invalid status 6985", which is not really user-friendly. This now mimics the behaviour with Trezor where we silently ignore cancellation (not showing any popup).
7 years ago
SomberNight
0f5cabc7f6
fix #4122
7 years ago
SomberNight
87aee10047
fix #4111
7 years ago
SomberNight
d3065f73bf
follow-up 3c505660a6
7 years ago
SomberNight
a2ebad009f
labels plugin: better exception handling
7 years ago
Johann Bauer
7869232737
Switch labelsync to electrum.org
7 years ago
Johann Bauer
895bd019fb
Follow-up 3c505660a6: One search/replace too much
7 years ago
Johann Bauer
3c505660a6
Fix localization related issues with digitalbitbox
7 years ago
Johann Bauer
b3bd166620
Move Cosignerpool to HTTPS
7 years ago
SomberNight
c1d14b9677
trezor: try and allow transports to fail independently
related: #4060
7 years ago
SomberNight
e243918207
fix #4055
also remove dead code
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
SomberNight
2f4ee16fd4
fix email_requests plugin
7 years ago
SomberNight
a32d27b9d7
make 2fa wallets work on testnet
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
ac2d4eb0ef
fix #3508
7 years ago
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
7 years ago