78 Commits (b66dbabac14230fb5bb4f4cc97444b6b6827a51f)

Author SHA1 Message Date
ThomasV 31aaae8ed2 seed v6 11 years ago
thomasv 37888fc6a5 upgrade message for ecdsa 11 years ago
ThomasV f14d055ad8 choose_tx_from account, and use deterministic signatures (issue #323) 11 years ago
thomasv b08bc514db sign/verify: do unicode conversion only for messages sent by the gui 11 years ago
thomasv 2c6534c1ba sign unicode messages 11 years ago
Fredrick 16902cc3ca Bugfix: Allow signing messages over 252 characters 11 years ago
thomasv 5514d3bd74 fix address_from_perivate_key 11 years ago
thomasv afac84e231 move transaction code and fix issue #280 11 years ago
ThomasV 0cef6c2454 fix bug with signatures 12 years ago
ThomasV 81b84fd5ef fixes for signrawtransaction 12 years ago
ThomasV 6bb8af5822 include master public key in bip32 metadata 12 years ago
ThomasV 799c6571f5 simplify: public_key_from_private_key 12 years ago
ThomasV 4869d05841 don't pass addresses to tx.sign(), pass keypairs instead 12 years ago
ThomasV e91e02f2ce simplify tx.sign() 12 years ago
ThomasV 70445da940 wallet.num_accounts and account_id method 12 years ago
ThomasV 177c43acbe fix is_complete in tx.sign() 12 years ago
ThomasV c019428b02 fix for non-p2sh addresses 12 years ago
ThomasV 419c778fa3 fix tx signing 12 years ago
ThomasV 7dc69bbc56 create_accounts for 2of3 12 years ago
ThomasV c9a473c225 2of3 accounts 12 years ago
ThomasV 19553a056d bip32 12 years ago
ThomasV f4207d7e4c bip32 12 years ago
ThomasV db501aa976 bip32 12 years ago
thomasv 9ce90932ba update BIP32 to its final spec 12 years ago
Marku 253d1d50c3 fix BIP32Sequence::get_pubkey not using mpk parameter 12 years ago
thomasv e89331d138 handle multiple accounts with separation 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 f0671a9ada fix tx.get_value() 12 years ago
ecdsa f07591eb5b Revert "fix tx.get_value bug with pruned transactions" 12 years ago
ecdsa 8a74be39de fix tx.get_value bug with pruned transactions 12 years ago
ecdsa b955c9ffa1 more bip32 related fixes 12 years ago
ecdsa 2f31ca779d fix bip32 get_private_key 12 years ago
ecdsa c19e0f0b3f bip32 fixes 12 years ago
ecdsa 1d3be5fb0b fix: number of arguments 12 years ago
thomasv 10bfcb918b replace 'ElectrumKeyID' with more general 'KeyID' field in transactions 12 years ago
thomasv c9302bcd56 add 2 of 3 sequences 12 years ago
ecdsa 4019102264 rename sequence, fix bip32 12 years ago
thomasv 0f22b5e566 fix: missing parameter 12 years ago
thomasv 5846f725d6 simplify Sequence class 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 736e1253f2 add class BIP32Sequence 12 years ago
thomasv e84d087a64 accounts 12 years ago
thomasv f72c8ee5d2 move is_valid from wallet class to bitcoin.py 12 years ago
thomasv 95dc97b39b rename 'addresses' command as 'listadresses'. use json syntax. 12 years ago
thomasv ea96b79997 use json format 12 years ago
thomasv 9afe0d8aaf fix: input_info missing in transaction 12 years ago
thomasv 2e9c2c1f96 return python objects from commands, and display them as json 12 years ago
thomasv 96d459ab88 use dumpprivkeys to efficiently dump private keys 12 years ago