aboutsummaryrefslogtreecommitdiff
path: root/src/test/coinstatsindex_tests.cpp
AgeCommit message (Expand)Author
2022-09-13Merge bitcoin/bitcoin#24513: CChainState -> Chainstateglozow
2022-09-13Merge bitcoin/bitcoin#25222: refactor: Pass reference to LookUpStatsMacroFake
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-08-29Require callers of AcceptBlockHeader() to perform anti-dos checksSuhas Daftuar
2022-07-20refactor: Pass reference to LookUpStatsMacroFake
2022-07-19Merge bitcoin/bitcoin#25494: indexes: Stop using node internal typesfanquake
2022-07-18indexes, refactor: Pass Chain interface instead of CChainState class to indexesRyan Ofsky
2022-07-18refactor: remove unused using directivesfanquake
2022-05-23scripted-diff: Move src/kernel/coinstats to kernel::Carl Dong
2022-05-23Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStatsCarl Dong
2022-05-20coinstats: Extract hash_type in-member to in-paramCarl Dong
2022-02-25Add coinstatsindex_unclean_shutdown testRyan Ofsky
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-06-10scripted-diff: test: Use existing chainman in unit testsCarl Dong
2021-05-27index: Add chainstate member to BaseIndexCarl Dong
2021-05-12index: Avoid async shutdown on init errorMarcoFalke
2021-04-19test: Add unit test for Coinstats indexFabian Jahr