21 Commits (b14e20adfaf85af64857783e0ba2347748b3df40)

Author SHA1 Message Date
James O'Beirne 6b818f5d09 Remove suspicious print statement 11 years ago
thomasv f045490597 During wallet creation, do not write seed on disk before it is encrypted 11 years ago
ThomasV 9b22372c43 remove prioritize altogether. 11 years ago
ThomasV 588f8fd110 wallet: call create_accounts in save_seed 11 years ago
Michael Wozniak 03fac376a1 prioritize button to match freeze button in gtk gui 11 years ago
Michael Wozniak 698f8bccef add Balance column to receive tab in GTK gui 11 years ago
Michael Wozniak 7e5cad5452 Freeze button in GTK receive tab. 11 years ago
Bryan Stitt 6cd4ed486a fix more bare excepts 11 years ago
Bryan Stitt f0eb0eccde replace BaseException with Exception 11 years ago
Michael Wozniak 3c6808468e add F and P to address types in recv tab for Frozen and Prioritized addresses 11 years ago
Michael Wozniak 2abb071533 network button fix for not connected to a network - GTK gui 11 years ago
Michael Wozniak ad498af71f add address type to receive tab in GTK GUI 11 years ago
Michael Wozniak 9c2d3bbbdd fix label editing in gtk 11 years ago
ThomasV 31aaae8ed2 seed v6 11 years ago
ThomasV 116b10cc11 replace blockchain.height with height(), and fix server_lag issue 11 years ago
ThomasV a130b5b92b update the gtk gui 11 years ago
ThomasV f30fedc591 fix import 11 years ago
ThomasV ecfe5e2590 common wallet.restore() method for GUIs 11 years ago
ThomasV 2c0814f0d3 simplify gui names 11 years ago
thomasv 6b6c508976 replace wallet.interface everywhere 11 years ago
ThomasV 4fd05b8f70 fix 11 years ago
ThomasV 0099b2a560 make gtk gui re-work 11 years ago
ThomasV d2b86091b4 whitespaces option in format_satoshis 11 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