aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/transaction.cpp
AgeCommit message (Expand)Author
2021-05-20fuzz: Speed up transaction fuzz targetMarcoFalke
2021-05-17fuzz: Sanity check result of CheckTransactionMarcoFalke
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-03-02util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount...practicalswift
2020-12-15Merge #20560: fuzz: Link all targets onceMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-12-07Remove unused and confusing CTransaction constructorMarcoFalke
2020-10-30Only relay Taproot spends if next block has it activePieter Wuille
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
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
2019-10-24consensus: Explain why fCheckDuplicateInputs can not be skipped and remove itMarcoFalke
2019-10-09tests: Add fuzzing harness for CheckTransaction(...), IsStandardTx(...) and o...practicalswift