aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/coins_view.cpp
AgeCommit message (Expand)Author
2022-05-20fuzz: Remove useless GetUTXOStats fuzz caseCarl Dong
2022-02-02test: Avoid testing negative block heightsMarcoFalke
2022-01-11Remove cs_main lock annotation from ChainstateManager.m_blockmanRyan Ofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-11-16policy: Treat taproot as always activeMarcoFalke
2021-11-12fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loopAndrew Poelstra
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-07-20Merge bitcoin/bitcoin#22232: refactor: Pass interpreter flags as uint32_t ins...MarcoFalke
2021-06-17refactor: wrap CCoinsViewCursor in unique_ptrJames O'Beirne
2021-06-14refactor: Pass script verify flags as uint32_tMarcoFalke
2021-06-10fuzz: Initialize a TestingSetup for test_one_inputCarl Dong
2021-05-25Mark `CheckTxInputs` `[[nodiscard]]` (out-param `txfee` only set if call is s...practicalswift
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