aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/tx_valid.json
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling.Richard Kiss2016-12-121-1/+1
* tx_valid: re-order inputs to how they are encodedDaniel Cousens2016-11-081-9/+9
* Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau2016-10-161-0/+23
* Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak2016-06-281-28/+28
* [qa] Add transaction tests for segwitNicolasDorier2016-06-221-0/+170
* BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach2016-02-141-0/+84
* Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd2015-12-151-10/+10
* Add DERSIG transaction test casesJ Ross Nicoll2015-10-181-0/+4
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
* Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd2015-06-211-0/+42
* Test unexecuted OP_CODESEPARATORPeter Todd2014-12-041-0/+9
* 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
* | Add CODESEPARATOR/FindAndDelete() testsPeter Todd2014-05-121-0/+46
|/
* Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd2014-05-081-2/+16
* Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd2014-05-051-26/+26
* Add more data-driven tests.Matt Corallo2014-01-301-1/+27
* Add tests for correct and incorrect order of signatures for a multisigTamas Blummer2013-12-111-1/+6
* Add a few more basic script/tx test-cases.Matt Corallo2013-11-081-1/+5
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-1/+1
* Add new data-driven test-case.Matt Corallo2013-06-021-1/+7
* Add a few data-driven tests for SIGHASH_ANYONECANPAYMatt Corallo2013-05-211-1/+11
* Add various tests for CTransaction::CheckTransaction()Matt Corallo2012-09-051-1/+20
* Add data-driven transaction tests.Matt Corallo2012-08-201-0/+52