aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
AgeCommit message (Expand)Author
2014-09-08Separate script/signjtimon
2014-09-08Move CScript class and dependencies to script/scriptjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-08-24Test IsPushOnly() with invalid pushPeter Todd
2014-08-01Declare SignatureHash() in script.hjtimon
2014-07-29Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-05-09Merge pull request #3860 from petertodd/test-checkmulti-n-m-zeroGavin Andresen
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2014-03-12Fix script test handling of empty scriptsPeter Todd
2014-02-11Add HasCanonicalPushes(), and use it in IsStandardTxPieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-22Revert "Switch to using raw_utf8"Jeff Garzik
2013-10-22Merge pull request #2740 from constantined/constantinedGavin Andresen
2013-09-28Inline signature serializerPieter Wuille
2013-09-16included-tests: generate binary data from test files for inclusion into test ...Cory Fields
2013-09-10Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...Luke Dashjr
2013-08-25Document and test OP_RESERVED weirdnessPeter Todd
2013-07-23Switch to using raw_utf8constantined
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2012-11-15Introduce script verification flagsPieter Wuille
2012-10-21change blockchain -> block chain (spelling)Philip Kaufmann
2012-09-21Check for canonical public keys and signaturesPieter Wuille
2012-07-05Implement raw transaction RPC callsGavin Andresen
2012-05-24Lots more Script unit test cases.Gavin Andresen
2012-05-24More CScript unit tests.Gavin Andresen
2012-04-26Define TEST_DATA_DIR so unit tests can be run from any current working directoryGavin Andresen
2012-04-21Data-drive script evaluation unit tests.Gavin Andresen
2012-02-20Fix tests after 38067c18Pieter Wuille
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-08-26CHECKMULTISIG unit tests.Gavin Andresen
2011-08-08Add a file for script testsVegard Nossum