Age | Commit message (Expand) | Author |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-20 | refactor: Move ScheduleBatchPriority to its own file | TheCharlatan |
2023-05-17 | index: Enable reindex-chainstate with active indexes | Martin Zumsande |
2023-05-10 | refactor, blockstorage: Replace stopafterblockimport arg | TheCharlatan |
2023-05-10 | refactor, blockstorage: Replace blocksdir arg | TheCharlatan |
2023-05-10 | refactor, BlockManager: Replace fastprune from arg with options | TheCharlatan |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
2023-05-04 | Remove unused chainparams from BlockManager methods | MarcoFalke |
2023-05-04 | Replace pindex pointer with block reference | MarcoFalke |
2023-05-04 | Add BlockManagerOpts::chainparams reference | MarcoFalke |
2023-05-02 | Merge bitcoin/bitcoin#27191: blockstorage: Adjust fastprune limit if block ex... | fanquake |
2023-04-19 | blockstorage: Adjust fastprune limit if block exceeds blockfile size | Martin Zumsande |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-16 | Merge bitcoin/bitcoin#26177: refactor / kernel: Move non-gArgs chainparams fu... | fanquake |
2023-03-15 | Split non/kernel chainparams | Carl Dong |
2023-03-15 | Move ::fImporting to BlockManager | MarcoFalke |
2023-03-15 | Pass fImporting to ImportingNow helper class | MarcoFalke |
2023-03-15 | Move ::fPruneMode into BlockManager | MarcoFalke |
2023-03-15 | Move ::nPruneTarget into BlockManager | MarcoFalke |
2023-03-13 | refactor: Move error() from util/system.h to logging.h | Ben Woosley |
2023-02-28 | Merge bitcoin/bitcoin#26533: prune: scan and unlink already pruned block file... | Andrew Chow |
2023-01-03 | Use AutoFile and HashVerifier where possible | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-20 | prune: scan and unlink already pruned block files on startup | Andrew Toth |
2022-10-13 | Merge bitcoin/bitcoin#25667: assumeutxo: snapshot initialization | Andrew Chow |
2022-10-12 | Merge bitcoin/bitcoin#24858: incorrect blk file size calculation during reind... | glozow |
2022-09-13 | blockmanager: avoid undefined behavior during FlushBlockFile | James O'Beirne |
2022-09-09 | scripted-diff: rename CChainState -> Chainstate | James O'Beirne |
2022-08-19 | Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces... | MacroFake |
2022-07-29 | Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and... | fanquake |
2022-07-27 | refactor: Make const refs vars where applicable | Aurèle Oulès |
2022-07-20 | Use HashWriter where possible | MacroFake |
2022-07-18 | refactor: Make mapBlocksUnknownParent local, and rename it | Hennadii Stepanov |
2022-07-15 | LoadMempool: Pass in load_path, stop using gArgs | Carl Dong |
2022-06-06 | scripted-diff: remove duplicate categories from LogPrint output | Jon Atack |
2022-06-02 | kernel: pass params to BlockManager rather than using a global | Cory Fields |
2022-05-07 | reindex, log, test: fixes #21379 | mruddy |
2022-04-28 | blockstorage, refactor: pass GetFirstStoredBlock() start_block by reference | Jon Atack |
2022-04-28 | blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManager | Jon Atack |
2022-04-27 | validation: Prune UnloadBlockIndex and callees | Carl Dong |
2022-04-25 | blockstorage: Add prune locks to BlockManager | Fabian Jahr |
2022-04-25 | refactor: Introduce GetFirstStoredBlock helper function | Fabian Jahr |
2022-04-19 | scripted-diff: Rename pindexBestHeader, fHavePruned | Carl Dong |
2022-04-19 | Clear fHavePruned in BlockManager::Unload() | Carl Dong |
2022-04-19 | move-mostly: Make fHavePruned a BlockMan member | Carl Dong |
2022-04-19 | move-mostly: Make pindexBestHeader a ChainMan member | Carl Dong |
2022-04-12 | validation: Load pindexBestHeader in ChainMan | Carl Dong |
2022-03-15 | Add and use BlockManager::GetAllBlockIndices | Carl Dong |
2022-03-15 | Add and use CBlockIndexHeightOnlyComparator | Carl Dong |