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
/
bitcoin-chainstate.cpp
Age
Commit message (
Expand
)
Author
2024-01-05
Remove GetAdjustedTime
dergoegge
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
2023-12-04
refactor: Remove call to ShutdownRequested from chainstate init
Ryan Ofsky
2023-11-30
Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)
Andrew Chow
2023-10-03
Make `CCheckQueue` destructor stop worker threads
Hennadii Stepanov
2023-10-03
Move global `scriptcheckqueue` into `ChainstateManager` class
Hennadii Stepanov
2023-09-14
refactor: Replace <filesystem> with <util/fs.h>
MarcoFalke
2023-09-12
[refactor] Add missing includes for next commit
TheCharlatan
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-07-07
scripted-diff: rename 'loadblk' thread name to 'initload'
furszy
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-05-30
kernel: Remove chainparams, chainparamsbase, args, settings from kernel library
TheCharlatan
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2023-05-20
kernel: Add warning method to notifications
TheCharlatan
2023-05-20
kernel: Add progress method to notifications
TheCharlatan
2023-05-20
kernel: Add headerTip method to notifications
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
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 ::nPruneTarget into BlockManager
MarcoFalke
2023-02-10
refactor, validation: Add ChainstateManagerOpts db options
Ryan Ofsky
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-22
Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
fanquake
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-05
Make adjusted time type safe
MacroFake
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
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-14
Use designated initializers for ChainstateManager::Options
Carl Dong
2022-06-02
kernel: SanityChecks: Return an error struct
Carl Dong
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Add ChainstateManagerOpts, using as ::Options
Carl Dong
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-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-10
validation: add CChainParams to ChainstateManager
Anthony Towns
2022-04-28
Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel`
fanquake
[next]