272 Commits (7dfd3c4f7f3a59a44eadb840083d6fa5ea0256da)

Author SHA1 Message Date
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
thomasv 42a10164ea make most commands available in the console 12 years ago
thomasv 4916aefe98 documentation for offline wallets, release notes 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 a0455725bd fix is_complete: count number of valid signatures 12 years ago
ThomasV 8cf97fdb52 minor fix 12 years ago
ThomasV 811d05a1c2 move methods into Transaction class 12 years ago
ThomasV 641177404d remove p2sh test; not needed anymore 12 years ago
thomasv 04a5739979 simplification: tx_for_sig 12 years ago
thomasv bd8dbbf79b check if multisig transaction is complete, add is_complete to json output 12 years ago