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.h
Age
Commit message (
Expand
)
Author
2023-06-15
validation: Stricter assumeutxo error handling in LoadChainstate
Ryan Ofsky
2023-02-24
doc: add explanation for fail_on_insufficient_dbcache
Ryan Ofsky
2023-02-16
init, validation: Improve handling if VerifyDB() fails due to insufficient db...
Martin Zumsande
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
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-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
docs: Make LoadChainstate comment more accurate
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
2021-12-07
node/chainstate: Decouple from ShutdownRequested
Carl Dong
2021-12-07
node/chainstate: Decouple from GetTime
Carl Dong
2021-12-06
node/chainstate: Decouple from concept of uiInterface
Carl Dong
2021-12-06
Split off VerifyLoadedChainstate
Carl Dong
2021-12-06
node/chainstate: Decouple from concept of NodeContext
Carl Dong
2021-12-06
node/chainstate: Decouple from ArgsManager
Carl Dong
2021-12-06
node/chainstate: Decouple from stringy errors
Carl Dong
2021-12-06
node: Extract chainstate loading sequence
Carl Dong