aboutsummaryrefslogtreecommitdiff
path: root/src/test/multisig_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* fix comments ExtractAddress() -> ExtractDestination()jtimon2014-08-281-2/+2
* Declare SignatureHash() in script.hjtimon2014-08-011-2/+0
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-4/+4
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-1/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-10/+6
* Merge pull request #2738 from jgarzik/op_returnGavin Andresen2013-10-211-5/+7
|\
| * Relay OP_RETURN data TxOut as standard transaction typeJeff Garzik2013-10-021-5/+7
* | Inline signature serializerPieter Wuille2013-09-281-1/+1
|/
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-1/+1
* Fix signed/unsigned comparison warningsGavin Andresen2013-04-031-2/+2
* Introduce script verification flagsPieter Wuille2012-11-151-11/+11
* Check for canonical public keys and signaturesPieter Wuille2012-09-211-10/+10
* = instead of == in multisig_tests.cppxanatos2012-06-211-1/+1
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-17/+17
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-7/+7
* Fix tests after 38067c18Pieter Wuille2012-02-201-4/+4
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-12/+11
* make sure IsMine only returns true when we own all keyscoderrr2012-01-031-1/+4
* Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-221-4/+4
* Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-15/+16
* OP_EVAL implementationGavin Andresen2011-12-191-47/+52
* Support 3 new multisignature IsStandard transactionsGavin Andresen2011-12-191-0/+288