ThomasV
8392fa9504
fix: missing import
9 years ago
ThomasV
3ee61c4c6e
define wallet.dummy_address method
9 years ago
ThomasV
57af8d1d39
trustedcoin: fix 'send max' shortcut
9 years ago
ThomasV
a43b0395d4
trustedcoin: do not call make_unsigned_transaction twice
9 years ago
ThomasV
5aa0a87d7a
trustedcoin: restore the display of fees
9 years ago
ThomasV
eb36884c66
move estimate_fee back to wallet
9 years ago
Neil Booth
e61fffab55
Trezor/KeepKey: force watching only improvements
Only warn about watching only once given a chance to pair.
Failure to pair makes watching-only and warns.
In error message to user, distinguish between failure to connect
and failure to pair.
9 years ago
ThomasV
2a908d3e8b
hw_wallet: do not mix qt and non-qt imports
9 years ago
ThomasV
28b0ff85f2
fx plugin fix
9 years ago
ThomasV
c0ef60aa50
Partially restore e20369bf94
, but keep init_qt hook
9 years ago
Neil Booth
012f500976
hw_wallet: Create HW_PluginBase and use it
9 years ago
Neil Booth
2717c80a91
ledger: remove unused imports
9 years ago
Neil Booth
9330750e82
Minor fix for prior
Restores to a BIP44_Wallet. The other var is also in base class.
9 years ago
BTChip
1c8e39b635
Override word_dialog for PIN entry
9 years ago
BTChip
d4b84d6da1
Use unified HW classes
9 years ago
Neil Booth
9930d5fd6f
Update obsolete comment.
9 years ago
Neil Booth
134ae3d044
hw_wallet: separate out common QtHandler code
9 years ago
Neil Booth
e461c1c818
Create hw_wallet directory for common code
Quite a lot of code under trezor/ can be shared with the
Ledger code. This is the first step for wallets.
9 years ago
Neil Booth
6b68968d04
self not client.
9 years ago
ThomasV
a5fd6d2e6c
kivy: select currency first, then source. show only sources with history data
9 years ago
ThomasV
e3b37512ed
exchange_rates plugin: move methods to qt version
9 years ago
Pavol Rusnak
6ce12ca1dc
fix spelling of TREZOR and SatoshiLabs
9 years ago
ThomasV
3b44504644
exchange rates: call on_quotes in set_currency
9 years ago
Neil Booth
412e2a8d2c
Create is_pairable() function and use it.
Fixes #1653 .
9 years ago
ThomasV
08e5aecee2
Revert "Plugins: remove init_qt hook; clean up"
This reverts commit e20369bf94
.
9 years ago
Richard Ulrich
7f2c379a6c
added a missing self statement for issue #1093
9 years ago
Richard Ulrich
4c24ea002c
added local client variable
9 years ago
ThomasV
78e9a84c2f
fix ledger signing issue
9 years ago
ThomasV
fe9ec6de06
reformatting
9 years ago
ThomasV
a1eaf351a7
kivy: use EventDispatcher with exchange rates plugin
9 years ago
Neil Booth
e20369bf94
Plugins: remove init_qt hook; clean up
Fixes #1644
9 years ago
Neil Booth
dee402b961
Plugin wallets: better error when unloadable
Used to get:
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "src/electrum/lib/plugins.py", line 144, in wallet_plugin_loader | KeyError: \'trustedcoin\'')
Now get:
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "src/electrum/lib/plugins.py", line 81, in load_plugin | RuntimeError: cmdline implementation for trustedcoin plugin not found')
9 years ago
Neil Booth
f4fa53e915
Trezor: fixes for latest libtrezor
We were relying on internals of libtrezor that they just
changed. However their changes don't work on Mac either.
Work around both issues. I think this...
Fixes #1637
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
a0ef42d572
Fix typo causing change address reuse
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
efa1efedca
Hardware wallets: limit change outputs to 1
9 years ago
Neil Booth
b752e91dae
Separate out get_input_tx.
9 years ago
Neil Booth
9bf45de279
Trezor: give me a chance to sign with a PIN entry
9 years ago
Neil Booth
43fd49aa8f
Fix for tx.inputs break
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
f6200bd73e
select_device: only list plugin devices
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
ThomasV
5a03caf051
kivy: update fiat amounts when changed
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