aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockmanager_tests.cpp
AgeCommit message (Expand)Author
2024-06-13refactor: remove warnings globalsstickies-v
2024-05-14validation, blockstorage: Separate code paths for reindex and saving new blocksMartin Zumsande
2023-12-04refactor: Remove calls to StartShutdown from KernelNotificationsRyan Ofsky
2023-12-04refactor: Add NodeContext::shutdown memberRyan Ofsky
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-09-15Return CAutoFile from BlockManager::Open*File()MarcoFalke
2023-09-14Merge bitcoin/bitcoin#27850: test: Add unit & functional test coverage for bl...Andrew Chow
2023-09-08refactor: remove clientversion include from dbwrapper.hCory Fields
2023-09-06unit test: add coverage for BlockManagerMatthew Zipkin
2023-08-14Rename script/standard.{cpp/h} to script/solver.{cpp/h}Andrew Chow
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-07-14Remove CChain dependency in node/blockstorageSuhas Daftuar
2023-07-10refactor: simplify pruning violation checkfurszy
2023-07-10make GetFirstStoredBlock assert that 'start_block' always has datafurszy
2023-06-28kernel: Add fatalError method to notificationsTheCharlatan
2023-06-28kernel: Add flushError method to notificationsTheCharlatan
2023-06-28kernel: Pass interrupt reference to chainmanTheCharlatan
2023-05-10refactor, blockstorage: Replace blocksdir argTheCharlatan
2023-05-10refactor: Move functions to BlockManager methodsTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-05-04Remove unused chainparams from BlockManager methodsMarcoFalke
2023-05-04Add BlockManagerOpts::chainparams referenceMarcoFalke
2023-03-15Move ::nPruneTarget into BlockManagerMarcoFalke
2022-12-20test: add unit test for ScanAndUnlinkAlreadyPrunedFilesAndrew Toth
2022-05-07reindex, log, test: fixes #21379mruddy