aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/tx_invalid.json
Commit message (Expand)AuthorAgeFilesLines
* trivial: correct typosVarunram2018-08-021-1/+1
* Add transaction tests for constant scriptCodeJohnson Lau2018-05-051-0/+48
* scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-2/+2
* Fix a-vs-an typospracticalswift2018-02-111-2/+2
* doc: spelling fixesklemens2017-08-161-1/+1
* Adding 'amount' label to tx_valid/tx_invalid.json filesChris Stewart2016-12-151-1/+1
* Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau2016-10-161-0/+26
* Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak2016-06-281-14/+14
* [qa] Add transaction tests for segwitNicolasDorier2016-06-221-0/+63
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-4/+0
* BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach2016-02-141-0/+54
* Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd2015-12-151-16/+16
* unittest: fix test for null tx inputDaniel Kraft2015-10-271-3/+7
* Add DERSIG transaction test casesJ Ross Nicoll2015-10-181-0/+4
* Merge pull request #6544Wladimir J. van der Laan2015-08-191-1/+1
|\
| * Fix spelling mistake in -> if.Mark Friedenbach2015-08-101-1/+1
* | typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
|/
* CLTV: Add more tests to improve coverageEsteban Ordano2015-07-061-0/+8
* Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd2015-06-211-0/+64
* Add more script edge condition tests.Dave Collins2015-05-061-0/+6
* Test unexecuted OP_CODESEPARATORPeter Todd2014-12-041-0/+12
* Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd2014-05-081-1/+28
* Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd2014-05-051-17/+17
* Add more data-driven tests.Matt Corallo2014-01-301-1/+7
* Add tests for correct and incorrect order of signatures for a multisigTamas Blummer2013-12-111-1/+6
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-1/+1
* Add a few data-driven tests for SIGHASH_ANYONECANPAYMatt Corallo2013-05-211-1/+6
* Add various tests for CTransaction::CheckTransaction()Matt Corallo2012-09-051-1/+39
* Add data-driven transaction tests.Matt Corallo2012-08-201-0/+26