SomberNight
87aee10047
fix #4111
7 years ago
SomberNight
d3065f73bf
follow-up 3c505660a6
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
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