aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
Commit message (Expand)AuthorAgeFilesLines
* Switch test case signing to RFC6979 extra entropyPieter Wuille2015-03-272-44/+44
* Add test for DER-encoding edge caseSuhas Daftuar2015-02-102-0/+12
* Fix NegateSignatureS to not duplicate last byte of SSuhas Daftuar2015-02-102-2/+2
* Merge pull request #5713Wladimir J. van der Laan2015-02-032-0/+164
|\
| * Increase coverage of DERSIG edge casesPieter Wuille2015-02-012-0/+20
| * Example unit tests from BIP66Pieter Wuille2015-02-012-0/+144
* | remove sig_canonical.json and sig_noncanonical.jsonManuel Araoz2015-01-312-29/+0
|/
* Make empty byte arrays pass CheckSignatureEncoding()Peter Todd2015-01-092-1/+6
* Fix tests after #5413Wladimir J. van der Laan2015-01-082-5/+5
* Merge pull request #5143Wladimir J. van der Laan2015-01-082-0/+30
|\
| * Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille2014-11-252-0/+30
* | Remove redundant copyright notices from README filesWladimir J. van der Laan2015-01-021-5/+3
* | bitcoin-tx: Add test case for signing a txEric R. Schulz2014-12-242-0/+11
* | Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\ \
| * | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* | | Merge pull request #5421Wladimir J. van der Laan2014-12-192-0/+21
|\ \ \ | |/ / |/| |
| * | Test unexecuted OP_CODESEPARATORPeter Todd2014-12-042-0/+21
| |/
* | minor fix on script test data docsManuel Araoz2014-12-162-2/+2
* | 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