ThomasV
0ac3aebb88
fix proxy setting issue #1330
10 years ago
Neil Booth
d0308010da
Client-side fix for #1324
Print messages rather than throwing uncaught exceptions that kill the
thread.
I cannot fix the server side as I have no way to test it.
10 years ago
ThomasV
dbdbdc8792
Merge pull request #1327 from romanz/master
transaction_dialog: allow plugins manipulate transaction sharing buttons
10 years ago
Roman Zeyde
a0c891d73f
transaction_dialog: allow plugins manipulate transaction sharing buttons
10 years ago
Neil Booth
a23247634c
Remove some unused vars.
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
ThomasV
ed1001bf8b
print trezor error message
10 years ago
ThomasV
9dfe8ff847
tx window: keep a single close message, and raise window after signing
10 years ago
ThomasV
4cf97d9ab8
rm debugging line
10 years ago
ThomasV
98d0ff7536
trezor: move signing logic from wallet class to plugin
10 years ago
ThomasV
1919d5d63c
fix wizard: remove vbox0, improve text
10 years ago
ThomasV
437eff7db9
Merge pull request #1323 from wozz/add_seed_scroll
Add seed scroll
10 years ago
Michael Wozniak
4338944e3a
remove unnecessary lines
10 years ago
Michael Wozniak
b7ea10609c
add seed scroll for multisig wallets
10 years ago
ThomasV
1e9e3f1493
Merge pull request #1322 from wozz/multisig-restore
update restore multisig to add wallet type
10 years ago
Michael Wozniak
523aa7c380
update restore multisig to add type
10 years ago
ThomasV
765ef338ec
fix multisig seed detection
10 years ago
ThomasV
6afb7b21d0
Merge pull request #1320 from kyuupichan/button_split
Split tx dialog buttons
10 years ago
ThomasV
3a9bf8430e
fix send button
10 years ago
ThomasV
f157a990c7
Merge branch 'master' of git://github.com/spesmilo/electrum
10 years ago
ThomasV
118052d815
v2.4 will require protocol v0.10
10 years ago
ThomasV
56b3c98332
generic m of n multisig
10 years ago
ThomasV
14e9cf8442
Merge pull request #1321 from romanz/master
README: move to reST format
10 years ago
Roman Zeyde
a34169d81f
README: move to reST format
10 years ago
Roman Zeyde
b89c0144a2
remove "mki18n.py" references
10 years ago
Neil Booth
c35485c1c2
Split tx dialog buttons
The "actions" (sign, broadcast, send to cosigner, verify GA instant)
go on the RHS next to the "Cancel" button.
Copy, QR code and save go on the left.
10 years ago
Neil Booth
547886d6f1
Input tx index looks better left-aligned after all
10 years ago
Neil Booth
6c25f637b9
Wrapper func to create and show a TxDialog
Add prompt_if_unsaved as explicit argument.
Tested with cosigner pool plugin.
10 years ago
ThomasV
f8b5c66284
Merge pull request #1319 from LedgerHQ/ledger-fixed-2.3.2
Ledger fixed 2.3.2
10 years ago
ThomasV
37d5e3b42a
version 2.3.3, release notes
10 years ago
Neil Booth
3d48a2d842
More tx dialog improvements
- Show Close if no action to perform, otherwise Cancel
- Add some strings for translation
- Make input hash/index constant width; previously a
3-digit index bumped the address a whole tabstop over
compared to the 1-digit indices
10 years ago
ThomasV
0a8e8ec906
Merge pull request #1316 from kyuupichan/tx_dialog3
Distinguish receiving and change addrs in TxDialog
10 years ago
Neil
a636aa07b3
Merge pull request #1318 from kyuupichan/save_desc
Save the description to the wallet on broadcasting
10 years ago
Neil Booth
7e36555ed8
Save the description to the wallet on broadcasting
Resolves a long-standing bug with view-before-broadcast
10 years ago
Neil
1c186cd9b6
Merge pull request #1317 from kyuupichan/pubkey
Add my own public key.
10 years ago
Neil Booth
b59063c086
Add my own public key.
10 years ago
Neil Booth
820f435a9a
Distinguish receiving and change addrs in TxDialog
Show change in yellow, receiving in lightgreen (as now).
Numbers are more readable with whitespace.
10 years ago
ThomasV
c06f9ab034
Merge pull request #1314 from kyuupichan/tx_dialog2
Have show-before-broadcast defer password request
10 years ago
Neil Booth
56488daf04
Have show-before-broadcast defer password request
Show-before-send currently asks for the password
and creates a signed tx before showing anything.
This is a little unnerving as you can't see what
you're being asked to sign.
This patch does a few things:
- Adds a description label to the TX dialog
- You see the tx before being asked for password;
that is only requested on pressing Sign
- in show-before-broadcast mode, the Send button
text is instead "Show...". Hook up this button
text change to the prefs dialog too.
- Remove many redundant imports. In particular
PyQ4 is checked in main_window.py so no need
in tx_dialog too.
Note I had to remove disabling of the Sign button,
because if the user presses "cancel" nothing will
re-enable it.
10 years ago
BTChip
3a22fe758f
Only rescan the dongle when it has been disconnected
10 years ago
ThomasV
7e0a80b697
Merge pull request #1275 from kyuupichan/tx_dialog_send_tx
Have transaction_dialog use send_tx()
10 years ago
ThomasV
fdd43bd5ad
fix issue in f307b18546
10 years ago
ThomasV
f307b18546
Merge pull request #1268 from kyuupichan/blockchain_nothread
Make the blockchain class not a thread
10 years ago
BTChip
2b307ce24f
Use format_satoshis_plain instead of format_satoshis to avoid locale separator issues
10 years ago
ThomasV
56f8fc62f9
fix 1312
10 years ago
ThomasV
74bdc7a7fa
Merge pull request #1308 from kyuupichan/issue_1304
View contact address on block explorer menu item
10 years ago
ThomasV
f894af90d7
fix deserialize_proxy. fixes #1309
10 years ago
Neil Booth
175081d9fc
View contact address on block explorer menu item
Resolves issue #1304
10 years ago
ThomasV
74d26f5bdc
better error message
10 years ago