aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/tx_valid.json
AgeCommit message (Expand)Author
2018-05-05Add transaction tests for constant scriptCodeJohnson Lau
2018-03-04Add a test for large tx output scripts with segwit input.Richard Kiss
2018-02-11Fix a-vs-an typospracticalswift
2018-01-03Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.jsonChris Stewart
2017-08-23Document the non-strict-DER-conformance of one test in tx_valid.json.Andreas Schildbach
2017-06-22Fixed multiple typosDimitris Tsapakidis
2016-12-15Adding 'amount' label to tx_valid/tx_invalid.json filesChris Stewart
2016-12-12Fix spelling.Richard Kiss
2016-11-08tx_valid: re-order inputs to how they are encodedDaniel Cousens
2016-10-16Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau
2016-06-28Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak
2016-06-22[qa] Add transaction tests for segwitNicolasDorier
2016-02-14BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach
2015-12-15Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd
2015-10-18Add DERSIG transaction test casesJ Ross Nicoll
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-06-21Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd
2014-12-04Test unexecuted OP_CODESEPARATORPeter Todd
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-08Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd
2014-05-05Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd
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-08Add a few more basic script/tx test-cases.Matt Corallo
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-06-02Add new data-driven test-case.Matt Corallo
2013-05-21Add a few data-driven tests for SIGHASH_ANYONECANPAYMatt Corallo
2012-09-05Add various tests for CTransaction::CheckTransaction()Matt Corallo
2012-08-20Add data-driven transaction tests.Matt Corallo