aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-circular-dependencies.py
AgeCommit message (Collapse)Author
2022-05-23kernel: Use ComputeUTXOStats in validationCarl Dong
This is the "fruit of our labor" for this patchset. ChainstateManager::PopulateAndValidateSnapshot can now directly call ComputeUTXOStats(...). Our consensus engine is now fully decoupled from all indices. See the src/Makefile.am for some satisfying removals.
2022-05-23Use only kernel/coinstats.h in index/coinstatsindex.hCarl Dong
Removes a circular dependency, horray!
2022-04-30lint: Fix lint-circular-dependencies.py file listMacroFake
2022-04-25Index: Use prune locks for blockfilterindexFabian Jahr
Prior to this change blocks could be pruned up to the last block before the blockfilterindex current best block.
2022-04-20lint: Convert lint-circular-dependencies.sh to PythonSmlep