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
11abdd7175
initialize device in separate thread
8 years ago
ThomasV
0f9fb49db7
don't use wizard as handler, it does not have all methods
8 years ago
ThomasV
3ac357171a
wizard: add password only once all keystores are known
8 years ago
ThomasV
6b0e65fc0a
fixes for hardware wallets
8 years ago
ThomasV
665d1bc153
plugin: separate get_xpub and setup_device
8 years ago
ThomasV
d2dcea67ba
fix settings_dialog buttons
8 years ago
ThomasV
5d963d9a95
qt handler: use own signals, because there might be several handlers
8 years ago
ThomasV
8edca91390
wizard: trezor init
8 years ago
ThomasV
4781df9d21
wizard: scan hardware devices directly
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
9c7fd44b58
update ledger plugin
8 years ago
ThomasV
eb60e0d2e0
fix hw_type
8 years ago
ThomasV
ca69b20327
update trustedcoin plugin
8 years ago
ThomasV
afe39330dc
update wallet format again, for keystore
8 years ago
ThomasV
428bc539b3
hardware: store derivation instead of account_id
8 years ago
ThomasV
664077397e
device manager: index devices by xpub
8 years ago
ThomasV
a972a476bc
fix trezor dialog
8 years ago
ThomasV
8804ea8b1a
fix keystore in trezor settings
8 years ago
ThomasV
24a9ff3fef
simplify wallet types
8 years ago
ThomasV
97417e06e4
updates for Legder plugin
8 years ago
ThomasV
6e6ba37e7e
fix forgotten occurence of account in trustedcoin plugin
8 years ago
ThomasV
bfd7709ccd
move xpubkey logic to keystore and fix it
8 years ago
ThomasV
c101379eb0
fix: type of account_id
8 years ago
ThomasV
55aa29917d
Do not use side-effects of import to initialize hardware plugins
Call HidTransport in the context of a function
8 years ago
ThomasV
d9021788fa
request account_id in wizard, for hardware wallets. cleanup bip44 code
8 years ago
ThomasV
b87c5d12fa
- fix sign/verify messages
- fix hardware wallet tx_outputs
8 years ago
ThomasV
b436042c89
partially revert fdb810ba62
8 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
ThomasV
16db27ffc0
wizard: remove run_wallet
9 years ago
ThomasV
2bb08aa280
fixes for install wizard
9 years ago
ThomasV
90cfc6af90
fix trustedcoin plugin: get_max_amount
9 years ago
slush0
fdb810ba62
Fixed TREZOR plugin to work with python-trezor>=0.7.0 (to be released).
9 years ago
ThomasV
693897cdcb
remove deprecated import
9 years ago
ThomasV
e7d25faf02
Finish wizard unification
9 years ago
ThomasV
a07a3f748e
Qt GUI: let users type tx output in script language
9 years ago
ThomasV
1a46a795a5
detect non-final transactions, and transactions with unconfirmed inputs
9 years ago
Neil Booth
db1aa13015
Permit empty passphrases when creating HW wallet
They used to be confused as a user cancel.
Fixes #1788
Also fix Cancel pressed in passphrase dialog when *restoring*
a hardware wallet in install wizard; it used to be taken as an
empty passphrase. Like the password dialog it now cancels the
wizard.
9 years ago
slush0
18b7337aea
Use Bridge transport if available; implementing #1139
Bumping required TREZOR firmware to 1.3.3 (includes important fixes)
9 years ago
Kale
70ac8a92b5
remove cavirtex from exchange_rate.py
(acquired by kraken)
9 years ago
ThomasV
06280a412e
fix #1751
9 years ago
ThomasV
dc8bedd75b
trustedcoin: fix get_max_amount
9 years ago
ThomasV
2599be8fdf
fix typo
9 years ago
ThomasV
1067f10e5e
fix #1704
9 years ago