aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/script_invalid.json
AgeCommit message (Expand)Author
2014-09-26Add automatic script test generation, and actual checksig testsPieter Wuille
2014-09-22Add actual signature testsPieter Wuille
2014-09-22Use actually valid transactions for script testsPieter Wuille
2014-09-08Make script_{valid,invalid}.json validation flags configurablePieter Wuille
2014-07-18script tests: add tests for CHECKMULTISIG limitsOtto Allmendinger
2014-07-18script tests: BOOLAND, BOOLOR decode to integerOtto Allmendinger
2014-05-09Merge pull request #3965Wladimir J. van der Laan
2014-04-22script: add additional script testsCory Fields
2014-03-12Test CHECKMULTISIG with m == 0 and n == 0Peter Todd
2014-03-12Fix script test handling of empty scriptsPeter Todd
2014-03-11Add script test to prove that OP_0 evaluates as the empty vector, rather than...Andreas Schildbach
2013-08-25Document and test OP_RESERVED weirdnessPeter Todd
2013-07-23Add unittests for multiple ELSEs in a rowPeter Todd
2013-03-01Test canonical prunable txout format explicitlyPeter Todd
2013-03-01Add coverage for all invalid opsPeter Todd
2012-08-20Add a few test cases to data-driven script tests.Matt Corallo
2012-05-25Remove newlines from JSON stringsGavin Andresen
2012-05-25Unit tests for transaction size limitsGavin Andresen
2012-05-24Lots more Script unit test cases.Gavin Andresen
2012-05-24More CScript unit tests.Gavin Andresen
2012-04-21Data-drive script evaluation unit tests.Gavin Andresen