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
/
util
/
setup_common.h
Age
Commit message (
Expand
)
Author
2022-01-11
test: parse the command line arguments in unit tests
Vasil Dimov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-07
test/setup: Use LoadChainstate
Carl Dong
2021-11-19
doc: Use clang-tidy comments in crypto_tests
MarcoFalke
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-09-24
Merge bitcoin/bitcoin#22818: test: Activate all regtest softforks at height 1...
merge-script
2021-09-16
test: Add extra_args argument to TestChain100Setup constructor
MarcoFalke
2021-09-16
test: Remove unused ~TestChain100Setup
MarcoFalke
2021-09-15
test: refactor: separate CreateBlock in TestChain100Setup
James O'Beirne
2021-05-24
[test] make submit optional in CreateValidMempoolTransaction
glozow
2021-04-18
BasicTestingSetup: Add ArgsManager.
Kiminuo
2021-04-08
test: Remove option to make TestChain100Setup non-deterministic
MarcoFalke
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-02-16
[test] Introduce a unit test helper to create a valid mempool transaction.
Amiti Uttarwar
2021-02-12
tests: add deterministic chain generation unittest fixture
James O'Beirne
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2020-12-08
test: Add new ChainTestingSetup and use it
Carl Dong
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-10-31
style: minor improvements as a followup to #19845
Vasil Dimov
2020-09-17
test: move HasReason so it can be reused
Vasil Dimov
2020-08-21
test: Move doxygen comment to header
MarcoFalke
2020-07-04
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-06-25
Merge #19090: refactor: Misc scheduler cleanups
MarcoFalke
2020-06-15
util: Add Assert identity function
MarcoFalke
2020-06-04
refactor: Specify boost/thread/thread.hpp explicitly
Hennadii Stepanov
2020-05-28
test: Remove unused scheduler.h include from the common setup
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
test: Add optional extra_args to testing setup
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
2020-01-02
test: Show debug log on unit test failure
MarcoFalke
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke