Age | Commit message (Expand) | Author |
---|---|---|
2023-07-31 | Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxo | Ryan Ofsky |
2023-07-21 | Move block-storage-related logic to ChainstateManager | Suhas Daftuar |
2023-07-13 | scripted-diff: Use new FUZZ_TARGET macro everywhere | MarcoFalke |
2022-07-18 | refactor: Make mapBlocksUnknownParent local, and rename it | Hennadii Stepanov |
2021-06-13 | refactor: Remove chainparams arg from CChainState member functions | MarcoFalke |
2021-06-10 | fuzz: Initialize a TestingSetup for test_one_input | Carl Dong |
2021-02-22 | scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext | MarcoFalke |
2021-01-28 | validation: Move LoadExternalBlockFile to CChainState | Carl Dong |
2021-01-21 | fuzz: Initialize a full TestingSetup where appropriate | Carl Dong |
2021-01-21 | fuzz: Consolidate fuzzing TestingSetup initialization | Carl Dong |
2020-12-10 | fuzz: Link all targets once | MarcoFalke |
2020-07-15 | tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h) | practicalswift |