Age | Commit message (Expand) | Author |
---|---|---|
2022-01-25 | Require CBlockIndex::RaiseValidity() to hold cs_main | Vasil Dimov |
2022-01-25 | Require CBlockIndex::GetBlockPos() to hold mutex cs_main | Jon Atack |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-12 | fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop | Andrew Poelstra |
2020-12-10 | fuzz: Link all targets once | MarcoFalke |
2020-05-14 | Switch from Optional<T> to std::optional<T> (C++17). Run clang-format. | practicalswift |
2020-03-26 | tests: Add fuzzing harness for functions/classes in chain.h | practicalswift |