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
/
pow.cpp
Age
Commit message (
Expand
)
Author
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-19
Merge bitcoin/bitcoin#25311: refactor: remove CBlockIndex copy construction
fanquake
2022-12-15
remove CBlockIndex copy construction
James O'Beirne
2022-11-23
fuzz: Move-only net utils
MarcoFalke
2022-09-06
fuzz: Remove no-op call to get()
MacroFake
2022-08-23
Add function to validate difficulty changes
Suhas Daftuar
2021-12-17
Move AdditionOverflow to util, Add CheckedAdd with unit tests
MarcoFalke
2021-11-12
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
Andrew Poelstra
2021-03-24
fuzz: [refactor] Use PickValue where possible
MarcoFalke
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-01-25
fuzz: Avoid -fsanitize=integer warnings in fuzzing harnesses
practicalswift
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-04-04
tests: Add proof-of-work fuzzing harness
practicalswift