index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
fuzz
/
load_external_block_file.cpp
Age
Commit message (
Expand
)
Author
2023-11-18
blockstorage: switch from CAutoFile to AutoFile
Anthony Towns
2023-11-14
fuzz: Remove FuzzedAutoFileProvider
MarcoFalke
2023-09-15
Make BufferedFile to be a CAutoFile wrapper
MarcoFalke
2023-09-15
refactor: Drop unused fclose() from BufferedFile
MarcoFalke
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