Neil Booth
cf4ee487cd
Remove duplicate code
Cut-n-paste somehow into the same class
9 years ago
Neil Booth
c3df5c7177
Work around trezor library bug
expand_path() should be static. Until it is we implement it ourselves.
9 years ago
Neil Booth
c7bd1e9428
Fix plugin dialog logic I broke recently
9 years ago
Neil Booth
d63e754c67
Remove some unused hook infrastructure
9 years ago
Neil Booth
2f58d419dc
Get ledger wallet working, for restore at least
Fixes #1592
9 years ago
Neil Booth
d150a6d29c
Fix trustedcoin crash
9 years ago
Neil Booth
11d135b32d
Better install wizard
Break out the workflow logic of the install wizard
into a base class. This means reimplementing with
full support in a new GUI is now easy; you just provide
ways to request passwords, show messages etc. The API
is fully documented in the base class.
There are a couple of minor outstanding issues, including that
the old messages shown when recovering a wallet are missing.
I will come back to that. Ledger wallet might be broken.
Other improvements:
The install wizard code is now easy to follow and understand.
Hardware wallets can now be restored without any need for their
accompanying libraries.
Various bits of trustedcoin were broken and have been fixed.
Many plugin hooks can be removed. I have only started on this.
9 years ago
Neil Booth
e6dbe621c6
Make class methods static on Wallet
9 years ago
Neil Booth
441b695815
Break out logic into a function
9 years ago
Neil Booth
3df8d11f1a
Pass the gui object to the install wizard
9 years ago
Neil Booth
bcabfaeccb
Move install wizard invocations to one place
Fixes bugs whereby install wizard invoked from the GUI was missing
various things, such as updating recently used list, setting up
timers, etc.
9 years ago
Neil Booth
93d05e8cfe
Have close_wallet hook take a wallet.
9 years ago
Neil Booth
b8f2d9dfd4
Hardware wallets don't have seeds
9 years ago
Neil Booth
f263f8b0fd
Convert legacy restored hardware wallets
Hardware wallets do not have a seed and hardware wallet
code should not have to worry about that case.
9 years ago
Neil Booth
19f527c717
Fix typo
9 years ago
Eagle[TM]
2c797cd75b
Update default server list
9 years ago
Neil Booth
1d51335827
Remove need for self.wallet for h/w wallets
9 years ago
Neil Booth
84450b9189
Revert mistaken commit
9 years ago
Neil Booth
ed3c0a5469
Remove a name-clashing unnecessary local variable
9 years ago
Neil Booth
0f70d0b8a5
The constructor() concept doesn't exist
Did it ever?
9 years ago
Neil Booth
993ff30616
Eliminate dead code
9 years ago
Neil Booth
56497c1ae2
Don't use is_available() for HW wallets
is_available() is only used from generic code for non-hardware
wallets. Having a local function of the same name is confusing.
9 years ago
Neil Booth
1f3ddad0cd
Update as for trezor/qt.py
9 years ago
Neil Booth
e0aab69e67
Better handling of watching only
Avoid unnecessary message at startup.
It can now be dynamic and menus, title bar update properly.
9 years ago
Neil Booth
638bdc23f2
Fix hardware test for watching only
9 years ago
Neil Booth
7811b974e9
Remove more duplicated code
9 years ago
Neil Booth
d843e41884
TrezorWallet: don't duplicate base class funcs
9 years ago
Neil Booth
791d3a2aa2
Partially restore prior
It was breaking hardware wallet creation
9 years ago
Neil Booth
9d9fcbde64
Proper treatment of restored hardware wallets
They have a different wallet type; they require no plugin nor
plugin libraries to use.
Remove pointless public key code that was implemented in the
base classes already.
Partial fix for #1592 . Unfortunately the plugin and library
are still required to actually restore the wallet, but for
no reason that isn't fixable.
9 years ago
Neil Booth
b50ace4225
Support adding/removing/changing PIN on Trezor
9 years ago
Neil Booth
1b754524f9
Add more information to the trezor settings dialog
9 years ago
Neil Booth
43d21de1b2
Clean up trezor client interface
9 years ago
Neil Booth
e2628977b3
Update keepkey too
9 years ago
Neil Booth
11e1c62f28
Move hardware wallet to trezor/
On second thoughts it does go better there.
9 years ago
Neil Booth
669cf74789
Fix trezor restore
Broken by my recent changes
9 years ago
Neil Booth
7372e0e082
PEP8-ify most of plugins/trezor
9 years ago
Neil Booth
c02daa56b0
Finish merging keepkey / trezor implementations
9 years ago
Neil Booth
d69551f723
Fix two keepkey imports
9 years ago
Neil Booth
f3329988b2
More keepkey / trezor commonizing and cleanup
9 years ago
Neil Booth
33e57fe5a7
Share non-GUI plugin parts of KeepKey and Trezor
9 years ago
Neil Booth
42719cd0a9
Commonize GuiMixin for keepkey and trezor
9 years ago
Neil Booth
cb4947d705
Add the keepkey cancellation feature
to the generic implementation. Not currently used by the trezor
libraries.
9 years ago
Neil Booth
7b5f3884fa
Combine QTHandlers for KeepKey and Trezor
Again they do the same thing, so share the code
9 years ago
Neil Booth
39c1893a74
Initialize self.d for KeepKey
9 years ago
Neil Booth
3a1bb5b61a
Combine keepkey and trezor wallet code
Essentially identical so silly to have two copies.
Also fix a double-dialog during sign bug that caused one to not
disappear (on MacOSX at least).
9 years ago
Neil Booth
96c7f9e7cb
Partially revert prior
9 years ago
Neil Booth
c298860e11
A fix and cleanups for hardware wallets
9 years ago
Neil Booth
8f91af28a5
More cleanup of WaitingDialog
Simplify its interface
9 years ago
Neil Booth
a58c19d7c0
Clean up and fix account adding
As per BIP44, 20 addresses are checked for transactions, not just the
first one.
Show the last account only if used or named.
If all accounts are used, prompt for password to create new one.
Fixes #1128
9 years ago
ThomasV
fbdfb45dd1
Merge pull request #1577 from kanishkablack/master
Updated Coinsecure Api
9 years ago