aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce script verification flagsPieter Wuille2012-11-151-17/+17
* change blockchain -> block chain (spelling)Philip Kaufmann2012-10-211-2/+2
* Check for canonical public keys and signaturesPieter Wuille2012-09-211-20/+20
* Implement raw transaction RPC callsGavin Andresen2012-07-051-0/+113
* Lots more Script unit test cases.Gavin Andresen2012-05-241-1/+4
* More CScript unit tests.Gavin Andresen2012-05-241-5/+7
* Define TEST_DATA_DIR so unit tests can be run from any current working directoryGavin Andresen2012-04-261-2/+6
* Data-drive script evaluation unit tests.Gavin Andresen2012-04-211-0/+150
* Fix tests after 38067c18Pieter Wuille2012-02-201-7/+7
* 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