aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-23/+19
* Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-19/+19
* OP_EVAL implementationGavin Andresen2011-12-191-18/+22
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-2/+2
* CHECKMULTISIG unit tests.Gavin Andresen2011-08-261-0/+136
* Add a file for script testsVegard Nossum2011-08-081-0/+37