aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/coinstats.cpp
AgeCommit message (Expand)Author
2024-03-11scripted-diff: Replace error() with LogError()MarcoFalke
2024-03-11scripted-diff: return error(...); ==> error(...); return false;MarcoFalke
2023-11-21Use Txid in COutpointdergoegge
2023-11-16Include version.h in fewer placesAnthony Towns
2023-10-20coinstats: Fix hash_serialized2 calculationFabian Jahr
2023-05-02Avoid dereferencing interruption_point if it is nullptrMarcoFalke
2023-03-13refactor: Move error() from util/system.h to logging.hBen Woosley
2023-01-26Use DataStream where possibleMarcoFalke
2022-07-20Use HashWriter where possibleMacroFake
2022-07-19ci: Enable IWYU in src/kernel directoryRyan Ofsky
2022-05-23scripted-diff: Move src/kernel/coinstats to kernel::Carl Dong
2022-05-23coinstats: Split node/coinstats.h to kernel/coinstats.hCarl Dong
2022-05-23coinstats: Move hasher codepath to kernel/coinstatsCarl Dong