aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/tx_invalid.json
AgeCommit message (Expand)Author
2018-08-02trivial: correct typosVarunram
2018-05-05Add transaction tests for constant scriptCodeJohnson Lau
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-02-11Fix a-vs-an typospracticalswift
2017-08-16doc: spelling fixesklemens
2016-12-15Adding 'amount' label to tx_valid/tx_invalid.json filesChris Stewart
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-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-02-14BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach
2015-12-15Rename 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-10Fix spelling mistake in -> if.Mark Friedenbach
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
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
2014-12-04Test unexecuted OP_CODESEPARATORPeter 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-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
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