218 Commits (1f1693d29b7d6b50ebdddd08540756f1335c967d)

Author SHA1 Message Date
thomasv 76439beec5 simplify get_private_key, use base58 12 years ago
thomasv 5d6496f1f9 move crypto from wallet class to bitcoin.py 12 years ago
thomasv 40b397dc0f signrawtransaction: parse redeemScript 12 years ago
thomasv 0863f09a06 add dumpprivkey command; finalize private_keys parameter for signrawtransaction 12 years ago
thomasv ea7718fc59 create Transaction class 12 years ago
ThomasV 712e0a6c4a fix bug when timestamp is None 12 years ago
ThomasV 7ae46aa413 raise exception if the method is used to overwrite the existing seed 12 years ago
ThomasV 043d6addff init_seed method. save seed and master public key separately 12 years ago
thomasv 50305e1f57 menu option to show private key 12 years ago
ThomasV c3a0c9dd36 transform the wall into a python console 12 years ago
thomasv e1504ba80b basic functions and tests for multisig transactions and bip 32 12 years ago
thomasv 2f6d919afc more robust synchronization method 12 years ago
thomasv c638af7803 fix check_new_hist: transaction might not be in wallet 12 years ago
ThomasV 02f40be0d7 remove donation address 12 years ago
Neil Booth d6eb9fb153 Place the change output in a random position 12 years ago
ThomasV 3e8099b619 check decoded seed with master public key instead of an address 12 years ago
ThomasV 04322b7cc9 fix bug with undetected incorrect password that can damage wallet 12 years ago
ThomasV bc9e6f88e6 test password before importing key 12 years ago
ThomasV 279b85e3fe use the same syntax as bitcoind for key import 12 years ago
thomasv e7e169888d support for compressed keys 12 years ago
ThomasV d29aeb890f populate contacts with donation address 12 years ago
thomasv 777f423b7a parentheses 12 years ago
thomasv 4978eff7f6 fix for command line history (EagleTM) 12 years ago
ThomasV df1d7152fd fix address balance (received coins) 12 years ago
ThomasV 0f3b70ad88 fix: do not request the same history twice 12 years ago
thomasv 33031f387c fix: misplaced repr 12 years ago
thomasv 639ef7119d fix bug: to_address -> address 12 years ago
thomasv 16a81271e4 store timestamps in verifier 12 years ago
thomasv 4e070bda57 new command: signtx (offline transaction signing) 12 years ago
thomasv c763445734 allow multiple-outputs transactions with mktx() 12 years ago
thomasv 108dfb6140 revert to daemon threads because some clients do not seem to close their sockets cleanly 12 years ago
thomasv d5b47fa93e separate non-modal window for QR codes (point of sale) 12 years ago
thomasv e87ed44f84 send change to last address of the input list 12 years ago
ThomasV 9afbf21197 no daemon 12 years ago
ThomasV 0ad7f72d3d nodaemon 12 years ago
ThomasV 8308440ded rm assert clause: there is no guarantee about that 12 years ago
thomasv 2f04531565 fix 12 years ago
thomasv 47a3739865 save height of transaction 12 years ago
thomasv 5ae15d6100 handle case where an unconfirmed transaction is pruned by the server. also, fix bug with fee sign in details 12 years ago
thomasv c51cf776ae fix prioritization 12 years ago
ThomasV 082d676799 minor 12 years ago
thomasv d68fcf9884 rm testing code 12 years ago
thomasv 6cb51ea4d0 received coins need to be known before 12 years ago
thomasv 91feae01ac fix sendtx 12 years ago
thomasv 537d02977c fix balance display in flatfly's bug. restore the wallet.update() method 12 years ago
ThomasV d2c91d9a0f simplify the create/restore procedure 12 years ago
ThomasV 2d13107897 make a regular gui module for android 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 8ec2b16e21 use None as timestamp for pending transactions 12 years ago
thomasv 0e851a5f62 fix for notifications 12 years ago