index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
node
/
chainstate.cpp
Age
Commit message (
Expand
)
Author
2023-10-06
validation: remove unused mempool param in DetectSnapshotChainstate
Fabian Jahr
2023-09-30
assumeutxo: remove snapshot during -reindex{-chainstate}
James O'Beirne
2023-08-02
scripted-diff: Rename CBlockTreeDB -> BlockTreeDB
MarcoFalke
2023-07-14
Move block-arrival information / preciousblock counters to ChainstateManager
Suhas Daftuar
2023-07-07
scripted-diff: rename 'loadblk' thread name to 'initload'
furszy
2023-06-15
validation: Stricter assumeutxo error handling in LoadChainstate
Ryan Ofsky
2023-05-20
kernel: Add progress method to notifications
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
Add missing fs.h includes
TheCharlatan
2023-03-15
refactor: Add and use PRUNE_TARGET_MANUAL constexpr
MarcoFalke
2023-03-07
Merge bitcoin/bitcoin#25740: assumeutxo: background validation completion
Andrew Chow
2023-03-07
validation: add ChainMan logic for completing UTXO snapshot validation
James O'Beirne
2023-02-24
init: Return more fitting ChainStateLoadStatus if verification was interrupted
Martin Zumsande
2023-02-22
Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB...
Andrew Chow
2023-02-22
move-only-ish: init: factor out chainstate initialization
James O'Beirne
2023-02-16
validation: report if pruning prevents completion of verification
Martin Zumsande
2023-02-16
init, validation: Improve handling if VerifyDB() fails due to insufficient db...
Martin Zumsande
2023-02-16
validation: return VerifyDBResult::INTERRUPTED if verification was interrupted
Martin Zumsande
2023-02-16
validation: Change return value of VerifyDB to enum type
Martin Zumsande
2023-02-10
refactor, validation: Add ChainstateManagerOpts db options
Ryan Ofsky
2023-02-10
refactor, txdb: Use DBParams struct in CBlockTreeDB
Ryan Ofsky
2023-01-16
Add BlockManager::GetPruneTarget()
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-18
iwyu: Add missing includes
MacroFake
2022-10-18
Move ::nMinimumChainWork into ChainstateManager
MacroFake
2022-10-18
Move ::hashAssumeValid into ChainstateManager
MacroFake
2022-09-13
init: add utxo snapshot detection
James O'Beirne
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-09-01
Move blockstorage option logging to LoadChainstate()
MacroFake
2022-08-29
Move validation option logging to LoadChainstate()
MacroFake
2022-07-21
refactor: Fix iwyu on node/chainstate
MacroFake
2022-07-19
refactor: Reduce number of LoadChainstate return values
Russell Yanofsky
2022-07-19
refactor: Reduce number of LoadChainstate parameters
Russell Yanofsky
2022-07-19
Add missing includes to node/chainstate
MacroFake
2022-05-18
Do not pass Consensus::Params& to Chainstate helpers
MacroFake
2022-05-18
Do not pass time getter to Chainstate helpers
MacroFake
2022-04-27
init: Reset mempool and chainman via reconstruction
Carl Dong
2022-04-19
scripted-diff: Rename pindexBestHeader, fHavePruned
Carl Dong
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-03-10
Remove utxo db upgrade code
MarcoFalke
2022-02-21
Avoid implicit-integer-sign-change in VerifyLoadedChainstate
MarcoFalke
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-23
node/chainstate: Use MAX_FUTURE_BLOCK_TIME
Carl Dong
2021-12-07
style-only: Remove redundant scope in *Chainstate
Carl Dong
2021-12-07
Collapse the 2 cs_main locks in LoadChainstate
Carl Dong
2021-12-07
Remove all #include // for * comments
Carl Dong
2021-12-07
node/chainstate: Add options for in-memory DBs
Carl Dong
2021-12-07
validation: VerifyDB only needs Consensus::Params
Carl Dong
[next]