25 Commits (5da3cab24b2a9b93e92f2febf0cae43d7287763c)

Author SHA1 Message Date
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
thomasv a56220f050 multisig: raise exception if no signature can be added 12 years ago
thomasv 03e2160503 create separate class for deterministic key generation. add pubkeys to validateaddress 12 years ago
thomasv 94fbad2965 remove debugging messages 12 years ago
thomasv f0b255acba store transactions in serialized form 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 c400583443 bugfix: for_sig != -1 12 years ago
thomasv 0863f09a06 add dumpprivkey command; finalize private_keys parameter for signrawtransaction 12 years ago
thomasv aa166dd9f0 fix p2sh test 12 years ago
thomasv f4df5ed9c7 fix the p2sh test 12 years ago
thomasv ea7718fc59 create Transaction class 12 years ago
thomasv 972ba397d1 support for multisig functions 12 years ago
thomasv e1504ba80b basic functions and tests for multisig transactions and bip 32 12 years ago
thomasv e7e169888d support for compressed keys 12 years ago
ThomasV faa002f53c fix: below or equal in var_int encoding 12 years ago
ThomasV 4038c0273f fix: var_int encoding 12 years ago
ThomasV b018e0ae53 simple payment verification: check targets, use block headers file. 12 years ago
thomasv 5717b43661 separate bitcoin related functions from wallet.py 12 years ago