aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/chain.cpp
AgeCommit message (Expand)Author
2022-07-22CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash()Jon Atack
2022-07-22CDiskBlockIndex: remove unused ToString() class memberJon Atack
2022-01-25Require CBlockIndex::RaiseValidity() to hold cs_mainVasil Dimov
2022-01-25Require CBlockIndex::GetBlockPos() to hold mutex cs_mainJon Atack
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-12fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loopAndrew Poelstra
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-05-14Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.practicalswift
2020-03-26tests: Add fuzzing harness for functions/classes in chain.hpracticalswift