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
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
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
SomberNight
0db5ea67a0
bitcoin.NetworkConstants: easier changing between testnet and mainnet
7 years ago
ThomasV
f36024e216
hardware wallets: pass xtype to get_xpub
7 years ago
ThomasV
a10e6b6436
fix xtype of ypub keys in plugins and bip39 seeds
7 years ago
ThomasV
020f0637d7
trezor: only TYPE_ADDRESS is needed for non-change outputs
7 years ago
ThomasV
24442de8df
fix command line interface for hardware wallets. fixes #3056
7 years ago
SomberNight
5d81ed5d62
fix raw_input() in trezor cmdline
7 years ago
Neil Booth
21e0cd9237
Remove decrypt_message; no longer supported by Trezor or KeepKey
7 years ago
SomberNight
1809996bbf
fix: unresolved var in trezor/plugin.py
7 years ago
SomberNight
a2fdb7a396
fix: rm unicode() calls in trezor plugin (py3)
7 years ago
ThomasV
0df24d9321
trezor plugin: add paytowitness (not supported yet)
7 years ago
SomberNight
e43481aafc
fix prev commit: name collisions with _()
7 years ago
SomberNight
f1a4f998d2
fix: return type of QFileDialog.getOpenFileName() changed
7 years ago
SomberNight
4ac162f18b
migration to PyQt5. initial commit.
7 years ago
ThomasV
63a1db1172
make xpub/xprv version information user-visible
7 years ago
ThomasV
4d3e079778
rename bc_address functions
7 years ago
Jochen Hoenicke
65db826454
[TREZOR] show segwit addresses on TREZOR
8 years ago
Jochen Hoenicke
ec0de566a8
[TREZOR] Added Segwit support.
Following changes were necessary outside the TREZOR plugin.
- transaction.py: update_transaction handles segwit transactions.
- keystore.py: added a segwit parameter to bip44_derivation,
use m/49' instead of m/44' for segwit.
8 years ago
ThomasV
fbe27fce04
fix #2811
7 years ago
ThomasV
e02687bcf2
python3 updates
8 years ago
ThomasV
bb0174a8de
trezor updates for python3
8 years ago
ThomasV
ab15ff3a00
updates for python3
8 years ago
ThomasV
c3388d9677
misc python3 updates:
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
8 years ago
Jochen Hoenicke
1c120e8f5c
[TREZOR] Set bip32 path in multisig change address
8 years ago
ThomasV
6cf10e54d0
trezor: add missing parameters for reset_device
8 years ago
Jochen Hoenicke
e991722d9c
TREZOR: Remove sighash from input signatures
TREZOR firmware expects signatures not to contain the trailing sighash
byte. This fixes issue fyookball/electrum#47 which also applies to
electrum.
8 years ago
ThomasV
46e6023578
comment out raise trezor plugin
8 years ago
ThomasV
cb81ef6f34
fix sequence in trezor plugin (follow-up to d4e8f4be
)
8 years ago