aboutsummaryrefslogtreecommitdiff
path: root/src/test/txindex_tests.cpp
AgeCommit message (Expand)Author
2022-07-18indexes, refactor: Pass Chain interface instead of CChainState class to indexesRyan Ofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
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
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15test: Avoid accessing free'd memory in validation_chainstatemanager_testsMarcoFalke
2020-03-06scheduler: don't rely on boost interrupt on shutdownAnthony Towns
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-15Remove unused includespracticalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-02-14test: txindex: interrupt threadGroup before calling destructorMarcoFalke
2019-01-09Merge #14085: index: Fix for indexers skipping genesis block.Wladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-08-27index: Fix for indexers skipping genesis block.Jim Posen
2018-08-26qa: Stop txindex thread before calling destructorMarcoFalke
2018-06-04index: Remove TxIndexDB from public interface of TxIndex.Jim Posen
2018-04-25[test] Simple unit test for TxIndex.Jim Posen