Saleem Rashid
2dc7ba96c4
TREZOR: Update qt_generic for new InstallWizard
Broken by 45f2558
8 years ago
ThomasV
b16800864b
trezor: fix is_xprv
8 years ago
ThomasV
6d33e1a35b
trezor: fix wipe_device
8 years ago
ThomasV
997dd17933
call choose_device when button is clicked
8 years ago
ThomasV
9f7ca3dcb7
fix trezor PIN signal
8 years ago
ThomasV
ae779694df
create common class for qt hardware plugins
8 years ago
ThomasV
472210885a
fix keystore in settings dialog
8 years ago
ThomasV
82a33bf89e
fix callback of settings_dialog
8 years ago
ThomasV
47f1a7b632
move update_status in handler
8 years ago
ThomasV
e542b24bc6
Remove dynamic classes in trezor compatible plugins.
This is unecessarily complex, and can be achieved by inheritance.
8 years ago
ThomasV
b07d3466c0
new icons to show hardware wallet pairing in status bar
8 years ago
ThomasV
0ceb7181d6
treor: better tooltips
8 years ago
ThomasV
a2fa26eb46
disable 'show on trezor' menu for multisig
8 years ago
ThomasV
86e23d9989
save wallet label in keystore, to facilitate pairing
8 years ago
ThomasV
d2dcea67ba
fix settings_dialog buttons
8 years ago
ThomasV
8edca91390
wizard: trezor init
8 years ago
ThomasV
0520eda628
device manager: remove seemingly unused parameter
8 years ago
ThomasV
63ebf7772e
wizard.query_choice
8 years ago
ThomasV
d946e9fa54
trezor button should not be an attribute of window
8 years ago
ThomasV
3b830cbcfa
wizard: fix trezor device initialization
8 years ago
ThomasV
80675121ce
allow several hardware cosigners in the same wallet
8 years ago
ThomasV
afe39330dc
update wallet format again, for keystore
8 years ago
ThomasV
428bc539b3
hardware: store derivation instead of account_id
9 years ago
ThomasV
664077397e
device manager: index devices by xpub
9 years ago
ThomasV
a972a476bc
fix trezor dialog
9 years ago
ThomasV
8804ea8b1a
fix keystore in trezor settings
9 years ago
ThomasV
b87c5d12fa
- fix sign/verify messages
- fix hardware wallet tx_outputs
9 years ago
ThomasV
1159f85e05
Major refactoring
- separation between Wallet and key management (Keystore)
- simplification of wallet classes
- remove support for multiple accounts in the same wallet
- add support for OP_RETURN to Trezor plugin
- split multi-accounts wallets for backward compatibility
9 years ago
Neil Booth
b3a3628b49
trezor: tweak some messages
9 years ago
Neil Booth
e7b87c1d24
trezor: improve various messages and dialogs
9 years ago
Neil Booth
5f28834bb2
Trezor: session timeout improvements
Move session timeout from wallet to config
Prevent timeouts whenever a device operation is in progress
Move timeout job from each plugin to device manager
9 years ago
Neil Booth
16397b1ed7
trezor: more user friendly when cannot connect
Tell the user and ask if they want to try again. If they
say no, raise a silent exception. Apply this more friendly
behaviour to the install wizard too (see issue #1668 ).
9 years ago
ThomasV
2a908d3e8b
hw_wallet: do not mix qt and non-qt imports
9 years ago
Neil Booth
134ae3d044
hw_wallet: separate out common QtHandler code
9 years ago
Pavol Rusnak
6ce12ca1dc
fix spelling of TREZOR and SatoshiLabs
9 years ago
Neil Booth
f8ed7b058d
Improved multi-device handling
Ask user which device to use when there are many. If there
is only one skip the question. We used to just pick the
first one we found; user had no way to switch.
We have to handle querying from the non-GUI thread.
9 years ago
Neil Booth
3a735d40ac
Keepkey/Trezor: fix 2 issues
1: In KeepKey recovery we let the user type a fifth
letter which causes the firmware to abort the
protocol. Only allow 4 letters.
2: Handle exceptions thrown during device initialization
properly
9 years ago
Neil Booth
91d0504f31
GC the dialog once done.
9 years ago
Neil Booth
889976915a
KeepKey: Implement secure recovery from seed
This method relies on having a large screen so only
works with KeepKey firmware.
9 years ago
Neil Booth
eb865779eb
Small fix for trezor devices
Client operations are asynchronous; do any unpairing after
the operation.
9 years ago
Neil Booth
8732bead24
Trezor: fix a typo.
9 years ago
Neil Booth
a7cb66d31e
Trezor: better messages during initialization
9 years ago
Neil Booth
1e030706cb
Trezor: small improvements for device initialization
9 years ago
Neil Booth
cefd128020
Trezor: improve install wizard
Add explanatory help about passphrases, with warning, like
in trezor dialog box.
9 years ago
Neil Booth
0d14781463
Trezor: GUI fixes
Trezor window was doing GUI stuff outside the GUI thread
9 years ago
Neil Booth
24037be99c
Clean up client caching and handling
9 years ago
Neil Booth
13420f6917
Keepkey: doesn't yet support homescreen setting
Make some text shorter so it fits in radio buttons
9 years ago
Neil Booth
7029411629
Threaded trezor dialog
Also fix up the dialog box a bit
9 years ago
Neil Booth
9ab9c73d6d
Threaded wallet creation
9 years ago
Neil Booth
06c262d0dc
TrezorClient: should be in a separate thread
First steps; get show_address working.
Client is not responsible for showing exceptions.
Suppress uninteresting exceptions.
9 years ago