aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockfilter_index_tests.cpp
AgeCommit message (Expand)Author
2022-08-29Require callers of AcceptBlockHeader() to perform anti-dos checksSuhas Daftuar
2022-07-18indexes, refactor: Pass Chain interface instead of CChainState class to indexesRyan Ofsky
2022-06-06miner: Make mempool optional for BlockAssemblerCarl Dong
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-05-18Do not pass CChainParams& to BlockAssembler constructorMacroFake
2022-05-10validation: remove redundant CChainParams params from ChainstateManager methodsAnthony Towns
2022-04-01Remove buggy and confusing IncrementExtraNonceMarcoFalke
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-16scripted-diff: Move miner to src/nodeMarcoFalke
2021-06-10scripted-diff: test: Use existing chainman in unit testsCarl Dong
2021-05-27index: Add chainstate member to BaseIndexCarl Dong
2021-05-12index: Avoid async shutdown on init errorMarcoFalke
2021-03-24miner: Add chainstate member to BlockAssemblerCarl Dong
2021-03-24Revert "scripted-diff: Invoke CreateNewBlock with chainstate"Carl Dong
2021-03-08scripted-diff: Invoke CreateNewBlock with chainstateCarl Dong
2021-01-28scripted-diff: Use BlockManager::LookupBlockIndexCarl Dong
2020-06-15scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke
2020-05-21validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke
2020-05-08test: Fix outstanding -Wsign-compare errorsBen Woosley
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-04Merge #17228: test: Add RegTestingSetup to setup_commonMarcoFalke
2019-10-30test: move-only ComputeFilter to src/test/lib/blockfilterMarcoFalke
2019-10-29[validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()John Newbery
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-14test: Fix bug in blockfilter_index_tests.Jim Posen
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-05-09Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-18tests: fix outdate include in blockfilter_index_testsJames O'Beirne
2019-04-06index: Access functions for global block filter indexes.Jim Posen
2019-04-06test: Unit test for block filter index reorg handling.Jim Posen
2019-04-06test: Unit tests for block index filter.Jim Posen