aboutsummaryrefslogtreecommitdiff
path: root/src/index/coinstatsindex.h
AgeCommit message (Expand)Author
2022-09-13refactor: use std::string for index namesstickies-v
2022-07-20refactor: Pass reference to LookUpStatsMacroFake
2022-07-18indexes, refactor: Remove CChainState use in index CommitInternal methodRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in index Rewind methodsRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methodsRyan Ofsky
2022-07-18indexes, refactor: Remove CBlockIndex* uses in index Init methodsRyan Ofsky
2022-07-18indexes, refactor: Pass Chain interface instead of CChainState class to indexesRyan Ofsky
2022-05-23scripted-diff: Move src/kernel/coinstats to kernel::Carl Dong
2022-05-23Use only kernel/coinstats.h in index/coinstatsindex.hCarl Dong
2022-05-23Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStatsCarl Dong
2022-04-25Index: Use prune locks for blockfilterindexFabian Jahr
2022-02-21index: Commit DB_MUHASH and DB_BEST_BLOCK to disk togetherMartin Zumsande
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-06-03scripted-diff: Fix coinstats data member namesFabian Jahr
2021-04-19rpc, index: Add verbose amounts tracking to Coinstats indexFabian Jahr
2021-04-19index: Add Coinstats indexFabian Jahr