aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/parse_numbers.cpp
AgeCommit message (Expand)Author
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-04Merge bitcoin/bitcoin#23156: refactor: Remove unused ParsePrechecks and Parse...MarcoFalke
2021-10-04Remove unused ParseDouble and ParsePrechecksMarcoFalke
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift
2021-08-04util: make ParseMoney return a std::optional<CAmount>fanquake
2021-03-19test: add ParseUInt16() test coverageJon Atack
2021-03-15test: add ParseUInt8() unit and fuzz test coverageJon Atack
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2019-12-10tests: Add fuzzing harnesses for various number parsing functionspracticalswift