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
2024-03-07
test: test_bitcoin: allow -testdatadir=<datadir>
Larry Ruane
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
2023-11-30
Remove unused version.h include
MarcoFalke
2023-11-29
fuzz: Fix nullptr deref in scriptpubkeyman
MarcoFalke
2023-11-16
Include version.h in fewer places
Anthony Towns
2023-11-01
[test util] CreateValidTransaction multi-in/out, configurable feerate, signal...
glozow
2023-06-14
test: move random.h include header from setup_common.h to cpp
Jon Atack
2023-06-14
test: move remaining random test util code from setup_common to random
jonatack
2023-05-26
fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting
MarcoFalke
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-05
Move LoadVerifyActivateChainstate to ChainTestingSetup
MarcoFalke
2023-04-26
Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even...
glozow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-17
[test util] mock mempool minimum feerate
glozow
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-02-06
Move random test util code from setup_common to random
Jon Atack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-09-13
test: move-only-ish: factor out LoadVerifyActivateChainstate()
James O'Beirne
2022-09-13
test: allow on-disk coins and block tree dbs in tests
James O'Beirne
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-04
Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...
fanquake
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-31
test: Use Set/UnsetGlobals in BasicTestingSetup
Carl Dong
2022-05-30
[test util] to populate mempool with random transactions/packages
glozow
2022-05-30
[test util] add chain name to TestChain100Setup ctor
glozow
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
[next]