Age | Commit message (Expand) | Author |
2024-02-01 | refactor: Fix timedata includes | MarcoFalke |
2023-10-20 | refactor: Remove CBlockFileInfo::SetNull | MarcoFalke |
2023-10-06 | chain: Rename HaveTxsDownloaded to HaveNumChainTxs | Fabian Jahr |
2023-09-30 | doc: add note about confusing HaveTxsDownloaded name | James O'Beirne |
2023-09-08 | Remove version/hashing options from CBlockLocator/CDiskBlockIndex | Cory Fields |
2023-07-24 | Documentation improvements for assumeutxo | Ryan Ofsky |
2023-01-05 | refactor: add kernel/cs_main.* | fanquake |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-15 | remove CBlockIndex copy construction | James O'Beirne |
2022-08-23 | Add functions to construct locators without CChain | Pieter Wuille |
2022-08-05 | Add time helpers | MacroFake |
2022-08-03 | Remove unused SetTip(nullptr) code | MacroFake |
2022-07-22 | refactor: move CBlockIndex#ToString() from header to implementation | Jon Atack |
2022-07-22 | CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash() | Jon Atack |
2022-07-22 | CDiskBlockIndex: remove unused ToString() class member | Jon Atack |
2022-07-22 | CBlockIndex: ensure phashBlock is not nullptr before dereferencing | Jon Atack |
2022-02-15 | Add doc/design/libraries.md | Ryan Ofsky |
2022-01-31 | Merge bitcoin/bitcoin#24146: Avoid integer sanitizer warnings in chain.o | MarcoFalke |
2022-01-25 | Guard CBlockIndex::nStatus/nFile/nDataPos/nUndoPos by cs_main | Jon Atack |
2022-01-25 | Require CBlockIndex::IsValid() to hold cs_main | Vasil Dimov |
2022-01-25 | Require CBlockIndex::RaiseValidity() to hold cs_main | Vasil Dimov |
2022-01-25 | Require CBlockIndex::IsAssumedValid() to hold cs_main | Vasil Dimov |
2022-01-25 | Require CBlockIndex::GetUndoPos() to hold mutex cs_main | Jon Atack |
2022-01-25 | Require CBlockIndex::GetBlockPos() to hold mutex cs_main | Jon Atack |
2022-01-25 | Avoid integer sanitizer warnings in chain.o | MarcoFalke |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-14 | style: Use 4 spaces for indendation, not 5 | MarcoFalke |
2021-12-14 | Disallow copies of CChain | MarcoFalke |
2021-10-20 | Merge bitcoin/bitcoin#13875: [doc] nChainTx needs to become a 64-bit earlier ... | W. J. van der Laan |
2021-09-15 | chain: add BLOCK_ASSUMED_VALID for use with assumeutxo | James O'Beirne |
2021-06-03 | doc: Various validation doc fixups | MarcoFalke |
2021-02-17 | doc: nChainTx needs to become a 64-bit earlier due to SegWit | Sjors Provoost |
2021-02-12 | simplify ChainstateManager::SnapshotBlockhash() return semantics | James O'Beirne |
2020-08-27 | chain: Remove UB CChain comparison | Carl Dong |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-02-10 | Get rid of VARINT default argument | Pieter Wuille |
2020-01-13 | Convert chain to new serialization | Pieter Wuille |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-16 | chain: Set all CBlockIndex members to null, remove SetNull helper | MarcoFalke |
2019-08-05 | [doc] chain: Declare BLOCK_VALID_HEADER reserved | MarcoFalke |
2019-03-27 | refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight | Antoine Riard |
2019-02-22 | scripted-diff: Rename CBlockDiskPos to FlatFilePos. | Jim Posen |
2019-02-22 | Move CDiskBlockPos from chain to flatfile. | Jim Posen |
2019-01-03 | Don't label transactions "Open" while catching up | Hennadii Stepanov |
2018-12-04 | validation: Add and use HaveTxsDownloaded where appropriate | MarcoFalke |
2018-08-14 | [trivial] Fix typo in CDiskBlockPos struct's ToString | Jon Layton |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-14 | Break circular dependency: chain -> pow -> chain | Ben Woosley |
2018-03-15 | Add static_assert to prevent VARINT(<signed value>) | Russell Yanofsky |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |