aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/script_invalid.json
Commit message (Expand)AuthorAgeFilesLines
* Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd2015-12-151-3/+3
* Merge pull request #6075Wladimir J. van der Laan2015-04-291-0/+18
|\
| * Add additional script edge condition tests.Dave Collins2015-04-281-0/+18
* | Correct the PUSHDATA4 minimal encoding test.Dave Collins2015-04-271-1/+1
|/
* Switch test case signing to RFC6979 extra entropyPieter Wuille2015-03-271-23/+23
* Add test for DER-encoding edge caseSuhas Daftuar2015-02-101-0/+6
* Fix NegateSignatureS to not duplicate last byte of SSuhas Daftuar2015-02-101-1/+1
* Increase coverage of DERSIG edge casesPieter Wuille2015-02-011-0/+10
* Example unit tests from BIP66Pieter Wuille2015-02-011-0/+96
* Make empty byte arrays pass CheckSignatureEncoding()Peter Todd2015-01-091-1/+1
* Fix tests after #5413Wladimir J. van der Laan2015-01-081-2/+2
* Merge pull request #5143Wladimir J. van der Laan2015-01-081-0/+12
|\
| * Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille2014-11-251-0/+12
* | minor fix on script test data docsManuel Araoz2014-12-161-1/+1
* | newlines in strings are invalid JSONRyan X. Charles2014-12-021-13/+9
* | Move CHECKMULTISIG order tests out of automatically generated blockPieter Wuille2014-12-011-19/+19
* | Use deterministically generated script testsPieter Wuille2014-12-011-30/+30
|/
* Test the exact order of CHECKMULTISIG sig/pubkey evaluationPeter Todd2014-11-201-0/+19
* Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille2014-11-201-0/+18
* Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-171-0/+17
* Clearly separate PUSHDATA and numeric argument MINIMALDATA testsPeter Todd2014-10-251-15/+44
* Test every numeric-accepting opcode for correct handling of the numeric minim...Peter Todd2014-10-251-0/+50
* Ensure MINIMALDATA invalid tests can only fail one wayPeter Todd2014-10-251-0/+12
* Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-251-0/+4
* Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille2014-10-251-0/+18
* Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille2014-10-081-0/+48
* Prettify JSON tests and minimize diffsPieter Wuille2014-10-071-13/+72
* Add automatic script test generation, and actual checksig testsPieter Wuille2014-09-261-12/+12
* Add actual signature testsPieter Wuille2014-09-221-1/+17
* Use actually valid transactions for script testsPieter Wuille2014-09-221-0/+9
* Make script_{valid,invalid}.json validation flags configurablePieter Wuille2014-09-081-323/+334
* 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