aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/setup_common.cpp
AgeCommit message (Expand)Author
2024-08-28refactor: Hand-replace some ParseHex -> ""_hexHodlinator
2024-08-26scripted-diff: [test] Use g_rng/m_rng directlyMarcoFalke
2024-08-20fuzz: Speed up utxo_snapshot fuzz targetMarcoFalke
2024-08-16fuzz: Speed up utxo_snapshot by lazy re-initMarcoFalke
2024-08-13test: Disallow fee_estimator construction in ChainTestingSetupMarcoFalke
2024-08-03doc + test: Correct uint256 hex string endiannessHodlinator
2024-07-25Merge bitcoin/bitcoin#30399: test: Add arguments for creating a slimmer Testi...merge-script
2024-07-23Merge bitcoin/bitcoin#30436: fix: Make TxidFromString() respect string_view l...Ryan Ofsky
2024-07-23refactor: Make uint256_tests no longer use deprecated BOOST_CHECK()Hodlinator
2024-07-19test: Add arguments for creating a slimmer setupTheCharlatan
2024-07-15Merge bitcoin/bitcoin#30407: test: [refactor] Pass TestOptsmerge-script
2024-07-08Merge bitcoin/bitcoin#30141: kernel: De-globalize validation cachesRyan Ofsky
2024-07-08test: [refactor] Pass TestOptsMarcoFalke
2024-07-05kernel: De-globalize signature cacheTheCharlatan
2024-07-04kernel: De-globalize script execution cacheTheCharlatan
2024-07-01tests: make fuzz tests (mostly) deterministic with fixed seedPieter Wuille
2024-07-01tests: overhaul deterministic test randomnessPieter Wuille
2024-06-18Always pass options to BlockAssembler constructorSjors Provoost
2024-06-13refactor: remove warnings globalsstickies-v
2024-06-11Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndexAva Chow
2024-06-11Merge bitcoin/bitcoin#28830: [refactor] Check CTxMemPool options in ctorAva Chow
2024-06-07kernel: Add less confusing reindex optionsRyan Ofsky
2024-05-17[[refactor]] Check CTxMemPool options in constructorTheCharlatan
2024-05-16kernel: De-globalize fReindexTheCharlatan
2024-05-14Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...Ava Chow
2024-05-09kernel: Remove key module from kernel libraryTheCharlatan
2024-05-06refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...Luke Dashjr
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-26validation: allow to specify frequency for -checkblockindexMartin Zumsande
2024-04-24refactor: Remove hooking code for urlDecodeFabian Jahr
2024-03-11Merge bitcoin/bitcoin#26564: test: test_bitcoin: allow -testdatadir=<datadir>Ava Chow
2024-03-08Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CSchedulerAva Chow
2024-03-07test: test_bitcoin: allow -testdatadir=<datadir>Larry Ruane
2024-02-16kernel: Remove dependency on CSchedulerTheCharlatan
2024-02-15scripted-diff: Rename MainSignals to ValidationSignalsTheCharlatan
2024-02-15[refactor] Make MainSignals RAII styledTheCharlatan
2024-02-15refactor: De-globalize g_signalsTheCharlatan
2024-02-15[refactor] Make signals optional in mempool and chainmanTheCharlatan
2024-02-13scripted-diff: Fix bitcoin_config_h includesTheCharlatan
2024-02-01refactor: Fix timedata includesMarcoFalke
2024-01-05Remove GetAdjustedTimedergoegge
2023-12-04Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directlyRyan Ofsky
2023-12-04refactor: Remove calls to StartShutdown from KernelNotificationsRyan Ofsky
2023-12-04refactor: Add NodeContext::shutdown memberRyan Ofsky
2023-11-30Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)Andrew Chow
2023-11-30Remove unused CDataStreamMarcoFalke
2023-11-28test: Setup networking globallyHennadii Stepanov
2023-11-21Use Txid in COutpointdergoegge
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-07Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow...Andrew Chow