aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/transaction.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Only relay Taproot spends if next block has it activePieter Wuille2020-10-301-1/+2
|
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
* tests: Fuzz currently uncovered code path in TxToUniv(...)practicalswift2020-03-111-0/+2
|
* tests: Fuzz additional functions in the transaction fuzzing harnesspracticalswift2020-03-071-0/+24
|
* tests: Add deserialization fuzzing harnessespracticalswift2019-11-211-5/+17
|
* [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+1
| | | | | Split CValidationState into TxValidationState and BlockValidationState to store validation results for transactions and blocks respectively.
* consensus: Explain why fCheckDuplicateInputs can not be skipped and remove itMarcoFalke2019-10-241-6/+1
|
* tests: Add fuzzing harness for CheckTransaction(...), IsStandardTx(...) and ↵practicalswift2019-10-091-0/+81
other CTransaction related functions