aboutsummaryrefslogtreecommitdiff
path: root/src/index/coinstatsindex.cpp
AgeCommit message (Expand)Author
2022-05-23Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStatsCarl Dong
2022-03-09refactor: more const annotations for uses of CBlockIndex*Anthony Towns
2022-02-21index: Commit DB_MUHASH and DB_BEST_BLOCK to disk togetherMartin Zumsande
2022-02-17index: check muhash is in sync on coinstatsindex launchFabian Jahr
2022-01-31index: Don't commit without valid m_best_block_indexMartin Zumsande
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-17refactor: Avoid integer overflow in ApplyStats when activating snapshotMarcoFalke
2021-07-28Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-upsW. J. van der Laan
2021-07-25Index: Improve logging in coinstatsindexFabian Jahr
2021-06-03Index: Return early from failed coinstatsindex initFabian Jahr
2021-06-03index: Use batch writing in coinstatsindex WriteBlockFabian Jahr
2021-06-03scripted-diff: Fix coinstats data member namesFabian Jahr
2021-06-01Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary...MarcoFalke
2021-05-27index: Add chainstate member to BaseIndexCarl Dong
2021-05-24index: Avoid unnecessary type casts in coinstatsindexFabian Jahr
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2021-05-01refactor: [index] Replace deprecated char with uint8_t in serializationMarcoFalke
2021-04-19rpc, index: Add verbose amounts tracking to Coinstats indexFabian Jahr
2021-04-19index: Add Coinstats indexFabian Jahr