aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_P2SH_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add required locks in testsWladimir J. van der Laan2014-04-231-0/+3
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-9/+9
* Log reason for non-standard transaction rejectionJeff Garzik2013-06-231-3/+5
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-9/+9
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-7/+7
* Define dust transaction outputs, and make them non-standardGavin Andresen2013-05-031-1/+4
* Fix signed/unsigned comparison warningsGavin Andresen2013-04-031-2/+2
* Introduce script verification flagsPieter Wuille2012-11-151-4/+2
* UltraprunePieter Wuille2012-10-201-9/+17
* Check for canonical public keys and signaturesPieter Wuille2012-09-211-3/+3
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-2/+2
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-13/+13
* Fix tests after 38067c18Pieter Wuille2012-02-201-3/+3
* Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-071-0/+9
|\
| * Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen2012-01-191-0/+9
* | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen2012-01-201-3/+14
|/
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+310