665 Commits (ee5f499fc1d146368c0e7c44195a4d68d81e865f)

Author SHA1 Message Date
ecdsa 811f1ee848 do not run synchronize on deseeded wallets 12 years ago
ecdsa df3187d9a9 fix 12 years ago
ecdsa 4019102264 rename sequence, fix bip32 12 years ago
ecdsa f97fe02e3a fix: tx outputs 12 years ago
thomasv 383a84161e fix 12 years ago
thomasv 190f733de2 restrict plugins to the gui 12 years ago
thomasv cd9f366735 move point of sale mode into plugins 12 years ago
thomasv 60cefeafca method get_private_keys for sequence 12 years ago
thomasv 27b8b21f9e mangle (for_change, index) everywhere 12 years ago
ecdsa 8df60928ea mktx fix: add address for imported keys 12 years ago
ecdsa b95911e2d7 check if address is imported before index lookup 12 years ago
ecdsa 736e1253f2 add class BIP32Sequence 12 years ago
thomasv ada36b2554 plugin handler 12 years ago
thomasv d2aefb387b show the balance of each account 12 years ago
thomasv 08a9de688a fix: save master public key on wallet creation 12 years ago
thomasv 97e03cb738 replace wallet.all_addresses() with wallet.addresses(True) 12 years ago
thomasv e84d087a64 accounts 12 years ago
thomasv f72c8ee5d2 move is_valid from wallet class to bitcoin.py 12 years ago
thomasv 5ed63be948 fix: seed, password 12 years ago
thomasv 253e0bc58e move method signrawtransaction to wallet class 12 years ago
thomasv d5ba4398ee update tx label in gui 12 years ago
thomasv e4dc3f3752 use history to determine if the wallet has been used 12 years ago
thomasv 96d459ab88 use dumpprivkeys to efficiently dump private keys 12 years ago
thomasv 42a10164ea make most commands available in the console 12 years ago
thomasv fd8687ce18 fix 12 years ago
thomasv 8f090e1d01 fix 12 years ago
thomasv 1bba3ffbd7 fix: addressbook 12 years ago
thomasv 41a2fa427f fix: send_tx 12 years ago
thomasv 8b8e2fd67b rename inpust_info -> input_info 12 years ago
ThomasV b8a71ff00c offline wallets sign transactions using KeyID 12 years ago
thomasv 64ad3fc28c use serialized format in signtx 12 years ago
thomasv 5da3cab24b move seed generation function to bitcoin.py 12 years ago
thomasv bd717897e0 fix: set tx_height when it is not None 12 years ago
thomasv 0c5f42cc29 fix history sorting function 12 years ago
thomasv 2642fa0f7d fix listunspent, add method wallet.get_unspent_coins 12 years ago
thomasv 780c5d01d5 fix get_tx_details 12 years ago
thomasv 9cfb73365b fix: use deserialized tx outputs in choose_tx_inputs 12 years ago
thomasv 03d36d91e2 remove unused method 12 years ago
thomasv 03e2160503 create separate class for deterministic key generation. add pubkeys to validateaddress 12 years ago
ThomasV 75cb5ddf2f fix: import print_msg 12 years ago
thomasv f0b255acba store transactions in serialized form 12 years ago
thomasv 67283f0b1b fix verify_message calls 12 years ago
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