aboutsummaryrefslogtreecommitdiff
path: root/src/node/chainstate.cpp
AgeCommit message (Expand)Author
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-09-01Move blockstorage option logging to LoadChainstate()MacroFake
2022-08-29Move validation option logging to LoadChainstate()MacroFake
2022-07-21refactor: Fix iwyu on node/chainstateMacroFake
2022-07-19refactor: Reduce number of LoadChainstate return valuesRussell Yanofsky
2022-07-19refactor: Reduce number of LoadChainstate parametersRussell Yanofsky
2022-07-19Add missing includes to node/chainstateMacroFake
2022-05-18Do not pass Consensus::Params& to Chainstate helpersMacroFake
2022-05-18Do not pass time getter to Chainstate helpersMacroFake
2022-04-27init: Reset mempool and chainman via reconstructionCarl Dong
2022-04-19scripted-diff: Rename pindexBestHeader, fHavePrunedCarl Dong
2022-04-19move-mostly: Make fHavePruned a BlockMan memberCarl Dong
2022-04-06doc: Convert remaining comments to clang-tidy formatMarcoFalke
2022-03-10Remove utxo db upgrade codeMarcoFalke
2022-02-21Avoid implicit-integer-sign-change in VerifyLoadedChainstateMarcoFalke
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-23node/chainstate: Use MAX_FUTURE_BLOCK_TIMECarl Dong
2021-12-07style-only: Remove redundant scope in *ChainstateCarl Dong
2021-12-07Collapse the 2 cs_main locks in LoadChainstateCarl Dong
2021-12-07Remove all #include // for * commentsCarl Dong
2021-12-07node/chainstate: Add options for in-memory DBsCarl Dong
2021-12-07validation: VerifyDB only needs Consensus::ParamsCarl Dong
2021-12-07node/chainstate: Decouple from ShutdownRequestedCarl Dong
2021-12-07node/chainstate: Decouple from GetTimeCarl Dong
2021-12-07init: Delay RPC block notif until warmup finishedCarl Dong
2021-12-06Move -checkblocks LogPrintf to AppInitMainCarl Dong
2021-12-06node/chainstate: Reduce coupling of LogPrintfCarl Dong
2021-12-06node/chainstate: Decouple from concept of uiInterfaceCarl Dong
2021-12-06Split off VerifyLoadedChainstateCarl Dong
2021-12-06node/chainstate: Remove do/while loopCarl Dong
2021-12-06Move init logistics message for BAD_GENESIS_BLOCK to init.cppCarl Dong
2021-12-06Move mempool nullptr Assert out of LoadChainstateCarl Dong
2021-12-06node/chainstate: Decouple from concept of NodeContextCarl Dong
2021-12-06node/chainstate: Decouple from ArgsManagerCarl Dong
2021-12-06node/chainstate: Decouple from stringy errorsCarl Dong
2021-12-06node/chainstate: Decouple from GetTimeMillisCarl Dong
2021-12-06node: Extract chainstate loading sequenceCarl Dong