Neil Booth
a5e0265010
Make exchange rate plugin a network thread job
This fixes a lot of thread error noise when closing down electrum.
9 years ago
Neil Booth
f5a8da43e9
Have fields update as exchange rates do
Currently the exchange rates plugin shows the converted
rate at the time of last user input. If the fx rate
changes the send and receive tabs do not update.
This makes them update. It also means that when enabling
the plugin, if the user had input a BTC amount in the send
or receive, the other fields will refresh. This didn't
used to happen - they stayed blank.
9 years ago
Neil Booth
2d05e7d891
Merge the network and network_proxy
9 years ago
Darin Stanchfield
c73ea700e1
cleanup on error handling when a transaction is cancelled
9 years ago
Darin Stanchfield
0d4805f6fd
added cancel button to transactional dialogs
9 years ago
Roman Zeyde
fea97454b1
typo fix: rename pay_from_URI() -> pay_to_URI()
9 years ago
ThomasV
486d181b0b
fix for #1408 exchange rates plugin
9 years ago
ThomasV
6a0fde329a
fix #1416
9 years ago
ThomasV
728dc85c84
remove duplicate available_for
9 years ago
Darin Stanchfield
39d4688419
added icon for keepkey as well as updated with latest trezor plugin changes
9 years ago
Darin Stanchfield
0e8fa5d004
moved up to keep in order
9 years ago
ThomasV
ed6c6bae24
fix typo
9 years ago
ThomasV
425cc4d258
fix: handle blank passphrase properly
9 years ago
ThomasV
2996ec927f
fix #862 : ask passphrase only once
9 years ago
BTChip
22c602a61c
Rename BTChip -> Ledger
10 years ago
BTChip
59e999d3a5
Update installwizard init
10 years ago
ThomasV
94ecf8dd7d
fix trezor statusbar
10 years ago
Darin Stanchfield
cdd3151312
added KeepKey plugin information
10 years ago
Darin Stanchfield
373e267e12
created new KeepKey plugin based on Trezor's
10 years ago
ThomasV
c3991091de
move init_qt hook
10 years ago
ThomasV
97ffa93fcf
cosigner pool: don't show both sign and send buttons
10 years ago
ThomasV
7bf91fb7b6
labels plugin: abort if there is not mpk
10 years ago
ThomasV
71ec50e634
fix tooltips
10 years ago
ThomasV
2515fc9b6a
use blue color to denote auto-filled values (fee, exchange rates plugin)
10 years ago
ThomasV
b6e7dbe5f7
fix plot plugin
10 years ago
ThomasV
65ff969d07
update trezor dialog
10 years ago
ThomasV
12431a1eb8
add trezor icon
10 years ago
ThomasV
e18ddd0096
do not show plugins that register a custom wallet type in the plugins toggle dialog
10 years ago
ThomasV
c04d609862
fix: make_request returns pr
10 years ago
ThomasV
98501b17b3
rename email plugin
10 years ago
ThomasV
e77f0c98e7
extend bitcoin: URI with signature data, instead of serialized format
10 years ago
ThomasV
31739d01d7
fix bug #1365
10 years ago
ThomasV
471cab6089
do not base64encode signatures in requests
10 years ago
ThomasV
3722aeca45
rename method
10 years ago
ThomasV
2e6aa9067f
email: better workflow
10 years ago
ThomasV
37aef8332b
add more help messages
10 years ago
ThomasV
cb2bc54f96
store and display signatures of own requests
10 years ago
ThomasV
126454c0e6
email plugin
10 years ago
BTChip
0f1180ad95
Rename signals to avoid name clashes
10 years ago
ThomasV
15f592f022
trezor multisig: build xpub from pubkey
10 years ago
BTChip
ea097fd7f5
Review UI, support command line mode
10 years ago
BTChip
c167ef6d35
Implement missing can_sign_xpubkey
10 years ago
ThomasV
c224a9ad9d
enable multisig with trezor
10 years ago
Neil Booth
15632adb40
Rename send_tx() to sign_tx()
Because it signs, and it doesn't send.
10 years ago
Neil Booth
aa6de86c27
Once a user inputs a fee, retain it.
It has long been a minor annoyance that this isn't the
default behaviour. Semantics are as follows:
- Fees are calculated automatically, as usual, and shown
in black
- If the user inputs a fee, it is retained, and shown in
blue to indicate it is user-overridden
- The user can switch back to automatic fee calculation mode
in two ways: press Clear, or blank out the fee field
- User fees are also cleared by do_clear(), for instance when
the payment is sent
I have checked all usage combinations I could think of, including
the ! case, and all work in a sensible and natural fashion.
This also fixes issue #995 .
10 years ago
ThomasV
616becd9a8
move openalias from plugins to core
10 years ago
ThomasV
0c37009cdb
fix is_address (forgot p2sh)
10 years ago
Roman Zeyde
a0c891d73f
transaction_dialog: allow plugins manipulate transaction sharing buttons
10 years ago
ThomasV
e994736bf5
trezor: print more info, in order to fix issue #1306
10 years ago
ThomasV
1427d96249
trezor: simplify get_client
10 years ago