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
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
ken2812221
452d60033a
Shows correct bech32 address on ledger
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
2df0d7cec5
ledger: handle pin-locked state better
7 years ago
Marcel O'Neil
14cfd17096
better ledger version comparison
7 years ago
SomberNight
d8a9c9720a
follow-up 65eae139af
7 years ago
mzhou
65eae139af
add ability to show a receiving address on ledger screen ( #3538 )
add ability to show a receiving address on ledger screen
7 years ago
SomberNight
9416e5bc35
wizard: allow to choose derivation again if script type is not supported (instead of closing the wizard)
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
SomberNight
6d88eab005
tests: added 2fa seed case to test_wallet_vertical.py
7 years ago
Ali Raheem
ed86fee3fe
Format of message hash to match Ledger
On signing SHA256 of message is shown on Ledger in caps. Make Electrum show in same format to save confusion.
7 years ago
Ali Raheem
19ba2364b6
Show message sign when signing
Allow verification by showing the SHA256 hash of the message to be signed (which is also displayed on Ledger).
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
8de7c94dab
ledger: mention "bitcoin" app when update is needed
7 years ago
SomberNight
ec99304ae1
fix sweeping for 2fa wallets
7 years ago
SomberNight
4e60cedea9
fix dbb cli
7 years ago
SomberNight
84239e168b
trezor/keepkey separation: init device
7 years ago
SomberNight
414b6e8a06
follow-up 958b794bc9
7 years ago
SomberNight
52eb4aebe6
follow-up 958b794bc9
7 years ago
SomberNight
1359fac4c9
trezor/keepkey separation: tx output type
7 years ago
ThomasV
958b794bc9
separate trezor and keepkey codebase
7 years ago
SomberNight
3bcfb8273a
Catch exception when retrieving 2FA TOS. Only allow user to continue if TOS was received.
7 years ago
Neil Booth
bf452ecfe7
Make trezor code specific to trezor
Fixes #3308
7 years ago
SomberNight
e700b0d731
fix: keepkey sending to p2sh output
7 years ago
Marko Bencun
f3092a8b50
digitalbitbox: correctly handle user aborts
1. When the pairing is being forced and the user clicks 'No', the tx
was cancelled completely because the UserCancelled exception was
accidentally converted to an Exception.
2. Same with user aborting the signing process with a short touch on
the device (or a timeout).
7 years ago
SomberNight
b159164575
fix: py3 digitalbitbox hid_send
7 years ago
Marko Bencun
b31c51b3d0
digitalbitbox: add support for segwit
7 years ago
SomberNight
5cfe909194
digitalbitbox: delegate clear_dialog() calls to GUI thread
7 years ago
SomberNight
c9bef38dff
fix: ledger clear_dialog() threading issues
7 years ago
SomberNight
204146b30a
fix: GreenAddress verification with passworded wallet
7 years ago
ThomasV
5e8791e5a4
trustedcoin: add message about how to request new code
7 years ago
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
Justin Turner Arthur
8cb34f4d88
Fix undefined reference error in command line KeepKey plugin.
7 years ago
ThomasV
1cec6c8dec
fix #3248 : locktime
7 years ago
ThomasV
7bdaf01656
fix trustedcoin plugin: google auth code
7 years ago
SomberNight
0db5ea67a0
bitcoin.NetworkConstants: easier changing between testnet and mainnet
7 years ago
ThomasV
ea4d2343d3
revert 1ecfcea8dc
after btchip-python has been fixed
7 years ago
ThomasV
42e2bb5ecc
fix #3211 : use bytearray in ledger sign_message
7 years ago
ThomasV
46b8436693
fix #2562 : show error message if hardware library is missing
7 years ago
ThomasV
70d23f9e3b
fix #3189 : do not silence exceptions in get_xpub
7 years ago
ThomasV
d3465bb60a
fix typo
7 years ago
ThomasV
f36024e216
hardware wallets: pass xtype to get_xpub
7 years ago