aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
37 hoursMerge bitcoin/bitcoin#30980: fuzz: fix bug in p2p_headers_presync harnessglozow
3 dayslog: Enforce trailing newline, Remove redundant m_started_new_lineMarcoFalke
4 daysMerge bitcoin/bitcoin#30043: net: Replace libnatpmp with built-in PCP+NATPMP ...Ava Chow
7 daysMerge bitcoin/bitcoin#30921: test: generalize HasReason and use it in FailFmt...merge-script
8 daysFix bug in p2p_headers_presync harnessmarcofleon
9 daysMerge bitcoin/bitcoin#30510: multiprocess: Add IPC wrapper for Mining interfaceAva Chow
10 daysMerge bitcoin/bitcoin#30952: test: Use shell builtins in run_command test casemerge-script
11 daysmultiprocess: Add serialization code for BlockValidationStateRyan Ofsky
11 daysmultiprocess: Add serialization code for vector<char>Russell Yanofsky
11 daysmultiprocess: Add serialization code for CTransactionRussell Yanofsky
11 daysbuild: Make bitcoin_ipc_test depend on bitcoin_ipcRyan Ofsky
11 daysMerge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep...Ava Chow
11 daystest: Use shell builtins in run_command test caseAva Chow
13 dayscrypto: Add missing WriteBE16 functionlaanwj
14 daysMerge bitcoin/bitcoin#30765: refactor: Allow `CScript`'s `operator<<` to acce...Ava Chow
14 daysMerge bitcoin/bitcoin#30918: fuzz: Add check in `p2p_headers_presync` that ch...Ava Chow
14 daysMerge bitcoin/bitcoin#30826: fuzz: reduce number of iterations in `crypto_aea...Ava Chow
14 daysMerge bitcoin/bitcoin#30568: addrman: change internal id counting to int64_tAva Chow
14 daysMerge bitcoin/bitcoin#30561: refactor: move `SignSignature` helpers to test u...merge-script
2024-09-20add check that chainwork doesn't exceed minimum workmarcofleon
2024-09-19Merge bitcoin/bitcoin#30889: log: Use ConstevalFormatStringmerge-script
2024-09-19test: generalize HasReason and use it in FailFmtWithErrorLőrinc
2024-09-17Remove unused g_best_blockRyan Ofsky
2024-09-16Merge bitcoin/bitcoin#30884: streams: cache file position within AutoFileAva Chow
2024-09-16Merge bitcoin/bitcoin#29436: net: call `Select` with reachable networks in `T...Ava Chow
2024-09-16Merge bitcoin/bitcoin#30661: fuzz: Test headers pre-sync through p2pglozow
2024-09-16Merge bitcoin/bitcoin#30286: cluster mempool: optimized candidate searchglozow
2024-09-13streams: remove AutoFile::Get() entirelyPieter Wuille
2024-09-13Merge bitcoin/bitcoin#30890: doc: unit test runner help fixup and improvementsmerge-script
2024-09-13Unit test runner documentation fix and improvementsJon Atack
2024-09-13streams: cache file position within AutoFilePieter Wuille
2024-09-13test: Use LogPrintStr to test m_log_sourcelocationsMarcoFalke
2024-09-12clusterlin: only start/use search when enough iterations leftPieter Wuille
2024-09-12clusterlin: include topological pot subsets automatically (optimization)Pieter Wuille
2024-09-12clusterlin bench: add example hard cluster benchmarksPieter Wuille
2024-09-12clusterlin: track upper bound potential set for work items (optimization)Pieter Wuille
2024-09-12clusterlin: add reordering support for DepGraphPieter Wuille
2024-09-12clusterlin: separate initial search entries per component (optimization)Pieter Wuille
2024-09-12Merge bitcoin/bitcoin#30546: util: Use consteval checked format string in Fat...Ryan Ofsky
2024-09-12Merge bitcoin/bitcoin#30618: test: support std::optional in BOOST_CHECK_* and...Ryan Ofsky
2024-09-12util: Add ConstevalFormatStringMarcoFalke
2024-09-12Merge bitcoin/bitcoin#30847: test: Drop no longer needed workaroundsmerge-script
2024-09-12Merge bitcoin/bitcoin#30803: build: Minor build system fixes and amendmentsmerge-script
2024-09-11Replace CScript _hex_v_u8 appends with _hexLőrinc
2024-09-11Compare FromUserHex result against other hex validators and parsersLőrinc
2024-09-11Use BOOST_CHECK_EQUAL for optional, arith_uint256, uint256, uint160Lőrinc
2024-09-10Merge bitcoin/bitcoin#30773: Remove unsafe uint256S() and test-only uint160S()Ryan Ofsky
2024-09-10addrman: change `Select` to support multiple networksbrunoerg
2024-09-10fuzz: Add harness for p2p headers syncmarcofleon
2024-09-09Merge bitcoin/bitcoin#30509: multiprocess: Add -ipcbind option to bitcoin-nodeAva Chow