aboutsummaryrefslogtreecommitdiff
path: root/src/test/multisig_tests.cpp
AgeCommit message (Expand)Author
2013-04-03Fix signed/unsigned comparison warningsGavin Andresen
2012-11-15Introduce script verification flagsPieter Wuille
2012-09-21Check for canonical public keys and signaturesPieter Wuille
2012-06-21= instead of == in multisig_tests.cppxanatos
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-24Encapsulate public keys in CPubKeyPieter Wuille
2012-02-20Fix tests after 38067c18Pieter Wuille
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-03make sure IsMine only returns true when we own all keyscoderrr
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-19Support 3 new multisignature IsStandard transactionsGavin Andresen