index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
txindex_tests.cpp
Age
Commit message (
Expand
)
Author
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