SomberNight
fb76fcc886
trezor: use only Bridge when available
...
fixes #5420
7 years ago
SomberNight
37809bed74
qt high dpi: fix some text fields
...
There are probably other DPI related issues though.
closes #5471
closes #4597
closes #1927
7 years ago
SomberNight
f405c3fbdd
ledger: (trivial) rm some remnants of hw1 setup
7 years ago
SomberNight
371e1a6ebf
hw: allow bypassing "too old firmware" error when using hw wallets
...
The framework here is generic enough that it can be used for any hw plugin,
however atm only Trezor is implemented.
closes #5391
7 years ago
SomberNight
003e6c3e79
fix 2fa wallet creation via qt gui
...
closes #5334
7 years ago
SomberNight
e63157c2ab
logging: fix another call with multiple args
...
did a search with following regex now: logger\..*\(.*,
7 years ago
SomberNight
3385a94753
logging: basics
7 years ago
SomberNight
d92a4e8365
keepkey: rm homescreen stuff (remnants from trezor?)
7 years ago
Calin Culianu
05697e51b8
Trezor: Minor nit in settings screen. Image size was shown as H x W
...
(from Electron-Cash/Electron-Cash@e0e7ff218dcabff4ce87ca7f61146b791a7cf62b)
7 years ago
SomberNight
d4a2e9634f
bitcoin: disallow importing/sweeping segwit scripts with uncompressed pubkey
...
fixes #4638
7 years ago
SomberNight
1cfac928f9
trustedcoin: longer timeout for server signing
...
fixes #5221
7 years ago
SomberNight
8c3ab63504
labels: don't dump trace if failed to connect to server
7 years ago
keepkeyjon
ef7af73bd3
keepkey: support v6.0.0+ firmwares (webusb)
7 years ago
SomberNight
a62bf2a53a
trustedcoin: better UX in Qt when cannot connect to TC server
...
closes #5184
7 years ago
SomberNight
1f7b56b455
labels plugin: no need for 'proxy_set' callback
7 years ago
SomberNight
b2128af958
ledger: suppress error message if user cancels tx signing
7 years ago
ThomasV
cb9dcb8e26
load wallet plugin in Wallet factory, fix trustedcoin wizard on kivy
7 years ago
ThomasV
d5790ea109
wizard: do not use on storage object during wallet creation
7 years ago
SomberNight
072ce9c7ac
do not raise BaseException
7 years ago
SomberNight
85a7aa291e
bip32: refactor whole module. clean-up.
7 years ago
SomberNight
b39c51adf7
mv "electrum seed" stuff from bitcoin.py to mnemonic.py
7 years ago
SomberNight
e7f38467d7
move opcodes to bitcoin.py
7 years ago
SomberNight
9dedf51afd
trustedcoin: nicer 'ErrorConnectingServer' exception
7 years ago
Jean P
7618693ca9
Add support for Ledger Nano X and future devices ( #5140 )
7 years ago
SomberNight
d4e209dc3a
trustedcoin: print messages in both direction when debugging
7 years ago
SomberNight
5387c6d5f6
trezor: during device init hide some options behind an "expert" button
7 years ago
SomberNight
7bbec04a06
trezor: implement "seedless" mode (option during initialization)
7 years ago
SomberNight
ec86850a2e
trezor: fix minor error handling issue
...
AttributeError: 'TrezorFailure' object has no attribute 'message'
7 years ago
SomberNight
026448837f
no more "import *"
...
fixes #5101
fixes #5105
7 years ago
SomberNight
7bb3e5336a
trezor: PIN could not be disabled
...
fixes #5078
7 years ago
SomberNight
d6986347e6
qt icons: update remaining QIcon() constructors
...
follow-up #5053
7 years ago
SomberNight
9013f6d59e
wizard: make 'stack' private
7 years ago
SomberNight
16bac5fd73
rm qt icons file
...
so we don't need pyrcc5, which is not deterministic,
and so we don't need the submodule for the icons
based on electrumsv/electrumsv@bf8802c2eaf0bf75565b5423a95bcb85ec7eb781
7 years ago
SomberNight
7f3de8241c
qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix
...
until safetlib releases a new version that includes b1eab3dba4
closes #4960
7 years ago
SomberNight
0f0cee422e
trezor and clones: sign tx version too
7 years ago
SomberNight
27299092df
hardware cmdline handler: print messages to stderr (take 2)
...
follow-up 5613f9b903
button_request should not call show_error as error dialogs in Qt block
the GUI thread.
7 years ago
ThomasV
5613f9b903
hardware cmdline handler: print messages to stderr
7 years ago
SomberNight
d77e4d8f5d
exception formatting: use repr(e) instead of str(e) in messages
...
repr(e) is more useful
7 years ago
SomberNight
c7f3adb67e
trezor: fix minor string formatting re translations
...
closes #4996
7 years ago
Johann Bauer
0caf8e30cd
Revealer: Fix typo
7 years ago
Johann Bauer
424430723b
[Revealer] Fix spelling mistake
7 years ago
Tom Kneiphof
8fd84f77c7
Fix ledger transaction version ( #4991 )
7 years ago
SomberNight
192ec8596d
trezor: fix matrix recovery
...
closes #4983
7 years ago
SomberNight
bd1f7b539e
qt: don't import PyQt5.Qt
...
related #4960
7 years ago
SomberNight
dac5af8eca
trustedcoin: friendlier error msg for invalid otp when signing
7 years ago
SomberNight
5dc240d4ed
qt: show_message and friends display plaintext by default
7 years ago
SomberNight
caae9f8a6a
revealer: warning re version 0 now includes URL
7 years ago
SomberNight
c59ac49fea
fix greenaddress plugin: follow-up 75f6ab9133
7 years ago
SomberNight
f0868f5a51
revealer: warning re version 0 vulnerability
7 years ago
SomberNight
e7e9f8e7f2
revealer: fix unlucky hex seed causing crash
7 years ago