<bitcoin-git>
[bitcoin] davidgumberg opened pull request #34439: qa: Drop recursive deletes from test code, add lint checks. (master...2026-01-28-remove-all) https://github.com/bitcoin/bitcoin/pull/34439
<bitcoin-git>
[bitcoin] l0rinc opened pull request #34437: rpc: `uptime` should begin on application start (master...l0rinc/fix-uptime-first-call-zero) https://github.com/bitcoin/bitcoin/pull/34437
<bitcoin-git>
[bitcoin] achow101 merged pull request #34303: test: addrman: test self-announcement time penalty handling (master...2026-01-test-addrman-selfannoucement) https://github.com/bitcoin/bitcoin/pull/34303
<bitcoin-git>
bitcoin/master a6cdc3e Ava Chow: Merge bitcoin/bitcoin#34303: test: addrman: test self-announcement time pe...
<bitcoin-git>
[bitcoin] l0rinc reopened pull request #34435: refactor: use `_MiB`/`_GiB` consistently for byte conversions (master...util/byte-units-mib-gib) https://github.com/bitcoin/bitcoin/pull/34435
<bitcoin-git>
[bitcoin] l0rinc closed pull request #34435: refactor: use `_MiB`/`_GiB` consistently for byte conversions (master...util/byte-units-mib-gib) https://github.com/bitcoin/bitcoin/pull/34435
<bitcoin-git>
[bitcoin] l0rinc opened pull request #34436: refactor + log: use new `CeilDiv` helper in UTXO `Flushing` warning (master...l0rinc/ceildiv-utxo-flush-gib) https://github.com/bitcoin/bitcoin/pull/34436
<bitcoin-git>
[bitcoin] l0rinc opened pull request #34435: refactor: use `_MiB`/`_GiB` consistently for byte conversions (master...util/byte-units-mib-gib) https://github.com/bitcoin/bitcoin/pull/34435
<bitcoin-git>
[bitcoin] brunoerg closed pull request #34431: test: node will not try to connect to anchors from an unreachable network (master...2026-01-test-anchors-unreachable) https://github.com/bitcoin/bitcoin/pull/34431
<bitcoin-git>
[bitcoin] sedited merged pull request #34352: ci, iwyu: Fix warnings in `src/primitives` and treat them as errors (master...260120-iwyu-primitives) https://github.com/bitcoin/bitcoin/pull/34352
<bitcoin-git>
[bitcoin] brunoerg opened pull request #34431: test: node will not try to connect to anchors from an unreachable network (master...2026-01-test-anchors-unreachable) https://github.com/bitcoin/bitcoin/pull/34431
<bitcoin-git>
[bitcoin] fanquake merged pull request #34430: ci: mount git directory as writable in linter (master...fix-lint-merge-runs) https://github.com/bitcoin/bitcoin/pull/34430
<bitcoin-git>
bitcoin/master c8abac9 ci: ci: mount .git dir rw
<bitcoin-git>
bitcoin/master feb74a9 merge-script: Merge bitcoin/bitcoin#34430: ci: mount git directory as writable in linter
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #34430: ci: mount git directory as writable in linter (master...fix-lint-merge-runs) https://github.com/bitcoin/bitcoin/pull/34430
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #34422: Update libmultiprocess subtree to be more stable with rust IPC client (master...pr/subtree-8) https://github.com/bitcoin/bitcoin/pull/34422
<bitcoin-git>
[bitcoin] sedited merged pull request #34413: doc: Remove outdated -fdebug-prefix-map section in dev notes (master...2601-build-fix-remove) https://github.com/bitcoin/bitcoin/pull/34413
<bitcoin-git>
bitcoin/master fa06cd4 MarcoFalke: doc: Remove outdated -fdebug-prefix-map section in dev notes
<bitcoin-git>
[bitcoin] batmanbytes opened pull request #34420: consensus: disable min difficulty blocks on testnet4 after height 151200 (master...testnet4-fix) https://github.com/bitcoin/bitcoin/pull/34420
<bitcoin-git>
[bitcoin] Sjors opened pull request #34419: mining: add coinbase locktime and sequence fields to getblocktemplate RPC (master...2026/01/bip-coinbase-fields) https://github.com/bitcoin/bitcoin/pull/34419
<bitcoin-git>
[bitcoin] fanquake closed pull request #34398: refactor: Include function info in runtime errors (master...runtime_error) https://github.com/bitcoin/bitcoin/pull/34398
<bitcoin-git>
[bitcoin] hodlinator opened pull request #34418: qa: Make `wallet_multiwallet.py` Windows-compatible (master...2026/01/31409_fix) https://github.com/bitcoin/bitcoin/pull/34418
<bitcoin-git>
[bitcoin] sedited merged pull request #34328: rpc: make `uptime` monotonic across NTP jumps (master...l0rinc/uptime-monotonic) https://github.com/bitcoin/bitcoin/pull/34328
<bitcoin-git>
[bitcoin] AnmolM-777 opened pull request #34415: test: assert shift-by-zero identity for arith_uint256 (master...test/uint256-shift-zero-identity) https://github.com/bitcoin/bitcoin/pull/34415
<bitcoin-git>
[bitcoin] fanquake merged pull request #34397: doc: fix arg name hints so bugprone can validate them (master...l0rinc/doc-fix-param-hint-typo) https://github.com/bitcoin/bitcoin/pull/34397
<bitcoin-git>
bitcoin/master a73a3ec Lőrinc: doc: fix invalid arg name hints for bugprone validation
<bitcoin-git>
bitcoin/master 34a5eca merge-script: Merge bitcoin/bitcoin#34397: doc: fix arg name hints so bugprone can valid...
<bitcoin-git>
[bitcoin] vasild opened pull request #34410: test: ensure p2p_private_broadcast.py has connections to all nets (master...test_private_broadcast_net_specific_connection) https://github.com/bitcoin/bitcoin/pull/34410
<bitcoin-git>
[bitcoin] fanquake opened pull request #34409: test: use `ModuleNotFoundError` in `interface_ipc.py` (master...use_module_not_found) https://github.com/bitcoin/bitcoin/pull/34409
<bitcoin-git>
[gui] hebasto merged pull request #920: Set peer version and subversion to N/A when not available or detecting (master...pr/qt_user_agent_detail_fix) https://github.com/bitcoin-core/gui/pull/920
<bitcoin-git>
bitcoin/master 5f66fca Hennadii Stepanov: Merge bitcoin-core/gui#920: Set peer version and subversion to N/A when no...
<bitcoin-git>
bitcoin/master b261100 WakeTrainDev: [qt] Set peer version and subversion to N/A when not available or detecting
<bitcoin-git>
[bitcoin] yuvicc opened pull request #34401: kernel: add serialization for btck_BlockHeader API (master...2026-11-followup_33822) https://github.com/bitcoin/bitcoin/pull/34401
2026-01-24
<bitcoin-git>
[bitcoin] Eunovo opened pull request #34400: Parallel Fast Rescan (approx 5x speed up with 16 threads) (master...new-rescan) https://github.com/bitcoin/bitcoin/pull/34400
<bitcoin-git>
[bitcoin] Chand-ra opened pull request #34398: refactor: Include function info in runtime errors (master...runtime_error) https://github.com/bitcoin/bitcoin/pull/34398
<bitcoin-git>
[bitcoin] l0rinc opened pull request #34397: doc: fix arg name typo in parameter hint in src/node/interfaces.cpp (master...l0rinc/doc-fix-param-hint-typo) https://github.com/bitcoin/bitcoin/pull/34397
<bitcoin-git>
[bitcoin] b-l-u-e closed pull request #34396: refactor: modernize FuzzedDataProvider with if constexpr and safe casts (master...refactor-modernize-fuzzed-data-provider-with-constexpr) https://github.com/bitcoin/bitcoin/pull/34396
<bitcoin-git>
[bitcoin] b-l-u-e opened pull request #34396: refactor: modernize FuzzedDataProvider with if constexpr and safe casts (master...refactor-modernize-fuzzed-data-provider-with-constexpr) https://github.com/bitcoin/bitcoin/pull/34396
<bitcoin-git>
[bitcoin] l0rinc opened pull request #34395: test: rename `assert_greater_than(_or_equal)` to `assert_gt`/`assert_ge` (master...l0rinc/rename-assert-gt-ge) https://github.com/bitcoin/bitcoin/pull/34395
<bitcoin-git>
[bitcoin] l0rinc opened pull request #34389: net/log: standardize peer+addr log formatting via `LogPeer` (master...l0rinc/log-peer-formatting) https://github.com/bitcoin/bitcoin/pull/34389
<bitcoin-git>
[bitcoin] maflcko opened pull request #34388: doc: Explain that low-effort pull requests may be closed (master...2601-doc-low-effort) https://github.com/bitcoin/bitcoin/pull/34388
<bitcoin-git>
[bitcoin] DevPatel-11 closed pull request #34357: rpc: Handle nullptr from createNewBlock in getblocktemplate (master...fix/34262-getblocktemplate-nullcheck) https://github.com/bitcoin/bitcoin/pull/34357
<bitcoin-git>
[bitcoin] hebasto opened pull request #34385: subprocess: Fix `-Wunused-private-field` when building with clang-cl on Windows (master...260122-clangcl-unsused) https://github.com/bitcoin/bitcoin/pull/34385
<bitcoin-git>
[bitcoin] fjahr opened pull request #34377: test: Rename wallet name in restore attempt in wallet_assumeutxo (master...2026-01-win-test-flaky) https://github.com/bitcoin/bitcoin/pull/34377
<bitcoin-git>
[bitcoin] l0rinc opened pull request #34376: bench/test: clarify merkle bench and witness test intent (master...l0rinc/bench-test-32497-followup) https://github.com/bitcoin/bitcoin/pull/34376
<bitcoin-git>
[bitcoin] sedited merged pull request #34366: test: switch order of error code and message check (master...test-error-debug) https://github.com/bitcoin/bitcoin/pull/34366
<bitcoin-git>
bitcoin/master 5715748 merge-script: Merge bitcoin/bitcoin#34366: test: switch order of error code and message ...
<bitcoin-git>
bitcoin/master 0aba464 rkrux: test: switch order of error code and message check
<bitcoin-git>
[bitcoin] sedited merged pull request #34269: wallet: disallow creating new or restoring to an unnamed (default) wallet (master...dont-create-default-wallets) https://github.com/bitcoin/bitcoin/pull/34269
<bitcoin-git>
bitcoin/master 75b704d Ava Chow: wallettool: Disallow creating new unnamed wallets
<bitcoin-git>
bitcoin/master 5875a9c Ava Chow: wallet: disallow unnamed wallets in createwallet and restorewallet
<bitcoin-git>
[bitcoin] stickies-v opened pull request #34374: kernel: use structured logging and simplify logging interface (master...2026-01/kernel-logging-layering-predicate) https://github.com/bitcoin/bitcoin/pull/34374
<bitcoin-git>
[bitcoin] maflcko opened pull request #34373: refactor: Remove remaining std::bind, check via clang-tidy (master...2601-no-bind) https://github.com/bitcoin/bitcoin/pull/34373
<bitcoin-git>
[bitcoin] luke-jr opened pull request #34372: QA: wallet_migration: Test several more weird scenarios (master...qa_wallet_migration_tests_202601) https://github.com/bitcoin/bitcoin/pull/34372
<bitcoin-git>
[bitcoin] hebasto merged pull request #34369: test: Scale NetworkThread close timeout with timeout_factor (master...2601-test-scale-close-timeout) https://github.com/bitcoin/bitcoin/pull/34369
<bitcoin-git>
bitcoin/master fab055c MarcoFalke: test: Scale NetworkThread close timeout with timeout_factor
<bitcoin-git>
bitcoin/master 3ea2b6f Hennadii Stepanov: Merge bitcoin/bitcoin#34369: test: Scale NetworkThread close timeout with ...