13 Commits (bf173e1c4571869cba9323ec837b1d39d436d96d)

Author SHA1 Message Date
ThomasV d2b86091b4 whitespaces option in format_satoshis 12 years ago
ecdsa 8104a47a3e wallet.add_contact method 12 years ago
ecdsa 19d19d9a00 wallet set_fee method 12 years ago
ecdsa 86fd728a47 move network dialog in a new class; simplify interface.get_servers 12 years ago
ecdsa c95c80163d distinction between unconfirmed and unverified transactions 12 years ago
thomasv 98f7d36313 ask users to enter their seed on create 12 years ago
ecdsa f6899fd8bb fix 12 years ago
ecdsa fc7122008a implement MIN_RELAY_TX_FEE 12 years ago
thomasv a5168cc09f more accurate computation of transaction fees. 12 years ago
ecdsa 8a720b1629 do the banner request in interface, not in wallet 12 years ago
ecdsa d6952228be define wallet.get_num_tx() 12 years ago
thomasv 93b98e1176 move http aliases to separate plugin 12 years ago
ThomasV 89a8f3ce11 import gui using any name 12 years ago
thomasv a563091f30 separate core and gui in different modules 12 years ago
thomasv 97e03cb738 replace wallet.all_addresses() with wallet.addresses(True) 12 years ago
thomasv f72c8ee5d2 move is_valid from wallet class to bitcoin.py 12 years ago
ThomasV b116a43c31 fix the tx counter field 12 years ago
thomasv d5ba4398ee update tx label in gui 12 years ago
thomasv cd9f2f02d2 fix: mktx syntax 12 years ago
thomasv 8b9d14e303 export seed in gui/restore from seed 12 years ago
ThomasV 04322b7cc9 fix bug with undetected incorrect password that can damage wallet 12 years ago
thomasv c763445734 allow multiple-outputs transactions with mktx() 12 years ago
ThomasV ef6498164d remove forgotten calls to deprecated method 12 years ago
ThomasV d2c91d9a0f simplify the create/restore procedure 12 years ago
ThomasV 9a9e7c1b7c simplification 12 years ago
thomasv cf1f533613 allow offline creation/recovery within the gui 12 years ago
ThomasV 2d13107897 make a regular gui module for android 12 years ago
ThomasV d929c4d2dd prevent window resizing by including the textview in a scrolled window 12 years ago
thomasv 650a9b6074 do not include fee in the transaction amount shown in history. adapt history to the case where it was recovered from a pruning server 12 years ago
thomasv 765201be4e wallet.get_label method 12 years ago
ThomasV efccde2e8e fix: timestamps in transactions 12 years ago
ThomasV 0a7b69fc5b gui fixes 12 years ago
thomasv 43ceb6b52a text gui: dialogs 12 years ago
ThomasV 6de8a946eb use callback instead of wallet.was_updated 12 years ago
ThomasV 2a06a5b493 tie confirmation icons to payment verifier 12 years ago
thomasv c5f5e92d17 rename qt gui -> classic 12 years ago
thomasv 14da12921d gtk: on create, use the server already picked by the interface 12 years ago
thomasv ef2f832116 add gui selector to gtk interface 12 years ago
ThomasV c7311a1e7f fix for gtk gui 12 years ago
ThomasV 7959417751 small fixes for gtk gui 12 years ago
thomasv 5444f55e6b big refactoring: command line options and electrum.conf options override settings in wallet file. 12 years ago
thomasv 299d54c6ec fix: the gtk gui was broken since server_list_changed was introduced... 12 years ago
Amir Taaki 188a671681 Corrected import paths for print_error. 13 years ago
Julian Tosh 4e5dfbeade Implementing a better print_error routine 13 years ago
Julian Tosh a3830e5903 Standardizing message format and implementing stderr for errors 13 years ago
thomasv 735f9b9c20 import lib directory as electrum if the library is not installed 13 years ago
ThomasV 1181f4ef01 bugfix: encryption of encrypted keys 13 years ago
ThomasV a5761fe8a8 do not use deprecated BaseException.message 13 years ago
thomasv c5d42f3614 slightly more robust connection procedure 13 years ago
ThomasV 51036fdf4e do not show send tab in seedless wallets 13 years ago