aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/rolling_bloom_filter.cpp
AgeCommit message (Expand)Author
2021-10-05scripted-diff: Move bloom to src/commonMarcoFalke
2021-08-21fuzz: Use LIMITED_WHILE instead of limit_max_opsMarcoFalke
2021-07-15fuzz: Use ConsumeUInt256 helper to simplify rolling_bloom_filter fuzz testMarcoFalke
2021-07-15fuzz: Speed up rolling_bloom_filter fuzz testMarcoFalke
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
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-09Make lifetime correctness easier to see (avoid reference lifetime extension)practicalswift
2020-02-25tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilterpracticalswift