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
/
qt
/
test
/
apptests.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-08-05
Merge bitcoin-core/gui#337: test: Use Regex Search in Apptests
Hennadii Stepanov
2021-06-10
qt/test: Reset chainman in ~ChainstateManager instead
Carl Dong
2021-06-01
qt, test: use regex search in apptests
Jarol Rodriguez
2021-06-01
qt, test: introduce FindInConsole function
Jarol Rodriguez
2021-05-31
qt, rpc: Add "Executing…" message
Hennadii Stepanov
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-17
qt, test: use qsignalspy instead of qeventloop
Jarol Rodriguez
2020-09-15
validation: Pass in chainman to UnloadBlockIndex
Carl Dong
2020-08-12
Reduce cs_main lock accumulation during GUI startup
Jonas Schnelli
2020-07-29
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-09
gui tests: Limit life-time of dummy testing setup
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-17
protect g_chainman with cs_main
James O'Beirne
2020-03-17
test: add basic tests for ChainstateManager
James O'Beirne
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-01
doc: Explain QT_QPA_PLATFORM for gui tests
MarcoFalke
2019-09-06
Testchains: Qt: Simplify network/chain styles
Jorge Timón
2019-06-27
qt: test: Create at most one testing setup
MarcoFalke
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-20
test: Log to debug.log in all tests
MarcoFalke
2019-06-20
test: use common setup in gui tests
MarcoFalke
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-02-14
Bump minimum Qt version to 5.5.1
Sjors Provoost
2019-01-04
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky