aboutsummaryrefslogtreecommitdiff
path: root/src/test/validation_chainstatemanager_tests.cpp
AgeCommit message (Expand)Author
2021-06-13refactor: Remove chainparams arg from CChainState member functionsMarcoFalke
2021-05-11refactor: Avoid magic value of all-zeros in assumeutxo base_blockhashMarcoFalke
2021-05-11Fix assumeutxo crash due to invalid base_blockhashMarcoFalke
2021-04-26validation: remove nchaintx from assumeutxo metadataJames O'Beirne
2021-04-14validation: fix ActivateSnapshot to use hardcoded nChainTxJames O'Beirne
2021-04-08test: Remove option to make TestChain100Setup non-deterministicMarcoFalke
2021-04-04Fix assumeutxo crash due to missing base_blockhashMarcoFalke
2021-02-12test: Add tests with maleated snapshot dataFabian Jahr
2021-02-12tests: add snapshot activation testJames O'Beirne
2021-02-12simplify ChainstateManager::SnapshotBlockhash() return semanticsJames O'Beirne
2021-01-12Merge #20495: sync: Use decltype(auto) return type for WITH_LOCKfanquake
2020-12-08test: Add new ChainTestingSetup and use itCarl Dong
2020-12-04sync: Use decltype(auto) return type for WITH_LOCKCarl Dong
2020-08-28Pass mempool reference to chainstate constructorMarcoFalke
2020-07-29test: Simplify cs_main locksMarcoFalke
2020-07-01add ChainstateManager::MaybeRebalanceCaches()James O'Beirne
2020-07-01Add CChainState::ResizeCoinsCachesJames O'Beirne
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15test: Avoid accessing free'd memory in validation_chainstatemanager_testsMarcoFalke
2020-03-17test: add basic tests for ChainstateManagerJames O'Beirne