ThomasV
86a0103a7f
increase min_relay_tx_fee, and make dust_threshold a function
9 years ago
Neil Booth
d612684196
Attempt at fixing issue 1525
The main problem is, I think, that the synchronizer and wallet
still exist in the daemon process, and updates to things like
TXI and TXO are made but never saved (as client exit is what
saves the wallet).
I suspect fixing the lingering objects is hard; this is a short
term fix to ensure that when internal wallet state is updated,
the wallet is written to disk, so later daemon clients pick up
the correct state.
9 years ago
ThomasV
55fafc35c1
fix json_encode with python console
9 years ago
Neil Booth
1abc5412cd
Add self to AUTHORS
9 years ago
Neil Booth
7b40b63a3d
Refresh all amount edits when units change.
Improved version of prior commit.
9 years ago
ThomasV
386319b015
clear send fields if unit setting is changed
9 years ago
ThomasV
d82896dadf
fix #1525 (part 2)
9 years ago
ThomasV
b3529147d5
fix #1525
10 years ago
ThomasV
798664e299
remove minimum window size
9 years ago
ThomasV
3ae3dbd80c
add qrcode to text gui
9 years ago
ThomasV
9f5117b6e2
Merge pull request #1539 from jurov/textfix2
Fix 'need more than 2 values to unpack' error.
10 years ago
ThomasV
c86ef5e8b0
hardware wallets: fix sign_transaction in resstored wallets
10 years ago
Juraj Variny
812399f51d
Fix 'need more than 2 values to unpack' error.
10 years ago
ThomasV
55494e4224
save window geometry in wallet file, since the GUI can open several windows
10 years ago
ThomasV
3f2c906ace
version 2.5.3 and release notes
10 years ago
ThomasV
4a7c7a6616
installwizard: do not start in offline mode when disconnected ( fix #1531 )
10 years ago
ThomasV
2d6c67bd55
kivy window input_mode
10 years ago
ThomasV
3613e4ebf0
kivy: fix formatting in get_max_amount
10 years ago
ThomasV
b8b2840d18
kivy: sign and send in a thread
10 years ago
ThomasV
77d6ee74f9
revert PR #1492 . clear clipboard instead
10 years ago
ThomasV
dae9352c18
add warning against printers to seed dialog
10 years ago
ThomasV
b1ab49a282
Merge pull request #1492 from ctrlcctrlv/uncopyable-seed
Make seed uncopyable
10 years ago
ThomasV
0e0118bd59
add version parameter to windows script
10 years ago
ThomasV
db654af216
fix android package
10 years ago
ThomasV
8f62cdc506
add hardware wallets to pyinstaller analysis
10 years ago
ThomasV
6bb6169541
kivy: pass show_max as parameter
10 years ago
ThomasV
c19c314c0f
Merge branch 'master' of git://github.com/spesmilo/electrum
10 years ago
ThomasV
d14f96ae79
Merge pull request #1530 from akshayaurora/show_max
amount dialog: use show_max bool to decide wheather max_button is dis…
10 years ago
akshayaurora
6e45f42b19
amount dialog: use show_max bool to decide wheather max_button is displayed
10 years ago
ThomasV
728ef1f76c
remove redundant label
10 years ago
ThomasV
7b87a7f707
Merge pull request #1529 from akshayaurora/overflow_action
fix overflow_icon and use template for `ActionOvrButton`
10 years ago
akshayaurora
b3b94f1c52
fix overflow_icon and use template for `ActionOvrButton`
10 years ago
ThomasV
d44aa250fa
redo max amount button with smaller footprint
10 years ago
ThomasV
2a3c97813d
wallet.get_max_amount method, used by qt and kivy
10 years ago
ThomasV
525e08af54
kivy: fix amount edit
10 years ago
ThomasV
5bbffb0cbf
remove --deserialized option, redundant with deserialize command
10 years ago
ThomasV
369d5d8812
fix #1525
10 years ago
ThomasV
bb7b0884e3
Various fixes for command line. Make 'payto' command require network ( fixes #1525 )
10 years ago
ThomasV
079cb311ec
call wallet.wait_until_synchronized before commands
10 years ago
ThomasV
b70f8c888a
kivy: better layout for tx window
10 years ago
ThomasV
69d983fcd5
add directory to download path
10 years ago
ThomasV
53273b7d40
fix #1523 : prevent side-effect of _format_request
10 years ago
ThomasV
db0a5f9b31
fix: missing import
10 years ago
ThomasV
5f09ba661a
sanitize inputs in network dialog
10 years ago
ThomasV
511b23fee6
add release notes
10 years ago
ThomasV
826c44e500
restore initial indentation
10 years ago
ThomasV
142b5532ec
revert to previous restore method, without daemon
10 years ago
ThomasV
ca9eb50821
dont create wallet instance twice
10 years ago
ThomasV
5b96d5166e
fix restore messages
10 years ago
ThomasV
052d8b236e
fix #1494
10 years ago