2026-04-07

<bitcoin-git> bitcoin/master 91cd0e3 Bruno Garcia: fuzz: remove GetDescriptorChecksum from string harness
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/485ebad1ee9a...d868667fdc53
<bitcoin-git> [bitcoin] Sjors reopened pull request #34977: Update libmultiprocess subtree to fix test timeout (master...2026/04/libmultiprocess-subtree) https://github.com/bitcoin/bitcoin/pull/34977
<bitcoin-git> [bitcoin] hebasto opened pull request #35024: ci: Mitigate network issues in native Windows job (master...260407-vcpkg-dl-cache) https://github.com/bitcoin/bitcoin/pull/35024
<bitcoin-git> [bitcoin] Sjors closed pull request #34977: Update libmultiprocess subtree to fix test timeout (master...2026/04/libmultiprocess-subtree) https://github.com/bitcoin/bitcoin/pull/34977
<bitcoin-git> [bitcoin] l0rinc closed pull request #33817: validation: reduce persisted UTXO set size by prioritizing positive lookups (RFC) (master...l0rinc/bip30-bloom-filter-removal) https://github.com/bitcoin/bitcoin/pull/33817
<bitcoin-git> [bitcoin] fanquake merged pull request #33385: contrib: Add bash completion for new bitcoin command (master...bash-completion) https://github.com/bitcoin/bitcoin/pull/33385
<bitcoin-git> bitcoin/master 39668f1 CaesarCoder: contrib: Add bash completion for new bitcoin command
<bitcoin-git> bitcoin/master 485ebad merge-script: Merge bitcoin/bitcoin#33385: contrib: Add bash completion for new bitcoin ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/996e4f7edd64...485ebad1ee9a
<bitcoin-git> [bitcoin] fanquake merged pull request #34856: [30.x] Backports (30.x...more_30_x_backports) https://github.com/bitcoin/bitcoin/pull/34856
<bitcoin-git> bitcoin/30.x f05988a furszy: wallet: fix amount computed as boolean in coin selection
<bitcoin-git> bitcoin/30.x 72d2b85 kevkevinpal: tests: applied PYTHON_GIL to the env for every test
<bitcoin-git> bitcoin/30.x fde84b8 Daniel Pfeifer: cmake: Migrate away from deprecated SQLite3 target
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to 30.x: https://github.com/bitcoin/bitcoin/compare/e2edf09d498b...c5bf64408c92
<bitcoin-git> [bitcoin] hebasto closed pull request #34877: guix: Remove `make-lld-wrapper` (master...260320-no-lld-wrapper) https://github.com/bitcoin/bitcoin/pull/34877
<bitcoin-git> [bitcoin] rkrux closed pull request #34943: ci: add delay between commits while testing all ancestor commits (master...ancestor-commits) https://github.com/bitcoin/bitcoin/pull/34943
<bitcoin-git> [bitcoin] maflcko closed pull request #35021: test: cover feebumper enormous-cluster failure (master...202604-test-feebumper-enormous-cluster) https://github.com/bitcoin/bitcoin/pull/35021
<bitcoin-git> [bitcoin] rkrux closed pull request #34847: test: throttle large orphan transactions while being sent in RPCs (master...orphan-handling) https://github.com/bitcoin/bitcoin/pull/34847
<bitcoin-git> [bitcoin] rkrux closed pull request #34963: ci, test: kill all dangling descendant processes (master...ci-ancestor-commits) https://github.com/bitcoin/bitcoin/pull/34963
<bitcoin-git> [bitcoin] fanquake merged pull request #35001: validation: Remove stale `BlockManager` param from `ContextualCheckBlockHeader` (master...04-2026-remove-redundant-block-man) https://github.com/bitcoin/bitcoin/pull/35001
<bitcoin-git> bitcoin/master 851152e ismaelsadeeq: validation: Remove stale BlockManager param in ContextualCheckBlockHeader
<bitcoin-git> bitcoin/master 996e4f7 merge-script: Merge bitcoin/bitcoin#35001: validation: Remove stale `BlockManager` param...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b730dc3301f4...996e4f7edd64
<bitcoin-git> [bitcoin] LucasVarella opened pull request #35021: test: cover feebumper enormous-cluster failure (master...202604-test-feebumper-enormous-cluster) https://github.com/bitcoin/bitcoin/pull/35021
<bitcoin-git> [bitcoin] maflcko closed pull request #35010: refactor: replace memcpy with std::copy and add size asserts in IPC capnp serialization (master...fix-fix-v-001-ipc-capnp-memcpy-bounds-check) https://github.com/bitcoin/bitcoin/pull/35010
<bitcoin-git> [bitcoin] fanquake closed pull request #35020: latest (master...no_symbols_no_worries) https://github.com/bitcoin/bitcoin/pull/35020
<bitcoin-git> [bitcoin] fanquake opened pull request #35020: latest (master...no_symbols_no_worries) https://github.com/bitcoin/bitcoin/pull/35020

2026-04-06

<bitcoin-git> [bitcoin] HouseOfHufflepuff opened pull request #35019: wallet: apply anti-fee-sniping locktime uniformly across all funded transaction RPCs (master...rpc/uniform-locktime-anti-fee-sniping) https://github.com/bitcoin/bitcoin/pull/35019
<bitcoin-git> [bitcoin] achow101 opened pull request #35018: wallet, bench: Use Nanobench setup() for wallet benchmarks, and remove DuplicateMockDatabase (master...wallet-bench-setups) https://github.com/bitcoin/bitcoin/pull/35018
<bitcoin-git> [bitcoin] achow101 merged pull request #34208: bench: add fluent API for untimed `setup` steps in nanobench (master...l0rinc/untimed-setup-nanobench) https://github.com/bitcoin/bitcoin/pull/34208
<bitcoin-git> bitcoin/master 83b8528 Lőrinc: bench: add fluent API for untimed setup steps in `nanobench`
<bitcoin-git> bitcoin/master b730dc3 Ava Chow: Merge bitcoin/bitcoin#34208: bench: add fluent API for untimed `setup` ste...
<bitcoin-git> bitcoin/master 8825051 Lőrinc: refactor: improve benchmark setup and execution for various tests
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/74e75180886d...b730dc3301f4
<bitcoin-git> [bitcoin] instagibbs opened pull request #35017: mempool: remove all subsequent tx in pkg on failure (master...2026-04-remove_all_consensusscript) https://github.com/bitcoin/bitcoin/pull/35017
<bitcoin-git> [bitcoin] MatthewAura444 opened pull request #35016: net: deduplicate private broadcast state and snapshot types (master...deduplicate-private-broadcast-types) https://github.com/bitcoin/bitcoin/pull/35016
<bitcoin-git> [bitcoin] ryanofsky opened pull request #35015: bitcoin-cli: note -rpcclienttimeout is not implemented for IPC connections (master...pr/ipc-timeout) https://github.com/bitcoin/bitcoin/pull/35015
<bitcoin-git> [bitcoin] alfonsoromanz opened pull request #35014: ipc: fix exception type visibility with REDUCE_EXPORTS on macOS (master...fix-ipc-exception-visibility-macos) https://github.com/bitcoin/bitcoin/pull/35014
<bitcoin-git> [bitcoin] fanquake merged pull request #34989: doc: remove stale shortid collision TODO (master...remove_stale_blockencodings_comment) https://github.com/bitcoin/bitcoin/pull/34989
<bitcoin-git> bitcoin/master 74e7518 merge-script: Merge bitcoin/bitcoin#34989: doc: remove stale shortid collision TODO
<bitcoin-git> bitcoin/master fc9987d w0xlt: doc: remove stale shortid collision TODO
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8edb13dbdd5d...74e75180886d
<bitcoin-git> [bitcoin] fanquake merged pull request #34967: doc: Discourage trailing doxygen comments, and fix the broken ones (master...2603-doc-doxygen-trail) https://github.com/bitcoin/bitcoin/pull/34967
<bitcoin-git> bitcoin/master facaeb9 MarcoFalke: doc: Discourage trailing doxygen comments, and fix the broken ones
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a7c30da1f6fc...8edb13dbdd5d
<bitcoin-git> bitcoin/master 8edb13d merge-script: Merge bitcoin/bitcoin#34967: doc: Discourage trailing doxygen comments, an...
<bitcoin-git> [bitcoin] BrandonOdiwuor opened pull request #35011: ci, iwyu: Fix warnings in src/script and treat them as errors (master...iwyu-script) https://github.com/bitcoin/bitcoin/pull/35011
<bitcoin-git> [bitcoin] orbisai0security opened pull request #35010: fix: multiple memcpy operations in ipc serialization... in... (master...fix-fix-v-001-ipc-capnp-memcpy-bounds-check) https://github.com/bitcoin/bitcoin/pull/35010

2026-04-05

<bitcoin-git> [bitcoin] alfonsoromanz opened pull request #35009: wallet, rpc: add include_change parameter to listtransactions (master...wallet-listtransactions-include-change) https://github.com/bitcoin/bitcoin/pull/35009
<bitcoin-git> [bitcoin] torkelrogstad opened pull request #35006: cli, rpc: add -rpcid option for custom request IDs (master...2026-04-05-request-id) https://github.com/bitcoin/bitcoin/pull/35006

2026-04-04

<bitcoin-git> [bitcoin] HowHsu opened pull request #35004: Usdt txgraph tracing (master...usdt-txgraph-tracing-v2) https://github.com/bitcoin/bitcoin/pull/35004
<bitcoin-git> [bitcoin] furszy opened pull request #35003: net_processing: improve block data I/O error handling in P2P paths (master...2026_abc_io_exception) https://github.com/bitcoin/bitcoin/pull/35003
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #35001: validation: Remove stale `BlockManager` param from `ContextualCheckBlockHeader` (master...04-2026-remove-redundant-block-man) https://github.com/bitcoin/bitcoin/pull/35001
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #35000: test: Add block validation unit tests + fuzz target for `TestBlockValidity` (master...04-2026-test-block-validity) https://github.com/bitcoin/bitcoin/pull/35000
<bitcoin-git> [bitcoin] achow101 merged pull request #34873: net: fix premature stale flagging of unpicked private broadcast txs (master...fix/private-broadcast-epoch) https://github.com/bitcoin/bitcoin/pull/34873
<bitcoin-git> bitcoin/master a7c30da Ava Chow: Merge bitcoin/bitcoin#34873: net: fix premature stale flagging of unpicked...
<bitcoin-git> bitcoin/master 999d18a Mccalabrese: net: introduce TxSendStatus internal state container
<bitcoin-git> bitcoin/master 325afe6 Mccalabrese: net: delay stale evaluation and expose time_added in private broadcast
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fa1f4feac4bf...a7c30da1f6fc

2026-04-03

<bitcoin-git> [bitcoin] d0wn3d opened pull request #34999: refactor: pre-push-hook.sh potential regression (master...patch-2) https://github.com/bitcoin/bitcoin/pull/34999
<bitcoin-git> [bitcoin] achow101 closed pull request #29365: Extend signetchallenge to set target block spacing (master...signet-blockitme-in-challenge) https://github.com/bitcoin/bitcoin/pull/29365
<bitcoin-git> [bitcoin] polespinasa opened pull request #34998: ci: add --extended when using --usecli (master...2026-04-03-add-usecli-extended) https://github.com/bitcoin/bitcoin/pull/34998
<bitcoin-git> [bitcoin] danielabrozzoni opened pull request #34997: p2p: Don't send a GETADDR to feelers (master...getaddr_feeler) https://github.com/bitcoin/bitcoin/pull/34997
<bitcoin-git> [bitcoin] hebasto opened pull request #34995: ci, iwyu: Fix warnings in `src/common` and treat them as errors (master...260403-iwyu-common) https://github.com/bitcoin/bitcoin/pull/34995
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34994: doc: use repo-relative translation process link (master...suyua9-bitcoin-scan) https://github.com/bitcoin/bitcoin/pull/34994
<bitcoin-git> [bitcoin] suyua9 opened pull request #34994: doc: use repo-relative translation process link (master...suyua9-bitcoin-scan) https://github.com/bitcoin/bitcoin/pull/34994
<bitcoin-git> [bitcoin] rkrux reopened pull request #34963: [draft, wip, ignore] CI (master...ci-ancestor-commits) https://github.com/bitcoin/bitcoin/pull/34963
<bitcoin-git> [bitcoin] rkrux closed pull request #34963: [draft, wip, ignore] CI (master...ci-ancestor-commits) https://github.com/bitcoin/bitcoin/pull/34963
<bitcoin-git> [bitcoin] MkDev11 reopened pull request #34838: interfaces: typed receive-request APIs (master...feat/issue-34629-typed-receive-request-api) https://github.com/bitcoin/bitcoin/pull/34838
<bitcoin-git> [bitcoin] MkDev11 closed pull request #34838: interfaces: typed receive-request APIs (master...feat/issue-34629-typed-receive-request-api) https://github.com/bitcoin/bitcoin/pull/34838

2026-04-02

<bitcoin-git> [bitcoin] davidgumberg opened pull request #34993: wallet: `NotifyCanGetAddressesChanged` when advancing `next_index` (master...2026-04-02-notifycan) https://github.com/bitcoin/bitcoin/pull/34993
<bitcoin-git> [bitcoin] achow101 merged pull request #34965: cli: Return more helpful authentication errors (master...pr/34935_suggestions) https://github.com/bitcoin/bitcoin/pull/34965
<bitcoin-git> bitcoin/master 20a94c1 Hodlinator: cli: Clearer error messages on authentication failure
<bitcoin-git> bitcoin/master 257769a Hodlinator: qa: Improve error message
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4b9896273165...fa1f4feac4bf
<bitcoin-git> bitcoin/master 84c3f8d Hodlinator: refactor(rpc): GenerateAuthCookieResult -> AuthCookieResult
<bitcoin-git> [bitcoin] achow101 merged pull request #34448: ci, iwyu: Fix warnings in `src/util` and treat them as errors (master...260129-iwyu-util) https://github.com/bitcoin/bitcoin/pull/34448
<bitcoin-git> bitcoin/master eb750d2 Hennadii Stepanov: iwyu: Remove workaround for issue that has been fixed upstream
<bitcoin-git> bitcoin/master 6953363 Hennadii Stepanov: refactor: Move license info into new module
<bitcoin-git> bitcoin/master 8b49e2d Hennadii Stepanov: ci, iwyu: Fix warnings in `src/util` and treat them as errors
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/59199fa5eaa0...4b9896273165
<bitcoin-git> [bitcoin] achow101 merged pull request #33908: kernel: add context‑free block validation API (`btck_check_block_context_free`) with POW/Merkle flags (master...kerne_checkblock) https://github.com/bitcoin/bitcoin/pull/33908
<bitcoin-git> bitcoin/master 59199fa Ava Chow: Merge bitcoin/bitcoin#33908: kernel: add context‑free block validation API...
<bitcoin-git> bitcoin/master 71f827c w0xlt: kernel: Expose consensus parameters (`btck_ConsensusParams`)
<bitcoin-git> bitcoin/master 0587c56 w0xlt: kernel: Expose context-free block validation
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8cc690ea9bce...59199fa5eaa0
<bitcoin-git> [bitcoin] bittoby opened pull request #34992: rpc: add prev_txs param to utxoupdatepsbt (master...rpc-utxoupdatepsbt-add-prev-txs) https://github.com/bitcoin/bitcoin/pull/34992
<bitcoin-git> [bitcoin] polespinasa opened pull request #34991: test: fix send_batch_request bug when using --usecli (master...2026-04-02-sendbatchrequest-usecli-bug) https://github.com/bitcoin/bitcoin/pull/34991
<bitcoin-git> [bitcoin] davidgumberg closed pull request #34933: net: cbfilters: Don't disconnect peers for requesting unknown blocks. (master...2026-03-26-dont-disconnect-unknown-block-hash-cfilters) https://github.com/bitcoin/bitcoin/pull/34933
<bitcoin-git> [bitcoin] maflcko closed pull request #34935: cli: Return more correct error on -norpccookiefile without -rpcpassword (master...2603-cli-coockie) https://github.com/bitcoin/bitcoin/pull/34935
<bitcoin-git> [bitcoin] janb84 closed pull request #34638: guix: Update storage requirement for HOSTS and added warning for Guix overhead (master...guix-build-update) https://github.com/bitcoin/bitcoin/pull/34638
<bitcoin-git> [bitcoin] ajtowns closed pull request #33191: net: Provide block templates to peers on request (master...202508-sendtemplate1) https://github.com/bitcoin/bitcoin/pull/33191
<bitcoin-git> [gui-qml] johnny9 opened pull request #546: Standard fee selection (qt6...standard-fee-selection) https://github.com/bitcoin-core/gui-qml/pull/546
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34990: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/34990
<bitcoin-git> [bitcoin] asipovska opened pull request #34990: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/34990

2026-04-01

<bitcoin-git> [bitcoin] achow101 merged pull request #34379: wallet: fix `gethdkeys` RPC for descriptors with partial xprvs (master...gethdkeys) https://github.com/bitcoin/bitcoin/pull/34379
<bitcoin-git> bitcoin/master 43c528a rkrux: wallet, test: update `gethdkeys` functional test
<bitcoin-git> bitcoin/master 8cc690e Ava Chow: Merge bitcoin/bitcoin#34379: wallet: fix `gethdkeys` RPC for descriptors w...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/194f57109deb...8cc690ea9bce
<bitcoin-git> bitcoin/master 6e3a0af rkrux: wallet: fix `gethdkeys` RPC for descriptors with partial xprvs
<bitcoin-git> [bitcoin] achow101 merged pull request #34976: lint: Clarify rmtree/remove_all error message with preferred alternatives (master...2604-lint-msg) https://github.com/bitcoin/bitcoin/pull/34976
<bitcoin-git> bitcoin/master fa955af MarcoFalke: lint: Clarify rmtree/remove_all error message with preferred alternatives
<bitcoin-git> bitcoin/master 194f571 Ava Chow: Merge bitcoin/bitcoin#34976: lint: Clarify rmtree/remove_all error message...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1189702d2f49...194f57109deb
<bitcoin-git> [bitcoin] pinheadmz closed pull request #34980: Require captcha for all pull request submissions to prevent LLM abuse (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34980
<bitcoin-git> [bitcoin] w0xlt closed pull request #34932: blockencodings: recover from cmpctblock short-id collisions (master...cmpctblock-shortid-collision-recovery) https://github.com/bitcoin/bitcoin/pull/34932
<bitcoin-git> [bitcoin] w0xlt opened pull request #34989: doc: remove stale shortid collision TODO (master...remove_stale_blockencodings_comment) https://github.com/bitcoin/bitcoin/pull/34989
<bitcoin-git> [bitcoin] achow101 merged pull request #34982: kernel: Remove NONNULL annotation from destroy method (master...remove-non-null-block-validation) https://github.com/bitcoin/bitcoin/pull/34982
<bitcoin-git> bitcoin/master 1189702 Ava Chow: Merge bitcoin/bitcoin#34982: kernel: Remove NONNULL annotation from destro...
<bitcoin-git> bitcoin/master 7560854 Alexander Wiederin: kernel: Remove NONNULL annotation from destroy method
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/52c3381fa8f4...1189702d2f49
<bitcoin-git> [bitcoin] achow101 merged pull request #33506: test: sock: Enable all socket tests on Windows (master...2025-09-29-sock-tests-on-windows) https://github.com/bitcoin/bitcoin/pull/33506
<bitcoin-git> bitcoin/master 52c3381 Ava Chow: Merge bitcoin/bitcoin#33506: test: sock: Enable all socket tests on Windows
<bitcoin-git> bitcoin/master 9316d96 David Gumberg: test: sock: Enable socket pair tests on Windows
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24609389a423...52c3381fa8f4
<bitcoin-git> [bitcoin] Crypt-iQ opened pull request #34988: rpc: fix initialization-order-fiasco by lazy-init of decodepsbt_inputs (master...04012026/currency_unit_fiasco) https://github.com/bitcoin/bitcoin/pull/34988
<bitcoin-git> [bitcoin] hebasto merged pull request #34986: docs: remove duplicate ///@} from bitcoinkernel.h (master...nit-btck-docs) https://github.com/bitcoin/bitcoin/pull/34986
<bitcoin-git> bitcoin/master 7abf6f6 Alexander Wiederin: docs: remove duplicate ///@} from bitcoinkernel.h
<bitcoin-git> bitcoin/master 2460938 Hennadii Stepanov: Merge bitcoin/bitcoin#34986: docs: remove duplicate ///@} from bitcoinkern...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8e789322c5ae...24609389a423
<bitcoin-git> [bitcoin] alexanderwiederin opened pull request #34986: docs: remove duplicate ///@} from bitcoinkernel.h (master...nit-btck-docs) https://github.com/bitcoin/bitcoin/pull/34986
<bitcoin-git> [bitcoin] brunoerg opened pull request #34985: fuzz: remove GetDescriptorChecksum from string harness (master...2026-04-fuzz-remove-descriptor-from-string) https://github.com/bitcoin/bitcoin/pull/34985
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34983: . (master...feat-testmempoolaccept-timelock-context) https://github.com/bitcoin/bitcoin/pull/34983
<bitcoin-git> [bitcoin] it-education-md opened pull request #34983: [WIP] validation, rpc: add height and time to testmempoolaccept (master...feat-testmempoolaccept-timelock-context) https://github.com/bitcoin/bitcoin/pull/34983
<bitcoin-git> [bitcoin] alexanderwiederin opened pull request #34982: kernel: Remove NONNULL annotation from destroy method (master...remove-non-null-block-validation) https://github.com/bitcoin/bitcoin/pull/34982
<bitcoin-git> [bitcoin] pinheadmz opened pull request #34980: Require captcha for all pull request submissions to prevent LLM abuse (master...patch-1) https://github.com/bitcoin/bitcoin/pull/34980
<bitcoin-git> [bitcoin] enirox001 opened pull request #34978: init: Reserve file descriptors for IPC connections (master...04-26-ipc-maxconnections) https://github.com/bitcoin/bitcoin/pull/34978
<bitcoin-git> [bitcoin] Sjors opened pull request #34977: Update libmultiprocess subtree to fix test timeout (master...2026/04/libmultiprocess-subtree) https://github.com/bitcoin/bitcoin/pull/34977
<bitcoin-git> [bitcoin] maflcko opened pull request #34976: lint: Clarify rmtree/remove_all error message with preferred alternatives (master...2604-lint-msg) https://github.com/bitcoin/bitcoin/pull/34976
<bitcoin-git> [bitcoin] maflcko closed pull request #34972: test: add feebumper coverage for combined bump fee calculation failure (master...fix/issue-34902) https://github.com/bitcoin/bitcoin/pull/34972
<bitcoin-git> [bitcoin] maflcko closed pull request #34973: interfaces/wallet: replace raw receive-request string APIs with typed methods (master...fix/issue-34629) https://github.com/bitcoin/bitcoin/pull/34973
<bitcoin-git> [bitcoin] fanquake merged pull request #34944: guix: Clean up module list in manifest (master...260328-guix-modules) https://github.com/bitcoin/bitcoin/pull/34944
<bitcoin-git> bitcoin/master 8e78932 merge-script: Merge bitcoin/bitcoin#34944: guix: Clean up module list in manifest
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8b461c530e95...8e789322c5ae
<bitcoin-git> bitcoin/master 325f743 Hennadii Stepanov: guix: Clean up module list in manifest
<bitcoin-git> [bitcoin] fanquake merged pull request #34952: Update libmultiprocess subtree in 31.x branch to fix race conditions on disconnects (31.x...pr/subtree-9) https://github.com/bitcoin/bitcoin/pull/34952
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to 31.x: https://github.com/bitcoin/bitcoin/compare/f0e2cbc5e5e0...7375940eb2c0
<bitcoin-git> bitcoin/31.x 7375940 merge-script: Merge bitcoin/bitcoin#34952: Update libmultiprocess subtree in 31.x branch...
<bitcoin-git> bitcoin/31.x 613a548 Ryan Ofsky: Merge commit '2478a15ef966cc93d47dd0f461a44be39bc51534' into pr/subtree-9
<bitcoin-git> bitcoin/31.x 2478a15 Ryan Ofsky: Squashed 'src/ipc/libmultiprocess/' changes from 1868a84451f..70f632bda8f
<bitcoin-git> [bitcoin] fanquake closed pull request #34946: wallet: detect cycles in BDB page traversal during migration (master...2026-03-infinite_migrate) https://github.com/bitcoin/bitcoin/pull/34946
<bitcoin-git> [bitcoin] fanquake merged pull request #34956: depends, qt: Fix build on aarch64 macOS 26.4 (master...260330-depends-qt-yield) https://github.com/bitcoin/bitcoin/pull/34956
<bitcoin-git> bitcoin/master 8b461c5 merge-script: Merge bitcoin/bitcoin#34956: depends, qt: Fix build on aarch64 macOS 26.4
<bitcoin-git> bitcoin/master 3aeccb7 Hennadii Stepanov: depends, qt: Fix build on aarch64 macOS 26.4
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aeb667f6b7d0...8b461c530e95
<bitcoin-git> [bitcoin] fanquake merged pull request #33343: help: enrich help text for `-loadblock` (master...loadblock-help) https://github.com/bitcoin/bitcoin/pull/33343
<bitcoin-git> bitcoin/master 2e041b4 Hao Xu: help: enrich help text for `-loadblock`
<bitcoin-git> bitcoin/master aeb667f merge-script: Merge bitcoin/bitcoin#33343: help: enrich help text for `-loadblock`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0831173c0171...aeb667f6b7d0

2026-03-31

<bitcoin-git> [bitcoin] itdeveloper1988 opened pull request #34973: interfaces/wallet: replace raw receive-request string APIs with typed methods (master...fix/issue-34629) https://github.com/bitcoin/bitcoin/pull/34973
<bitcoin-git> [bitcoin] itdeveloper1988 opened pull request #34972: test: add feebumper coverage for combined bump fee calculation failure (master...fix/issue-34902) https://github.com/bitcoin/bitcoin/pull/34972
<bitcoin-git> [bitcoin] Sjors opened pull request #34970: init: add -test=pause_load_mempool, test mempool save before loaded (master...2026/03/pause-mempool-load) https://github.com/bitcoin/bitcoin/pull/34970
<bitcoin-git> [bitcoin] brunoerg opened pull request #34969: fuzz: several improvements to scriptpubkeyman harness (master...2026-03-fuzz-spkm-improvements) https://github.com/bitcoin/bitcoin/pull/34969
<bitcoin-git> [bitcoin] achow101 merged pull request #34640: wallet: rpc: Improve error message for low feerates. (master...2026-02-20-send-minfee-msg) https://github.com/bitcoin/bitcoin/pull/34640
<bitcoin-git> bitcoin/master 0831173 Ava Chow: Merge bitcoin/bitcoin#34640: wallet: rpc: Improve error message for low fe...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d0ed369b3b45...0831173c0171
<bitcoin-git> bitcoin/master 98fcd7a David Gumberg: wallet: rpc: Improve error message for low feerates.
<bitcoin-git> [bitcoin] maflcko closed pull request #33184: test: Refactor rpc_getblockstats.py to use MiniWallet (master...2025_08_refactor_getblockstats) https://github.com/bitcoin/bitcoin/pull/33184
<bitcoin-git> [bitcoin] maflcko opened pull request #34967: doc: Discourage trailing doxygen comments, and fix the broken ones (master...2603-doc-doxygen-trail) https://github.com/bitcoin/bitcoin/pull/34967
<bitcoin-git> [gui-qml] johnny9 opened pull request #545: doc: add qtqml workerscript package to Debian deps (qt6...docs/add-qtqml-workerscript-dep) https://github.com/bitcoin-core/gui-qml/pull/545
<bitcoin-git> [bitcoin] fanquake merged pull request #34049: rpc: Disallow captures in RPCMethodImpl (master...202512-rpcimpl-noref) https://github.com/bitcoin/bitcoin/pull/34049
<bitcoin-git> bitcoin/master 4e78929 Anthony Towns: scripted-diff: rpc: Rename RPCHelpMan to RPCMethod
<bitcoin-git> bitcoin/master 5a81d73 Anthony Towns: scripted-diff: rpc: Don't pointlessly capture in RPCMethod lambdas
<bitcoin-git> bitcoin/master d0ed369 merge-script: Merge bitcoin/bitcoin#34049: rpc: Disallow captures in RPCMethodImpl
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5deed3deabfd...d0ed369b3b45
<bitcoin-git> [gui-qml] johnny9 closed pull request #544: ci: drop unused qtqml-workerscript package (qt6...pr/qt6-drop-workerscript-ci) https://github.com/bitcoin-core/gui-qml/pull/544
<bitcoin-git> [bitcoin] fanquake merged pull request #34958: test: mining: add coverage for GBT's "coinbasevalue" result field (master...202603-test-getblocktemplate-coinbasevalue_full_block_reward) https://github.com/bitcoin/bitcoin/pull/34958
<bitcoin-git> bitcoin/master 5deed3d merge-script: Merge bitcoin/bitcoin#34958: test: mining: add coverage for GBT's "coinbas...
<bitcoin-git> bitcoin/master 12c3c3f Sebastian Falbesoner: test: mining: add coverage for GBT's "coinbasevalue" result field
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54fa356365a8...5deed3deabfd
<bitcoin-git> [bitcoin] fanquake merged pull request #34957: policy: remove incorrect `MANDATORY_SCRIPT_VERIFY_FLAGS` comment (master...03-2026-fix-incorrect-policy-comment) https://github.com/bitcoin/bitcoin/pull/34957
<bitcoin-git> bitcoin/master 54fa356 merge-script: Merge bitcoin/bitcoin#34957: policy: remove incorrect `MANDATORY_SCRIPT_VE...
<bitcoin-git> bitcoin/master 5fa6898 ismaelsadeeq: policy: remove incorrect MANDATORY_SCRIPT_VERIFY_FLAGS comment
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4757b71aa798...54fa356365a8
<bitcoin-git> [bitcoin] fanquake merged pull request #34938: refactor: Return std::optional over bool+mut& (master...2603-refactor-optional) https://github.com/bitcoin/bitcoin/pull/34938
<bitcoin-git> bitcoin/master fa0a094 MarcoFalke: refactor: Return std::optional from GetWalletNameFromJSONRPCRequest
<bitcoin-git> bitcoin/master fabab69 MarcoFalke: refactor: Return std::optional from ParseDouble
<bitcoin-git> bitcoin/master fafb0c4 MarcoFalke: refactor: Return std::optional from GetLogCategory
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c97ac44c34e8...4757b71aa798
<bitcoin-git> [gui-qml] hebasto merged pull request #534: Default/Tor proxy settings persistence and tests (qt6...proxy-settings) https://github.com/bitcoin-core/gui-qml/pull/534
<bitcoin-git> [gui-qml] johnny9 opened pull request #544: ci: drop unused qtqml-workerscript package (qt6...pr/qt6-drop-workerscript-ci) https://github.com/bitcoin-core/gui-qml/pull/544
<bitcoin-git> [bitcoin] hodlinator opened pull request #34965: cli: Return more helpful authentication errors (master...pr/34935_suggestions) https://github.com/bitcoin/bitcoin/pull/34965
<bitcoin-git> [bitcoin] rkrux opened pull request #34963: [draft, wip, ignore] CI (master...ci-ancestor-commits) https://github.com/bitcoin/bitcoin/pull/34963
<bitcoin-git> [bitcoin] cprkrn opened pull request #34962: wallet: fix crash in coin selection with enormous unconfirmed clusters (master...test-feebumper-enormous-cluster) https://github.com/bitcoin/bitcoin/pull/34962
<bitcoin-git> [bitcoin] cprkrn closed pull request #34961: test: add functional test for bumpfee with enormous unconfirmed clusters (master...test-feebumper-enormous-cluster) https://github.com/bitcoin/bitcoin/pull/34961
<bitcoin-git> [bitcoin] cprkrn opened pull request #34961: test: add functional test for bumpfee with enormous unconfirmed clusters (master...test-feebumper-enormous-cluster) https://github.com/bitcoin/bitcoin/pull/34961

2026-03-30

<bitcoin-git> [bitcoin] achow101 merged pull request #32297: bitcoin-cli: Add -ipcconnect option (master...pr/ipc-cli) https://github.com/bitcoin/bitcoin/pull/32297
<bitcoin-git> bitcoin/master df76891 Ryan Ofsky: refactor: Add ExecuteHTTPRPC function
<bitcoin-git> bitcoin/master 6a54834 Ryan Ofsky: ipc: Expose an RPC interface over the -ipcbind socket
<bitcoin-git> bitcoin/master 3cd1cd3 Ryan Ofsky: ipc: Add MakeBasicInit function
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/a846a7c805cf...c97ac44c34e8
<bitcoin-git> [bitcoin] achow101 merged pull request #34811: doc: update cjdns.md for current cjdns installation and peering (master...update-cjdns-doc) https://github.com/bitcoin/bitcoin/pull/34811
<bitcoin-git> bitcoin/master 6b99a3e w0xlt: doc: update cjdns.md for current upstream changes
<bitcoin-git> bitcoin/master a846a7c Ava Chow: Merge bitcoin/bitcoin#34811: doc: update cjdns.md for current cjdns instal...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f6e6fad0d9d2...a846a7c805cf
<bitcoin-git> [bitcoin] achow101 opened pull request #34959: wallet: Enforce BDB btree levels and overflow item sizes (master...bdbro-cycle-detection) https://github.com/bitcoin/bitcoin/pull/34959
<bitcoin-git> [bitcoin] theStack opened pull request #34958: test: mining: add coverage for GBT's "coinbasevalue" result field (master...202603-test-getblocktemplate-coinbasevalue_full_block_reward) https://github.com/bitcoin/bitcoin/pull/34958
<bitcoin-git> [gui-qml] epicleafies opened pull request #542: Uri handling (qt6...uri-handling) https://github.com/bitcoin-core/gui-qml/pull/542
<bitcoin-git> [qa-assets] maflcko merged pull request #270: Address feedback on new delete-nonreduced-fuzz-inputs script in rust (main...rust-delete-nonreduced-fuzz-inputs-follow-ups) https://github.com/bitcoin-core/qa-assets/pull/270
<bitcoin-git> qa-assets/main 22adc08 maflcko: Merge pull request #270 from ekzyis/rust-delete-nonreduced-fuzz-inputs-fol...
<bitcoin-git> qa-assets/main b89fa64 ekzyis: Address feedback on new delete-nonreduced-fuzz-inputs script in rust
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/26fe402afc38...22adc0843902
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #34957: policy: remove incorrect `MANDATORY_SCRIPT_VERIFY_FLAGS` comment (master...03-2026-fix-incorrect-policy-comment) https://github.com/bitcoin/bitcoin/pull/34957
<bitcoin-git> [qa-assets] ekzyis opened pull request #270: Address feedback on new delete-nonreduced-fuzz-inputs script in rust (main...rust-delete-nonreduced-fuzz-inputs-follow-ups) https://github.com/bitcoin-core/qa-assets/pull/270
<bitcoin-git> [bitcoin] hebasto opened pull request #34956: depends, qt: Fix build on aarch64 macOS 26.4 (master...260330-depends-qt-yield) https://github.com/bitcoin/bitcoin/pull/34956
<bitcoin-git> bitcoin/master f6e6fad merge-script: Merge bitcoin/bitcoin#34867: wallet: document importdescriptors error obje...
<bitcoin-git> bitcoin/master 445143b Renato Britto: wallet: document structured importdescriptors errors
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0e2122c62ebe...f6e6fad0d9d2
<bitcoin-git> [bitcoin] fanquake merged pull request #32875: index: handle case where pindex_prev equals chain tip in NextSyncBlock() (master...fix-comment) https://github.com/bitcoin/bitcoin/pull/32875
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/550f603025a3...0e2122c62ebe
<bitcoin-git> bitcoin/master db3c25c Hao Xu: index: add explicit early exit in NextSyncBlock() when the input is the ch...
<bitcoin-git> bitcoin/master 0e2122c merge-script: Merge bitcoin/bitcoin#32875: index: handle case where pindex_prev equals c...
<bitcoin-git> [bitcoin] fanquake merged pull request #34382: test: wallet: Check fallbackfee default argument behavior. (master...2026-01-22-fallbackfee_experiments) https://github.com/bitcoin/bitcoin/pull/34382
<bitcoin-git> bitcoin/master 3dcdb2b David Gumberg: test: wallet: Warning for excessive fallback fee.
<bitcoin-git> bitcoin/master 6664e41 David Gumberg: test: wallet: -fallbackfee default is 0
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b0f68f0a3a36...550f603025a3
<bitcoin-git> bitcoin/master d28c989 David Gumberg: test: wallet: refactor: fallbackfee extract common send failure checks.
<bitcoin-git> [bitcoin] fanquake merged pull request #34804: Update libmultiprocess subtree to fix race conditions on disconnects (master...pr/subtree-9) https://github.com/bitcoin/bitcoin/pull/34804
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/826819a51083...b0f68f0a3a36
<bitcoin-git> bitcoin/master 613a548 Ryan Ofsky: Merge commit '2478a15ef966cc93d47dd0f461a44be39bc51534' into pr/subtree-9
<bitcoin-git> bitcoin/master b0f68f0 merge-script: Merge bitcoin/bitcoin#34804: Update libmultiprocess subtree to fix race co...
<bitcoin-git> bitcoin/master 2478a15 Ryan Ofsky: Squashed 'src/ipc/libmultiprocess/' changes from 1868a84451f..70f632bda8f
<bitcoin-git> qa-assets/main 26fe402 maflcko: Merge pull request #269 from ekzyis/rust-delete-nonreduced-fuzz-inputs
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/bdc226d20377...26fe402afc38
<bitcoin-git> qa-assets/main fd99a28 ekzyis: Convert delete_nonreduced_fuzz_inputs.sh to rust
<bitcoin-git> [qa-assets] maflcko merged pull request #269: Convert delete_nonreduced_fuzz_inputs.sh to rust (main...rust-delete-nonreduced-fuzz-inputs) https://github.com/bitcoin-core/qa-assets/pull/269
<bitcoin-git> [bitcoin] ryanofsky opened pull request #34952: Update libmultiprocess subtree in 31.x branch to fix race conditions on disconnects (31.x...pr/subtree-9) https://github.com/bitcoin/bitcoin/pull/34952
<bitcoin-git> [bitcoin] fanquake merged pull request #34939: fuzz: Use CAmount for storing best_waste (master...waste-fuzz-overflow) https://github.com/bitcoin/bitcoin/pull/34939
<bitcoin-git> bitcoin/master 890a09b Ava Chow: fuzz: Use CAmount for storing best_waste
<bitcoin-git> bitcoin/master 826819a merge-script: Merge bitcoin/bitcoin#34939: fuzz: Use CAmount for storing best_waste
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2b6af628b140...826819a51083

2026-03-29

<bitcoin-git> [bitcoin] defenwycke opened pull request #34950: rpc: migrate generatetoaddress to self.Arg to fix negative maxtries (master...fix-generatetoaddress-maxtries-type) https://github.com/bitcoin/bitcoin/pull/34950
<bitcoin-git> [qa-assets] ekzyis opened pull request #269: Convert delete_nonreduced_fuzz_inputs.sh to rust (main...rust-delete-nonreduced-fuzz-inputs) https://github.com/bitcoin-core/qa-assets/pull/269
<bitcoin-git> [bitcoin] hebasto opened pull request #34948: guix: Split manifests (master...260329-guix-manifest-split) https://github.com/bitcoin/bitcoin/pull/34948
<bitcoin-git> [bitcoin] hebasto merged pull request #34491: ci: add FreeBSD Clang cross job (master...freebsd_clang_cross) https://github.com/bitcoin/bitcoin/pull/34491
<bitcoin-git> bitcoin/master f44191f fanquake: depends: build qrencode for Freebsd
<bitcoin-git> bitcoin/master 6464f14 fanquake: depends: disable inotify in Freebsd Qt build
<bitcoin-git> bitcoin/master 7f70187 fanquake: depends: FreeBSD cross with Clang
<bitcoin-git> [bitcoin] hebasto pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/e602ad62d041...2b6af628b140

2026-03-28

<bitcoin-git> [bitcoin] instagibbs closed pull request #34947: wallet: reject input_weights for outpoints not in transaction (master...2026-03-weight_inputs) https://github.com/bitcoin/bitcoin/pull/34947
<bitcoin-git> [bitcoin] instagibbs opened pull request #34947: wallet: reject input_weights for outpoints not in transaction (master...2026-03-weight_inputs) https://github.com/bitcoin/bitcoin/pull/34947
<bitcoin-git> [bitcoin] instagibbs opened pull request #34946: wallet: detect cycles in BDB page traversal during migration (master...2026-03-infinite_migrate) https://github.com/bitcoin/bitcoin/pull/34946
<bitcoin-git> [gui] arejula27 opened pull request #935: bugfix: truncate header sync percentage (master...gui-ibd-fix-header-sync-percentage) https://github.com/bitcoin-core/gui/pull/935
<bitcoin-git> [bitcoin] hebasto opened pull request #34944: guix: Clean up module list in manifest (master...260328-guix-modules) https://github.com/bitcoin/bitcoin/pull/34944
<bitcoin-git> [bitcoin] rkrux opened pull request #34943: ci: ancestor commits [draft, ignore] (master...ancestor-commits) https://github.com/bitcoin/bitcoin/pull/34943
<bitcoin-git> [bitcoin] fanquake merged pull request #34919: test: script: boundary at exactly 65535 bytes must use OP_PUSHDATA2 (master...2026-03-test-script-minimalpush) https://github.com/bitcoin/bitcoin/pull/34919
<bitcoin-git> bitcoin/master f899674 Bruno Garcia: test: script: boundary at exactly 65535 bytes must use OP_PUSHDATA2
<bitcoin-git> bitcoin/master e602ad6 merge-script: Merge bitcoin/bitcoin#34919: test: script: boundary at exactly 65535 bytes...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/954374d40582...e602ad62d041
<bitcoin-git> [bitcoin] fanquake merged pull request #34926: test: Replace DEBUG_LOG_OUT with -printtoconsole=1 (master...2026/03/rm_DEBUG_LOG_OUT) https://github.com/bitcoin/bitcoin/pull/34926
<bitcoin-git> bitcoin/master 261d229 Hodlinator: test: Replace DEBUG_LOG_OUT with -printtoconsole=1
<bitcoin-git> bitcoin/master 954374d merge-script: Merge bitcoin/bitcoin#34926: test: Replace DEBUG_LOG_OUT with -printtocons...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f8bd396f8ab...954374d40582
<bitcoin-git> [bitcoin] fanquake opened pull request #34942: fuzz: Remove unused g_setup pointers (31.x...31_x_more_backports) https://github.com/bitcoin/bitcoin/pull/34942
<bitcoin-git> [bitcoin] fanquake closed pull request #33402: contrib: Add zsh completion scripts (master...add-zsh-completion-scripts) https://github.com/bitcoin/bitcoin/pull/33402
<bitcoin-git> [bitcoin] achow101 opened pull request #34939: fuzz: Use CAmount for storing best_waste (master...waste-fuzz-overflow) https://github.com/bitcoin/bitcoin/pull/34939

2026-03-27

<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v31.0rc2: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v31.0rc2
<bitcoin-git> bitcoin-detached-sigs/31.x 9d3b2d7 Ava Chow: 31.0: win sig for rc2
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 31.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/802b22b6594c...9d3b2d78bb0e
<bitcoin-git> [bitcoin] maflcko opened pull request #34938: refactor: Return std::optional over bool+mut& (master...2603-refactor-optional) https://github.com/bitcoin/bitcoin/pull/34938
<bitcoin-git> bitcoin-detached-sigs/31.x 802b22b Matthew Zipkin: 31.0: osx sig for rc2
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 31.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/ba04186bab1a...802b22b6594c
<bitcoin-git> [bitcoin] Sjors opened pull request #34937: Fix startup failure with RLIM_INFINITY fd limits (master...2026/03/file-descriptor-limit) https://github.com/bitcoin/bitcoin/pull/34937
<bitcoin-git> [bitcoin] maflcko opened pull request #34935: cli: Return more correct error on -norpccookiefile without -rpcpassword (master...2603-cli-coockie) https://github.com/bitcoin/bitcoin/pull/34935
<bitcoin-git> [bitcoin] frankomosh opened pull request #34934: fuzz: exercise ForNode/ForEachNode callbacks in connman fuzz harness (master...fuzz-connman-fornode-coverage) https://github.com/bitcoin/bitcoin/pull/34934
<bitcoin-git> [bitcoin] HowHsu reopened pull request #32875: index: handle case where pindex_prev equals chain tip in NextSyncBlock() (master...fix-comment) https://github.com/bitcoin/bitcoin/pull/32875
<bitcoin-git> [bitcoin] HowHsu closed pull request #32875: index: handle case where pindex_prev equals chain tip in NextSyncBlock() (master...fix-comment) https://github.com/bitcoin/bitcoin/pull/32875
<bitcoin-git> [bitcoin] davidgumberg opened pull request #34933: net: cbfilters: Don't disconnect peers for requesting unknown blocks. (master...2026-03-26-dont-disconnect-unknown-block-hash-cfilters) https://github.com/bitcoin/bitcoin/pull/34933
<bitcoin-git> [bitcoin] fanquake merged pull request #34913: fuzz: Use time helpers in node_eviction (master...2603-fuzz-time-node-eviction) https://github.com/bitcoin/bitcoin/pull/34913
<bitcoin-git> bitcoin/master fa1ebde MarcoFalke: fuzz: Use time helpers in node_eviction
<bitcoin-git> bitcoin/master 4f8bd39 merge-script: Merge bitcoin/bitcoin#34913: fuzz: Use time helpers in node_eviction
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/21da421b42df...4f8bd396f8ab

2026-03-26

<bitcoin-git> [bitcoin] w0xlt opened pull request #34932: blockencodings: recover from cmpctblock short-id collisions (master...cmpctblock-shortid-collision-recovery) https://github.com/bitcoin/bitcoin/pull/34932
<bitcoin-git> [bitcoin] furszy opened pull request #34931: validation: abort on DB unreadable coins instead of treating them as missing (master...2026_utxo_deser_error_divergence) https://github.com/bitcoin/bitcoin/pull/34931
<bitcoin-git> [bitcoin] achow101 merged 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/master 8bfb422 David Gumberg: test: functional: drop unused --keepcache argument
<bitcoin-git> bitcoin/master a7e4a59 David Gumberg: qa: Remove all instances of `remove_all` except test cleanup
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8a8edc8d8824...21da421b42df
<bitcoin-git> bitcoin/master 0d1301b David Gumberg: test: functional: drop rmtree usage and add lint check
<bitcoin-git> [bitcoin] maflcko closed pull request #34726: [wip] ignore 2603 ci empty (master...2603-ci-empty) https://github.com/bitcoin/bitcoin/pull/34726
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34930: ReducedData Temporary Softfork (BIP-110/RDTS) (master...bip110-core-pr2) https://github.com/bitcoin/bitcoin/pull/34930
<bitcoin-git> [bitcoin] dathonohm opened pull request #34930: ReducedData Temporary Softfork (BIP-110/RDTS) (master...bip110-core-pr2) https://github.com/bitcoin/bitcoin/pull/34930
<bitcoin-git> [bitcoin] DrahtBot closed pull request #34929: Versionbits extensions for BIP-110 (master...bip110-core-pr1) https://github.com/bitcoin/bitcoin/pull/34929
<bitcoin-git> [bitcoin] dathonohm opened pull request #34929: Versionbits extensions for BIP-110 (master...bip110-core-pr1) https://github.com/bitcoin/bitcoin/pull/34929
<bitcoin-git> [bitcoin] achow101 merged pull request #34741: refactor: Return std::optional from GetNameProxy/GetProxy (master...2603-opt-proxy) https://github.com/bitcoin/bitcoin/pull/34741
<bitcoin-git> bitcoin/master fa73ed4 MarcoFalke: refactor: Fix redundant conversion to std::string and then to std::string_...
<bitcoin-git> bitcoin/master fa270fd MarcoFalke: refactor: Return std::optional from GetProxy
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a5609fc249b7...8a8edc8d8824
<bitcoin-git> bitcoin/master faeac1a MarcoFalke: refactor: Return std::optional from GetNameProxy
<bitcoin-git> [bitcoin] achow101 merged pull request #34458: net: Don't log own ips during discover (master...logips_self_discover) https://github.com/bitcoin/bitcoin/pull/34458
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99f99c989e73...a5609fc249b7
<bitcoin-git> bitcoin/master a49f97f sedited: net: Don't log own ips during discover
<bitcoin-git> bitcoin/master a5609fc Ava Chow: Merge bitcoin/bitcoin#34458: net: Don't log own ips during discover
<bitcoin-git> [bitcoin] maflcko opened pull request #34927: test: Check that RPCs do not time out, even under load (master...2603-test-rpc-sla) https://github.com/bitcoin/bitcoin/pull/34927
<bitcoin-git> [bitcoin] hodlinator opened pull request #34926: test: Replace DEBUG_LOG_OUT with -printtoconsole=1 (master...2026/03/rm_DEBUG_LOG_OUT) https://github.com/bitcoin/bitcoin/pull/34926
<bitcoin-git> [qa-assets] ekzyis closed pull request #266: Also keep fuzz inputs that increase coverage on older branches (main...keep-fuzz-inputs-for-older-branches) https://github.com/bitcoin-core/qa-assets/pull/266
<bitcoin-git> [qa-assets] ekzyis closed pull request #268: Add shebang to delete_nonreduced_fuzz_inputs.sh (main...delete-nonreduced-fuzz-inputs-shebang) https://github.com/bitcoin-core/qa-assets/pull/268
<bitcoin-git> [qa-assets] ekzyis opened pull request #268: Add shebang to delete_nonreduced_fuzz_inputs.sh (main...delete-nonreduced-fuzz-inputs-shebang) https://github.com/bitcoin-core/qa-assets/pull/268
<bitcoin-git> [bitcoin] MkDev11 opened pull request #34924: test: add feebumper coverage for combined bump fee failure (master...fix/issue-34902-feebumper-coverage) https://github.com/bitcoin/bitcoin/pull/34924