aboutsummaryrefslogtreecommitdiff
path: root/src/test/util
AgeCommit message (Expand)Author
2024-09-03test: add `BulkTransaction` helper to unit test transaction utilsSebastian Falbesoner
2024-08-31Merge bitcoin/bitcoin#30377: refactor: Replace ParseHex with consteval ""_hex...Ryan Ofsky
2024-08-28refactor: Hand-replace some ParseHex -> ""_hexHodlinator
2024-08-28doc: fix a few simple codespell warningsLÅ‘rinc
2024-08-28Merge bitcoin/bitcoin#30571: test: [refactor] Use m_rng directlymerge-script
2024-08-28Merge bitcoin/bitcoin#30454: build: Introduce CMake-based build systemmerge-script
2024-08-27Merge bitcoin/bitcoin#30569: node: reduce unsafe uint256S usageAva Chow
2024-08-26test: Remove FastRandomContext globalRyan Ofsky
2024-08-26scripted-diff: [test] Use g_rng/m_rng directlyMarcoFalke
2024-08-26test: refactor: Accept any RandomNumberGenerator in RandMoneyMarcoFalke
2024-08-26test: refactor: Pass rng parameters to test functionsRyan Ofsky
2024-08-26test: refactor: Move g_insecure_rand_ctx.Reseed out of the helper that calls ...MarcoFalke
2024-08-23test: use uint256::FromUserHex for RANDOM_CTX_SEEDstickies-v
2024-08-21test: Add m_rng alias for the global random contextMarcoFalke
2024-08-20fuzz: Speed up utxo_snapshot fuzz targetMarcoFalke
2024-08-16cmake: Add wallet functionalityHennadii Stepanov
2024-08-16cmake: Build `test_bitcoin` executableHennadii Stepanov
2024-08-16fuzz: Speed up utxo_snapshot by lazy re-initMarcoFalke
2024-08-13test: Disallow fee_estimator construction in ChainTestingSetupMarcoFalke
2024-08-05Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_tglozow
2024-08-04Merge bitcoin/bitcoin#30526: doc: Correct uint256 hex string endiannessRyan Ofsky
2024-08-04scripted-diff: Modernize naming of nChainTx and nTxCountFabian Jahr
2024-08-03doc + test: Correct uint256 hex string endiannessHodlinator
2024-07-31[fuzz] Harness for version handshakedergoegge
2024-07-25clusterlin: add Linearize functionPieter Wuille
2024-07-25tests: framework for testing DepGraph classPieter Wuille
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-16Merge bitcoin/bitcoin#30394: net: fix race condition in self-connect detectionglozow
2024-07-15Merge bitcoin/bitcoin#30407: test: [refactor] Pass TestOptsmerge-script
2024-07-11Merge bitcoin/bitcoin#30397: refactor: Use designated initializer in test/uti...merge-script
2024-07-09net: fix race condition in self-connect detectionSebastian Falbesoner
2024-07-08Merge bitcoin/bitcoin#30141: kernel: De-globalize validation cachesRyan Ofsky
2024-07-08test: [refactor] Pass TestOptsMarcoFalke
2024-07-05refactor: Use designated initializerHodlinator
2024-07-05kernel: De-globalize signature cacheTheCharlatan
2024-07-04kernel: De-globalize script execution cacheTheCharlatan
2024-07-04Merge bitcoin/bitcoin#29625: Several randomness improvementsmerge-script
2024-07-02Merge bitcoin/bitcoin#30272: doc: use TRUC instead of v3 and add release noteAva Chow
2024-07-02Merge bitcoin/bitcoin#30267: assumeutxo: Check snapshot base block is not in ...Ava Chow
2024-07-02scripted-diff: change names from V3 to TRUCglozow
2024-07-02[doc] replace mentions of v3 with TRUCglozow
2024-07-01random: replace construct/assign with explicit Reseed()Pieter Wuille
2024-07-01tests: make fuzz tests (mostly) deterministic with fixed seedPieter Wuille
2024-07-01random: make GetRand() support entire range (incl. max)Pieter Wuille
2024-07-01tests: overhaul deterministic test randomnessPieter Wuille
2024-07-01random: move XoRoShiRo128PlusPlus into random modulePieter Wuille
2024-07-01xoroshiro128plusplus: drop comment about nonexisting copy()Pieter Wuille