2025-12-18

<bitcoin-git> [bitcoin] fanquake opened pull request #34102: depends: capnp 1.3.0 (master...capnp_1_3_0) https://github.com/bitcoin/bitcoin/pull/34102
<bitcoin-git> [bitcoin] anuragchvn-blip opened pull request #34100: doc: Use multipath descriptors in descriptors.md and linked test (master...master) https://github.com/bitcoin/bitcoin/pull/34100
<bitcoin-git> [bitcoin] billymcbip opened pull request #34099: test: Improve code coverage for pubkey checks (master...cov) https://github.com/bitcoin/bitcoin/pull/34099
<bitcoin-git> [bitcoin] fanquake merged pull request #34094: ci: bump actions/checkout version to v6 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34094
<bitcoin-git> bitcoin/master 09a1fa1 merge-script: Merge bitcoin/bitcoin#34094: chore: bump checkout to v6
<bitcoin-git> bitcoin/master cd98cae Woolfgm: Update ci.yml
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80b1b5917dd1...09a1fa190ea3
<bitcoin-git> [bitcoin] fanquake merged pull request #34088: log: Use `__func__` for -logsourcelocations (master...2512-log-func) https://github.com/bitcoin/bitcoin/pull/34088
<bitcoin-git> bitcoin/master facd3d5 MarcoFalke: log: Use `__func__` for -logsourcelocations
<bitcoin-git> bitcoin/master 80b1b59 merge-script: Merge bitcoin/bitcoin#34088: log: Use `__func__` for -logsourcelocations
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a2807ad953c...80b1b5917dd1
<bitcoin-git> [bitcoin] fanquake merged pull request #33875: qa: Account for unset errno in ConnectionResetError (master...2025/11/RemoteDisconnect_err) https://github.com/bitcoin/bitcoin/pull/33875
<bitcoin-git> bitcoin/master 76e0e60 Hodlinator: qa: Account for errno not always being set for ConnectionResetError
<bitcoin-git> bitcoin/master 3a2807a merge-script: Merge bitcoin/bitcoin#33875: qa: Account for unset errno in ConnectionRese...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d38b6f5f10b...3a2807ad953c
<bitcoin-git> [bitcoin] fanquake merged pull request #34091: fuzz: doc: remove any mention to `address_deserialize_v2` (master...2025-12-fuzz-rm-address-v2) https://github.com/bitcoin/bitcoin/pull/34091
<bitcoin-git> bitcoin/master caf4843 brunoerg: fuzz: doc: remove any mention to address_deserialize_v2
<bitcoin-git> bitcoin/master 8d38b6f merge-script: Merge bitcoin/bitcoin#34091: fuzz: doc: remove any mention to `address_des...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab513103df8d...8d38b6f5f10b
<bitcoin-git> [bitcoin] maflcko opened pull request #34098: test: [move-only] Move lint functions into modules (master...2512-lint-move-only) https://github.com/bitcoin/bitcoin/pull/34098
<bitcoin-git> [bitcoin] billymcbip closed pull request #34058: test: Improve code coverage for pubkey checks (master...cov) https://github.com/bitcoin/bitcoin/pull/34058

2025-12-17

<bitcoin-git> [bitcoin] l0rinc opened pull request #34095: refactor: enable `readability-container-contains` clang-tidy rule (master...l0rinc/readability-container-contains2) https://github.com/bitcoin/bitcoin/pull/34095
<bitcoin-git> [bitcoin] Dahka2321 opened pull request #34094: chore: bump checkout to v6 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34094
<bitcoin-git> [bitcoin] ryanofsky merged pull request #33192: refactor: unify container presence checks (master...l0rinc/count-vs-contains) https://github.com/bitcoin/bitcoin/pull/33192
<bitcoin-git> bitcoin/master d9319b0 Lőrinc: refactor: unify container presence checks - non-trivial counts
<bitcoin-git> bitcoin/master 8bb9219 Lőrinc: refactor: unify container presence checks - find
<bitcoin-git> bitcoin/master 0393075 Lőrinc: refactor: unify container presence checks - trivial counts
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/fe0e31f1efca...ab513103df8d
<bitcoin-git> [gui] maflcko reopened pull request #915: Defer transaction signing until user clicks Send (master...fix-30070-defer-signing) https://github.com/bitcoin-core/gui/pull/915
<bitcoin-git> [gui] maflcko closed pull request #915: Defer transaction signing until user clicks Send (master...fix-30070-defer-signing) https://github.com/bitcoin-core/gui/pull/915
<bitcoin-git> [bitcoin] vasild opened pull request #34093: netif: fix compilation warning in QueryDefaultGatewayImpl() (master...fix_nlmsg_ok_compilation_fbsd15) https://github.com/bitcoin/bitcoin/pull/34093
<bitcoin-git> [bitcoin] fanquake merged pull request #34053: lint: Remove confusing, redundant, and brittle lint-spelling (master...2512-less-lint) https://github.com/bitcoin/bitcoin/pull/34053
<bitcoin-git> bitcoin/master fa904fc MarcoFalke: lint: Remove confusing, redundant, and brittle lint-spelling
<bitcoin-git> bitcoin/master fe0e31f merge-script: Merge bitcoin/bitcoin#34053: lint: Remove confusing, redundant, and brittl...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e5c600dc0e06...fe0e31f1efca
<bitcoin-git> [bitcoin] fanquake closed pull request #33968: ci: remove `doc/release-notes.md` from lint-spelling.py (master...patch-1) https://github.com/bitcoin/bitcoin/pull/33968
<bitcoin-git> [bitcoin] fanquake merged pull request #34063: Make `transaction_indentifier` hex string constructor evaluated at comptime (master...12-12-consteval-txid) https://github.com/bitcoin/bitcoin/pull/34063
<bitcoin-git> bitcoin/master 5ac3579 rustaceanrob: refactor: Add compile-time-checked hex txid
<bitcoin-git> bitcoin/master e5c600d merge-script: Merge bitcoin/bitcoin#34063: Make `transaction_indentifier` hex string con...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/41f2cc6d3d59...e5c600dc0e06
<bitcoin-git> [gui] hebasto merged pull request #919: move-only: MAX_BLOCK_TIME_GAP to src/qt (master...2512-gui-move-only) https://github.com/bitcoin-core/gui/pull/919
<bitcoin-git> bitcoin/master 41f2cc6 Hennadii Stepanov: Merge bitcoin-core/gui#919: move-only: MAX_BLOCK_TIME_GAP to src/qt
<bitcoin-git> bitcoin/master fa5ed16 MarcoFalke: move-only: MAX_BLOCK_TIME_GAP to src/qt
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7c7cd8c296a5...41f2cc6d3d59
<bitcoin-git> [bitcoin] fanquake opened pull request #34092: [30.x] Finalise v30.1 (30.x...30_1_final) https://github.com/bitcoin/bitcoin/pull/34092
<corebot> https://github.com/bitcoin/bitcoin/issues/33318 | test: intermittent issue in p2p_1p1c_network.py · Issue #33318 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/33892 | policy: Remove individual transaction <minrelay restriction by instagibbs · Pull Request #33892 · bitcoin/bitcoin · GitHub
<fanquake> Anyone else seeing GUI crashes on regtest: https://github.com/bitcoin-core/gui/issues/918
<bitcoin-git> [bitcoin] fanquake merged pull request #34089: contrib: asmap-tool.py - Don't write binary to TTY (master...2025/11/asmap_bin_tty_footgun) https://github.com/bitcoin/bitcoin/pull/34089
<bitcoin-git> bitcoin/master e7e5195 Hodlinator: contrib: Avoid outputting binary data to TTY
<bitcoin-git> bitcoin/master 7c7cd8c merge-script: Merge bitcoin/bitcoin#34089: contrib: asmap-tool.py - Don't write binary t...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e3a4cb127f0d...7c7cd8c296a5
<bitcoin-git> [bitcoin] brunoerg opened pull request #34091: fuzz: doc: remove any mention to `address_deserialize_v2` (master...2025-12-fuzz-rm-address-v2) https://github.com/bitcoin/bitcoin/pull/34091
<bitcoin-git> [bitcoin] fanquake merged pull request #34080: ci: Pin native tests on cross-builds to same commit (master...2512-ci-pin) https://github.com/bitcoin/bitcoin/pull/34080
<bitcoin-git> bitcoin/master faa8ee6 MarcoFalke: ci: Pin native tests on cross-builds to same commit
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a005fdff6c7a...e3a4cb127f0d
<bitcoin-git> bitcoin/master e3a4cb1 merge-script: Merge bitcoin/bitcoin#34080: ci: Pin native tests on cross-builds to same ...
<bitcoin-git> [bitcoin] fanquake merged pull request #34074: A few followups after introducing `/rest/blockpart/` endpoint (master...followups-33657) https://github.com/bitcoin/bitcoin/pull/34074
<bitcoin-git> bitcoin/master 41118e1 Roman Zeyde: blockstorage: simplify partial block read validation
<bitcoin-git> bitcoin/master 599effd Roman Zeyde: rest: reformat `uri_prefixes` initializer list
<bitcoin-git> bitcoin/master 89eb531 Roman Zeyde: rest: update release notes for `/blockpart/` endpoint
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/13891a8a685d...a005fdff6c7a
<bitcoin-git> [bitcoin] hebasto opened pull request #34090: net: Fix `-Wmissing-braces` (master...251217-in6addr-compat) https://github.com/bitcoin/bitcoin/pull/34090
<bitcoin-git> [bitcoin] hodlinator opened pull request #34089: contrib: asmap-tool.py - Don't write binary to TTY (master...2025/11/asmap_bin_tty_footgun) https://github.com/bitcoin/bitcoin/pull/34089
<bitcoin-git> [gui] maflcko opened pull request #919: move-only: MAX_BLOCK_TIME_GAP to src/qt (master...2512-gui-move-only) https://github.com/bitcoin-core/gui/pull/919
<bitcoin-git> [bitcoin] maflcko opened pull request #34088: log: Use `__func__` for -logsourcelocations (master...2512-log-func) https://github.com/bitcoin/bitcoin/pull/34088

2025-12-16

<bitcoin-git> [bitcoin] sipa opened pull request #34085: cluster mempool: exploit SFL properties in txgraph (master...202512_txgraph_sfl) https://github.com/bitcoin/bitcoin/pull/34085
<bitcoin-git> [bitcoin] maflcko opened pull request #34084: scripted-diff: [doc] Unify stale copyright headers (master...2506-doc-copy) https://github.com/bitcoin/bitcoin/pull/34084
<bitcoin-git> [bitcoin] theuni opened pull request #34083: Add initial vectorized chacha20 implementation for 2-3x speedup (master...chacha20-vectorized-initial) https://github.com/bitcoin/bitcoin/pull/34083
<bitcoin-git> [bitcoin] maflcko closed pull request #34082: doc: clarify description of Bitcoin Core (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34082
<bitcoin-git> [bitcoin] gitty-prakhar opened pull request #34082: doc: clarify description of Bitcoin Core (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34082
<bitcoin-git> [bitcoin] arejula27 opened pull request #34081: build: Fix source paths for debugging in CMake (master...debug-path-cmake-adjust) https://github.com/bitcoin/bitcoin/pull/34081
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #33891: kernel: Expose reusable `PrecomputedTransactionData` in script validation (master...kernel/precomputed-txdata) https://github.com/bitcoin/bitcoin/pull/33891
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33891: kernel: Expose reusable `PrecomputedTransactionData` in script validation (master...kernel/precomputed-txdata) https://github.com/bitcoin/bitcoin/pull/33891
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #33117: Interfaces: Expose UTXO Snapshot Loading and Add Progress Notifications (master...interface-load-snapshot) https://github.com/bitcoin/bitcoin/pull/33117
<bitcoin-git> [bitcoin] DrahtBot closed pull request #33117: Interfaces: Expose UTXO Snapshot Loading and Add Progress Notifications (master...interface-load-snapshot) https://github.com/bitcoin/bitcoin/pull/33117
<vasild> also will take this: https://github.com/bitcoin/bitcoin/pull/29415#discussion_r2623314428 if no objections
<vasild> lightlike: wrt https://github.com/bitcoin/bitcoin/pull/29415#discussion_r2620864832 -- I mean what if -privatebroadcast=0 and thus we leave the optional member empty/uninitialized and then somebody does "sendrawtransaction ... private=yes" (assuming in the future we decide to support that). In this case the optional member is empty but we need it...
<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab643efc0a70...13891a8a685d
<bitcoin-git> bitcoin/master 7e9de20 Lőrinc: fuzz: exercise `ComputeMerkleRoot` without mutated parameter
<bitcoin-git> bitcoin/master 13891a8 merge-script: Merge bitcoin/bitcoin#34050: fuzz: exercise `ComputeMerkleRoot` without `m...
<fanquake> Looks like more random Windows CI failures: https://github.com/bitcoin/bitcoin/actions/runs/20270670513/job/58205336933
<bitcoin-git> [bitcoin] fanquake merged pull request #34003: test: interface_ipc.py minor fixes and cleanup (master...pr/pyipc) https://github.com/bitcoin/bitcoin/pull/34003
<bitcoin-git> bitcoin/master ded11fb Ryan Ofsky: test: fix interface_ipc.py template destruction
<bitcoin-git> bitcoin/master a5e61b1 Ryan Ofsky: test: interface_ipc.py minor fixes and cleanup
<bitcoin-git> bitcoin/master d8fe5f0 Ryan Ofsky: test: improve interface_ipc.py waitNext tests
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4f11ef058b08...ab643efc0a70
<bitcoin-git> [bitcoin] fanquake merged pull request #30214: refactor: Improve assumeutxo state representation (master...pr/cstate) https://github.com/bitcoin/bitcoin/pull/30214
<bitcoin-git> bitcoin/master 6082c84 Ryan Ofsky: refactor: Add Chainstate::m_target_blockhash member
<bitcoin-git> bitcoin/master 9fe927b Ryan Ofsky: refactor: Add Chainstate m_assumeutxo and m_target_utxohash members
<bitcoin-git> bitcoin/master de00e87 Ryan Ofsky: test: Fix broken chainstatemanager_snapshot_init check
<bitcoin-git> [bitcoin] fanquake pushed 18 commits to master: https://github.com/bitcoin/bitcoin/compare/cbafd3ddf8a2...4f11ef058b08
<bitcoin-git> [bitcoin] fanquake merged pull request #34060: test: fix race condition in p2p_v2_misbehaving.py peerid assertion (master...2025_12_fix_peerid_race) https://github.com/bitcoin/bitcoin/pull/34060
<bitcoin-git> bitcoin/master 09dfa4d stratospher: test: fix race condition in p2p_v2_misbehaving.py peerid assertion
<bitcoin-git> bitcoin/master cbafd3d merge-script: Merge bitcoin/bitcoin#34060: test: fix race condition in p2p_v2_misbehavin...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/41bf8f2d5ece...cbafd3ddf8a2
<bitcoin-git> [bitcoin] maflcko opened pull request #34080: ci: Pin native tests on cross-builds to same commit (master...2512-ci-pin) https://github.com/bitcoin/bitcoin/pull/34080

2025-12-15

<bitcoin-git> [bitcoin] sedited opened pull request #34079: kernel: Remove non-kernel module includes (master...kernelPruneHeaders) https://github.com/bitcoin/bitcoin/pull/34079
<bitcoin-git> [bitcoin] sedited closed pull request #34022: validation: Remove min_pow_checked arg in ProcessNewBlockHeaders (master...rmMinPowChecked) https://github.com/bitcoin/bitcoin/pull/34022
<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/master f11a7d2 Ava Chow: gui: Add restore_and_migrate function to restore then migrate a wallet
<bitcoin-git> [gui] hebasto merged pull request #877: Add a menu action to restore then migrate a legacy wallet (master...gui-migrate-path) https://github.com/bitcoin-core/gui/pull/877
<bitcoin-git> [bitcoin] hebasto pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/2210feb4466e...41bf8f2d5ece
<bitcoin-git> bitcoin/master 4ec2d18 Ava Chow: wallet, interfaces, gui: Expose load_after_restore parameter
<bitcoin-git> bitcoin/master 16ab6df Ava Chow: gui: Move actual migration part of migrate() to its own function
<bitcoin-git> [bitcoin] rustaceanrob opened pull request #34077: refactor: Use an enum for `Autofile::seek` wrapper (master...12-15-afile) https://github.com/bitcoin/bitcoin/pull/34077
<scgbckbone> achow101 issue opened https://github.com/bitcoin/bitcoin/issues/34076
<bitcoin-git> [bitcoin] ismaelsadeeq closed pull request #30157: Fee Estimation via Fee rate Forecasters (master...new-fee-estimator) https://github.com/bitcoin/bitcoin/pull/30157
<bitcoin-git> [bitcoin] ismaelsadeeq closed pull request #31664: Fees: add Fee rate Forecaster Manager (master...01-2025-feerate-forecastman) https://github.com/bitcoin/bitcoin/pull/31664
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #34075: fees: Introduce Mempool Based Fee Estimation to reduce overestimation (master...12-2025-fee-estimation-improvement) https://github.com/bitcoin/bitcoin/pull/34075

2025-12-14

<bitcoin-git> [bitcoin] Raimo33 closed 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 #34051: log: Remove brittle and confusing LogPrintLevel (master...2512-log-final-cleanup) https://github.com/bitcoin/bitcoin/pull/34051
<bitcoin-git> bitcoin/master f273167 stickies-v: ipc: separate log statements per level
<bitcoin-git> bitcoin/master fac24bb MarcoFalke: test: Clarify logging_SeverityLevels test
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/58251bf9fa4b...2210feb4466e
<bitcoin-git> bitcoin/master 94c51ae stickies-v: libevent: separate log statements per level
<bitcoin-git> [bitcoin] fanquake merged pull request #34061: fuzz: Fix bugs in `clusterlin_postlinearize_tree` target (master...2025/12/clusterlin-fuzz-fixes) https://github.com/bitcoin/bitcoin/pull/34061
<bitcoin-git> bitcoin/master ce29d7d marcofleon: fuzz: Fix variable in `clusterlin_postlinearize_tree` check
<bitcoin-git> bitcoin/master a70a14a marcofleon: refactor: Separate out logic for building a tree-shaped dependency graph
<bitcoin-git> bitcoin/master 876e284 marcofleon: fuzz: Fix incorrect loop bounds in `clusterlin_postlinearize_tree`
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/938d7aacabd0...58251bf9fa4b
<bitcoin-git> [bitcoin] romanz opened pull request #34074: A few #33657-related followups (master...followups-33657) https://github.com/bitcoin/bitcoin/pull/34074
<bitcoin-git> [bitcoin] YG01110 opened pull request #34073: doc: Add CMake config note to functional test README (master...doc-cmake-test-config) https://github.com/bitcoin/bitcoin/pull/34073

2025-12-12

<bitcoin-git> [bitcoin] DrahtBot closed pull request #34072: Create sajad (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34072
<bitcoin-git> [bitcoin] sajadvilsin-cmyk opened pull request #34072: Create sajad (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34072
<corebot> https://github.com/bitcoin/bitcoin/issues/32545 | Replace cluster linearization algorithm with SFL by sipa · Pull Request #32545 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] rustaceanrob opened pull request #34063: Make `transaction_indentifier` hex string constructor evaluated at comptime (master...12-12-consteval-txid) https://github.com/bitcoin/bitcoin/pull/34063
<bitcoin-git> [bitcoin] marcofleon opened pull request #34061: fuzz: Fix bugs in `clusterlin_postlinearize_tree` target (master...2025/12/clusterlin-fuzz-fixes) https://github.com/bitcoin/bitcoin/pull/34061
<bitcoin-git> [bitcoin] stratospher opened pull request #34060: test: fix race condition in p2p_v2_misbehaving.py peerid assertion (master...2025_12_fix_peerid_race) https://github.com/bitcoin/bitcoin/pull/34060
<bitcoin-git> [bitcoin] maflcko opened pull request #34059: refactor: Use NodeClock::time_point for m_addr_token_timestamp (master...2512-net-less-GetTime) https://github.com/bitcoin/bitcoin/pull/34059
<corebot> https://github.com/bitcoin/bitcoin/issues/34057 | test: add some txgraph tests by HowHsu · Pull Request #34057 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #33657: rest: allow reading partial block data from storage (master...romanz/rest-blockdata) https://github.com/bitcoin/bitcoin/pull/33657
<bitcoin-git> bitcoin/master 0713529 Roman Zeyde: rest: allow reading partial block data from storage
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/597b8be223d4...938d7aacabd0
<bitcoin-git> bitcoin/master f2fd1aa Roman Zeyde: blockstorage: return an error code from `ReadRawBlock()`
<bitcoin-git> bitcoin/master 4e2af1c Roman Zeyde: blockstorage: allow reading partial block data from storage
<bitcoin-git> [bitcoin] billymcbip opened pull request #34058: test: Improve code coverage for pubkey checks (master...cov) https://github.com/bitcoin/bitcoin/pull/34058
<bitcoin-git> [bitcoin] HowHsu opened pull request #34057: test: add some txgraph tests (master...get_worst_chunk) https://github.com/bitcoin/bitcoin/pull/34057
<fanquake> l0rinc: why are the benchmarking runs being done with IPC disabled? i.e in https://github.com/bitcoin/bitcoin/pull/31132#issuecomment-3617721711
<bitcoin-git> [bitcoin] fanquake merged pull request #34025: net: Waste less time in socket handling (master...202512-netsplit-opt) https://github.com/bitcoin/bitcoin/pull/34025
<bitcoin-git> bitcoin/master 5f5c1ea Anthony Towns: net: Cache -capturemessages setting
<bitcoin-git> bitcoin/master 597b8be merge-script: Merge bitcoin/bitcoin#34025: net: Waste less time in socket handling
<bitcoin-git> bitcoin/master cea443e Anthony Towns: net: Pass time to InactivityChecks fuctions
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d155fc12a0c7...597b8be223d4
<bitcoin-git> [bitcoin] fanquake closed pull request #32730: p2p: avoid traversing blocks (twice) during IBD (master...2025_net_avoid_traversing_block_twice) https://github.com/bitcoin/bitcoin/pull/32730
<bitcoin-git> [bitcoin] sedited opened pull request #34054: net processing: Add ibd check before processing block for txdownloadman (master...txdownloadman_ibd_check) https://github.com/bitcoin/bitcoin/pull/34054
<bitcoin-git> [bitcoin] maflcko opened pull request #34053: lint: Remove confusing, redundant, and brittle lint-spelling (master...2512-less-lint) https://github.com/bitcoin/bitcoin/pull/34053

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 8482056 Andrew Toth: validation: periodically flush dbcache during reindex-chainstate
<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] 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()
<corebot> https://github.com/bitcoin/bitcoin/issues/19873 | Flush dbcache early if system is under memory pressure by luke-jr · Pull Request #19873 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/33564 | [27.x] Fix Qt download URLs by fanquake · Pull Request #33564 · bitcoin/bitcoin · GitHub
<stickies-v> #topic Update the release lifecycle page to reflect current practices (https://github.com/bitcoin-core/bitcoincore.org/pull/1200) (darosior)
<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
<corebot> https://github.com/bitcoin/bitcoin/issues/33335 | txgraph: randomize order of same-feerate distinct-cluster transactions by sipa · Pull Request #33335 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/32545 | Replace cluster linearization algorithm with SFL by sipa · Pull Request #32545 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34023 | Optimized SFL cluster linearization by sipa · Pull Request #34023 · bitcoin/bitcoin · GitHub
<fanquake> Novo: my understanding of the latest discussion in https://github.com/bitcoin-core/secp256k1/pull/1765 is that the BIP might need more clarifications?
<corebot> https://github.com/bitcoin/bitcoin/issues/31132 | validation: fetch block inputs on parallel threads >40% faster IBD by andrewtoth · Pull Request #31132 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/34004 | Implementation of SwiftSync by rustaceanrob · Pull Request #34004 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31132 | validation: fetch block inputs on parallel threads >40% faster IBD by andrewtoth · Pull Request #31132 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/33602 | [IBD] coins: reduce lookups in dbcache layer propagation by l0rinc · Pull Request #33602 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30442 | precalculate SipHash constant salt XORs by l0rinc · Pull Request #30442 · bitcoin/bitcoin · GitHub
<stickies-v> bunch of open PRs to look at too, for overview see https://github.com/orgs/bitcoin/projects/3
<stickies-v> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge dzxzg eugenesiegel fanquake fjahr furszy gleb glozow hebasto hodlinator instagibbs janb84 jarolrod jonatack josibake kanzure kevkevin laanwj LarryRuane lightlike l0rinc luke-jr maflcko marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild
<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 be27055 Lőrinc: merkle: migrate `path` arg of `MerkleComputation` to a reference
<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] 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 ec11b9f Lőrinc: optimization: introduce `PresaltedSipHasher` for repeated hashing
<bitcoin-git> bitcoin/master 2033054 Lőrinc: refactor: extract `SipHash` C0-C3 constants to class scope
<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 0ac969c Lőrinc: validation: don't reallocate cache for short-lived CCoinsViewCache
<bitcoin-git> bitcoin/master c2975f2 Ava Chow: Merge bitcoin/bitcoin#33602: [IBD] coins: reduce lookups in dbcache layer ...
<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] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/500862b2d4a1...56ce78d5f62c
<bitcoin-git> bitcoin/master e7ac5a1 fanquake: doc: add release note for 34031
<bitcoin-git> bitcoin/master c4c70a2 Carl Dong: netbase: Remove "tor" as a network specification
<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 5c16e46 Hodlinator: doc: Remove no longer correct comment
<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] 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] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c44c41984e0...cca113f5b022
<bitcoin-git> bitcoin/master d4d184e 0xb10c: log: don't rate-limit "new peer" with -debug=net
<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 2f51951 Martin Zumsande: p2p: Add warning message when receiving headers for blocks cached as inval...
<bitcoin-git> bitcoin/master 4b47113 Martin Zumsande: validation: Reword CheckForkWarningConditions and call it also during IBD ...
<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 9d5021a billymcbip: script: add SCRIPT_ERR_TAPSCRIPT_EMPTY_PUBKEY
<bitcoin-git> bitcoin/master 29ed608 merge-script: Merge bitcoin/bitcoin#33961: script: Add a separate ScriptError for empty ...
<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] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dbc892806912...d2a199bca73b
<bitcoin-git> bitcoin/master b5a7a68 Hodlinator: ci: Make the max number of commits tested explicit
<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
* l0rinc_ Can we fix corecheck.dev? It still frozen, e.g. https://corecheck.dev/bitcoin/bitcoin/pulls/33657
<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 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/master 5a0f49b Daniel Pfeifer: refactor: Remove all `operator!=` definitions
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/36073d56db0d...77248e849699
<hebasto> fanquake: I can see above only a link to the previous attempt where bitcoin-core was included. Did I miss a discussion of the issues caused by the migration?
<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
<hebasto> bitcoin-core is not included in the first batch of the migration to ubuntu 24.04 in oss-fuzz -- https://github.com/google/oss-fuzz/pull/14435
<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
<fanquake> Changed the default branch in https://github.com/bitcoin-core/bitcoin-detached-sigs to 30.x
<bitcoin-git> bitcoin/master ef4ce19 fanquake: depends: freetype 2.11.1
<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/master 36073d5 merge-script: Merge bitcoin/bitcoin#33952: depends: update freetype and document remaini...
<bitcoin-git> bitcoin/master 41e657a fanquake: guix: add bitcoin-qt runtime libs doc in symbol-check
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f09ae5f96fe8...36073d56db0d
<bitcoin-git> bitcoin/master 7b90b4f fanquake: guix: reduce allowed exported symbols
<bitcoin-git> bitcoin/master f09ae5f merge-script: Merge bitcoin/bitcoin#33950: guix: reduce allowed exported symbols
<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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/89dc82295ebd...f09ae5f96fe8
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34029: added waring lmao (master...docs/clarify-developer-vs-user) https://github.com/bitcoin/bitcoin/pull/34029