Age | Commit message (Expand) | Author |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-08-14 | Move CTxDestination to its own file | Andrew Chow |
2023-07-10 | refactor: index, decouple 'Init' from 'Start' | furszy |
2023-06-28 | test: Use same timeout for all index sync | MarcoFalke |
2023-04-04 | test: Use steady clock in index tests | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-11 | test: move SyncWithValidationInterfaceQueue() before Stop() in txindex_tests | Vasil Dimov |
2022-07-18 | indexes, refactor: Pass Chain interface instead of CChainState class to indexes | Ryan Ofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-06-10 | scripted-diff: test: Use existing chainman in unit tests | Carl Dong |
2021-05-27 | index: Add chainstate member to BaseIndex | Carl Dong |
2021-05-12 | index: Avoid async shutdown on init error | MarcoFalke |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-15 | test: Avoid accessing free'd memory in validation_chainstatemanager_tests | MarcoFalke |
2020-03-06 | scheduler: don't rely on boost interrupt on shutdown | Anthony Towns |
2020-02-21 | scripted-diff: Replace MilliSleep with UninterruptibleSleep | MarcoFalke |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-10-15 | Remove unused includes | practicalswift |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-04-29 | Replace CScriptID and CKeyID in CTxDestination with dedicated types | Gregory Sanders |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2019-02-14 | test: txindex: interrupt threadGroup before calling destructor | MarcoFalke |
2019-01-09 | Merge #14085: index: Fix for indexers skipping genesis block. | Wladimir J. van der Laan |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-08-27 | index: Fix for indexers skipping genesis block. | Jim Posen |
2018-08-26 | qa: Stop txindex thread before calling destructor | MarcoFalke |
2018-06-04 | index: Remove TxIndexDB from public interface of TxIndex. | Jim Posen |
2018-04-25 | [test] Simple unit test for TxIndex. | Jim Posen |