2025-12-11

<bitcoin-git> [bitcoin] achow101 merged pull request #32414: validation: periodically flush dbcache during reindex-chainstate (master...reindex-flush) https://github.com/bitcoin/bitcoin/pull/32414
<bitcoin-git> bitcoin/master 41479ed Andrew Toth: test: add test for periodic flush inside ActivateBestChain
<bitcoin-git> bitcoin/master c1e554d Andrew Toth: refactor: consolidate 3 separate locks into one block
<bitcoin-git> bitcoin/master 8482056 Andrew Toth: validation: periodically flush dbcache during reindex-chainstate
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/5be20c380dcb...d155fc12a0c7
<bitcoin-git> [bitcoin] maflcko opened pull request #34051: log: Remove brittle and confusing LogPrintLevel (master...2512-log-final-cleanup) https://github.com/bitcoin/bitcoin/pull/34051
<bitcoin-git> [bitcoin] l0rinc reopened pull request #32497: merkle: pre‑reserve leaves to prevent reallocs with odd vtx count (master...l0rinc/pre‑reserve-merkle-leaves-to-max) https://github.com/bitcoin/bitcoin/pull/32497
<bitcoin-git> [bitcoin] l0rinc closed pull request #32497: merkle: pre‑reserve leaves to prevent reallocs with odd vtx count (master...l0rinc/pre‑reserve-merkle-leaves-to-max) https://github.com/bitcoin/bitcoin/pull/32497
<bitcoin-git> [bitcoin] l0rinc reopened pull request #34046: bench: run `FindByte` across block-sized buffer (master...l0rinc/findbyte-bench) https://github.com/bitcoin/bitcoin/pull/34046
<bitcoin-git> [bitcoin] l0rinc closed pull request #34046: bench: run `FindByte` across block-sized buffer (master...l0rinc/findbyte-bench) https://github.com/bitcoin/bitcoin/pull/34046
<bitcoin-git> [bitcoin] glozow merged pull request #34033: scripted-diff: Unify error and warning log formatting (master...2512-log-warn-err) https://github.com/bitcoin/bitcoin/pull/34033
<bitcoin-git> bitcoin/master 5be20c3 merge-script: Merge bitcoin/bitcoin#34033: scripted-diff: Unify error and warning log fo...
<bitcoin-git> bitcoin/master fa89f60 MarcoFalke: scripted-diff: LogPrintLevel(*,BCLog::Level::*,*) -> LogError()/LogWarning...
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b31f7866952a...5be20c380dcb
<bitcoin-git> bitcoin/master fa6c7a1 MarcoFalke: scripted-diff: LogPrintLevel(*,BCLog::Level::Debug,*) -> LogDebug()
<bitcoin-git> [bitcoin] glozow merged pull request #34045: test: Log IP of download server in get_previous_releases.py (master...log-prev-releases-ip) https://github.com/bitcoin/bitcoin/pull/34045
<bitcoin-git> bitcoin/master cdaf25f Ava Chow: test: Log IP of download server in get_previous_releases.py
<bitcoin-git> bitcoin/master b31f786 merge-script: Merge bitcoin/bitcoin#34045: test: Log IP of download server in get_previo...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b26762bdcb94...b31f7866952a
<bitcoin-git> [bitcoin] l0rinc opened pull request #34050: fuzz: exercise `ComputeMerkleRoot` without `mutated` parameter (master...l0rinc/merkle-merkle-root-without-mutated) https://github.com/bitcoin/bitcoin/pull/34050
<bitcoin-git> [bitcoin] ajtowns opened pull request #34049: rpc: Disallow captures in RPCMethodImpl (master...202512-rpcimpl-noref) https://github.com/bitcoin/bitcoin/pull/34049

2025-12-10

<bitcoin-git> [bitcoin] achow101 merged pull request #33805: merkle: migrate `path` arg to reference and drop unused args (master...l0rinc/ComputeMerklePath-dead-code) https://github.com/bitcoin/bitcoin/pull/33805
<bitcoin-git> bitcoin/master 24ed820 Lőrinc: merkle: remove unused `mutated` arg from `BlockWitnessMerkleRoot`
<bitcoin-git> bitcoin/master 63d640f Lőrinc: merkle: remove unused `proot` and `pmutated` args from `MerkleComputation`
<bitcoin-git> bitcoin/master be27055 Lőrinc: merkle: migrate `path` arg of `MerkleComputation` to a reference
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0f6d8a347aec...b26762bdcb94
<bitcoin-git> [bitcoin] achow101 merged pull request #30442: precalculate SipHash constant salt XORs (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30442
<bitcoin-git> bitcoin/master 2033054 Lőrinc: refactor: extract `SipHash` C0-C3 constants to class scope
<bitcoin-git> bitcoin/master ec11b9f Lőrinc: optimization: introduce `PresaltedSipHasher` for repeated hashing
<bitcoin-git> bitcoin/master 9f9eb7f Lőrinc: test: rename k1/k2 to k0/k1 in `SipHash` consistency tests
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/c2975f26d69f...0f6d8a347aec
<bitcoin-git> [bitcoin] achow101 merged pull request #33602: [IBD] coins: reduce lookups in dbcache layer propagation (master...l0rinc/BatchWrite-lookup-optimization) https://github.com/bitcoin/bitcoin/pull/33602
<bitcoin-git> bitcoin/master c8f5e44 Lőrinc: coins: reduce lookups in dbcache layer propagation
<bitcoin-git> bitcoin/master c2975f2 Ava Chow: Merge bitcoin/bitcoin#33602: [IBD] coins: reduce lookups in dbcache layer ...
<bitcoin-git> bitcoin/master 0ac969c Lőrinc: validation: don't reallocate cache for short-lived CCoinsViewCache
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c1f0a89d9cae...c2975f26d69f
<bitcoin-git> [bitcoin] l0rinc opened pull request #34048: refactor: inline constant `f_obfuscate = false` parameter (master...l0rinc/inline-constant-obfuscate-param) https://github.com/bitcoin/bitcoin/pull/34048
<bitcoin-git> [bitcoin] hebasto opened pull request #34047: cmake: Add fail pattern to `try_append_cxx_flags` (master...251210-warning-option) https://github.com/bitcoin/bitcoin/pull/34047
<bitcoin-git> [bitcoin] l0rinc opened pull request #34046: bench: run `FindByte` across block-sized buffer (master...l0rinc/findbyte-bench) https://github.com/bitcoin/bitcoin/pull/34046
<bitcoin-git> [bitcoin] achow101 opened pull request #34045: test: Log IP of download server in get_previous_releases.py (master...log-prev-releases-ip) https://github.com/bitcoin/bitcoin/pull/34045
<bitcoin-git> [bitcoin] Raimo33 opened pull request #34044: streams: replace `std::find` with `memchr` (5x improvement) (master...optimize-findbyte) https://github.com/bitcoin/bitcoin/pull/34044
<bitcoin-git> [bitcoin] fanquake merged pull request #34040: test: Detect truncated download in get_previous_releases.py (master...2512-test-get-prev) https://github.com/bitcoin/bitcoin/pull/34040
<bitcoin-git> bitcoin/master fa75480 MarcoFalke: test: Detect truncated download in get_previous_releases.py
<bitcoin-git> bitcoin/master c1f0a89 merge-script: Merge bitcoin/bitcoin#34040: test: Detect truncated download in get_previo...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56ce78d5f62c...c1f0a89d9cae
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34043: Merge (master...master) https://github.com/bitcoin/bitcoin/pull/34043
<bitcoin-git> [bitcoin] th30neee opened pull request #34043: Merge (master...master) https://github.com/bitcoin/bitcoin/pull/34043
<bitcoin-git> [bitcoin] Galoretka opened pull request #34042: doc: clarify libbitcoinkernel usage in libraries design (master...doc/clarify-libbitcoinkernel-libraries) https://github.com/bitcoin/bitcoin/pull/34042
<bitcoin-git> [bitcoin] maflcko opened pull request #34040: test: Detect truncated download in get_previous_releases.py (master...2512-test-get-prev) https://github.com/bitcoin/bitcoin/pull/34040
<bitcoin-git> bitcoin/master 56ce78d merge-script: Merge bitcoin/bitcoin#34031: net: Remove "tor" as a network specification
<bitcoin-git> [bitcoin] fanquake merged pull request #34031: net: Remove "tor" as a network specification (master...remove_deprecated_tor) https://github.com/bitcoin/bitcoin/pull/34031
<bitcoin-git> bitcoin/master c4c70a2 Carl Dong: netbase: Remove "tor" as a network specification
<bitcoin-git> bitcoin/master e7ac5a1 fanquake: doc: add release note for 34031
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/500862b2d4a1...56ce78d5f62c
<bitcoin-git> [bitcoin] fanquake merged pull request #33423: qa: Improvements to debug_assert_log + busy_wait_for_debug_log (master...2025/09/assert_debug_log) https://github.com/bitcoin/bitcoin/pull/33423
<bitcoin-git> bitcoin/master a902110 Hodlinator: qa: Replace always-escaped regexps with "X in Y"
<bitcoin-git> bitcoin/master 1e54125 Hodlinator: refactor(qa): Avoid unnecessary string operations
<bitcoin-git> bitcoin/master 5c16e46 Hodlinator: doc: Remove no longer correct comment
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/cca113f5b022...500862b2d4a1
<bitcoin-git> [bitcoin] 0xB10C closed pull request #33699: p2p: reduce false-positives in addr rate-limiting (master...2025-10-addr-token-bucket-start-5) https://github.com/bitcoin/bitcoin/pull/33699
<bitcoin-git> [bitcoin] 0xB10C opened pull request #34039: test: address self-announcement (master...2025-12-test-address-self-announcement) https://github.com/bitcoin/bitcoin/pull/34039
<bitcoin-git> [bitcoin] ajtowns opened pull request #34038: logging: API improvements (master...202512-log-niceties) https://github.com/bitcoin/bitcoin/pull/34038
<bitcoin-git> [bitcoin] glozow opened pull request #34037: wallet, doc: clarify the coin selection filters that enforce cluster count (master...2025-12-ancestry) https://github.com/bitcoin/bitcoin/pull/34037

2025-12-09

<bitcoin-git> [bitcoin] glozow merged pull request #34008: log: don't rate-limit "new peer" with -debug=net (master...2025-12-dont-ratelimit-new-inbound-peer-connected-with-debug=net) https://github.com/bitcoin/bitcoin/pull/34008
<bitcoin-git> bitcoin/master cca113f merge-script: Merge bitcoin/bitcoin#34008: log: don't rate-limit "new peer" with -debug=...
<bitcoin-git> bitcoin/master d4d184e 0xb10c: log: don't rate-limit "new peer" with -debug=net
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c44c41984e0...cca113f5b022
<bitcoin-git> [bitcoin] fanquake opened pull request #34036: contrib: update macOS SDK to Xcode-26.1.1-17B100 (master...macOS_newer_SDK) https://github.com/bitcoin/bitcoin/pull/34036
<bitcoin-git> [bitcoin] glozow merged pull request #33553: validation: Improve warnings in case of chain corruption (master...202510_headersync_loop) https://github.com/bitcoin/bitcoin/pull/33553
<bitcoin-git> bitcoin/master 2c44c41 merge-script: Merge bitcoin/bitcoin#33553: validation: Improve warnings in case of chain...
<bitcoin-git> bitcoin/master 4b47113 Martin Zumsande: validation: Reword CheckForkWarningConditions and call it also during IBD ...
<bitcoin-git> bitcoin/master 2f51951 Martin Zumsande: p2p: Add warning message when receiving headers for blocks cached as inval...
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d23d49ee3f23...2c44c41984e0
<bitcoin-git> [bitcoin] glozow merged pull request #31823: tests: Add witness commitment if we have a witness transaction in `FullBlockTest.update_block()` (master...2025-02-07-featureblockpy-witnesscommitment) https://github.com/bitcoin/bitcoin/pull/31823
<bitcoin-git> bitcoin/master a7c96f8 Chris Stewart: tests: Add witness commitment if we have a witness transaction in FullBloc...
<bitcoin-git> bitcoin/master d23d49e merge-script: Merge bitcoin/bitcoin#31823: tests: Add witness commitment if we have a wi...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/29ed608dc75e...d23d49ee3f23
<bitcoin-git> [bitcoin] glozow merged pull request #33961: script: Add a separate ScriptError for empty pubkeys encountered in Tapscript (master...pubkey-error) https://github.com/bitcoin/bitcoin/pull/33961
<bitcoin-git> bitcoin/master 29ed608 merge-script: Merge bitcoin/bitcoin#33961: script: Add a separate ScriptError for empty ...
<bitcoin-git> bitcoin/master 9d5021a billymcbip: script: add SCRIPT_ERR_TAPSCRIPT_EMPTY_PUBKEY
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d2a199bca73b...29ed608dc75e
<bitcoin-git> bitcoin/master d2a199b merge-script: Merge bitcoin/bitcoin#33909: doc, ci: Make the max number of commits teste...
<bitcoin-git> [bitcoin] glozow merged pull request #33909: doc, ci: Make the max number of commits tested explicit (master...2025/11/ci_max_commits) https://github.com/bitcoin/bitcoin/pull/33909
<bitcoin-git> bitcoin/master b5a7a68 Hodlinator: ci: Make the max number of commits tested explicit
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dbc892806912...d2a199bca73b
<bitcoin-git> [bitcoin] glozow merged pull request #33993: init: point out -stopatheight may be imprecise (master...2025-12-init-stopatheight) https://github.com/bitcoin/bitcoin/pull/33993
<bitcoin-git> bitcoin/master ff06e24 brunoerg: init: point out -stopatheight may be imprecise
<bitcoin-git> bitcoin/master dbc8928 merge-script: Merge bitcoin/bitcoin#33993: init: point out -stopatheight may be imprecise
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d5c8199b7904...dbc892806912
<bitcoin-git> [bitcoin] fanquake merged pull request #33623: doc: document capnproto and libmultiprocess deps in 29.x (29.x...29.x-multiprocess) https://github.com/bitcoin/bitcoin/pull/33623
<bitcoin-git> bitcoin/29.x 7a33cb9 merge-script: Merge bitcoin/bitcoin#33623: doc: document capnproto and libmultiprocess d...
<bitcoin-git> bitcoin/29.x 2cf352f will: doc: document capnproto and libmultiprocess deps
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to 29.x: https://github.com/bitcoin/bitcoin/compare/8a16165ab7fb...7a33cb906210
<bitcoin-git> [bitcoin] maflcko opened pull request #34033: scripted-diff: Unify error and warning log formatting (master...2512-log-warn-err) https://github.com/bitcoin/bitcoin/pull/34033
<bitcoin-git> [bitcoin] maflcko opened pull request #34032: util: Add some more Unexpected and Expected methods (master...2512-exp) https://github.com/bitcoin/bitcoin/pull/34032
<bitcoin-git> [bitcoin] ryanofsky merged pull request #34006: Add util::Expected (std::expected) (master...2512-exp) https://github.com/bitcoin/bitcoin/pull/34006
<bitcoin-git> bitcoin/master faa2373 MarcoFalke: refactor: Enable clang-tidy bugprone-unused-return-value
<bitcoin-git> bitcoin/master fa114be MarcoFalke: Add util::Expected (std::expected)
<bitcoin-git> bitcoin/master d5c8199 Ryan Ofsky: Merge bitcoin/bitcoin#34006: Add util::Expected (std::expected)
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/77248e849699...d5c8199b7904

2025-12-08

<bitcoin-git> [bitcoin] stickies-v closed pull request #34018: log: exempt all category-specific logs from ratelimiting when running with debug (master...2025-12/ratelimit-exempt-entire-category) https://github.com/bitcoin/bitcoin/pull/34018
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v30.1rc1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v30.1rc1
<bitcoin-git> bitcoin-detached-sigs/30.x a55311a Ava Chow: 30.1: win sig for rc1
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 30.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/c07a4ec48f71...a55311a3f1c4
<bitcoin-git> [bitcoin] fanquake merged pull request #33771: refactor: C++20 operators (master...cxx20-operators) https://github.com/bitcoin/bitcoin/pull/33771
<bitcoin-git> bitcoin/master 5a0f49b Daniel Pfeifer: refactor: Remove all `operator!=` definitions
<bitcoin-git> bitcoin/master 77248e8 merge-script: Merge bitcoin/bitcoin#33771: refactor: C++20 operators
<bitcoin-git> bitcoin/master 48840bf Daniel Pfeifer: refactor: Prefer `` over multiple relational operators
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/36073d56db0d...77248e849699
<bitcoin-git> [bitcoin] fanquake opened pull request #34031: netbase: Remove "tor" as a network specification (master...remove_deprecated_tor) https://github.com/bitcoin/bitcoin/pull/34031
<bitcoin-git> [gui] fanquake closed pull request #917: Improve Chinese translations for peer connection types (master...master) https://github.com/bitcoin-core/gui/pull/917
<bitcoin-git> [gui] albert4719 opened pull request #917: Improve Chinese translations for peer connection types (master...master) https://github.com/bitcoin-core/gui/pull/917
<bitcoin-git> [bitcoin] fanquake merged pull request #33952: depends: update freetype and document remaining `bitcoin-qt` runtime libs (master...close_out_29977) https://github.com/bitcoin/bitcoin/pull/33952
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f09ae5f96fe8...36073d56db0d
<bitcoin-git> bitcoin/master 41e657a fanquake: guix: add bitcoin-qt runtime libs doc in symbol-check
<bitcoin-git> bitcoin/master ef4ce19 fanquake: depends: freetype 2.11.1
<bitcoin-git> bitcoin/master 36073d5 merge-script: Merge bitcoin/bitcoin#33952: depends: update freetype and document remaini...
<bitcoin-git> [bitcoin] fanquake merged pull request #33950: guix: reduce allowed exported symbols (master...reduce_exports) https://github.com/bitcoin/bitcoin/pull/33950
<bitcoin-git> bitcoin/master 7b90b4f fanquake: guix: reduce allowed exported symbols
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/89dc82295ebd...f09ae5f96fe8
<bitcoin-git> bitcoin/master f09ae5f merge-script: Merge bitcoin/bitcoin#33950: guix: reduce allowed exported symbols
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34029: added waring lmao (master...docs/clarify-developer-vs-user) https://github.com/bitcoin/bitcoin/pull/34029
<bitcoin-git> [bitcoin] Osptium-Invincible opened pull request #34029: added waring lmao (master...docs/clarify-developer-vs-user) https://github.com/bitcoin/bitcoin/pull/34029
<bitcoin-git> bitcoin-detached-sigs/30.x c07a4ec Matthew Zipkin: 30.1: osx sig for rc1
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 30.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/7786c32c8849...c07a4ec48f71

2025-12-07

<bitcoin-git> [bitcoin] codeabysss opened pull request #34028: [p2p] Saturate LocalServiceInfo::nScore to prevent overflow (master...p2p-fix-nscore-overflow) https://github.com/bitcoin/bitcoin/pull/34028
<bitcoin-git> [bitcoin] billymcbip reopened pull request #33973: test: Improve STRICTENC/DERSIG unit tests in script_tests.json (master...script-tests) https://github.com/bitcoin/bitcoin/pull/33973
<bitcoin-git> [bitcoin] billymcbip reopened pull request #33961: script: Add a separate ScriptError for empty pubkeys encountered in Tapscript (master...pubkey-error) https://github.com/bitcoin/bitcoin/pull/33961
<bitcoin-git> [bitcoin] billymcbip closed pull request #33973: test: Improve STRICTENC/DERSIG unit tests in script_tests.json (master...script-tests) https://github.com/bitcoin/bitcoin/pull/33973
<bitcoin-git> [bitcoin] billymcbip closed pull request #33961: script: Add a separate ScriptError for empty pubkeys encountered in Tapscript (master...pubkey-error) https://github.com/bitcoin/bitcoin/pull/33961
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34027: Create PROPOSAL-V34-Tetrad-Research.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34027
<bitcoin-git> [bitcoin] ryslan25500-cloud opened pull request #34027: Create PROPOSAL-V34-Tetrad-Research.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34027
<bitcoin-git> [bitcoin] Chand-ra opened pull request #34026: fuzz: Add tests for `CCoinControl` methods (master...CCoinControl_Wrappers) https://github.com/bitcoin/bitcoin/pull/34026

2025-12-06

<bitcoin-git> [bitcoin] ajtowns opened pull request #34025: net: Waste less time in socket handling (master...202512-netsplit-opt) https://github.com/bitcoin/bitcoin/pull/34025
<bitcoin-git> [bitcoin] mossein closed pull request #34024: rpc: Reject distinct transactions in combinerawtransaction (master...fix-combinerawtransaction-distinct-txs) https://github.com/bitcoin/bitcoin/pull/34024
<bitcoin-git> [bitcoin] mossein opened pull request #34024: rpc: Reject distinct transactions in combinerawtransaction (master...fix-combinerawtransaction-distinct-txs) https://github.com/bitcoin/bitcoin/pull/34024
<bitcoin-git> [bitcoin] sipa opened pull request #34023: Optimized SFL cluster linearization (master...202512_sfl_opt) https://github.com/bitcoin/bitcoin/pull/34023
<bitcoin-git> [bitcoin] b-l-u-e closed pull request #33072: [p2p] Fix signed integer overflow in LocalServiceInfo::nScore (master...p2p-fix-nscore-overflow-24049) https://github.com/bitcoin/bitcoin/pull/33072
<bitcoin-git> [bitcoin] fanquake closed pull request #33792: net_processing: reorder the code that handles the VERSION message (master...reorder_version) https://github.com/bitcoin/bitcoin/pull/33792
<bitcoin-git> [bitcoin] fanquake closed pull request #33565: net_processing: rename RelayTransaction to better describe what it does (master...rename_RelayTransaction) https://github.com/bitcoin/bitcoin/pull/33565
<bitcoin-git> [bitcoin] fanquake merged pull request #29641: scripted-diff: Use LogInfo over LogPrintf (master...2403-log-) https://github.com/bitcoin/bitcoin/pull/29641
<bitcoin-git> bitcoin/master fa4395d MarcoFalke: refactor: Remove unused LogPrintf
<bitcoin-git> bitcoin/master 89dc822 merge-script: Merge bitcoin/bitcoin#29641: scripted-diff: Use LogInfo over LogPrintf
<bitcoin-git> bitcoin/master fa05181 MarcoFalke: scripted-diff: LogPrintf -> LogInfo
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/eb19a2dac5c7...89dc82295ebd
<bitcoin-git> [bitcoin] fanquake merged pull request #34017: fuzz: Add a test case for `ParseByteUnits()` (master...parseByteUnits) https://github.com/bitcoin/bitcoin/pull/34017
<bitcoin-git> bitcoin/master 57b888c Chandra Pratap: fuzz: Add a test case for `ParseByteUnits()`
<bitcoin-git> bitcoin/master eb19a2d merge-script: Merge bitcoin/bitcoin#34017: fuzz: Add a test case for `ParseByteUnits()`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e68517208b4c...eb19a2dac5c7
<bitcoin-git> [bitcoin] sedited opened pull request #34022: validation: Remove min_pow_checked arg in ProcessNewBlockHeaders (master...rmMinPowChecked) https://github.com/bitcoin/bitcoin/pull/34022

2025-12-05

<bitcoin-git> [bitcoin] Sjors opened pull request #34020: mining: add getTransactions(ByWitnessID) IPC methods (master...2025/12/getrawtxs) https://github.com/bitcoin/bitcoin/pull/34020
<bitcoin-git> [bitcoin] fanquake merged pull request #33995: depends: Propagate native C compiler to `sqlite` package (master...251202-tcl) https://github.com/bitcoin/bitcoin/pull/33995
<bitcoin-git> bitcoin/master e685172 merge-script: Merge bitcoin/bitcoin#33995: depends: Propagate native C compiler to `sqli...
<bitcoin-git> bitcoin/master 4cf5ea6 Hennadii Stepanov: depends: Propagate native C compiler to `sqlite` package
<bitcoin-git> bitcoin/master 710031e Hennadii Stepanov: Revert "guix: sqlite wants tcl"
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/091cae6fdf89...e68517208b4c
<bitcoin-git> [bitcoin] stickies-v opened pull request #34018: log: exempt all category-specific logs from ratelimiting (master...2025-12/ratelimit-exempt-entire-category) https://github.com/bitcoin/bitcoin/pull/34018
<bitcoin-git> [bitcoin] Chand-ra opened pull request #34017: fuzz: Add a test case for `ParseByteUnits()` (master...parseByteUnits) https://github.com/bitcoin/bitcoin/pull/34017
<bitcoin-git> [bitcoin] fanquake merged pull request #33939: contrib: Count entry differences in asmap-tool diff summary (master...2025-11-asmaptool-diff-count) https://github.com/bitcoin/bitcoin/pull/33939
<bitcoin-git> bitcoin/master 091cae6 merge-script: Merge bitcoin/bitcoin#33939: contrib: Count entry differences in asmap-too...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b8e66b901d56...091cae6fdf89
<bitcoin-git> bitcoin/master fd4ce55 Fabian Jahr: contrib: Count entry differences in asmap-tool diff summary
<bitcoin-git> [bitcoin] fanquake pushed tag v30.1rc1: https://github.com/bitcoin/bitcoin/compare/v30.1rc1
<bitcoin-git> [bitcoin] fanquake merged pull request #33997: [30.x] Backports & 30.1rc1 (30.x...30_1_rc1) https://github.com/bitcoin/bitcoin/pull/33997
<bitcoin-git> bitcoin/30.x 2256f89 fanquake: contrib: rename gen-sdk to gen-sdk.py
<bitcoin-git> bitcoin/30.x 5408e85 fanquake: macdeploy: disable compression in macOS gen-sdk script
<bitcoin-git> bitcoin/30.x 338570d fanquake: contrib: more selectively pick files for macOS SDK
<bitcoin-git> [bitcoin] fanquake pushed 11 commits to 30.x: https://github.com/bitcoin/bitcoin/compare/72675b8f5578...b1499ddf8b15
<bitcoin-git> [bitcoin] fanquake merged pull request #33858: test: add unit test coverage for the empty leaves path in MerkleComputation (master...merkle-empty-path) https://github.com/bitcoin/bitcoin/pull/33858
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0c9ab0f8f8c8...b8e66b901d56
<bitcoin-git> bitcoin/master b8e66b9 merge-script: Merge bitcoin/bitcoin#33858: test: add unit test coverage for the empty le...
<bitcoin-git> bitcoin/master ffcae82 frankomosh: test: exercise TransactionMerklePath with empty block; targets the MerkleC...
<bitcoin-git> [bitcoin] l0rinc closed pull request #34005: util: generalize `util::Result` to support custom errors (master...l0rinc/generalized-Result-error) https://github.com/bitcoin/bitcoin/pull/34005
<bitcoin-git> [bitcoin] hebasto closed pull request #33924: qa: Remove no longer needed `feature_dirsymlinks.py` (master...251122-create-dir-test) https://github.com/bitcoin/bitcoin/pull/33924
<bitcoin-git> [bitcoin] fanquake merged pull request #33956: net: fix use-after-free with v2-v1 reconnection logic (master...11262025/asan_reconnections_fix) https://github.com/bitcoin/bitcoin/pull/33956
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9890058b37b8...0c9ab0f8f8c8
<bitcoin-git> bitcoin/master 0c9ab0f merge-script: Merge bitcoin/bitcoin#33956: net: fix use-after-free with v2->v1 reconnect...
<bitcoin-git> bitcoin/master 167df7a Eugene Siegel: net: fix use-after-free with v2->v1 reconnection logic
<bitcoin-git> [bitcoin] maflcko reopened pull request #33973: test: Add DERSIG unit tests to script_tests.json (master...script-tests) https://github.com/bitcoin/bitcoin/pull/33973
<bitcoin-git> [bitcoin] maflcko closed pull request #33973: test: Add DERSIG unit tests to script_tests.json (master...script-tests) https://github.com/bitcoin/bitcoin/pull/33973
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34011: Create c-cpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/34011
<bitcoin-git> [bitcoin] Pro2x9 opened pull request #34011: Create c-cpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/34011
<bitcoin-git> [bitcoin] rkrux opened pull request #34010: wallet: check for `agg_pub` validity in MuSig2 signing (master...musig-key-fix) https://github.com/bitcoin/bitcoin/pull/34010

2025-12-04

<bitcoin-git> [bitcoin] 0xB10C opened pull request #34008: log: don't rate-limit "new peer" with -debug=net (master...2025-12-dont-ratelimit-new-inbound-peer-connected-with-debug=net) https://github.com/bitcoin/bitcoin/pull/34008
<bitcoin-git> [bitcoin] fanquake closed pull request #34007: Wnqqnw19 (master...wnqqnw19) https://github.com/bitcoin/bitcoin/pull/34007
<bitcoin-git> [bitcoin] wnqqnw19 opened pull request #34007: Wnqqnw19 (master...wnqqnw19) https://github.com/bitcoin/bitcoin/pull/34007
<bitcoin-git> [bitcoin] fanquake merged pull request #33723: chainparams: remove dnsseed.bitcoin.dashjr-list-of-p2p-nodes.us (master...patch-1) https://github.com/bitcoin/bitcoin/pull/33723
<bitcoin-git> bitcoin/master 9890058 merge-script: Merge bitcoin/bitcoin#33723: chainparams: remove dnsseed.bitcoin.dashjr-li...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9e02f7808909...9890058b37b8
<bitcoin-git> bitcoin/master b0c7067 SatsAndSports: Remove unreliable seed from chainparams.cpp, and the associated README
<bitcoin-git> [bitcoin] maflcko opened pull request #34006: Add util::Expected (std::expected) (master...2512-exp) https://github.com/bitcoin/bitcoin/pull/34006
<bitcoin-git> [bitcoin] l0rinc opened pull request #34005: util: generalize `util::Result` to support custom errors (master...l0rinc/generalized-Result-error) https://github.com/bitcoin/bitcoin/pull/34005
<bitcoin-git> [bitcoin] hebasto merged pull request #33774: cmake: Move IPC tests to `ipc/test` (master...251104-ipc-tests) https://github.com/bitcoin/bitcoin/pull/33774
<bitcoin-git> bitcoin/master 9e02f78 Hennadii Stepanov: Merge bitcoin/bitcoin#33774: cmake: Move IPC tests to `ipc/test`
<bitcoin-git> bitcoin/master 866bbb9 Hennadii Stepanov: cmake, test: Improve locality of `bitcoin_ipc_test` library description
<bitcoin-git> bitcoin/master ae2e438 Hennadii Stepanov: cmake: Move IPC tests to `ipc/test`
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ad452a1e655e...9e02f7808909
<bitcoin-git> qa-assets/main ca40856 Murch: Add Murch’s inputs December 2025
<bitcoin-git> qa-assets/main b5ad78e maflcko: Merge pull request #246 from murchandamus/2025-12-murch-inputs
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/6c8d24b0041e...b5ad78e070e4
<bitcoin-git> [qa-assets] maflcko merged pull request #246: Add Murch’s inputs December 2025 (main...2025-12-murch-inputs) https://github.com/bitcoin-core/qa-assets/pull/246
<bitcoin-git> [bitcoin] rustaceanrob opened pull request #34004: Implementation of SwiftSync (master...swiftsync-v0) https://github.com/bitcoin/bitcoin/pull/34004
<bitcoin-git> [bitcoin] fanquake merged pull request #33528: wallet: don't consider unconfirmed TRUC coins with ancestors (master...2025-09-send) https://github.com/bitcoin/bitcoin/pull/33528
<bitcoin-git> bitcoin/master e753fad glozow: [wallet] never try to spend from unconfirmed TRUC that already has ancesto...
<bitcoin-git> bitcoin/master dcd42d6 glozow: [test] wallet send 3 generation TRUC
<bitcoin-git> bitcoin/master ad452a1 merge-script: Merge bitcoin/bitcoin#33528: wallet: don't consider unconfirmed TRUC coins...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9a29b2d331ee...ad452a1e655e
<bitcoin-git> [bitcoin] Ataraxia009 closed pull request #33813: init: Changing the rpcbind argument being ignored to a pop up warning (master...rpc-bind-warning) https://github.com/bitcoin/bitcoin/pull/33813

2025-12-03

<bitcoin-git> [bitcoin] ryanofsky opened pull request #34003: test: interface_ipc.py minor fixes and cleanup (master...pr/pyipc) https://github.com/bitcoin/bitcoin/pull/34003
<bitcoin-git> [bitcoin] instagibbs opened pull request #34001: test: fix test_limit_enforcement_package (master...2025-12-bugfix_cluster_test) https://github.com/bitcoin/bitcoin/pull/34001
<bitcoin-git> [bitcoin] hebasto closed pull request #33975: depends, doc: Add `tcl` as build dependency for `sqlite` package (master...251130-tcl) https://github.com/bitcoin/bitcoin/pull/33975
<bitcoin-git> [bitcoin] Sjors closed pull request #31725: test: clarify timewarp grace period griefing attack (master...2025/01/timewarp-grief) https://github.com/bitcoin/bitcoin/pull/31725
<bitcoin-git> [bitcoin] Sjors closed pull request #32928: test: add logging to mock external signers (master...2025/07/test-signer) https://github.com/bitcoin/bitcoin/pull/32928
<bitcoin-git> [bitcoin] fanquake merged pull request #33857: doc: Add `x86_64-w64-mingw32ucrt` triplet to `depends/README.md` (master...251111-doc-ucrt) https://github.com/bitcoin/bitcoin/pull/33857
<bitcoin-git> bitcoin/master 48496ca Hennadii Stepanov: ci: Remove redundant `DEP_OPTS` from “Windows-cross UCRT” job
<bitcoin-git> bitcoin/master 9a29b2d merge-script: Merge bitcoin/bitcoin#33857: doc: Add `x86_64-w64-mingw32ucrt` triplet to ...
<bitcoin-git> bitcoin/master ec8eb01 Hennadii Stepanov: doc: Add `x86_64-w64-mingw32ucrt` triplet to `depends/README.md`
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/69e66efe45a0...9a29b2d331ee
<bitcoin-git> [bitcoin] fanquake merged pull request #32882: index: remove unnecessary locator cleaning in BaseIndex::Init() (master...read-best-block) https://github.com/bitcoin/bitcoin/pull/32882
<bitcoin-git> bitcoin/master facd01e Hao Xu: refactor: remove redundant locator cleanup in BaseIndex::Init()
<bitcoin-git> bitcoin/master 69e66ef merge-script: Merge bitcoin/bitcoin#32882: index: remove unnecessary locator cleaning in...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6581ac5d9f93...69e66efe45a0
<bitcoin-git> [bitcoin] fanquake reopened pull request #33072: [p2p] Fix signed integer overflow in LocalServiceInfo::nScore (master...p2p-fix-nscore-overflow-24049) https://github.com/bitcoin/bitcoin/pull/33072
<bitcoin-git> [bitcoin] fanquake opened pull request #33997: [30.x] Backports & 30.1rc1 (30.x...30_1_rc1) https://github.com/bitcoin/bitcoin/pull/33997
<bitcoin-git> [bitcoin] fanquake reopened pull request #33528: wallet: don't consider unconfirmed TRUC coins with ancestors (master...2025-09-send) https://github.com/bitcoin/bitcoin/pull/33528
<bitcoin-git> [bitcoin] fanquake closed pull request #33528: wallet: don't consider unconfirmed TRUC coins with ancestors (master...2025-09-send) https://github.com/bitcoin/bitcoin/pull/33528
<bitcoin-git> [bitcoin] fanquake merged pull request #33996: contrib: fix manpage generation (master...fixup_gen_manpages) https://github.com/bitcoin/bitcoin/pull/33996
<bitcoin-git> bitcoin/master e9536fa fanquake: contrib: fix manpage generation
<bitcoin-git> bitcoin/master 6581ac5 merge-script: Merge bitcoin/bitcoin#33996: contrib: fix manpage generation
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/39ca01525977...6581ac5d9f93
<bitcoin-git> [bitcoin] fanquake reopened pull request #32882: index: remove unnecessary locator cleaning in BaseIndex::Init() (master...read-best-block) https://github.com/bitcoin/bitcoin/pull/32882
<bitcoin-git> [bitcoin] fanquake closed pull request #32882: index: remove unnecessary locator cleaning in BaseIndex::Init() (master...read-best-block) https://github.com/bitcoin/bitcoin/pull/32882
<bitcoin-git> [bitcoin] fanquake merged pull request #33140: test: Avoid shutdown race in NetworkThread (master...2508-test-less-racy) https://github.com/bitcoin/bitcoin/pull/33140
<bitcoin-git> bitcoin/master fa6db79 MarcoFalke: test: Avoid shutdown race in NetworkThread
<bitcoin-git> bitcoin/master 39ca015 merge-script: Merge bitcoin/bitcoin#33140: test: Avoid shutdown race in NetworkThread
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bcf794d5f35b...39ca01525977
<bitcoin-git> [bitcoin] fanquake merged pull request #30455: test: assumeutxo: add missing tests in wallet_assumeutxo.py (master...wallet_assumeutxo_tests) https://github.com/bitcoin/bitcoin/pull/30455
<bitcoin-git> bitcoin/master 7a36524 Alfonso Roman Zubeldia: test, refactor snapshot import and background validation
<bitcoin-git> bitcoin/master bcf794d merge-script: Merge bitcoin/bitcoin#30455: test: assumeutxo: add missing tests in wallet...
<bitcoin-git> bitcoin/master cb7d5bf Alfonso Roman Zubeldia: test, assumeutxo: loading a wallet (backup) on a pruned node
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/af0e6a65c928...bcf794d5f35b
<bitcoin-git> [bitcoin] fanquake merged pull request #33702: contrib: Remove brittle, confusing and redundant UTF8 encoding from Python IO (master...2510-everything-is-utf8) https://github.com/bitcoin/bitcoin/pull/33702
<bitcoin-git> bitcoin/master faf39d8 MarcoFalke: test: Clarify that Python UTF-8 mode is the default today for most systems
<bitcoin-git> bitcoin/master fa7d72b MarcoFalke: lint: Drop check to enforce encoding to be specified in Python scripts
<bitcoin-git> bitcoin/master fa83e3a MarcoFalke: lint: Do not allow locale dependent shell scripts
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/4c784b25c478...af0e6a65c928

2025-12-02

<bitcoin-git> [qa-assets] murchandamus opened pull request #246: Add Murch’s inputs December 2025 (main...2025-12-murch-inputs) https://github.com/bitcoin-core/qa-assets/pull/246
<bitcoin-git> [bitcoin] fanquake opened pull request #33996: contrib: fix manpage generation (master...fixup_gen_manpages) https://github.com/bitcoin/bitcoin/pull/33996
<bitcoin-git> [bitcoin] fanquake merged pull request #33985: fuzz: gate mempool entry based on weight (master...2025-12-txgraph_fuzz_package_rbf) https://github.com/bitcoin/bitcoin/pull/33985
<bitcoin-git> bitcoin/master 4c784b2 merge-script: Merge bitcoin/bitcoin#33985: fuzz: gate mempool entry based on weight
<bitcoin-git> bitcoin/master 8043294 Greg Sanders: fuzz: gate mempool entry based on weight
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce771726f3e7...4c784b25c478
<bitcoin-git> [bitcoin] hebasto opened pull request #33995: depends: Propagate native C compiler to `sqlite` package (master...251202-tcl) https://github.com/bitcoin/bitcoin/pull/33995
<bitcoin-git> [bitcoin] fanquake merged pull request #33960: log: Use more severe log level (warn/err) where appropriate (master...2511-log) https://github.com/bitcoin/bitcoin/pull/33960
<bitcoin-git> bitcoin/master fa45a15 MarcoFalke: log: Use LogWarning for non-critical logs
<bitcoin-git> bitcoin/master 22229de MarcoFalke: doc: Fix typo in init log
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e0ba6bbed97b...ce771726f3e7
<bitcoin-git> bitcoin/master fa0018d MarcoFalke: log: Use LogError for fatal errors
<bitcoin-git> [bitcoin] fanquake merged pull request #33609: [30.x] Backports (30.x...30_1_backports) https://github.com/bitcoin/bitcoin/pull/33609
<bitcoin-git> bitcoin/30.x 72d1141 MarcoFalke: ci: Use native platform for win-cross task
<bitcoin-git> bitcoin/30.x 73ed57a Ava Chow: depends: Use $(package)_file_name when downloading from the fallback
<bitcoin-git> bitcoin/30.x c9fa661 Ava Chow: ci: Properly include $FILE_ENV in DEPENDS_HASH
<bitcoin-git> [bitcoin] fanquake pushed 22 commits to 30.x: https://github.com/bitcoin/bitcoin/compare/a14e7b9dee91...72675b8f5578
<bitcoin-git> [bitcoin] fanquake merged pull request #33591: Cluster mempool followups (master...2025-10-rebase-cluster-mempool) https://github.com/bitcoin/bitcoin/pull/33591
<bitcoin-git> bitcoin/master a5a7905 Suhas Daftuar: Simplify removeRecursive
<bitcoin-git> bitcoin/master 01d8520 Suhas Daftuar: Remove unused argument to RemoveStaged
<bitcoin-git> bitcoin/master bc64013 Suhas Daftuar: Remove unused variable (cacheMap) in mempool
<bitcoin-git> [bitcoin] fanquake pushed 27 commits to master: https://github.com/bitcoin/bitcoin/compare/6356041e58d1...e0ba6bbed97b
<bitcoin-git> [bitcoin] brunoerg opened pull request #33993: init: point out -stopatheight may be imprecise (master...2025-12-init-stopatheight) https://github.com/bitcoin/bitcoin/pull/33993
<bitcoin-git> [bitcoin] pinheadmz closed pull request #33991: test: Add comprehensive txindex reorg test coverage (master...test-txindex-reorg-coverage) https://github.com/bitcoin/bitcoin/pull/33991
<bitcoin-git> [bitcoin] codomposer opened pull request #33991: test: Add comprehensive txindex reorg test coverage (master...test-txindex-reorg-coverage) https://github.com/bitcoin/bitcoin/pull/33991
<bitcoin-git> [bitcoin] theStack opened pull request #33990: test: check that peer's announced starting height is remembered (master...202512-test-announced_starting_height) https://github.com/bitcoin/bitcoin/pull/33990

2025-12-01

<bitcoin-git> [bitcoin] DrahtBot closed pull request #33989: . (master...patch-3) https://github.com/bitcoin/bitcoin/pull/33989
<bitcoin-git> [bitcoin] AfuroIsCrazy opened pull request #33989: Update copyright (master...patch-3) https://github.com/bitcoin/bitcoin/pull/33989
<bitcoin-git> [bitcoin] 0xB10C closed pull request #33987: 2025 11 self advertise in separate message (master...2025-11-self-advertise-in-separate-message) https://github.com/bitcoin/bitcoin/pull/33987
<bitcoin-git> [bitcoin] 0xB10C opened pull request #33987: 2025 11 self advertise in separate message (master...2025-11-self-advertise-in-separate-message) https://github.com/bitcoin/bitcoin/pull/33987
<bitcoin-git> [bitcoin] sipa opened pull request #33986: doc: improvements to doc/descriptors.md (master...202511_list_musig) https://github.com/bitcoin/bitcoin/pull/33986
<bitcoin-git> [bitcoin] kevkevinpal closed pull request #33983: refactor/p2p: Decouple CNode from PeerManagerImpl::MaybeDiscourageAndDisconnect (master...refactor/decouple-cnode-from-maybe-discourage) https://github.com/bitcoin/bitcoin/pull/33983
<bitcoin-git> [bitcoin] instagibbs opened pull request #33985: fuzz: gate mempool entry based on weight (master...2025-12-txgraph_fuzz_package_rbf) https://github.com/bitcoin/bitcoin/pull/33985
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #33983: refactor/p2p: Decouple CNode from PeerManagerImpl::MaybeDiscourageAndDisconnect (master...refactor/decouple-cnode-from-maybe-discourage) https://github.com/bitcoin/bitcoin/pull/33983
<bitcoin-git> [bitcoin] maflcko closed pull request #33980: test: add test for coin write failure (master...feat/test_coin_failure) https://github.com/bitcoin/bitcoin/pull/33980
<bitcoin-git> [bitcoin] fanquake merged pull request #33972: cmake: Make `BUILD_KERNEL_TEST` depend on `BUILD_KERNEL_LIB` (master...251130-kernel-test) https://github.com/bitcoin/bitcoin/pull/33972
<bitcoin-git> bitcoin/master 6356041 merge-script: Merge bitcoin/bitcoin#33972: cmake: Make `BUILD_KERNEL_TEST` depend on `BU...
<bitcoin-git> bitcoin/master fe1815d Hennadii Stepanov: cmake: Make `BUILD_KERNEL_TEST` depend on `BUILD_KERNEL_LIB`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d7cb1bb48f1...6356041e58d1
<bitcoin-git> [bitcoin] fanquake merged pull request #33971: cmake: Set `WITH_ZMQ` to `ON` in Windows presets (master...251130-win-zmq) https://github.com/bitcoin/bitcoin/pull/33971
<bitcoin-git> bitcoin/master 7d7cb1b merge-script: Merge bitcoin/bitcoin#33971: cmake: Set `WITH_ZMQ` to `ON` in Windows pres...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f6acbef1084e...7d7cb1bb48f1
<bitcoin-git> bitcoin/master 49c6728 Hennadii Stepanov: cmake: Set `WITH_ZMQ` to `ON` in Windows presets
<bitcoin-git> [bitcoin] codomposer opened pull request #33980: test: add test for coin write failure (master...feat/test_coin_failure) https://github.com/bitcoin/bitcoin/pull/33980
<bitcoin-git> [qa-assets] maflcko merged pull request #245: ci: Clear bloated GHA VM (main...main) https://github.com/bitcoin-core/qa-assets/pull/245
<bitcoin-git> qa-assets/main 6c8d24b maflcko: Merge pull request #245 from maflcko/main
<bitcoin-git> qa-assets/main d8290fb MarcoFalke: ci: Clear bloated GHA VM
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/5a590d43c468...6c8d24b0041e
<bitcoin-git> [bitcoin] maflcko closed pull request #33979: test: add test loading a wallet backup on a pruned node (master...feat/test_load_wallet_pruned_node) https://github.com/bitcoin/bitcoin/pull/33979
<bitcoin-git> [bitcoin] codomposer opened pull request #33979: test: add test loading a wallet backup on a pruned node (master...feat/test_load_wallet_pruned_node) https://github.com/bitcoin/bitcoin/pull/33979
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33978: . (master...feat/test_load_wallet_pruned_node) https://github.com/bitcoin/bitcoin/pull/33978
<bitcoin-git> [bitcoin] codomposer opened pull request #33978: test: add test loading a wallet backup on a pruned node (master...feat/test_load_wallet_pruned_node) https://github.com/bitcoin/bitcoin/pull/33978
<bitcoin-git> [bitcoin] achow101 closed pull request #33976: net: Complete net/net_processing split refactoring (master...33958-net-split) https://github.com/bitcoin/bitcoin/pull/33976
<bitcoin-git> [bitcoin] vostrnad opened pull request #33977: script: Remove dead code from OP_CHECKMULTISIG (master...checkmultisig-dead-code) https://github.com/bitcoin/bitcoin/pull/33977