aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make script_{valid,invalid}.json validation flags configurablePieter Wuille2014-09-081-4/+8
* Separate script/signjtimon2014-09-081-1/+1
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-0/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-3/+1
* Test IsPushOnly() with invalid pushPeter Todd2014-08-241-0/+11
* Declare SignatureHash() in script.hjtimon2014-08-011-2/+1
* Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik2014-07-291-70/+1
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-6/+6
* Merge pull request #3860 from petertodd/test-checkmulti-n-m-zeroGavin Andresen2014-05-091-1/+5
|\
| * Fix script test handling of empty scriptsPeter Todd2014-03-121-1/+5
* | Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
|/
* Add HasCanonicalPushes(), and use it in IsStandardTxPieter Wuille2014-02-111-0/+18
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-9/+16
* Revert "Switch to using raw_utf8"Jeff Garzik2013-10-221-2/+2
* Merge pull request #2740 from constantined/constantinedGavin Andresen2013-10-221-2/+2
|\
| * Switch to using raw_utf8constantined2013-07-231-2/+2
* | Inline signature serializerPieter Wuille2013-09-281-1/+1
* | included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-161-25/+8
* | Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...Luke Dashjr2013-09-101-1/+1
* | Document and test OP_RESERVED weirdnessPeter Todd2013-08-251-2/+6
|/
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-3/+5
* 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