aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
AgeCommit message (Expand)Author
2021-02-01validation: Guard all chainstates with cs_mainCarl Dong
2021-02-01Fix -Wmismatched-tags warningsHennadii Stepanov
2021-01-28style-only: Remove redundant sentence in ActivateBestChain commentCarl Dong
2021-01-28style-only: Make TestBlockValidity signature readableCarl Dong
2021-01-28validation: Move LoadExternalBlockFile to CChainStateCarl Dong
2021-01-28validation: Remove global ::ActivateBestChainCarl Dong
2021-01-28validation: Pass in chainstate to TestBlockValidityCarl Dong
2021-01-28validation: Make CChainState.m_blockman publicCarl Dong
2021-01-28validation: Move GetLastCheckpoint to BlockManagerCarl Dong
2021-01-28validation: Move GetSpendHeight to BlockManagerCarl Dong
2021-01-28validation: Move FindForkInGlobalIndex to BlockManagerCarl Dong
2021-01-28validation: Remove global LookupBlockIndexCarl Dong
2021-01-28validation: Move LookupBlockIndex to BlockManagerCarl Dong
2021-01-28validation: Guard the active_chainstate with cs_mainCarl Dong
2021-01-25Merge #18710: Add local thread pool to CCheckQueueWladimir J. van der Laan
2021-01-13Merge #19935: Move SaltedHashers to separate file and add some new onesWladimir J. van der Laan
2020-12-16Merge #20575: Do not run functions with necessary side-effects in assert()Wladimir J. van der Laan
2020-12-06Make CanFlushToDisk a const member functionpracticalswift
2020-12-03Remove the remaining fee estimation globalsAntoine Poinsot
2020-11-10Move Hashers to util/hasher.{cpp/h}Andrew Chow
2020-11-07test: Mock IBD in net_processing fuzzersMarcoFalke
2020-10-05[validation] Remove absurdfee from accepttomempoolJohn Newbery
2020-09-24Add local thread pool to CCheckQueueHennadii Stepanov
2020-09-23Merge #19927: validation: Reduce direct g_chainman usageMarcoFalke
2020-09-21Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan
2020-09-21docs: Move FindFilesToPrune{,Manual} doxygen commentCarl Dong
2020-09-21validation: Move FindFilesToPrune{,Manual} to BlockManagerCarl Dong
2020-09-15[rpc] Return fee and vsize from testmempoolacceptcodeShark149
2020-09-15validation: Move PruneOneBlockFile to BlockManagerCarl Dong
2020-09-15validation: Pass in chainman to UnloadBlockIndexCarl Dong
2020-09-14validation: Move ~CMainCleanup logic to ~BlockManagerCarl Dong
2020-09-10validation: move GetWitnessCommitmentIndex to consensus/validationKarl-Johan Alm
2020-09-05Remove mempool globalMarcoFalke
2020-09-05Remove mempool global from initMarcoFalke
2020-09-01Merge #19668: Do not hide compile-time thread safety warningsMarcoFalke
2020-08-29sync.h: Make runtime lock checks require compile-time lock checksAnthony Towns
2020-08-28Pass mempool reference to chainstate constructorMarcoFalke
2020-07-29Pass mempool pointer to GetCoinsCacheSizeStateMarcoFalke
2020-07-29Pass mempool pointer to UnloadBlockIndexMarcoFalke
2020-07-29Merge #18637: coins: allow cache resize after initMarcoFalke
2020-07-26rpc: Avoid useless mempool query in gettxoutproofMarcoFalke
2020-07-11net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLDJon Atack
2020-07-11net: remove -banscore configuration optionJon Atack
2020-07-10doc: Use precise permission flags where possibleMarcoFalke
2020-07-01add ChainstateManager::MaybeRebalanceCaches()James O'Beirne
2020-07-01Add CChainState::ResizeCoinsCachesJames O'Beirne
2020-06-29refactor: Remove confusing BlockIndex globalMarcoFalke
2020-06-19Add ChainstateManager::ActiveChainstateMarcoFalke
2020-06-07doc: Add documentation for 'checklevel' argument in 'verifychain' RPC callCalvin Kim
2020-05-21validation: Mark g_chainman DEPRECATEDMarcoFalke