SomberNight
a94e1d92a3
bitcoin.py: nicer exception in deserialize_privkey if prefix byte is invalid
related: #4364
7 years ago
SomberNight
b175c6b609
fix #4360
7 years ago
SomberNight
f0657a3507
qt: show start-up wizard in case of exception
related: #4355
7 years ago
ghost43
dae187bada
allow fractional feerates ( #4324 )
7 years ago
ghost43
3337af0734
transaction.py: (txin guess) fix some false positive matches of p2sh-segwit ( #4336 )
7 years ago
ghost43
4eeb944b3c
Merge pull request #4329 from SomberNight/trezor_matrix
Trezor: Matrix recovery support
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
7c6364c2c7
update kivy readme
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
c03d68d758
add 'sat' as base unit option
7 years ago
SomberNight
a459eea018
follow-up prev: specify rlp version
python-trezor depends on rlp (an ethereum package) that we do not need..
Newer versions of rlp introduced several new dependencies, which is even more stuff we don't need.
Some of these new dependencies are even a trouble to build on Wine, as they need vc++, and they don't distribute binary builds.
related #4338
7 years ago
SomberNight
46a0dbc9d9
rerun freeze_packages
closes #4338
7 years ago
Andreas Schildbach
7dc5d64cba
Remove server from default list: cryptohead.de ( #4320 )
7 years ago
SomberNight
00b2af41c9
allow shorter than 24 word old 2fa seeds
related: #3611
7 years ago
SomberNight
864706574b
fix #4330
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
6e0650b909
follow-up 66cfc3ea37
7 years ago
SomberNight
1981aa7d5c
trezor/keepkey: minor import clean-up.
7 years ago
SomberNight
bc76d63f61
keepkey: remove trezor bridge related stuff
7 years ago
SomberNight
73b11a700a
trezor/keepkey: merge qt_generic.py into qt.py
(remnants of separating trezor and keepkey)
7 years ago
SomberNight
e36f67aabc
keepkey: merge plugin.py into keepkey.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
ae24af9bc2
wizard: move GoBack from Qt wizard to base_wizard
7 years ago
SomberNight
ba7d905dfb
trezor/keepkey: catch exception during device init
7 years ago
SomberNight
fcfe3406b3
keepkey: fix threading issue during recovery
7 years ago
SomberNight
76e2fadc31
trezor: remove some keepkey-related stuff
7 years ago
SomberNight
c8bed8791a
assert datadir available
7 years ago
SomberNight
cbf1b5d9d5
py3.4 compat: follow-up e13183ea7a
7 years ago
SomberNight
530980ea37
ledger: offline signing for segwit inputs
related: #3302
7 years ago
ghost43
40e9e8bd63
Merge pull request #4316 from SomberNight/receive_tab_show_address
[Qt] receive tab: show address on hw wallet
7 years ago
SomberNight
33e3170591
ledger: a bit friendlier msg when show_address fails for hw.1
7 years ago
SomberNight
78745f1f02
show address on hw: change icon
7 years ago
SomberNight
fad25af204
fix tests for travis. follow-up 68d8919416
7 years ago
SomberNight
ea55d886b7
follow-up 1d6f000868
I broke multisig..
7 years ago
SomberNight
68d8919416
tests: sends between wallets
7 years ago
SomberNight
e13183ea7a
bitcoin.py: SCRIPT-related clean-up. transaction.py: construct_witness
7 years ago
SomberNight
97296432a2
transaction.py: sign_txin. allow override for get_preimage_script.
7 years ago
SomberNight
1d6f000868
transaction.py: shortcut witness/scriptSig serialisation
7 years ago
SomberNight
b3110b3b46
bitcoin.py: implement add_number_to_script.
7 years ago
SomberNight
4b89b1e270
implement script_num_to_hex
7 years ago
SomberNight
688dd07381
qt receive tab: show address on hw wallet
7 years ago
Filip Gospodinov
376a815458
exchange_rate: prefer relative imports ( #4308 )
As this project is currently structured, absolute
imports have the drawback that they'll load modules
from installed paths rather then from the local repo
when running unit tests. This somehow breaks the main
idea of unit tests which is being able to quickly test
newest development changes. Therefore, use a relative
import here.
7 years ago
SomberNight
e90a31ef23
qt seed dialog, (minor) class attr -> instance attr
7 years ago