2026-06-15

<bitcoin-git> bitcoin/master 9bfdde7 fanquake: guix: add package.sh
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/87d099d5f810...6bc2d996b002
<bitcoin-git> [bitcoin] rkrux closed pull request #34910: wallet, refactor: rename file from migrate to legacybdb (master...legacy-bdb) https://github.com/bitcoin/bitcoin/pull/34910
<bitcoin-git> [bitcoin] sedited closed pull request #35534: index: Delete legacy coinstats index folder (master...master) https://github.com/bitcoin/bitcoin/pull/35534
<bitcoin-git> [bitcoin] Jay-1409 opened pull request #35534: index: Delete legacy coinstats index folder (master...master) https://github.com/bitcoin/bitcoin/pull/35534
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35533: Update README.md with an argument for Bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/35533
<bitcoin-git> [bitcoin] wieker opened pull request #35533: Update README.md with an argument for Bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/35533
<bitcoin-git> [bitcoin] maflcko closed pull request #35532: doc: clarify that -maxmempool minimum is derived from cluster size limit (master...doc/maxmempool-minimum) https://github.com/bitcoin/bitcoin/pull/35532
<bitcoin-git> [bitcoin] fernandguil opened pull request #35532: doc: clarify that -maxmempool minimum is derived from cluster size limit (master...doc/maxmempool-minimum) https://github.com/bitcoin/bitcoin/pull/35532

2026-06-14

<bitcoin-git> [bitcoin] andrewtoth opened pull request #35531: txindex: use siphash keys to optimize disk usage (master...txindex_optimization) https://github.com/bitcoin/bitcoin/pull/35531
<bitcoin-git> [leveldb-subtree] andrewtoth opened pull request #63: Revert "Revert "Increase maximum read-only mmap()s used from 1000 to … (bitcoin-fork...revert-52) https://github.com/bitcoin-core/leveldb-subtree/pull/63
<bitcoin-git> [bitcoin] fanquake merged pull request #35519: rpc: tighten setmocktime upper bound to UINT32_MAX (master...2026/06/rpc-setmocktime-upperbound) https://github.com/bitcoin/bitcoin/pull/35519
<bitcoin-git> bitcoin/master 87d099d merge-script: Merge bitcoin/bitcoin#35519: rpc: tighten setmocktime upper bound to UINT3...
<bitcoin-git> bitcoin/master 406c234 stringintech: rpc: tighten setmocktime upper bound to UINT32_MAX
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04eccc2be5ad...87d099d5f810
<bitcoin-git> [bitcoin] sedited merged pull request #35043: refactor: Properly return from ThreadSafeQuestion signal + btcsignals follow-ups (master...2604-btcsignals) https://github.com/bitcoin/bitcoin/pull/35043
<bitcoin-git> bitcoin/master faad9d6 MarcoFalke: refactor: Mark btcsignals operator [[nodiscard]]
<bitcoin-git> bitcoin/master fa4badc MarcoFalke: refactor: Make ThreadSafeMessageBox signal void
<bitcoin-git> bitcoin/master fa86e5d MarcoFalke: refactor: Properly return from ThreadSafeQuestion signal
<bitcoin-git> [bitcoin] sedited pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/2cfb10b668f6...04eccc2be5ad
<bitcoin-git> [bitcoin] sedited merged pull request #35498: net: move cs_main up in FetchBlock to fix rpc assert crash (master...06092026/fetchblock_fix) https://github.com/bitcoin/bitcoin/pull/35498
<bitcoin-git> bitcoin/master 359680b Eugene Siegel: net: move cs_main up in FetchBlock to fix rpc assert crash
<bitcoin-git> bitcoin/master 2cfb10b merge-script: Merge bitcoin/bitcoin#35498: net: move cs_main up in FetchBlock to fix rpc...
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/debac5f2cd16...2cfb10b668f6

2026-06-13

<bitcoin-git> [bitcoin] DrahtBot closed pull request #35530: private_broadcast: fix HavePendingTransactions() cascade that leaks tx origin (master...fix/private-broadcast-have-pending-transactions) https://github.com/bitcoin/bitcoin/pull/35530
<bitcoin-git> [bitcoin] JACKURUVI99 opened pull request #35530: private_broadcast: fix HavePendingTransactions() cascade that leaks tx origin (master...fix/private-broadcast-have-pending-transactions) https://github.com/bitcoin/bitcoin/pull/35530
<bitcoin-git> [bitcoin] theStack opened pull request #35528: test: doc: remove `--perf` profiling from functional test framework (master...202606-test-remove_perf_profiling) https://github.com/bitcoin/bitcoin/pull/35528
<bitcoin-git> [bitcoin] benthecarman opened pull request #35527: Treat empty settings file as missing (master...empty-settings-json) https://github.com/bitcoin/bitcoin/pull/35527
<bitcoin-git> [bitcoin] Sjors opened pull request #35526: ci: bump MSan fuzz timeout from 150 to 180 minutes (master...2026/06/msan-fuzz-timeout) https://github.com/bitcoin/bitcoin/pull/35526
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35525: Moe wuz here (master...moeEdits) https://github.com/bitcoin/bitcoin/pull/35525
<bitcoin-git> [bitcoin] bowjangle opened pull request #35525: Moe wuz here (master...moeEdits) https://github.com/bitcoin/bitcoin/pull/35525
<bitcoin-git> [bitcoin] hebasto merged pull request #35523: Revert "build: exclude mptest target from compile commands" (master...revert_35418) https://github.com/bitcoin/bitcoin/pull/35523
<bitcoin-git> bitcoin/master debac5f Hennadii Stepanov: Merge bitcoin/bitcoin#35523: Revert "build: exclude mptest target from com...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c99ed10766c...debac5f2cd16
<bitcoin-git> bitcoin/master d186c39 fanquake: Revert "build: exclude mptest target from compile commands"
<bitcoin-git> [bitcoin] winterrdog opened pull request #35524: util: Prevent file overwriting in fallback `AllocateFileRange` implementation (master...fix/posix-fallback-alloc) https://github.com/bitcoin/bitcoin/pull/35524
<bitcoin-git> [bitcoin] fanquake opened pull request #35523: Revert "build: exclude mptest target from compile commands" (master...revert_35418) https://github.com/bitcoin/bitcoin/pull/35523

2026-06-12

<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #35522: refactor: Extract per-message helpers from SendMessages() (move-only) (master...refactor/extract-sendmessages-helpers) https://github.com/bitcoin/bitcoin/pull/35522
<bitcoin-git> [bitcoin] marcofleon opened pull request #35521: fuzz: Speed up `dbwrapper_concurrent_reads` harness (master...2026/06/improve-dbwrapper-concurrent-speed) https://github.com/bitcoin/bitcoin/pull/35521
<bitcoin-git> [bitcoin] l0rinc opened pull request #35520: lint: remove redundant test suite uniqueness check (master...l0rinc/remove-redundant-test-suite-lint) https://github.com/bitcoin/bitcoin/pull/35520
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #35003: validation: 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] DrahtBot closed pull request #35003: validation: 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] maflcko reopened pull request #35003: validation: 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] maflcko closed pull request #35003: validation: 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] stringintech opened pull request #35519: rpc: tighten setmocktime upper bound to UINT32_MAX (master...2026/06/rpc-setmocktime-upperbound) https://github.com/bitcoin/bitcoin/pull/35519
<bitcoin-git> [bitcoin] fanquake merged pull request #35418: build: exclude mptest target from compile commands (master...fix/iwyu-test-exclude) https://github.com/bitcoin/bitcoin/pull/35418
<bitcoin-git> bitcoin/master 4c99ed1 merge-script: Merge bitcoin/bitcoin#35418: build: exclude mptest target from compile com...
<bitcoin-git> bitcoin/master 4731049 Sanjana2906: build: exclude mptest target from compile commands
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/142e86a65c8a...4c99ed10766c
<bitcoin-git> [bitcoin] l0rinc closed pull request #35467: db: warn about legacy chainstate table format (master...l0rinc/warn-legacy-chainstate-layout) https://github.com/bitcoin/bitcoin/pull/35467
<bitcoin-git> [bitcoin] fanquake merged pull request #35458: qa: Avoid extra tracebacks when exception is raised (master...2026/06/simplify_tracebacks) https://github.com/bitcoin/bitcoin/pull/35458
<bitcoin-git> bitcoin/master 472b950 Hodlinator: qa: Use custom assert_greater_than() over naked assert
<bitcoin-git> bitcoin/master 659671a Hodlinator: qa: Avoid cleanup when exception is raised
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/216b50c9a6cf...142e86a65c8a
<bitcoin-git> bitcoin/master f42226d Hodlinator: qa: Silence socket.timeout exception when substituting it for a JSONRPCExc...
<bitcoin-git> [bitcoin-maintainer-tools] real-or-random opened pull request #203: clang-format: Make script executable (main...main) https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/203
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1256: Add japanese translation for private broadcast IP leak in 31.0 (master...ja-translate-privatebroadcast-ip-leak) https://github.com/bitcoin-core/bitcoincore.org/pull/1256
<bitcoin-git> bitcoincore.org/master 74059e5 merge-script: Merge bitcoin-core/bitcoincore.org#1256: Add japanese translation for priv...
<bitcoin-git> bitcoincore.org/master 7af88f0 azuchi: Add japanese translation for private broadcast IP leak in 31.0
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/43ac19646ab2...74059e596aca
<bitcoin-git> [bitcoin] fernandguil opened pull request #35518: doc: document -blocknotify, -walletnotify and other -*notify options (master...doc/notify-options) https://github.com/bitcoin/bitcoin/pull/35518
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1256: Add japanese translation for private broadcast IP leak in 31.0 (master...ja-translate-privatebroadcast-ip-leak) https://github.com/bitcoin-core/bitcoincore.org/pull/1256

2026-06-11

<bitcoin-git> [bitcoin] achow101 merged pull request #35179: test: Add importdescriptors rpc error coverage (master...2026-04-29-testaddimportdescriptorsrpccoverage) https://github.com/bitcoin/bitcoin/pull/35179
<bitcoin-git> bitcoin/master ad388bf Pol Espinasa: test: add coverage for importdescriptors while wallet is rescanning
<bitcoin-git> bitcoin/master 84d07e4 Pol Espinasa: test: add coverage for importdescriptor with an encrypted wallet
<bitcoin-git> bitcoin/master d90d7f0 Pol Espinasa: test: add coverage for importdescriptors errors when using assumeutxo
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/c117bbc467f8...216b50c9a6cf
<bitcoin-git> [bitcoin] maflcko closed pull request #35517: node: reject trailing bytes in stored blocks (master...codex/block-trailing-junk-bytes) https://github.com/bitcoin/bitcoin/pull/35517
<bitcoin-git> [bitcoin] OSINTv96 opened pull request #35517: node: reject trailing bytes in stored blocks (master...codex/block-trailing-junk-bytes) https://github.com/bitcoin/bitcoin/pull/35517
<bitcoin-git> [bitcoin] thomasbuilds opened pull request #35516: rpc: preserve global xpubs and proprietary fields in joinpsbts (master...fix-joinpsbts-drop-globals) https://github.com/bitcoin/bitcoin/pull/35516
<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1255: posts: add notice about private broadcast IP leak in 31.0 (master...disclose-privatebroadcast-ip-leak) https://github.com/bitcoin-core/bitcoincore.org/pull/1255
<bitcoin-git> bitcoincore.org/master 43ac196 Ava Chow: Merge bitcoin-core/bitcoincore.org#1255: posts: add notice about private b...
<bitcoin-git> bitcoincore.org/master d3a8e25 Andrew Toth: posts: add notice about private broadcast IP leak in 31.0
<bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/442aea8c43ff...43ac19646ab2
<bitcoin-git> [bitcoin] hebasto opened pull request #35515: cmake: Use target file name for manpage installation (master...260611-cmake-install) https://github.com/bitcoin/bitcoin/pull/35515
<bitcoin-git> [bitcoin] sedited merged pull request #35514: ci: Alpine 3.24 (master...ci_alpine_24) https://github.com/bitcoin/bitcoin/pull/35514
<bitcoin-git> bitcoin/master c117bbc merge-script: Merge bitcoin/bitcoin#35514: ci: Alpine 3.24
<bitcoin-git> bitcoin/master 3be1115 fanquake: ci: Alpine 3.24
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3b712b9d0245...c117bbc467f8
<bitcoin-git> [bitcoin] fanquake opened pull request #35514: ci: Alpine 3.24 (master...ci_alpine_24) https://github.com/bitcoin/bitcoin/pull/35514
<bitcoin-git> [gui-qml] johnny9 opened pull request #752: Build bitcoin-core-app against depends (qt6...gui-qml-depends) https://github.com/bitcoin-core/gui-qml/pull/752
<bitcoin-git> [bitcoin] RuslanProgrammer opened pull request #35513: Rpc help metadata fixes (master...rpc-help-metadata-fixes) https://github.com/bitcoin/bitcoin/pull/35513
<bitcoin-git> [bitcoin] fanquake merged pull request #35120: btcsignals: delete broken scoped_connection move assignment (master...fix-scoped-connection-move-assign) https://github.com/bitcoin/bitcoin/pull/35120
<bitcoin-git> bitcoin/master 3b712b9 merge-script: Merge bitcoin/bitcoin#35120: btcsignals: delete broken scoped_connection m...
<bitcoin-git> bitcoin/master b83a999 Thomas: btcsignals: delete broken scoped_connection move assignment
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/46d0e21d758c...3b712b9d0245
<bitcoin-git> [bitcoin] polespinasa opened pull request #35512: wallet: move fAbortRescan reset into WalletRescanReserver reserve function (master...2026-06-11-movefAbortRescan) https://github.com/bitcoin/bitcoin/pull/35512
<bitcoin-git> [bitcoin] hodlinator opened pull request #35511: RFC: consensus: Make `CAmount` a class (master...2026/06/safer_camount.take2) https://github.com/bitcoin/bitcoin/pull/35511
<bitcoin-git> [bitcoin] hebasto merged pull request #35288: ci: Bump toward Ubuntu 26.04 (master...2605-ci-bump) https://github.com/bitcoin/bitcoin/pull/35288
<bitcoin-git> bitcoin/master fa4774d MarcoFalke: ci: Bump APT_LLVM_V-based task configs to Ubuntu 26.04
<bitcoin-git> bitcoin/master fa1414a MarcoFalke: ci: Debian Trixie -> Ubuntu 26.04
<bitcoin-git> bitcoin/master fab5228 MarcoFalke: refactor: Drop unused includes after iwyu CI bump
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d0b8d445fb7a...46d0e21d758c
<bitcoin-git> [bitcoin] vasild opened pull request #35510: test: SOCKS5 proxy: expect that connection may be reset when forwarding (master...socks5_forward_sockets_handle_reset) https://github.com/bitcoin/bitcoin/pull/35510
<bitcoin-git> [bitcoin] sedited merged pull request #35455: fuzz: improve dbwrapper_concurrent_reads performance (master...fuzz_db_reads_oom_fix) https://github.com/bitcoin/bitcoin/pull/35455
<bitcoin-git> bitcoin/master 1ce9e26 Andrew Toth: fuzz: improve dbwrapper_concurrent_reads performance
<bitcoin-git> bitcoin/master d0b8d44 merge-script: Merge bitcoin/bitcoin#35455: fuzz: improve dbwrapper_concurrent_reads perf...
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e0fb41fd2a15...d0b8d445fb7a
<bitcoin-git> [bitcoin] sedited merged pull request #35489: fuzz: test non-max descriptor satisfaction weight (master...fuzz-descriptor-nonmax-sat-weight) https://github.com/bitcoin/bitcoin/pull/35489
<bitcoin-git> bitcoin/master 526aae3 woltx: fuzz: test non-max descriptor satisfaction weight
<bitcoin-git> bitcoin/master e0fb41f merge-script: Merge bitcoin/bitcoin#35489: fuzz: test non-max descriptor satisfaction we...
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/50e9f2ad336c...e0fb41fd2a15
<bitcoin-git> [bitcoin] sedited merged pull request #35497: test: FakeNodeClock follow-ups in unit tests (master...2606-tests-mocktime-refactor) https://github.com/bitcoin/bitcoin/pull/35497
<bitcoin-git> bitcoin/master fa3716c MarcoFalke: test: Use FakeNodeClock in more places
<bitcoin-git> bitcoin/master fa03852 MarcoFalke: test: Use SteadyClockContext in pcp_tests
<bitcoin-git> bitcoin/master fae9623 MarcoFalke: test: Add FakeNodeClock m_clock to TestChain100Setup
<bitcoin-git> [bitcoin] sedited pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/809f909e5824...50e9f2ad336c
<bitcoin-git> [bitcoin] theStack opened pull request #35509: test: fix `--perf` profiling (master...202606-test-fix_perf_profiling) https://github.com/bitcoin/bitcoin/pull/35509

2026-06-10

<bitcoin-git> [bitcoin] achow101 merged pull request #35451: lint: Grep for `AUTO` test suites in file names (master...26-6-3-tname-lint) https://github.com/bitcoin/bitcoin/pull/35451
<bitcoin-git> bitcoin/master f6bdbcf rustaceanrob: lint: Grep for `AUTO` test suites in file names
<bitcoin-git> bitcoin/master 809f909 Ava Chow: Merge bitcoin/bitcoin#35451: lint: Grep for `AUTO` test suites in file nam...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/530e1f5290c7...809f909e5824
<bitcoin-git> [bitcoin] achow101 merged pull request #34636: node: allocate index caches proportional to usage patterns (master...improve-index-cache-allocation) https://github.com/bitcoin/bitcoin/pull/34636
<bitcoin-git> bitcoin/master 530e1f5 Ava Chow: Merge bitcoin/bitcoin#34636: node: allocate index caches proportional to u...
<bitcoin-git> bitcoin/master 5a2e359 Sebastian van Staa: clarify blockfilterindex cache allocation rationale
<bitcoin-git> bitcoin/master d06dabf Sebastian van Staa: node: allocate index caches proportional to usage patterns
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8598ec220450...530e1f5290c7
<bitcoin-git> [bitcoin] achow101 merged pull request #35221: BIP 434 Support: Peer feature negotiation (master...202604-bip434-support) https://github.com/bitcoin/bitcoin/pull/35221
<bitcoin-git> bitcoin/master 3210fc4 Anthony Towns: net: Add AdvertisedVersion() for protocol version advertised to a peer
<bitcoin-git> bitcoin/master 1b3f776 Anthony Towns: serialize: string_view serialization
<bitcoin-git> bitcoin/master 94ed454 Anthony Towns: serialize: add LimitedVectorFormatter
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/fb47793b99f7...8598ec220450
<bitcoin-git> [bitcoin] achow101 merged pull request #35168: validation: Don't add pruned blocks to `m_blocks_unlinked` on startup (master...2026/04/loadblockindex-unlinked-fix) https://github.com/bitcoin/bitcoin/pull/35168
<bitcoin-git> bitcoin/master 3f44f9a marcofleon: test: Add coverage for m_blocks_unlinked invariant in LoadBlockIndex
<bitcoin-git> bitcoin/master fb47793 Ava Chow: Merge bitcoin/bitcoin#35168: validation: Don't add pruned blocks to `m_blo...
<bitcoin-git> bitcoin/master 0e4b0ba marcofleon: validation: Don't add pruned blocks to m_blocks_unlinked on startup
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/53b836cdcedc...fb47793b99f7
<bitcoin-git> [bitcoin] achow101 merged pull request #34028: p2p: Prevent integer overflow in LocalServiceInfo::nScore (master...p2p-fix-nscore-overflow) https://github.com/bitcoin/bitcoin/pull/34028
<bitcoin-git> bitcoin/master 53b836c Ava Chow: Merge bitcoin/bitcoin#34028: p2p: Prevent integer overflow in LocalService...
<bitcoin-git> bitcoin/master 2189a6f codeabysss: p2p: Saturate LocalServiceInfo::nScore updates at INT_MAX
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3bbc3c67ad49...53b836cdcedc
<bitcoin-git> [bitcoin] achow101 merged pull request #35101: refactor: disable default std::hash for CTransactionRef (master...2026/04/txref-safety) https://github.com/bitcoin/bitcoin/pull/35101
<bitcoin-git> bitcoin/master 3bbc3c6 Ava Chow: Merge bitcoin/bitcoin#35101: refactor: disable default std::hash for CTran...
<bitcoin-git> bitcoin/master a9301cf Sjors Provoost: refactor: disable default std::hash for CTransactionRef
<bitcoin-git> bitcoin/master 47d68cd Sjors Provoost: ci: backport iwyu PR 2013 std::hash mapping
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/288018131ec0...3bbc3c67ad49
<bitcoin-git> [bitcoin] achow101 merged pull request #35254: crypto: cleanse HMAC stack buffers after use and ChainCode (master...crypto-cleanse-hmac-buffers) https://github.com/bitcoin/bitcoin/pull/35254
<bitcoin-git> bitcoin/master 2880181 Ava Chow: Merge bitcoin/bitcoin#35254: crypto: cleanse HMAC stack buffers after use ...
<bitcoin-git> bitcoin/master b3a3f88 Thomas: crypto: cleanse HMAC stack buffers after use
<bitcoin-git> bitcoin/master 21a1380 Thomas: key: cleanse ChainCode on destruction
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c85e04f0791a...288018131ec0
<bitcoin-git> qa-assets/main 3c03dc0 Niklas Gögge: Merge pull request #278 from murchandamus/2026-06-murch-inputs
<bitcoin-git> qa-assets/main 918fbdf Murch: Add Murch’s inputs June 2026
<bitcoin-git> [qa-assets] dergoegge pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/78def9f4ec21...3c03dc073105
<bitcoin-git> [qa-assets] dergoegge merged pull request #278: Add Murch’s inputs June 2026 (main...2026-06-murch-inputs) https://github.com/bitcoin-core/qa-assets/pull/278
<bitcoin-git> [bitcoin] instagibbs opened pull request #35506: test: ensure group data cluster pointers are live (master...2026-06-actual_clusters_check) https://github.com/bitcoin/bitcoin/pull/35506
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35505: . (master...2026-dont-backdate-locktime-RBF) https://github.com/bitcoin/bitcoin/pull/35505
<bitcoin-git> [bitcoin] Bicaru20 opened pull request #35505: 2026 dont backdate locktime rbf (master...2026-dont-backdate-locktime-RBF) https://github.com/bitcoin/bitcoin/pull/35505
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #35320: key: validate BIP32 seed length in CExtKey::SetSeed (master...bip32-setseed-length-validation) https://github.com/bitcoin/bitcoin/pull/35320
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35320: key: validate BIP32 seed length in CExtKey::SetSeed (master...bip32-setseed-length-validation) https://github.com/bitcoin/bitcoin/pull/35320
<bitcoin-git> [bitcoin] fanquake merged pull request #35478: fuzz: reset the mockable steady clock between iterations (master...fuzz-reset-mockable-steady-clock) https://github.com/bitcoin/bitcoin/pull/35478
<bitcoin-git> bitcoin/master c85e04f merge-script: Merge bitcoin/bitcoin#35478: fuzz: reset the mockable steady clock between...
<bitcoin-git> bitcoin/master 19b32a2 Hao Xu: fuzz: reset the mockable steady clock between iterations
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4b91316643fa...c85e04f0791a
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #35504: test/doc: Follow-up nits for #35269 (master...musig-35269-followup-nits) https://github.com/bitcoin/bitcoin/pull/35504
<bitcoin-git> [packaging] maflcko opened pull request #345: doc: Remove references to external third-party bitcoin-core packages (main...2506-deb-readme) https://github.com/bitcoin-core/packaging/pull/345
<bitcoin-git> [packaging] maflcko closed pull request #282: doc: Remove unmaintained .deb packaging files (main...2506-deb-readme) https://github.com/bitcoin-core/packaging/pull/282
<bitcoin-git> [bitcoin] hebasto opened pull request #35503: guix: CMake-related improvements (master...260610-guix-cmake) https://github.com/bitcoin/bitcoin/pull/35503
<bitcoin-git> [gui-qml] johnny9 closed pull request #549: Persist onboarding completion in settings.json (qt6...pr/qt6-qml-onboarding-flag) https://github.com/bitcoin-core/gui-qml/pull/549
<bitcoin-git> [bitcoin] w0xlt closed pull request #34588: refactor: decompose Peer struct into focused sub-components (master...refactor/decompose-peer-struct) https://github.com/bitcoin/bitcoin/pull/34588
<bitcoin-git> [bitcoin] w0xlt opened pull request #35502: refactor: extract per-message helpers from ProcessMessage (move-only) (master...refactor/extract-processmessage-helpers) https://github.com/bitcoin/bitcoin/pull/35502
<bitcoin-git> [bitcoin] achow101 opened pull request #35501: wallet: store all witness variants of a transaction (master...wallet-tx-multiple-wtx) https://github.com/bitcoin/bitcoin/pull/35501

2026-06-09

<bitcoin-git> [bitcoin] DrahtBot closed pull request #35500: wallet: check WriteMasterKey result when changing passphrase (master...wallet-check-writemasterkey) https://github.com/bitcoin/bitcoin/pull/35500
<bitcoin-git> [bitcoin] cryptomentor-de opened pull request #35500: wallet: check WriteMasterKey result when changing passphrase (master...wallet-check-writemasterkey) https://github.com/bitcoin/bitcoin/pull/35500
<bitcoin-git> [bitcoin] maflcko reopened pull request #35440: wallet: check descriptor cache xpub length before decoding (master...walletdb-xpub-size-check) https://github.com/bitcoin/bitcoin/pull/35440
<bitcoin-git> [bitcoin] maflcko closed pull request #35440: wallet: check descriptor cache xpub length before decoding (master...walletdb-xpub-size-check) https://github.com/bitcoin/bitcoin/pull/35440
<bitcoin-git> [bitcoin] maflcko reopened pull request #35384: util: improve settings.json error message to mention full disk (master...sh011-35373-improve-error-msg) https://github.com/bitcoin/bitcoin/pull/35384
<bitcoin-git> [bitcoin] maflcko closed pull request #35384: util: improve settings.json error message to mention full disk (master...sh011-35373-improve-error-msg) https://github.com/bitcoin/bitcoin/pull/35384
<bitcoin-git> [bitcoin] fanquake opened pull request #35499: guix: add `package.sh` (master...split_package_code) https://github.com/bitcoin/bitcoin/pull/35499
<bitcoin-git> [bitcoin] hebasto merged pull request #35459: guix: add setup.sh (master...split_setup_code) https://github.com/bitcoin/bitcoin/pull/35459
<bitcoin-git> bitcoin/master 4b91316 Hennadii Stepanov: Merge bitcoin/bitcoin#35459: guix: add setup.sh
<bitcoin-git> bitcoin/master 54de023 fanquake: guix: add setup.sh
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bcbf5bae1645...4b91316643fa
<bitcoin-git> [bitcoin] Crypt-iQ opened pull request #35498: net: move cs_main up in FetchBlock to fix rpc assert crash (master...06092026/fetchblock_fix) https://github.com/bitcoin/bitcoin/pull/35498
<bitcoin-git> [bitcoin] maflcko opened pull request #35497: test: FakeNodeClock follow-ups in unit tests (master...2606-tests-mocktime-refactor) https://github.com/bitcoin/bitcoin/pull/35497
<bitcoin-git> [bitcoin] stringintech opened pull request #35496: kernel: add `btck_set_mock_time` for testing time-dependent paths (master...2026/06/kernel-mocktime) https://github.com/bitcoin/bitcoin/pull/35496
<bitcoin-git> [bitcoin] sedited merged pull request #35114: test: NodeClockContext follow-ups (master...34858-followup) https://github.com/bitcoin/bitcoin/pull/35114
<bitcoin-git> bitcoin/master 758fea5 seduless: test: Drop ++ from NodeClockContext default constructor
<bitcoin-git> bitcoin/master 1e9546f seduless: test: Use NodeClockContext in more call sites
<bitcoin-git> bitcoin/master 7c2ec39 seduless: test: Enter mocktime before peer creation in block_relay_only_eviction
<bitcoin-git> [bitcoin] sedited pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/543c00f47dd2...bcbf5bae1645
<bitcoin-git> [bitcoin] sedited merged pull request #35448: ci: don't build libunwind in msan (master...dont_build_libunwind) https://github.com/bitcoin/bitcoin/pull/35448
<bitcoin-git> bitcoin/master 087f02c fanquake: ci: skip libunwind runtime in LLVM build
<bitcoin-git> bitcoin/master 6d47f7c fanquake: ci: use llvm 22.1.7
<bitcoin-git> bitcoin/master 543c00f merge-script: Merge bitcoin/bitcoin#35448: ci: don't build libunwind in msan
<bitcoin-git> [bitcoin] sedited pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/17ed7f506096...543c00f47dd2
<bitcoin-git> [bitcoin] fanquake merged pull request #35297: p2p: Release m_peer_mutex early in InitiateTxBroadcastToAll (master...2605-p2p-mutex-early) https://github.com/bitcoin/bitcoin/pull/35297
<bitcoin-git> bitcoin/master fa2afba MarcoFalke: p2p: Release m_peer_mutex early in InitiateTxBroadcastToAll
<bitcoin-git> bitcoin/master 17ed7f5 merge-script: Merge bitcoin/bitcoin#35297: p2p: Release m_peer_mutex early in InitiateTx...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9868e1bf651d...17ed7f506096
<bitcoin-git> [bitcoin] hodlinator closed pull request #31723: qa: Facilitate debugging bitcoind inside functional tests (master...2024/06/wait_for_debugger) https://github.com/bitcoin/bitcoin/pull/31723
<bitcoin-git> [bitcoin] sedited merged pull request #35487: scripted-diff: Rename UNIQUE_NAME to BITCOIN_UNIQUE_NAME (master...260608-win-macro) https://github.com/bitcoin/bitcoin/pull/35487
<bitcoin-git> bitcoin/master fba713a Hennadii Stepanov: scripted-diff: Rename UNIQUE_NAME to BITCOIN_UNIQUE_NAME
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/577999c2ce9c...9868e1bf651d
<bitcoin-git> bitcoin/master 9868e1b merge-script: Merge bitcoin/bitcoin#35487: scripted-diff: Rename UNIQUE_NAME to BITCOIN_...
<bitcoin-git> [bitcoin] w0xlt opened pull request #35493: wallet, descriptor: Fix MuSig private key completeness checks on `importdescriptors` (master...descriptors-musig-import-privkey-completeness) https://github.com/bitcoin/bitcoin/pull/35493
<bitcoin-git> [bitcoin] OSINTv96 opened pull request #35492: wallet: fail dump on incomplete writes (master...codex/wallet-dump-write-failure) https://github.com/bitcoin/bitcoin/pull/35492
<bitcoin-git> [bitcoin] w0xlt opened pull request #35490: test: cover unused mempool space in coins cache limit (master...mempool-kernel-regression-tests) https://github.com/bitcoin/bitcoin/pull/35490

2026-06-08

<bitcoin-git> [bitcoin] w0xlt opened pull request #35489: fuzz: test non-max descriptor satisfaction weight (master...fuzz-descriptor-nonmax-sat-weight) https://github.com/bitcoin/bitcoin/pull/35489
<bitcoin-git> [gui-qml] hebasto opened pull request #751: Staging Branch (1 of N) (qt6-dev...260608-qml-release) https://github.com/bitcoin-core/gui-qml/pull/751
<bitcoin-git> [bitcoin] opus-lux opened pull request #35488: P2WOTS: 64 Slot Winternitz Output Type (witness version three) (master...p2wots-witness-v3) https://github.com/bitcoin/bitcoin/pull/35488
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35488: P2WOTS: 64 Slot Winternitz Output Type (witness version three) (master...p2wots-witness-v3) https://github.com/bitcoin/bitcoin/pull/35488
<bitcoin-git> [bitcoin] opus-lux opened pull request #35488: P2WOTS: 64 Slot Winternitz Output Type (witness version three) (master...p2wots-witness-v3) https://github.com/bitcoin/bitcoin/pull/35488
<bitcoin-git> [bitcoin] sedited merged pull request #35462: test: remove unnecessary nodes from wallet_multisig_descriptor_psbt (master...multisig-test) https://github.com/bitcoin/bitcoin/pull/35462
<bitcoin-git> bitcoin/master 577999c merge-script: Merge bitcoin/bitcoin#35462: test: remove unnecessary nodes from wallet_mu...
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e36f5d5d0b62...577999c2ce9c
<bitcoin-git> bitcoin/master 5b65e31 rkrux: test: remove two unnecessary nodes from the test
<bitcoin-git> [bitcoin] sedited merged pull request #35456: test: Perform full reset of CoinsResult in order to avoid passing 21M BTC (master...2026/06/camount_gifts_2) https://github.com/bitcoin/bitcoin/pull/35456
<bitcoin-git> bitcoin/master d0b76c7 Hodlinator: rpc+bitcoin-tx: Specify correct type for ParseFixedPoint()
<bitcoin-git> bitcoin/master 43ca54c Hodlinator: refactor(test): Make CAmount arg explicit for BuildCreditingTransaction()
<bitcoin-git> bitcoin/master b5e91e9 Hodlinator: wallet: Remove CoinsResult::Clear()
<bitcoin-git> [bitcoin] sedited pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/1d3bc816c397...e36f5d5d0b62
<bitcoin-git> [bitcoin] sedited merged pull request #35267: rpc: make getprivatebroadcastinfo and abortprivatebroadcast fail if privatebroadcast is not enabled (master...2026-05-11-getprivatetransactioninfoonlyifenabled) https://github.com/bitcoin/bitcoin/pull/35267
<bitcoin-git> bitcoin/master 0bfc5e4 Pol Espinasa: add release notes
<bitcoin-git> [bitcoin] sedited pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/1aafd4907704...1d3bc816c397
<bitcoin-git> bitcoin/master fdc9fc1 Pol Espinasa: test: check getprivatebroadcast and abortprivatebroadcast throw if the nod...
<bitcoin-git> bitcoin/master 7b821ef Pol Espinasa: rpc: getprivatebroadcastinfo and abortprivatebroadcast throw if -privatebr...
<bitcoin-git> [bitcoin] hebasto opened pull request #35487: scripted-diff: Rename UNIQUE_NAME to BITCOIN_UNIQUE_NAME (master...260608-win-macro) https://github.com/bitcoin/bitcoin/pull/35487
<bitcoin-git> [bitcoin] fanquake merged pull request #35359: blockstorage: Remove cs_LastBlockFile recursive mutex (master...rmLastBlockFileMutex) https://github.com/bitcoin/bitcoin/pull/35359
<bitcoin-git> bitcoin/master ec6cf49 sedited: blockstorage: Remove cs_LastBlockFile recursive mutex
<bitcoin-git> bitcoin/master 1aafd49 merge-script: Merge bitcoin/bitcoin#35359: blockstorage: Remove cs_LastBlockFile recursi...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5f33da9aa30f...1aafd4907704
<bitcoin-git> [bitcoin] polespinasa reopened pull request #35179: test: Add importdescriptors rpc error coverage (master...2026-04-29-testaddimportdescriptorsrpccoverage) https://github.com/bitcoin/bitcoin/pull/35179
<bitcoin-git> [bitcoin] polespinasa closed pull request #35179: test: Add importdescriptors rpc error coverage (master...2026-04-29-testaddimportdescriptorsrpccoverage) https://github.com/bitcoin/bitcoin/pull/35179
<bitcoin-git> [bitcoin] edilmedeiros closed pull request #35483: Add bitcoinkernel examples (master...kernel/docs) https://github.com/bitcoin/bitcoin/pull/35483
<bitcoin-git> [bitcoin] edilmedeiros opened pull request #35483: Add bitcoinkernel examples (master...kernel/docs) https://github.com/bitcoin/bitcoin/pull/35483
<bitcoin-git> [gui-qml] johnny9 closed pull request #557: Add PSBT import review flow (qt6...psbt-import-operations) https://github.com/bitcoin-core/gui-qml/pull/557
<bitcoin-git> [bitcoin] HowHsu opened pull request #35482: fuzz: assert the reused mempool stays empty in process_message(s) (master...fuzz-assert-mempool-empty) https://github.com/bitcoin/bitcoin/pull/35482
<bitcoin-git> [gui-qml] pseudoramdom opened pull request #750: Implement PSBT import, export, inspect, broadcast operations (qt6...psbt-import-export) https://github.com/bitcoin-core/gui-qml/pull/750

2026-06-07

<bitcoin-git> [bitcoin] sedited merged pull request #35481: fuzz: fix dead HD keypaths (de)serialization round-trip (master...202606-fuzz-fix-deserializehdkeypaths_roundtrip) https://github.com/bitcoin/bitcoin/pull/35481
<bitcoin-git> bitcoin/master 5f33da9 merge-script: Merge bitcoin/bitcoin#35481: fuzz: fix dead HD keypaths (de)serialization ...
<bitcoin-git> bitcoin/master 5deb053 Sebastian Falbesoner: fuzz: fix dead HD keypaths (de)serialization round-trip
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/27472a542c60...5f33da9aa30f
<bitcoin-git> [bitcoin] achow101 closed 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] theStack opened pull request #35481: fuzz: fix dead HD keypaths (de)serialization round-trip (master...202606-fuzz-fix-deserializehdkeypaths_roundtrip) https://github.com/bitcoin/bitcoin/pull/35481
<bitcoin-git> [bitcoin] fernandguil opened pull request #35480: doc: document ZMQ notification behavior during reorgs and evictions (master...doc/zmq-notification-behavior) https://github.com/bitcoin/bitcoin/pull/35480
<bitcoin-git> [bitcoin] sedited closed pull request #35479: handle InitData() failures in optimistic compact block reconstruction (master...net-fix-cmpctblock-initdata-error-handling) https://github.com/bitcoin/bitcoin/pull/35479
<bitcoin-git> [bitcoin] mjthecoder65 opened pull request #35479: net: handle InitData() failures in optimistic compact block reconstruction (master...net-fix-cmpctblock-initdata-error-handling) https://github.com/bitcoin/bitcoin/pull/35479
<bitcoin-git> [bitcoin] HowHsu opened pull request #35478: fuzz: reset the mockable steady clock between iterations (master...fuzz-reset-mockable-steady-clock) https://github.com/bitcoin/bitcoin/pull/35478
<bitcoin-git> [bitcoin] sedited closed pull request #35475: doc: fix typos in benchmarking.md, tracing.md, and assumeutxo.md (master...doc/fix-typos-benchmarking-tracing-assumeutxo) https://github.com/bitcoin/bitcoin/pull/35475
<bitcoin-git> [bitcoin] theStack opened pull request #35477: test: exercise Schnorr signature cache in txvalidationcache_tests.cpp (master...202606-test-txvalidationcache_schnorr_coverage) https://github.com/bitcoin/bitcoin/pull/35477

2026-06-06

<bitcoin-git> [bitcoin] pinheadmz closed pull request #35476: crypto: cleanse AEAD Poly1305 key block (master...crypto-cleanse-aead-poly1305-key) https://github.com/bitcoin/bitcoin/pull/35476
<bitcoin-git> [bitcoin] Ap4sh opened pull request #35476: crypto: cleanse AEAD Poly1305 key block (master...crypto-cleanse-aead-poly1305-key) https://github.com/bitcoin/bitcoin/pull/35476
<bitcoin-git> [bitcoincore.org] andrewtoth opened pull request #1255: posts: add notice about private broadcast IP leak in 31.0 (master...disclose-privatebroadcast-ip-leak) https://github.com/bitcoin-core/bitcoincore.org/pull/1255
<bitcoin-git> [bitcoin] fernandguil opened pull request #35475: doc: fix typos in benchmarking.md, tracing.md, and assumeutxo.md (master...doc/fix-typos-benchmarking-tracing-assumeutxo) https://github.com/bitcoin/bitcoin/pull/35475
<bitcoin-git> [bitcoin] w0xlt opened pull request #35474: node: move index ownership to NodeContext (master...global-state-index-nodecontext) https://github.com/bitcoin/bitcoin/pull/35474
<bitcoin-git> [bitcoin] sedited closed pull request #35473: policy: use 64-bit accumulator for package total weight (master...policy-package-weight-64bit) https://github.com/bitcoin/bitcoin/pull/35473
<bitcoin-git> [bitcoin] digin1 opened pull request #35473: policy: use 64-bit accumulator for package total weight (master...policy-package-weight-64bit) https://github.com/bitcoin/bitcoin/pull/35473
<bitcoin-git> [bitcoin] sedited merged pull request #35466: ci: run ipc functional tests in arm job (master...arm_ipc_tests) https://github.com/bitcoin/bitcoin/pull/35466
<bitcoin-git> bitcoin/master 27472a5 merge-script: Merge bitcoin/bitcoin#35466: ci: run ipc functional tests in arm job
<bitcoin-git> bitcoin/master b2fbd5b fanquake: ci: run ipc functional tests in arm job
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/47da4f9b716d...27472a542c60
<bitcoin-git> [bitcoin] 151henry151 opened pull request #35472: test: add coverage for feebumper uncomputable cluster error path (master...test/feebumper-huge-cluster-coverage) https://github.com/bitcoin/bitcoin/pull/35472
<bitcoin-git> [gui-qml] epicleafies closed pull request #542: Uri handling (qt6...uri-handling) https://github.com/bitcoin-core/gui-qml/pull/542

2026-06-05

<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #35470: argsman: Prevent duplicate option registration across categories (master...argsman-prevent-option-duplication-acroos-categories) https://github.com/bitcoin/bitcoin/pull/35470
<bitcoin-git> [bitcoin] sedited closed pull request #35469: build: add optional `SECP256K1_BACKEND=ultrafast` secondary secp256k1 backend (master...feature/ultrafast-secp256k1-backend) https://github.com/bitcoin/bitcoin/pull/35469
<bitcoin-git> [bitcoin] shrec opened pull request #35469: build: add optional `SECP256K1_BACKEND=ultrafast` secondary secp256k1 backend (master...feature/ultrafast-secp256k1-backend) https://github.com/bitcoin/bitcoin/pull/35469
<bitcoin-git> [bitcoin] hebasto opened pull request #35468: ci, iwyu: Request IPC file generation explicitly (master...260605-iwyu-ipc) https://github.com/bitcoin/bitcoin/pull/35468
<bitcoin-git> [gui-qml] hebasto merged pull request #736: A bunch of fixes for Preview release target (qt6...preview-send-fixes) https://github.com/bitcoin-core/gui-qml/pull/736
<bitcoin-git> [bitcoin] l0rinc opened pull request #35467: db: warn about legacy chainstate table format (master...l0rinc/warn-legacy-chainstate-layout) https://github.com/bitcoin/bitcoin/pull/35467
<bitcoin-git> [bitcoin] rustaceanrob closed pull request #35314: kernel: Add `btck_script_pubkey_is_p2tr` (master...26-5-18-is-p2tr) https://github.com/bitcoin/bitcoin/pull/35314
<bitcoin-git> [bitcoin] sedited closed pull request #35421: build: Add Windows MSYS2 build support & build guide (master...msys2) https://github.com/bitcoin/bitcoin/pull/35421

2026-06-04

<bitcoin-git> [bitcoin] fanquake opened pull request #35466: ci: run ipc functional tests in arm job (master...arm_ipc_tests) https://github.com/bitcoin/bitcoin/pull/35466
<bitcoin-git> [bitcoin] sedited closed pull request #35420: cli: added -rpcmaxresponsesize to cap HTTP response size (master...max-response-size-for-http-client) https://github.com/bitcoin/bitcoin/pull/35420
<bitcoin-git> [bitcoin] l0rinc opened pull request #35465: validation: compact chainstate after connecting assumevalid block (master...l0rinc/forcecompactdb-ibd-exit) https://github.com/bitcoin/bitcoin/pull/35465
<bitcoin-git> [bitcoin] sedited opened pull request #35464: kernel: Add function for creating chainparams with a signet challenge (master...kernel_signet_challenge) https://github.com/bitcoin/bitcoin/pull/35464
<bitcoin-git> [bitcoin] hebasto opened pull request #35463: depends: Drop trailing slash from `CMAKE_INSTALL_LIBDIR` (master...260604-depends-slash) https://github.com/bitcoin/bitcoin/pull/35463
<bitcoin-git> [bitcoin] rkrux opened pull request #35462: test: remove two unnecessary nodes from the test (master...multisig-test) https://github.com/bitcoin/bitcoin/pull/35462
<bitcoin-git> [bitcoin] optout21 opened pull request #35461: Clarify the assertion message in Assert, Assume and CHECK_NONFATAL (master...2606-assert-msg) https://github.com/bitcoin/bitcoin/pull/35461
<bitcoin-git> [bitcoin] fanquake reopened pull request #35179: test: Add importdescriptors rpc error coverage (master...2026-04-29-testaddimportdescriptorsrpccoverage) https://github.com/bitcoin/bitcoin/pull/35179
<bitcoin-git> [bitcoin] fanquake closed pull request #35179: test: Add importdescriptors rpc error coverage (master...2026-04-29-testaddimportdescriptorsrpccoverage) https://github.com/bitcoin/bitcoin/pull/35179
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35460: . (master...cov-dirty) https://github.com/bitcoin/bitcoin/pull/35460
<bitcoin-git> [bitcoin] nkaretnikov opened pull request #35460: Experiments with coverage 2 (dirty) (master...cov-dirty) https://github.com/bitcoin/bitcoin/pull/35460
<bitcoin-git> [bitcoin] fanquake merged pull request #35410: net: use the proxy if overriden when doing v2-v1 reconnections (master...keep_using_override_proxy_for_v1_reconnects_with_functional_test) https://github.com/bitcoin/bitcoin/pull/35410
<bitcoin-git> bitcoin/master 32d072a Vasil Dimov: doc: add release notes for #35319
<bitcoin-git> bitcoin/master d01b461 Vasil Dimov: net: ensure no direct private broadcast connections
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/0cac23b66e10...47da4f9b716d
<bitcoin-git> bitcoin/master fd230f9 Vasil Dimov: net: use the proxy if overriden when doing v2->v1 reconnections
<bitcoin-git> [bitcoin] fanquake opened pull request #35459: guix: add setup.sh (master...split_setup_code) https://github.com/bitcoin/bitcoin/pull/35459
<bitcoin-git> [bitcoin] sedited merged pull request #35431: test: pass -datadir to bitcoin-cli -ipcconnect check (master...minor_fix_interface_bitcoin_cli_test) https://github.com/bitcoin/bitcoin/pull/35431
<bitcoin-git> bitcoin/master 0cac23b merge-script: Merge bitcoin/bitcoin#35431: test: pass -datadir to bitcoin-cli -ipcconnec...
<bitcoin-git> bitcoin/master 7735c13 Michael Dietz: test: run bitcoin-cli -ipcconnect check under valgrind with -datadir
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e01741e6ac10...0cac23b66e10
<bitcoin-git> [bitcoin] hodlinator opened pull request #35458: qa: Avoid extra tracebacks when exception is raised (master...2026/06/simplify_tracebacks) https://github.com/bitcoin/bitcoin/pull/35458
<bitcoin-git> [bitcoin] sedited merged pull request #35446: ci: use pyzmq over zmq (master...pyzmq_not_zmq) https://github.com/bitcoin/bitcoin/pull/35446
<bitcoin-git> bitcoin/master e01741e merge-script: Merge bitcoin/bitcoin#35446: ci: use pyzmq over zmq
<bitcoin-git> bitcoin/master c21b58e fanquake: ci: use pyzmq over zmq
<bitcoin-git> bitcoin/master 4a6d145 fanquake: ci: add pyzmq to msan job
<bitcoin-git> [bitcoin] sedited pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/628816bc5512...e01741e6ac10
<bitcoin-git> [bitcoin] fanquake merged pull request #35447: ci: use warpbuild cache for docker buildkit cache (master...warpbuild-docker-cache) https://github.com/bitcoin/bitcoin/pull/35447
<bitcoin-git> bitcoin/master 8290198 will: ci: use Warp cache for Docker layers
<bitcoin-git> bitcoin/master 628816b merge-script: Merge bitcoin/bitcoin#35447: ci: use warpbuild cache for docker buildkit c...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a5050ddb6bbb...628816bc5512
<bitcoin-git> [bitcoin] hodlinator opened pull request #35456: test: Perform full reset of CoinsResult in order to avoid passing 21M BTC (master...2026/06/camount_gifts_2) https://github.com/bitcoin/bitcoin/pull/35456
<bitcoin-git> [gui-qml] epicleafies closed pull request #538: Desktop tray functionality and controls (qt6...desktop-tray-with-settings) https://github.com/bitcoin-core/gui-qml/pull/538
<bitcoin-git> [gui-qml] epicleafies closed pull request #540: RPC command console (qt6...rpc-command-console) https://github.com/bitcoin-core/gui-qml/pull/540
<bitcoin-git> [gui-qml] epicleafies opened pull request #746: Desktop tray icon and rpc console (qt6...desktop-tray-rpc-console) https://github.com/bitcoin-core/gui-qml/pull/746
<bitcoin-git> [bitcoin] andrewtoth opened pull request #35455: fuzz: improve dbwrapper_concurrent_reads performance (master...fuzz_db_reads_oom_fix) https://github.com/bitcoin/bitcoin/pull/35455

2026-06-03

<bitcoin-git> [bitcoin] ryanofsky opened pull request #35454: cmake: skip missing example targets in libmultiprocess.cmake (master...pr/supportrm) https://github.com/bitcoin/bitcoin/pull/35454
<bitcoin-git> [bitcoin-maintainer-tools] achow101 opened pull request #202: github-merge: Stop checking against the merge ref (main...merge-skip-merge-ref-diff) https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/202