ThomasV
|
5ffd26402e
|
separate load_wallet hook for installwizard
|
10 years ago |
ThomasV
|
2863d19579
|
command-line handler for trezor
|
10 years ago |
ThomasV
|
060e3aa23e
|
plugins: call load_wallet in install wizard
|
10 years ago |
ThomasV
|
f70a996619
|
fix trezor initialiation hook (pass window in load_wallet)
|
10 years ago |
ThomasV
|
5ba9303291
|
trezor handler for cmd line
|
10 years ago |
ThomasV
|
778297697a
|
lazy plugin constructor
|
10 years ago |
ThomasV
|
8f98ea4aca
|
make plugins available without the GUI
|
10 years ago |
ThomasV
|
21b2fcbe85
|
always_hook. fix trezor handler. fixes #1146
|
10 years ago |
ThomasV
|
21ccb1e82d
|
trezor plugin: move Qt callbacks in a handler
|
10 years ago |
ThomasV
|
01cfb8f8f1
|
new Button widgets
|
10 years ago |
ThomasV
|
15636282e4
|
fix issue #1061: normalize trezor passphrases. Add passphrases to restore from seed with trezor.
|
10 years ago |
m0mchil
|
beaa932c97
|
close Trezor USB transport on wallet close
|
10 years ago |
m0mchil
|
ae8c382a4d
|
better trezor version checks
|
10 years ago |
m0mchil
|
1601d58819
|
Confirm address on TREZOR
|
10 years ago |
ThomasV
|
395312e70f
|
fix: add wallet types only if available
|
10 years ago |
ThomasV
|
78ce20b0b8
|
fix plugins initialization
|
10 years ago |
ThomasV
|
36a5e09532
|
trezor restore from seed
|
10 years ago |
ThomasV
|
dda4a0fcb3
|
call load_wallet and close_wallet for each plugin
|
10 years ago |
ThomasV
|
da968b60e4
|
drop support for multiple accounts (bip44) in standard wallets
|
10 years ago |
ThomasV
|
477b7c3402
|
fix issue #961
|
10 years ago |
ThomasV
|
070126104f
|
fix #910
|
10 years ago |
ThomasV
|
babead68b6
|
trezor: don't call sign_transaction twice
|
10 years ago |
ThomasV
|
956f69f3d3
|
trezor: raise and catch BaseException in signing
|
10 years ago |
ThomasV
|
8347ad5449
|
fix hardware plugins with tx.error
|
10 years ago |
ThomasV
|
ca6194e563
|
trezor: check if device is connected before asking passphrase
|
10 years ago |
Michael Wozniak
|
c9fab344ca
|
Keep trezor pin dialog on top of other windows
|
10 years ago |
ThomasV
|
5b84cbe9fb
|
close_wallet
|
10 years ago |
ThomasV
|
45a55e258f
|
trezor: check device on load_wallet
|
10 years ago |
ThomasV
|
a7102bee78
|
fix indentation
|
10 years ago |
ThomasV
|
410ac82667
|
Do not call Qt from non-Qt threads, this will segfault (give_error)
|
10 years ago |
ThomasV
|
374daa25af
|
create a PendingAccount if coins have been sent to next_account
|
10 years ago |
ThomasV
|
1fb8af40c5
|
disable privkey export menu in trezor wallets
|
10 years ago |
ThomasV
|
265d74c542
|
fix #825
|
10 years ago |
ThomasV
|
622fb6c08b
|
add wallet categories
|
10 years ago |
ThomasV
|
449feddaaf
|
raise an exception on trezor decrypt
|
10 years ago |
BTChip
|
098c608e3d
|
Reject outdated firmware versions
|
10 years ago |
ThomasV
|
79588eb4da
|
init plugins before gui. register wallet types in plugin constructor
|
10 years ago |
ThomasV
|
a3790372d8
|
@hook decorator for plugins
|
10 years ago |
Chris Rico
|
4f82fce81d
|
Reverted change to TrezorWallet.address_id()
|
10 years ago |
Chris Rico
|
49c2ba5b12
|
Removed hard coded purpose and coin_type (provided by Wallet.get_address_index)
Only look up address when not a coinbase transaction
|
10 years ago |
ThomasV
|
c130ff6715
|
fix plugin restore: wallet_type
|
10 years ago |
ThomasV
|
58c6518b30
|
print more tracebacks
|
10 years ago |
ThomasV
|
b58aae699e
|
fix address_id
|
10 years ago |
Maran
|
0ce463c99c
|
Make all errors for Trezor visible in the GUI
|
11 years ago |
ThomasV
|
8a17e1a5a7
|
trezor: is_available()
|
11 years ago |
ThomasV
|
58e1dd2a24
|
update trezor plugin
|
11 years ago |
ThomasV
|
15f6a6a369
|
fix xpub in trezor plugin (fingerprint and child number should be big endian)
|
11 years ago |
Maran
|
2afe4e30f7
|
Add a GUI messagebox when using a Trezor but can't connect to the device.
|
11 years ago |
Maran
|
78469f488a
|
Change wording on Trezor pincode request
|
11 years ago |
ThomasV
|
57e50ee326
|
handle exceptions raised if trezor is not found
|
11 years ago |