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
/
block.cpp
Age
Commit message (
Expand
)
Author
2023-11-30
fuzz: Drop unused version from fuzz input format
MarcoFalke
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
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-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-27
doc: Remove TODO from block fuzz test
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-05-14
tests: Fill fuzzing coverage gaps for functions in consensus/validation.h
practicalswift
2020-04-22
tests: Add fuzzing harness for functions in primitives/block.h
practicalswift
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-11
tests: Simplify code by removing unwarranted use of unique_ptr:s
practicalswift
2020-03-11
tests: Fuzz RecursiveDynamicUsage(const std::shared_ptr<X>& p)
practicalswift
2019-12-15
tests: Add fuzzing harness for CheckBlock(...) and other CBlock related funct...
practicalswift