aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/script_invalid.json
Commit message (Expand)AuthorAgeFilesLines
* script tests: add tests for CHECKMULTISIG limitsOtto Allmendinger2014-07-181-0/+3
* script tests: BOOLAND, BOOLOR decode to integerOtto Allmendinger2014-07-181-0/+3
* Merge pull request #3965Wladimir J. van der Laan2014-05-091-0/+3
|\
| * script: add additional script testsCory Fields2014-04-221-0/+3
* | Test CHECKMULTISIG with m == 0 and n == 0Peter Todd2014-03-121-0/+16
* | Fix script test handling of empty scriptsPeter Todd2014-03-121-0/+10
|/
* Add script test to prove that OP_0 evaluates as the empty vector, rather than...Andreas Schildbach2014-03-111-1/+3
* Document and test OP_RESERVED weirdnessPeter Todd2013-08-251-0/+1
* Add unittests for multiple ELSEs in a rowPeter Todd2013-07-231-1/+15
* Test canonical prunable txout format explicitlyPeter Todd2013-03-011-0/+3
* Add coverage for all invalid opsPeter Todd2013-03-011-1/+67
* Add a few test cases to data-driven script tests.Matt Corallo2012-08-201-1/+85
* Remove newlines from JSON stringsGavin Andresen2012-05-251-30/+5
* Unit tests for transaction size limitsGavin Andresen2012-05-251-0/+40
* Lots more Script unit test cases.Gavin Andresen2012-05-241-0/+117
* More CScript unit tests.Gavin Andresen2012-05-241-1/+5
* Data-drive script evaluation unit tests.Gavin Andresen2012-04-211-0/+25