aboutsummaryrefslogtreecommitdiff
path: root/src/test/data/tx_valid.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4268Wladimir J. van der Laan2014-06-021-1/+1
|\ | | | | | | 223a6f7 Fix stray uppercase A in tx_valid.json. (Andreas Schildbach)
| * 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
| | | | | | This is a source of transaction mutability as the dummy value was previously not checked and could be modified to something other than the usual OP_0 value.
* Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd2014-05-051-26/+26
| | | | Previously only P2SH could be set.
* 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
| | | (P2SH)
* Add a few more basic script/tx test-cases.Matt Corallo2013-11-081-1/+5
|
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to ↵Eric Lombrozo2013-06-051-1/+1
| | | | | | | | | | | | | | | | | the mempool instance. Removed AreInputsStandard from CTransaction, made it a regular function in main. Moved CTransaction::GetOutputFor to CCoinsViewCache. Moved GetLegacySigOpCount and GetP2SHSigOpCount out of CTransaction into regular functions in main. Moved GetValueIn and HaveInputs from CTransaction into CCoinsViewCache. Moved AllowFree, ClientCheckInputs, CheckInputs, UpdateCoins, and CheckTransaction out of CTransaction and into main. Moved IsStandard and IsFinal out of CTransaction and put them in main as IsStandardTx and IsFinalTx. Moved GetValueOut out of CTransaction into main. Moved CTxIn, CTxOut, and CTransaction into core. Added minimum fee parameter to CTxOut::IsDust() temporarily until CTransaction is moved to core.h so that CTxOut needn't know about CTransaction.
* 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