aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/coins_view.cpp
AgeCommit message (Expand)Author
2021-05-17fuzz: Add missing CheckTransaction before CheckTxInputsMarcoFalke
2021-04-19refactor: Pass hash_type to CoinsStats in stats objectFabian Jahr
2021-03-30fuzz: Removed unused try-catch in coins_viewMarcoFalke
2021-03-08node/coinstats: Pass in BlockManager to GetUTXOStatsCarl Dong
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
2021-01-21fuzz: Initialize a full TestingSetup where appropriateCarl Dong
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-10-30Only relay Taproot spends if next block has it activePieter Wuille
2020-06-22rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr
2020-05-25tests: Add fuzzing harness for CCoinsViewCachepracticalswift