aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
AgeCommit message (Expand)Author
2015-01-06bitcoin-tx: Fix JSON validation of prevtxsEric R. Schulz
2015-01-02Remove redundant copyright notices from README filesWladimir J. van der Laan
2014-12-02newlines in strings are invalid JSONRyan X. Charles
2014-12-01Move CHECKMULTISIG order tests out of automatically generated blockPieter Wuille
2014-12-01Use deterministically generated script testsPieter Wuille
2014-11-20Test the exact order of CHECKMULTISIG sig/pubkey evaluationPeter Todd
2014-11-20Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille
2014-11-17Discourage NOPs reserved for soft-fork upgradesPeter Todd
2014-10-25Add valid invert of invalid every numeric opcode testsPeter Todd
2014-10-25Clearly separate PUSHDATA and numeric argument MINIMALDATA testsPeter Todd
2014-10-25Test every numeric-accepting opcode for correct handling of the numeric minim...Peter Todd
2014-10-25Ensure MINIMALDATA invalid tests can only fail one wayPeter Todd
2014-10-25Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille
2014-10-25Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille
2014-10-08Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille
2014-10-07Prettify JSON tests and minimize diffsPieter Wuille
2014-10-01Merge pull request #5014Wladimir J. van der Laan
2014-09-30tests: fix python test-runner for windowsCory Fields
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-14bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr
2014-09-08Make script_{valid,invalid}.json validation flags configurablePieter Wuille
2014-08-19Add bitcoin-tx testsJeff Garzik
2014-08-19bitcoin-tx: Accept input via stdin. Add input handling to tests.Jeff Garzik
2014-08-19Add "it works" test for bitcoin-txJeff Garzik
2014-07-18script tests: add tests for CHECKMULTISIG limitsOtto Allmendinger
2014-07-18script test: test case for 5-byte boolsOtto Allmendinger
2014-07-18script tests: value with trailing 0x00 is trueOtto Allmendinger
2014-07-18script tests: values that overflow to 0 are trueOtto Allmendinger
2014-07-18script tests: BOOLAND, BOOLOR decode to integerOtto Allmendinger
2014-07-18additional test for OP_SIZE in script_valid.jsonOtto Allmendinger
2014-06-02Merge pull request #4268Wladimir J. van der Laan
2014-06-01Fix stray uppercase A in tx_valid.json.Andreas Schildbach
2014-05-12Add CODESEPARATOR/FindAndDelete() testsPeter Todd
2014-05-09Merge pull request #3843Wladimir J. van der Laan
2014-05-09Merge pull request #3965Wladimir J. van der Laan
2014-05-09Merge pull request #3860 from petertodd/test-checkmulti-n-m-zeroGavin Andresen
2014-05-08Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd
2014-05-05Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd
2014-04-22script: add additional script testsCory Fields
2014-03-31Add sighash tests from data fileManuel Araoz
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
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
2014-01-30Add more data-driven tests.Matt Corallo
2013-12-11Add tests for correct and incorrect order of signatures for a multisigTamas Blummer
2013-11-11Test alerts high at high PROTOCOL_VERSIONsGavin Andresen
2013-11-08Add a few more basic script/tx test-cases.Matt Corallo