aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/fee_rate.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-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
Move amount.h to consensus/amount.h. Renames, adds missing and removes uneeded includes.
2021-05-18refactor: Make CFeeRate constructor architecture-independentMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-03-15tests: Add fuzzing harness for CFeeRatepracticalswift