aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/load_external_block_file.cpp
AgeCommit message (Expand)Author
2023-11-18blockstorage: switch from CAutoFile to AutoFileAnthony Towns
2023-11-14fuzz: Remove FuzzedAutoFileProviderMarcoFalke
2023-09-15Make BufferedFile to be a CAutoFile wrapperMarcoFalke
2023-09-15refactor: Drop unused fclose() from BufferedFileMarcoFalke
2023-07-31Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxoRyan Ofsky
2023-07-21Move block-storage-related logic to ChainstateManagerSuhas Daftuar
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2022-07-18refactor: Make mapBlocksUnknownParent local, and rename itHennadii Stepanov
2021-06-13refactor: Remove chainparams arg from CChainState member functionsMarcoFalke
2021-06-10fuzz: Initialize a TestingSetup for test_one_inputCarl Dong
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
2021-01-28validation: Move LoadExternalBlockFile to CChainStateCarl Dong
2021-01-21fuzz: Initialize a full TestingSetup where appropriateCarl Dong
2021-01-21fuzz: Consolidate fuzzing TestingSetup initializationCarl Dong
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-07-15tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h)practicalswift