Age | Commit message (Expand) | Author |
2023-01-03 | Use AutoFile and HashVerifier where possible | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
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 |
2022-03-15 | move-only: Move CBlockIndexWorkComparator to blockstorage | Carl Dong |
2022-03-15 | Only load BlockMan in BlockMan member functions | Carl Dong |
2022-03-15 | style-only: No need for std::pair for vSortedByHeight | Carl Dong |
2022-03-09 | style-only: Various blockstorage.cpp cleanups | Carl Dong |
2022-03-09 | refactor: more const annotations for uses of CBlockIndex* | Anthony Towns |
2022-02-22 | refactor: Rewrite AddToBlockIndex with try_emplace | Carl Dong |
2022-02-22 | style: Modernize range-based loops over m_block_index | Carl Dong |
2022-02-22 | refactor: Rewrite InsertBlockIndex with try_emplace | Carl Dong |
2022-02-22 | blockstorage: Make m_block_index own CBlockIndex's | Carl Dong |
2022-02-17 | doc: Fix typos | Taeik Lim |
2022-01-27 | Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize | laanwj |
2022-01-25 | Remove/inline ReadRawBlockFromDisk(block_data, pindex, message_start) | Hennadii Stepanov |
2022-01-25 | Require IsBlockPruned() to hold mutex cs_main | Jon Atack |
2022-01-25 | Require CBlockIndex::GetUndoPos() to hold mutex cs_main | Jon Atack |
2022-01-25 | Require WriteUndoDataForBlock() to hold mutex cs_main | Jon Atack |
2022-01-11 | Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:... | MarcoFalke |
2022-01-07 | refactor: add thread safety lock assertion to WriteBlockIndexDB() | Jon Atack |
2022-01-06 | Move CBlockFileInfo::ToString method where class is declared | Russell Yanofsky |
2022-01-07 | Merge bitcoin/bitcoin#23974: Make blockstorage globals private members of Blo... | fanquake |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2022-01-05 | scripted-diff: Rename touched member variables | MarcoFalke |
2022-01-05 | Make blockstorage globals private members of BlockManager | MarcoFalke |
2022-01-05 | Move blockstorage-related unload to BlockManager::Unload | MarcoFalke |