aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
Commit message (Expand)AuthorAgeFilesLines
* newlines in strings are invalid JSONRyan X. Charles2014-12-022-31/+23
* Move CHECKMULTISIG order tests out of automatically generated blockPieter Wuille2014-12-012-43/+42
* Use deterministically generated script testsPieter Wuille2014-12-012-54/+53
* Test the exact order of CHECKMULTISIG sig/pubkey evaluationPeter Todd2014-11-202-0/+44
* Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille2014-11-202-9/+27
* Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-172-0/+22
* Add valid invert of invalid every numeric opcode testsPeter Todd2014-10-251-0/+49
* Clearly separate PUSHDATA and numeric argument MINIMALDATA testsPeter Todd2014-10-252-30/+114
* 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-252-2/+33
* Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille2014-10-252-0/+30
* Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille2014-10-082-10/+100
* Prettify JSON tests and minimize diffsPieter Wuille2014-10-072-26/+150
* Merge pull request #5014Wladimir J. van der Laan2014-10-011-10/+19
|\
| * tests: fix python test-runner for windowsCory Fields2014-09-301-10/+19
* | Add automatic script test generation, and actual checksig testsPieter Wuille2014-09-262-24/+25
|/
* Add actual signature testsPieter Wuille2014-09-222-2/+33
* Use actually valid transactions for script testsPieter Wuille2014-09-222-0/+18
* bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr2014-09-142-0/+4
* Make script_{valid,invalid}.json validation flags configurablePieter Wuille2014-09-082-787/+810
* Add bitcoin-tx testsJeff Garzik2014-08-196-0/+34
* bitcoin-tx: Accept input via stdin. Add input handling to tests.Jeff Garzik2014-08-191-0/+4
* Add "it works" test for bitcoin-txJeff Garzik2014-08-192-0/+6
* script tests: add tests for CHECKMULTISIG limitsOtto Allmendinger2014-07-181-0/+3
* script test: test case for 5-byte boolsOtto Allmendinger2014-07-181-0/+1
* script tests: value with trailing 0x00 is trueOtto Allmendinger2014-07-181-0/+1
* script tests: values that overflow to 0 are trueOtto Allmendinger2014-07-181-0/+1
* script tests: BOOLAND, BOOLOR decode to integerOtto Allmendinger2014-07-181-0/+3
* additional test for OP_SIZE in script_valid.jsonOtto Allmendinger2014-07-181-0/+1
* Merge pull request #4268Wladimir J. van der Laan2014-06-021-1/+1
|\
| * Fix stray uppercase A in tx_valid.json.Andreas Schildbach2014-06-011-1/+1
* | Add CODESEPARATOR/FindAndDelete() testsPeter Todd2014-05-121-0/+46
|/
* Merge pull request #3843Wladimir J. van der Laan2014-05-092-45/+86
|\
| * Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd2014-05-082-3/+44
| * Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd2014-05-052-43/+43
* | Merge pull request #3965Wladimir J. van der Laan2014-05-092-0/+16
|\ \
| * | script: add additional script testsCory Fields2014-04-222-0/+16
| |/
* | Merge pull request #3860 from petertodd/test-checkmulti-n-m-zeroGavin Andresen2014-05-092-0/+102
|\ \ | |/ |/|
| * Test CHECKMULTISIG with m == 0 and n == 0Peter Todd2014-03-122-0/+80
| * Fix script test handling of empty scriptsPeter Todd2014-03-122-0/+22
* | Add sighash tests from data fileManuel Araoz2014-03-311-0/+503
* | Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+14
|/
* Add script test to prove that OP_0 evaluates as the empty vector, rather than...Andreas Schildbach2014-03-112-2/+6
* Add more data-driven tests.Matt Corallo2014-01-302-2/+34
* Add tests for correct and incorrect order of signatures for a multisigTamas Blummer2013-12-112-2/+12
* Test alerts high at high PROTOCOL_VERSIONsGavin Andresen2013-11-111-0/+0
* Add a few more basic script/tx test-cases.Matt Corallo2013-11-082-2/+14
* included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-161-0/+0
* Document and test OP_RESERVED weirdnessPeter Todd2013-08-252-1/+6