aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/float.cpp
AgeCommit message (Collapse)Author
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: * 2020: fa0074e2d82928016a43ca408717154a1c70a4db * 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0
2021-06-07fuzz: Increase branch coverage of the float fuzz targetMarcoFalke
2021-05-24Remove support for double serializationPieter Wuille
2021-05-24Convert uses of double-serialization to {En,De}codeDoublePieter Wuille
2021-05-24Remove unused float serializationMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-01-31tests: Add fuzzing harness for functions taking floating-point types as inputpracticalswift