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
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
2021-12-07
node/chainstate: Decouple from ShutdownRequested
Carl Dong
2021-12-07
node/chainstate: Decouple from GetTime
Carl Dong
2021-12-07
init: Delay RPC block notif until warmup finished
Carl Dong
2021-12-06
Move -checkblocks LogPrintf to AppInitMain
Carl Dong
2021-12-06
node/chainstate: Reduce coupling of LogPrintf
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: Remove do/while loop
Carl Dong
2021-12-06
Move init logistics message for BAD_GENESIS_BLOCK to init.cpp
Carl Dong
2021-12-06
Move mempool nullptr Assert out of LoadChainstate
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/chainstate: Decouple from GetTimeMillis
Carl Dong
2021-12-06
node: Extract chainstate loading sequence
Carl Dong