ThomasV
90a2fc1379
Revert "Fix MultiSig wallet creation."
This reverts commit 21038843ea
.
9 years ago
Neil Booth
0117109a2d
Trezor: show supported coins
Also fix dialog layout issue on MacOSX
9 years ago
Neil Booth
6fb7dbd30d
Implement passphrase protection toggling.
Along with chicken box.
9 years ago
Neil Booth
9b29c6c2e6
Trezor: all four available device initializations
Trezor and KeepKey devices can now be initialized by:
- device-generated seed
- existing seed
- BIP39 mnemonic
- master private key
9 years ago
ThomasV
bdb4782b36
Revert "Install wizard multisig improvement"
This reverts commit 4e7c6e5d16
.
That commit breaks the separation between make_seed and add_cosigners
9 years ago
Neil Booth
4e7c6e5d16
Install wizard multisig improvement
Preserves independence of wizard.py from wallet type;
the dependence is expressed entirely through actions
Fixes #1611
9 years ago
ThomasV
59343ec6ec
fix get_label in plot.py
9 years ago
ThomasV
97c443a86d
use a wallet-owned dummy_address, to minimize risk of losses. This was removed in 11d135b
without explanation
9 years ago
ThomasV
f49f538315
Revert "Use a real dummy address"
This reverts commit 9ed987c2da
.
9 years ago
ThomasV
62868ab29a
Register loaded wallets in daemon, to prevent a wallet from being opened twice.
Simplify the wizard logic.
9 years ago
Neil Booth
3d9f321cae
Use a shared device manager
Use a shared device manager across USB devices (not yet taken
advantage of by ledger). This reduces USB scans and abstracts
device management cleanly.
We no longer scan at regular intervals in a background thread.
9 years ago
Neil Booth
5b8e096d57
Fix typo in prior except block
9 years ago
Neil Booth
d98f123f92
Fix make_unsigned_transaction for trustedcoin
Fixes #1600
9 years ago
Neil Booth
21038843ea
Fix MultiSig wallet creation.
Fixes #1603
9 years ago
ThomasV
d168f66b60
Merge pull request #1608 from andreas-h/desktop_install
BUG: allow non-root installation on linux
9 years ago
Andreas Hilboll
60b595356b
BUG: allow non-root installation on linux
fixes #1607
9 years ago
ThomasV
bd309cff49
restore default labels
9 years ago
ThomasV
c2accd64cf
trustedcoin: don't use assert in hooks, it crashes when using multiple windows. show message if wallet is restored from seed.
9 years ago
Neil Booth
9ed987c2da
Use a real dummy address
Fixes #1599
9 years ago
ThomasV
32483e64c6
fix syntax errors in trustedcoin plugin
9 years ago
ThomasV
6210c61eb6
fix #1597
9 years ago
Neil Booth
2ad009bb9d
Add some informative comments
9 years ago
Neil Booth
0c80ca8457
Get rid of timer_actions hook
Nothing uses it. In the unlikely event we need it back, we
should call it qt_timer_actions instead as it is QT-only and
runs in the QT GUI thread.
9 years ago
Neil Booth
6516b28840
TrezorCompatiblePlugin: make it a thread job
We shouldn't be using QT gui threads
9 years ago
Neil Booth
1ffc14df76
Force OK button to be default
Until we work out the right way to use the stacked dialogs.
9 years ago
Neil Booth
43fd684d97
Trezor: add session timeout to preferences
Fixes #803
9 years ago
Neil Booth
87363c8301
Trezor: Implement resetting a device
9 years ago
Neil Booth
13154d4ce7
Fix import in main_window.py
9 years ago
Neil Booth
40ae744c1e
Fix show_error inheritance issue
9 years ago
Neil Booth
e6afaf173c
Hardware wallets can create accounts
9 years ago
Neil Booth
6e660f562f
Change inheritance order in installwizard.py
Also put back set_layout. This is causing two things:
a) on MacOSX the next / cancel buttons vanish if in one position
b) on all O/Ses the Next button is not the default
We're obviously abusing StackedLayout in an unintended way.
9 years ago
Neil Booth
a7028176cd
Trezor: Add wipe device functionality
Also add a chicken box for PIN removal.
9 years ago
Neil Booth
9aae66a9d2
Move set_layout call
This code is identical to before, but for some reason the positioning
of this affects whether Next is the default action or not!
And it didn't have that effect with the old install wizard. Odd.
9 years ago
Neil Booth
9eaf510ac6
Test if initialized to determine watching only
Prepares for device wipe functionality
9 years ago
Neil Booth
f3e6bf0280
Passphrase-related fixes
Move normalize code to one place on the wallet
Passphrases don't have password strength meter
9 years ago
Neil Booth
4fe01cb8d3
Change scan_devices logic
Fixes title bar updates about watching only
9 years ago
Neil Booth
e4269f2684
Use relative imports.
9 years ago
Neil Booth
3f2ba5ec20
Fix QtHandler modality
9 years ago
Neil Booth
3422d855c9
A few small fixes
9 years ago
Neil Booth
ff39333d32
Not all wallets have plugins
9 years ago
Neil Booth
21bf5a8a84
Better support for USB devices
Benefits of this rewrite include:
- support of disconnecting / reconnecting a device without having
to close the wallet, even in a different USB socket
- support of multiple keepkey / trezor devices, both during wallet
creation and general use
- wallet is watching-only dynamically according to whether the
associated device is currently plugged in or not
9 years ago
Neil Booth
187b4dc9c1
Trezor: Need to set client in show_address
9 years ago
Neil Booth
dbf154d5f2
Finish moving the multisig regex to one place
9 years ago
Neil Booth
12f62212ba
Move wallet_kinds to the base class
This logic isn't gui-dependent so belongs in wizard.py
9 years ago
Neil Booth
1d07960290
Remove constructor method of plugins
Clean up wallet class loading.
9 years ago
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