aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/tx_valid.json
AgeCommit message (Expand)Author
2016-12-02Add 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