aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/transaction.cpp
AgeCommit message (Collapse)Author
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
2020-03-11tests: Fuzz currently uncovered code path in TxToUniv(...)practicalswift
2020-03-07tests: Fuzz additional functions in the transaction fuzzing harnesspracticalswift
2019-11-21tests: Add deserialization fuzzing harnessespracticalswift
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
Split CValidationState into TxValidationState and BlockValidationState to store validation results for transactions and blocks respectively.
2019-10-24consensus: Explain why fCheckDuplicateInputs can not be skipped and remove itMarcoFalke
2019-10-09tests: Add fuzzing harness for CheckTransaction(...), IsStandardTx(...) and ↵practicalswift
other CTransaction related functions