aboutsummaryrefslogtreecommitdiff
path: root/src/test/data
AgeCommit message (Expand)Author
2016-01-13Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd
2015-10-27unittest: fix test for null tx inputDaniel Kraft
2015-10-18Add DERSIG transaction test casesJ Ross Nicoll
2015-08-19Merge pull request #6544Wladimir J. van der Laan
2015-08-19Merge pull request #6539Wladimir J. van der Laan
2015-08-10Fix spelling mistake in -> if.Mark Friedenbach
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-08-06Add support for data-based outputs (OP_RETURN) to bitcoin-tx.Pavel Janík
2015-07-09Merge pull request #6368Wladimir J. van der Laan
2015-07-07tests: Fix bitcoin-tx signing testcaseWladimir J. van der Laan
2015-07-06CLTV: Add more tests to improve coverageEsteban Ordano
2015-06-21Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd
2015-05-06Add more script edge condition tests.Dave Collins
2015-04-29Merge pull request #6075Wladimir J. van der Laan
2015-04-28Add additional script edge condition tests.Dave Collins
2015-04-27Correct the PUSHDATA4 minimal encoding test.Dave Collins
2015-03-27Switch test case signing to RFC6979 extra entropyPieter Wuille
2015-02-10Add test for DER-encoding edge caseSuhas Daftuar
2015-02-10Fix NegateSignatureS to not duplicate last byte of SSuhas Daftuar
2015-02-03Merge pull request #5713Wladimir J. van der Laan
2015-02-01Increase coverage of DERSIG edge casesPieter Wuille
2015-02-01Example unit tests from BIP66Pieter Wuille
2015-01-31remove sig_canonical.json and sig_noncanonical.jsonManuel Araoz
2015-01-09Make empty byte arrays pass CheckSignatureEncoding()Peter Todd
2015-01-08Fix tests after #5413Wladimir J. van der Laan
2015-01-08Merge pull request #5143Wladimir J. van der Laan
2015-01-02Remove redundant copyright notices from README filesWladimir J. van der Laan
2014-12-24bitcoin-tx: Add test case for signing a txEric R. Schulz
2014-12-19Merge pull request #5470Wladimir J. van der Laan
2014-12-19Merge pull request #5421Wladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-12-16minor fix on script test data docsManuel Araoz
2014-12-04Test unexecuted OP_CODESEPARATORPeter Todd
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-25Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter 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