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-08-20
fuzz: Speed up utxo_snapshot fuzz target
MarcoFalke
2024-08-16
fuzz: Speed up utxo_snapshot by lazy re-init
MarcoFalke
2024-07-25
Merge bitcoin/bitcoin#30399: test: Add arguments for creating a slimmer Testi...
merge-script
2024-07-23
Merge bitcoin/bitcoin#30436: fix: Make TxidFromString() respect string_view l...
Ryan Ofsky
2024-07-23
refactor: Make uint256_tests no longer use deprecated BOOST_CHECK()
Hodlinator
2024-07-19
test: Add arguments for creating a slimmer setup
TheCharlatan
2024-07-08
test: [refactor] Pass TestOpts
MarcoFalke
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
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
[next]