2026-08-14

<bitcoin-git> [bitcoin] marcofleon opened pull request #35972: fuzz: Fix assertion in `txorphan` (master...2026/08/fix-txorphan-assert) https://github.com/bitcoin/bitcoin/pull/35972
<bitcoin-git> bitcoin/master faedb52 MarcoFalke: refactor: Make CFeeRate(integral) ctor constexpr
<bitcoin-git> bitcoin/master 5555d5d MarcoFalke: scripted-diff: Use inline constexpr over static constexpr
<bitcoin-git> [bitcoin] fanquake merged pull request #35852: scripted-diff: Use inline const(expr) over static constexpr in headers (master...2607-refactor-inline-constexpr) https://github.com/bitcoin/bitcoin/pull/35852
<bitcoin-git> bitcoin/master fa6e1a1 MarcoFalke: refactor: Remove static from constexpr functions in headers
<bitcoin-git> [bitcoin] fanquake pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/e95bab98f03c...dec68f997e7c
<fanquake> sipa: could you take a look at https://github.com/bitcoin-core/minisketch/pull/102 when you're back online
<bitcoin-git> [bitcoin] fanquake merged pull request #35960: common: remove `::runtime_error` from `RunCommandParseJSON` (master...run_command_json) https://github.com/bitcoin/bitcoin/pull/35960
<bitcoin-git> bitcoin/master e95bab9 merge-script: Merge bitcoin/bitcoin#35960: common: remove `::runtime_error` from `RunCom...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aad830ac4a65...e95bab98f03c
<bitcoin-git> bitcoin/master 8b5da67 fanquake: common: remove ::runtime_error from RunCommandParseJSON
<bitcoin-git> [bitcoin] fanquake merged pull request #35847: test: move more tests to `baseindex_tests` and run them for all indexes (master...202607_baseindex_tests) https://github.com/bitcoin/bitcoin/pull/35847
<bitcoin-git> bitcoin/master a3597e2 Martin Zumsande: test: move BuildChain helper into test mining util
<bitcoin-git> bitcoin/master 2232d6a Martin Zumsande: test: move index_reorg_crash to baseindex_tests
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/11090c8bb359...aad830ac4a65
<bitcoin-git> bitcoin/master 954985e Martin Zumsande: test: simplify blockfilter test's BuildChain helper
<bitcoin-git> [bitcoin] fanquake opened pull request #35971: net_processing: remove unused code (master...dead_netcode) https://github.com/bitcoin/bitcoin/pull/35971
<bitcoin-git> [qa-assets] frankomosh opened pull request #286: Add p2p_private_broadcast corpus (main...add-p2p-private-broadcast-corpus) https://github.com/bitcoin-core/qa-assets/pull/286
<bitcoin-git> [bitcoin] musaHaruna closed pull request #35970: Test persisted health requires mempool restore (master...test-persisted-health-requires-mempool-restore) https://github.com/bitcoin/bitcoin/pull/35970
<bitcoin-git> [bitcoin] musaHaruna opened pull request #35970: Test persisted health requires mempool restore (master...test-persisted-health-requires-mempool-restore) https://github.com/bitcoin/bitcoin/pull/35970
<bitcoin-git> [bitcoin] fanquake opened pull request #35969: [31.x] More Backports (31.x...even_more_31_x_backports) https://github.com/bitcoin/bitcoin/pull/35969
<bitcoin-git> [bitcoin] Shaurya2k06 opened pull request #35968: test: sync funding block before isolating nodes (master...test-wallet-listtransactions-sync) https://github.com/bitcoin/bitcoin/pull/35968
<bitcoin-git> [gui-qml] pseudoramdom opened pull request #860: Improve Send and Send Review pages (qt6...send-improvements) https://github.com/bitcoin-core/gui-qml/pull/860

2026-08-13

<bitcoin-git> [bitcoin] vicjuma opened pull request #35966: wallet, rpc: log instead of returning false (master...fix-misleading-wallet-encryption-error) https://github.com/bitcoin/bitcoin/pull/35966
<bitcoin-git> [bitcoin] l0rinc reopened pull request #35952: kernel: prevent dangling iterators from temporary ranges (master...l0rinc/kernel-range-iterator-lifetime) https://github.com/bitcoin/bitcoin/pull/35952
<bitcoin-git> [bitcoin] l0rinc closed pull request #35952: kernel: prevent dangling iterators from temporary ranges (master...l0rinc/kernel-range-iterator-lifetime) https://github.com/bitcoin/bitcoin/pull/35952
<bitcoin-git> [bitcoin] rustaceanrob opened pull request #35965: refactor: test: Add debug output for Coin in coins_tests (master...coins-tests-eq) https://github.com/bitcoin/bitcoin/pull/35965
<fjahr> 2. https://github.com/asmap/kartograf/pull/148 The IRR DBs we were downloading have inconsistent formatting and since we expected them to always end with an empty line, sometimes the very last entry was skipped when that was not the case. This only resulted in in a single additional prefix mapping (if any) in the final file in the recent runs and bitcoin nodes mappings were not affected by it.
<fjahr> included in IRR DBs, so the real impact is for our purpose appears to be small. On the last 5 historical maps, the impact to the bitcoin network is that 3-4 peers which previously did not have a mapping do have one with the new map. See a more detailed analysis by Joris here: https://gist.github.com/jorisstrakeljahn/30235e943db90f78fecb9e397ffee9c5
<fjahr> https://github.com/bitcoin-core/asmap-data/pull/67 In the past we have seen many users just use master and that might lead to some false alarm in the future.
<bitcoin-git> [bitcoin] laxmanacharya8 opened pull request #35964: fuzz: add coverage for GetQueryParameterFromUri (master...fuzz-query-parameter) https://github.com/bitcoin/bitcoin/pull/35964
<hebasto> https://github.com/bitcoin/bitcoin/pull/31507/changes/96d2380dc40e703e342dc0fad5d294cc49b25ff9 removes the ci jobs, documentation and msvc-specific diagnostics from the build system
<corebot> https://github.com/bitcoin/bitcoin/issues/24773 | Enable HW-accelerated implementations of SHA256 for MSVC builds by hebasto · Pull Request #24773 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31507 | build: Use clang-cl to build on Windows natively by hebasto · Pull Request #31507 · bitcoin/bitcoin · GitHub
<hebasto> Dropping MSVC support has many benefits, but the drawback is that it reduces the diversity of compilers testing the Bitcoin Core codebase, which was noted by cfields during the last CoreDev.
<corebot> https://github.com/bitcoin/bitcoin/issues/31507 | build: Use clang-cl to build on Windows natively by hebasto · Pull Request #31507 · bitcoin/bitcoin · GitHub
<hebasto> On Windows, as on most other systems, there is more than one compiler that can be used to build Bitcoin Core.
<johnny9dev> When I get closer I think I will create an issue in bitcoin/bitcoin with the plan and include tracking all of the steps we need to complete and look to start the PR for the first chunk.
<corebot> https://github.com/bitcoin/bitcoin/issues/35531 | txindex: hash keys and pack positions to reduce disk usage by andrewtoth · Pull Request #35531 · bitcoin/bitcoin · GitHub
<fjahr> #bitcoin-core-dev Meeting: _aj_ abubakarsadiq achow101 andrewtoth b10c brunoerg cfields danielabrozzoni darosior dergoegge dzxzg eugenesiegel fanquake fjahr furszy hebasto hodlinator instagibbs janb84 jarolrod johnny9dev jonatack josie jurraca kanzure kevkevin laanwj lightlike l0rinc maflcko marcofleon maxedw Murch pinheadmz provoostenator pseudoramdom ryanofsky sdaftuar sedited sipa sliv3r__ sr_gi stickies-v stringintech theStack
<bitcoin-git> [gui-qml] hebasto merged pull request #855: Fix crash when clearing send recipients (qt6...fix-send-crash) https://github.com/bitcoin-core/gui-qml/pull/855
<bitcoin-git> [bitcoin] hebasto closed pull request #32367: cmake: Check user-defined `APPEND_*FLAGS` variables early (master...250428-enable-lang) https://github.com/bitcoin/bitcoin/pull/32367
<bitcoin-git> [bitcoin] sedited merged pull request #35951: doc: release note about I2P ElGamal sunset (master...2026-08-i2p-elgamal-sunset) https://github.com/bitcoin/bitcoin/pull/35951
<bitcoin-git> bitcoin/master 11090c8 merge-script: Merge bitcoin/bitcoin#35951: doc: release note about I2P ElGamal sunset
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b2c45888fde0...11090c8bb359
<bitcoin-git> bitcoin/master 800ad9c Jon Atack: doc: release note I2P ElGamal sunset
<bitcoin-git> [bitcoin] naiyoma opened pull request #35963: doc : update cjdns docs to discourage using onlynet option (master...2026_2/cjdns_doc_update) https://github.com/bitcoin/bitcoin/pull/35963

2026-08-12

<bitcoin-git> [bitcoin] achow101 merged pull request #35866: test: Verify unwelcome RPC clients are rejected before reading their requests (master...test/verify-early-ip-rejection) https://github.com/bitcoin/bitcoin/pull/35866
<bitcoin-git> bitcoin/master b2c4588 Ava Chow: Merge bitcoin/bitcoin#35866: test: Verify unwelcome RPC clients are reject...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/625f951ba2fc...b2c45888fde0
<bitcoin-git> bitcoin/master d055a3a winterrdog: test: verify disallowed RPC clients are rejected upon `accept()`
<bitcoin-git> [bitcoin] achow101 merged pull request #35959: Update secp256k1 subtree to latest master (master...update_secp_subtree) https://github.com/bitcoin/bitcoin/pull/35959
<bitcoin-git> bitcoin/master f464f6c fanquake: Update secp256k1 subtree to lastest master
<bitcoin-git> bitcoin/master 09cc345 fanquake: Squashed 'src/secp256k1/' changes from d2d04864ef..687155df6b
<bitcoin-git> bitcoin/master 625f951 Ava Chow: Merge bitcoin/bitcoin#35959: Update secp256k1 subtree to latest master
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e9ed5e83a392...625f951ba2fc
<bitcoin-git> [bitcoin] achow101 merged pull request #35605: wallet: rpc: Deprecate `removeprunedfunds` RPC (master...2025-06-25-deprecate-removeprunedfunds) https://github.com/bitcoin/bitcoin/pull/35605
<bitcoin-git> bitcoin/master e9ed5e8 Ava Chow: Merge bitcoin/bitcoin#35605: wallet: rpc: Deprecate `removeprunedfunds` RPC
<bitcoin-git> bitcoin/master e5b7785 David Gumberg: test: wallet: resend: avoid internal behavior via removeprunedfunds
<bitcoin-git> bitcoin/master f280f5e David Gumberg: wallet: rpc: deprecate removeprunedfunds
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2f72123f613f...e9ed5e83a392
<bitcoin-git> [bitcoin] hebasto opened pull request #35961: depends: Update `boost` package to 1.92.0 (master...260812-boost) https://github.com/bitcoin/bitcoin/pull/35961
<corebot> https://github.com/bitcoin/bitcoin/issues/35531 | txindex: hash keys and pack positions to reduce disk usage by andrewtoth · Pull Request #35531 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31507 | build: Use clang-cl to build on Windows natively by hebasto · Pull Request #31507 · bitcoin/bitcoin · GitHub
<dviola> I'm curious if anyone have any objections: https://github.com/bitcoin-core/gui/pull/948
<bitcoin-git> [bitcoin] fanquake merged pull request #35867: test: classify SOCKS5 peers via getpeerinfo addrbind (master...fix-35843-private-broadcast-stale-conn-type) https://github.com/bitcoin/bitcoin/pull/35867
<bitcoin-git> bitcoin/master 4e8c4bc Henry Romp: test: classify SOCKS5 peers via getpeerinfo addrbind
<bitcoin-git> bitcoin/master 2f72123 merge-script: Merge bitcoin/bitcoin#35867: test: classify SOCKS5 peers via getpeerinfo a...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c045f1a0323...2f72123f613f
<bitcoin-git> [bitcoin] fanquake opened pull request #35960: common: remove `::runtime_error` from `RunCommandParseJSON` (master...run_command_json) https://github.com/bitcoin/bitcoin/pull/35960
<bitcoin-git> [bitcoin] fanquake opened pull request #35959: Update secp256k1 subtree to latest master (master...update_secp_subtree) https://github.com/bitcoin/bitcoin/pull/35959
<bitcoin-git> [bitcoin] brunoerg opened pull request #35958: net: align v2 message type validation with v1 range (master...2026-08-v2-fix) https://github.com/bitcoin/bitcoin/pull/35958
<bitcoin-git> [bitcoin] hebasto opened pull request #35957: ci: Define `BOOST_MULTI_INDEX_ENABLE_SAFE_MODE` for debug builds (master...260812-boost-debug) https://github.com/bitcoin/bitcoin/pull/35957
<bitcoin-git> [bitcoin] HowHsu opened pull request #35956: fuzz: scope fake clocks to target phases (master...fuzz-target-local-clock) https://github.com/bitcoin/bitcoin/pull/35956
<bitcoin-git> [bitcoin] fanquake merged pull request #35945: depends, qt: Add patch for missing headers (master...260810-depends-qt-syncqt) https://github.com/bitcoin/bitcoin/pull/35945
<bitcoin-git> bitcoin/master 4c045f1 merge-script: Merge bitcoin/bitcoin#35945: depends, qt: Add patch for missing headers
<bitcoin-git> bitcoin/master e8500cb Hennadii Stepanov: depends, qt: Add patch for missing headers
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b0615672352f...4c045f1a0323
<bitcoin-git> [bitcoin] fanquake merged pull request #35947: build, msvc: Update vcpkg manifest baseline (master...250810-vcpkg) https://github.com/bitcoin/bitcoin/pull/35947
<bitcoin-git> bitcoin/master e2bf515 Hennadii Stepanov: build, msvc: Disable default features of the `sqlite3` package
<bitcoin-git> bitcoin/master b061567 merge-script: Merge bitcoin/bitcoin#35947: build, msvc: Update vcpkg manifest baseline
<bitcoin-git> bitcoin/master a314256 Hennadii Stepanov: build, msvc: Update vcpkg manifest baseline
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1f5c46f7ce25...b0615672352f
<bitcoin-git> [bitcoin] laxmanacharya8 opened pull request #35955: wallet: remove orphaned GetAffectedKeys declaration (master...remove-orphaned-getaffectedkeys) https://github.com/bitcoin/bitcoin/pull/35955
<bitcoin-git> [bitcoin] hebasto merged pull request #35931: ci: Check DLL imports of cross-built `bitcoind.exe` (master...260807-ci-win-imports) https://github.com/bitcoin/bitcoin/pull/35931
<bitcoin-git> bitcoin/master 67fee5b Hennadii Stepanov: ci: Check DLL imports of cross-built `bitcoind.exe`
<bitcoin-git> bitcoin/master 1f5c46f Hennadii Stepanov: Merge bitcoin/bitcoin#35931: ci: Check DLL imports of cross-built `bitcoin...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1bec7fa22c9f...1f5c46f7ce25
<bitcoin-git> [bitcoin] hebasto opened pull request #35954: qa: Disable Qt's glib event dispatcher for GUI tests on OpenBSD (master...260811-openbsd-gui-test) https://github.com/bitcoin/bitcoin/pull/35954
<bitcoin-git> [bitcoin] achow101 closed pull request #35953: Add PoA/BFT and experimental P2P routing prototype (feature-flagged) (master...lamcute-lan-poa-bft-prototype) https://github.com/bitcoin/bitcoin/pull/35953
<bitcoin-git> [bitcoin] Lamcute-lan opened pull request #35953: Add PoA/BFT and experimental P2P routing prototype (feature-flagged) (master...lamcute-lan-poa-bft-prototype) https://github.com/bitcoin/bitcoin/pull/35953
<bitcoin-git> [bitcoin] l0rinc closed pull request #35654: txdb: reject undecodable first coin cursor key (master...l0rinc/txdb-malformed-first-coin-cursor-key) https://github.com/bitcoin/bitcoin/pull/35654

2026-08-11

<bitcoin-git> [bitcoin] l0rinc opened pull request #35952: kernel: prevent dangling iterators from temporary ranges (master...l0rinc/kernel-range-iterator-lifetime) https://github.com/bitcoin/bitcoin/pull/35952
<bitcoin-git> [bitcoin] l0rinc closed pull request #34320: coins: delegate `CCoinsViewDB::HaveCoin` to `GetCoin` (master...l0rinc/remove-HaveCoin) https://github.com/bitcoin/bitcoin/pull/34320
<bitcoin-git> [gui-qml] pseudoramdom opened pull request #855: Fix crash when clearing send recipients (qt6...fix-send-crash) https://github.com/bitcoin-core/gui-qml/pull/855
<bitcoin-git> [bitcoin] jonatack opened pull request #35951: doc: release note about I2P ElGamal sunset (master...2026-08-i2p-elgamal-sunset) https://github.com/bitcoin/bitcoin/pull/35951
<bitcoin-git> [bitcoin] achow101 merged 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/master 1bec7fa Ava Chow: Merge bitcoin/bitcoin#35496: kernel: add `btck_set_mock_time` for testing ...
<bitcoin-git> bitcoin/master 156f2c6 stringintech: kernel: add `btck_set_mock_time` for testing time-dependent paths
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1967c4453b1...1bec7fa22c9f
<bitcoin-git> [bitcoin] sedited merged pull request #35950: Update leveldb subtree to latest master (master...update_leveldb_subtree) https://github.com/bitcoin/bitcoin/pull/35950
<bitcoin-git> bitcoin/master c1967c4 merge-script: Merge bitcoin/bitcoin#35950: Update leveldb subtree to latest master
<bitcoin-git> bitcoin/master 9f10ef5 fanquake: Squashed 'src/leveldb/' changes from a7f9bdc611..13da2d6758
<bitcoin-git> bitcoin/master 3e76d22 fanquake: Update leveldb subtree to latest master
<bitcoin-git> [bitcoin] sedited pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/512dc9af1b13...c1967c4453b1
<bitcoin-git> [bitcoin] achow101 merged pull request #35930: wallet: post-#35501 cleanups in CWalletTx (master...review/35501-followup) https://github.com/bitcoin/bitcoin/pull/35930
<bitcoin-git> bitcoin/master 9b96ee1 pablomartin4btc: wallet, test: add unit test for variant txid validation in CWalletTx deser...
<bitcoin-git> bitcoin/master fa48b5d pablomartin4btc: test: assert listsinceblock "removed" reports current canonical wtxid
<bitcoin-git> bitcoin/master 9de6543 pablomartin4btc: wallet: post-#35501 cleanup in CWalletTx
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b970bb34d0c5...512dc9af1b13
<bitcoin-git> [bitcoin] hebasto merged pull request #33585: cmake: Use builtin support for .manifest files (master...win32-manifest) https://github.com/bitcoin/bitcoin/pull/33585
<bitcoin-git> bitcoin/master 99497b3 Daniel Pfeifer: cmake: Unconditionally add .rc files to sources
<bitcoin-git> bitcoin/master 8f69537 Daniel Pfeifer: cmake: Unconditionally set WIN32_EXECUTABLE target property
<bitcoin-git> bitcoin/master 654a4cf Daniel Pfeifer: cmake: Use builtin support for .manifest files
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/aa0e0f793fed...b970bb34d0c5
<bitcoin-git> [bitcoin] sedited merged pull request #35729: refactor: test: Unroll `&&` conditions in macros (master...26-7-15-unrolling-and) https://github.com/bitcoin/bitcoin/pull/35729
<bitcoin-git> bitcoin/master aa0e0f7 merge-script: Merge bitcoin/bitcoin#35729: refactor: test: Unroll `&&` conditions in mac...
<bitcoin-git> bitcoin/master e869105 rustaceanrob: test: Unroll `&&` conditions in macros
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c01832f7beb...aa0e0f793fed
<bitcoin-git> [bitcoin] fanquake opened pull request #35950: Update leveldb subtree to latest master (master...update_leveldb_subtree) https://github.com/bitcoin/bitcoin/pull/35950
<corebot> https://github.com/bitcoin/bitcoin/issues/34083 | Add initial vectorized chacha20 implementation for 2-3x speedup by theuni · Pull Request #34083 · bitcoin/bitcoin · GitHub
<fanquake> 2026-08-11T10:33:56Z Bitcoin Core version v31...
<bitcoin-git> [leveldb-subtree] fanquake merged pull request #64: refactor: add [[noreturn]] attribute to BackgroundThread* (bitcoin-fork...missing_noreturn) https://github.com/bitcoin-core/leveldb-subtree/pull/64
<bitcoin-git> leveldb-subtree/bitcoin-fork 8c6628b fanquake: refactor: add [[noreturn]] attribute to BackgroundThread*
<bitcoin-git> leveldb-subtree/bitcoin-fork 13da2d6 merge-script: Merge bitcoin-core/leveldb-subtree#64: refactor: add [[noreturn]] attribut...
<bitcoin-git> [leveldb-subtree] fanquake pushed 2 commits to bitcoin-fork: https://github.com/bitcoin-core/leveldb-subtree/compare/8e89537cef11...13da2d675839
<darosior> _aj_: i don't know if it's worth the hassle of setting up pool payouts for a testnet. One easy way to achieve that would be to run ckpool in solo mode, this way miners subscribe to the pool with a Bitcoin address as their worker name (in clearnet, yolo SV1)
<bitcoin-git> [bitcoin] fjahr opened pull request #35949: miner: Enforce Murch-Zawy rule (BIP54) (master...2026-08-mz-miner) https://github.com/bitcoin/bitcoin/pull/35949
<bitcoin-git> [bitcoin] sedited merged 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/master 5e62fbf woltx: wallet: check descriptor private key completeness on import
<bitcoin-git> bitcoin/master 0390338 woltx: test: check MuSig import private key warnings
<bitcoin-git> bitcoin/master cd8d01b woltx: descriptors: require complete MuSig private keys
<bitcoin-git> [bitcoin] sedited pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b80cee036199...2c01832f7beb
<bitcoin-git> [bitcoin] fanquake merged pull request #35924: Wallet, refactor: Remove orphaned EraseWatchOnly function (master...wallet-remove-erasewatchonly) https://github.com/bitcoin/bitcoin/pull/35924
<bitcoin-git> bitcoin/master 6304789 vicjuma: Wallet, refactor: Remove orphaned EraseWatchOnly function
<bitcoin-git> bitcoin/master b80cee0 merge-script: Merge bitcoin/bitcoin#35924: Wallet, refactor: Remove orphaned EraseWatchO...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d051c05629d...b80cee036199
<bitcoin-git> [bitcoin] fanquake closed pull request #35105: Refactor: Updated TransactionError to use util::Expected and removed TransactionError:OK (master...TransactionErrorToTransactionResponse) https://github.com/bitcoin/bitcoin/pull/35105
<bitcoin-git> [bitcoin] fanquake closed pull request #35201: Refactor: Updated signMessage to use util::Expected and removed SigningResult::OK (master...SigningResultUtilExpected) https://github.com/bitcoin/bitcoin/pull/35201
<bitcoin-git> [bitcoin] sedited merged pull request #35943: doc: fix dead link in txrequest.h (master...patch-3) https://github.com/bitcoin/bitcoin/pull/35943
<bitcoin-git> bitcoin/master 5d051c0 merge-script: Merge bitcoin/bitcoin#35943: doc: fix dead link in txrequest.h
<bitcoin-git> bitcoin/master a7b0b50 cyb3ralbert: doc: fix dead link in txrequest.h
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/757aa573c458...5d051c05629d
<bitcoin-git> [bitcoin] HowHsu closed pull request #34625: cluster_linearize: add tests and benchmarks for chain and tree-shaped clusters (master...linearize-tests) https://github.com/bitcoin/bitcoin/pull/34625

2026-08-10

<bitcoin-git> [bitcoin] l0rinc opened pull request #35948: init: correct first-run disk space estimates (master...l0rinc/init-first-run-disk-space) https://github.com/bitcoin/bitcoin/pull/35948
<bitcoin-git> [bitcoin] hebasto opened pull request #35947: build, msvc: Update vcpkg manifest baseline (master...250810-vcpkg) https://github.com/bitcoin/bitcoin/pull/35947
<bitcoin-git> [bitcoin] sedited merged pull request #33186: wallet, test: Ancient Wallet Migration from v0.14.3 (no-HD and Single Chain) (master...test_no_or_base_hd_wallet_migration) https://github.com/bitcoin/bitcoin/pull/33186
<bitcoin-git> bitcoin/master 757aa57 merge-script: Merge bitcoin/bitcoin#33186: wallet, test: Ancient Wallet Migration from v...
<bitcoin-git> bitcoin/master 18b8afd w0xlt: test: support v0.14.x in dumb_sync_blocks
<bitcoin-git> bitcoin/master ea59f17 w0xlt: test: cover v0.14.3 wallet migration
<bitcoin-git> [bitcoin] sedited pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e8cc21c57f9e...757aa573c458
<bitcoin-git> [bitcoin] sedited closed pull request #33228: util: Address various issues in AllocateFileRange (master...fix_preallocate) https://github.com/bitcoin/bitcoin/pull/33228
<bitcoin-git> [bitcoin] achow101 merged pull request #35925: wallet, rpc: Exclude non-owned addresses from listreceivedby* (master...16159-listreceivedby-exclude-send) https://github.com/bitcoin/bitcoin/pull/35925
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1d386c250f22...e8cc21c57f9e
<bitcoin-git> bitcoin/master 873c054 pablomartin4btc: wallet: Exclude non-owned addresses from listreceivedby*
<bitcoin-git> bitcoin/master 089c883 pablomartin4btc: test: Add coverage for listreceivedby* excluding "send" addresses
<bitcoin-git> bitcoin/master e8cc21c Ava Chow: Merge bitcoin/bitcoin#35925: wallet, rpc: Exclude non-owned addresses from...
<bitcoin-git> [bitcoin] sedited closed pull request #29678: Bugfix: Correct first-run free space checks (master...fix_init_lowdisk_warning_reqd) https://github.com/bitcoin/bitcoin/pull/29678
<bitcoin-git> [bitcoin] sedited opened pull request #35946: rpc: Populate some skip type check args for openrpc (master...skip_type_check_openrpc) https://github.com/bitcoin/bitcoin/pull/35946
<bitcoin-git> [bitcoin] hebasto opened pull request #35945: depends, qt: Add patch for missing header (master...260810-depends-qt-syncqt) https://github.com/bitcoin/bitcoin/pull/35945
<bitcoin-git> [bitcoin] pablomartin4btc closed pull request #35826: wallet, migration: Warn and skip unidentified transactions (master...wallet/fix-migratewallet-unowned-txs) https://github.com/bitcoin/bitcoin/pull/35826
<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #35944: doc: Add wallet corruption recovery guidance to managing-wallets.md (master...doc/wallet-corruption-recovery) https://github.com/bitcoin/bitcoin/pull/35944
<bitcoin-git> [bitcoin] cyb3ralbert opened pull request #35943: doc: fix dead link in txrequest.h (master...patch-3) https://github.com/bitcoin/bitcoin/pull/35943
<dergoegge> I wrote up a short issue for testing assumeutxo with antithesis: https://github.com/dergoegge/bitcoin-antithesis/issues/7
<fanquake> Anyone want to take a look at https://github.com/bitcoin-core/leveldb-subtree/pull/64?
<bitcoin-git> [bitcoin] hebasto merged pull request #35941: doc: remove mention of `::wsystem` (master...no_more_wsystem) https://github.com/bitcoin/bitcoin/pull/35941
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5973e0758820...1d386c250f22
<bitcoin-git> bitcoin/master 1d386c2 Hennadii Stepanov: Merge bitcoin/bitcoin#35941: doc: remove mention of `::wsystem`
<bitcoin-git> bitcoin/master 5724693 fanquake: doc: remove mention of wsystem
<bitcoin-git> [bitcoin] fanquake opened pull request #35941: doc: remove mention of `::wsystem` (master...no_more_wsystem) https://github.com/bitcoin/bitcoin/pull/35941
<bitcoin-git> [bitcoin] fanquake merged pull request #35699: [31.x] More Backports (31.x...more_31_x_backports) https://github.com/bitcoin/bitcoin/pull/35699
<bitcoin-git> bitcoin/31.x b4dd6ba Pieter Wuille: chainparams: delete my DNS seed
<bitcoin-git> bitcoin/31.x 0086a23 Mccalabrese: net: introduce TxSendStatus internal state container
<bitcoin-git> [bitcoin] fanquake pushed 16 commits to 31.x: https://github.com/bitcoin/bitcoin/compare/9be056a8a72b...017eb433a5e1
<bitcoin-git> bitcoin/31.x ef7542a Mccalabrese: net: delay stale evaluation and expose time_added in private broadcast
<bitcoin-git> [bitcoin] fanquake merged pull request #35937: test: Append print_suppressions=0 to LSAN_OPTIONS, and suppress bitcoin-qt (master...2608-ci-test-qt-lsan) https://github.com/bitcoin/bitcoin/pull/35937
<bitcoin-git> bitcoin/master fad9ab7 MarcoFalke: test: Append print_suppressions=0 to LSAN_OPTIONS, and suppress bitcoin-qt
<bitcoin-git> bitcoin/master 5973e07 merge-script: Merge bitcoin/bitcoin#35937: test: Append print_suppressions=0 to LSAN_OPT...
<bitcoin-git> [bitcoin] fanquake merged pull request #34794: rest: add Cache-Control headers to REST responses (master...rest-cache-control-headers) https://github.com/bitcoin/bitcoin/pull/34794
<bitcoin-git> bitcoin/master bbe21ac w0xlt: doc: document REST cache-control defaults
<bitcoin-git> bitcoin/master 862a179 w0xlt: http: add no-store to dispatcher-generated error responses
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b6bd573eb97a...5973e0758820
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/128456b62d5e...b6bd573eb97a
<bitcoin-git> bitcoin/master acf45c4 w0xlt: rest: add Cache-Control headers to REST responses
<bitcoin-git> [bitcoin] fanquake closed pull request #35844: http: fix memory leak of clients disconnected with queued requests (master...http-leak-fix) https://github.com/bitcoin/bitcoin/pull/35844
<bitcoin-git> [bitcoin] w0xlt opened pull request #35940: net: allow selecting BIP152 high-bandwidth peers with `-addnode` (master...feature/addnode-bip152-hb) https://github.com/bitcoin/bitcoin/pull/35940

2026-08-09

<bitcoin-git> [bitcoin] sedited closed pull request #35922: refactor: remove unused GetCScripts function (master...script-remove-unused-getcscripts) https://github.com/bitcoin/bitcoin/pull/35922
<bitcoin-git> [bitcoin] kwsantiago opened pull request #35938: blockstorage: fail instead of storing a null XOR key over a lost one (master...fix-missing-blocksdir-xorkey) https://github.com/bitcoin/bitcoin/pull/35938

2026-08-08

<bitcoin-git> [bitcoin] sedited merged pull request #35260: doc: clarify test placement guidance (master...l0rinc/document-test-placement) https://github.com/bitcoin/bitcoin/pull/35260
<bitcoin-git> bitcoin/master 128456b merge-script: Merge bitcoin/bitcoin#35260: doc: clarify test placement guidance
<bitcoin-git> bitcoin/master db74d33 Lőrinc: doc: clarify test placement guidance
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/05a7c470d28c...128456b62d5e
<bitcoin-git> [bitcoin] maflcko opened pull request #35937: test: Append print_suppressions=0 to LSAN_OPTIONS, and suppress bitcoin-qt (master...2608-ci-test-qt-lsan) https://github.com/bitcoin/bitcoin/pull/35937
<bitcoin-git> [bitcoin] sedited merged pull request #35822: fuzz: reset SOCKS5 interrupt between inputs (master...fuzz-socks5-reset) https://github.com/bitcoin/bitcoin/pull/35822
<bitcoin-git> bitcoin/master 7744081 Hao Xu: fuzz: reset SOCKS5 interrupt between inputs
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1be0b46297c6...05a7c470d28c
<bitcoin-git> bitcoin/master 05a7c47 merge-script: Merge bitcoin/bitcoin#35822: fuzz: reset SOCKS5 interrupt between inputs

2026-08-07

<bitcoin-git> [bitcoin] l0rinc opened pull request #35936: net: reject oversized locators before allocating (master...l0rinc/reject-oversized-locators) https://github.com/bitcoin/bitcoin/pull/35936
<bitcoin-git> [bitcoin] achow101 opened pull request #35935: wallet: Avoid unnecessary wtxvariant rewrites (master...optimize-multiple-wtx) https://github.com/bitcoin/bitcoin/pull/35935
<bitcoin-git> [bitcoin] hebasto closed pull request #35934: refactor: remove unused vector header (master...refactor-hash-h-remove-vector-include) https://github.com/bitcoin/bitcoin/pull/35934
<bitcoin-git> [bitcoin] vicjuma opened pull request #35934: refactor: remove unused vector header (master...refactor-hash-h-remove-vector-include) https://github.com/bitcoin/bitcoin/pull/35934
<bitcoin-git> [bitcoin] l0rinc opened pull request #35933: psbt: skip invalid MuSig2 derivation paths (master...l0rinc/musig2-psbt-derivation-abort) https://github.com/bitcoin/bitcoin/pull/35933
<bitcoin-git> [bitcoin] fanquake merged pull request #35898: rpc: fix mempool entry vsize docs (master...fix-mempool-entry-vsize-docs) https://github.com/bitcoin/bitcoin/pull/35898
<bitcoin-git> bitcoin/master a3ebf8a Musa Haruna: rpc: fix mempool entry vsize docs
<bitcoin-git> bitcoin/master 1be0b46 merge-script: Merge bitcoin/bitcoin#35898: rpc: fix mempool entry vsize docs
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5f4d5626e7f0...1be0b46297c6
<bitcoin-git> [bitcoin] fanquake merged pull request #35908: doc: Update NetBSD Build Guide (master...260805-netbsd-doc) https://github.com/bitcoin/bitcoin/pull/35908
<bitcoin-git> bitcoin/master 9b85c98 Hennadii Stepanov: doc: Drop GCC upgrade instructions for NetBSD
<bitcoin-git> bitcoin/master 5964c72 Hennadii Stepanov: doc: Switch `pkg-config` package to modern `pkgconf` on NetBSD
<bitcoin-git> bitcoin/master f326853 Hennadii Stepanov: doc: Install `pkgconf` to find `capnproto` on NetBSD
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8397e09e6baa...5f4d5626e7f0
<bitcoin-git> [bitcoin] fanquake merged pull request #35928: doc: mention -DWITH_ZMQ=ON in macOS build guide (master...patch-2) https://github.com/bitcoin/bitcoin/pull/35928
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4b4e63f28231...8397e09e6baa
<bitcoin-git> bitcoin/master 222855e cyb3ralbert: doc: mention -DWITH_ZMQ=ON in macOS build guide
<bitcoin-git> bitcoin/master 8397e09 merge-script: Merge bitcoin/bitcoin#35928: doc: mention -DWITH_ZMQ=ON in macOS build gui...
<bitcoin-git> [bitcoin] fanquake merged pull request #35704: windows: remove deprecated codecvt via UTF-8 narrow APIs (master...remove-deprecated-codecvt) https://github.com/bitcoin/bitcoin/pull/35704
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/71c06c5cbcd5...4b4e63f28231
<bitcoin-git> bitcoin/master 4b4e63f merge-script: Merge bitcoin/bitcoin#35704: windows: remove deprecated codecvt via UTF-8 ...
<bitcoin-git> bitcoin/master 6b6d77c kevkevinpal: windows: remove deprecated codecvt via UTF-8 narrow APIs
<bitcoin-git> [bitcoin] ryanofsky opened pull request #35932: ipc: make ipc::disconnectIncoming wait for in-progress calls to complete (master...pr/diswait) https://github.com/bitcoin/bitcoin/pull/35932
<bitcoin-git> [bitcoin] hebasto opened pull request #35931: ci: Check DLL imports of cross-built `bitcoind.exe` (master...260807-ci-win-imports) https://github.com/bitcoin/bitcoin/pull/35931
<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #35930: wallet: post-#35501 cleanups in CWalletTx (master...review/35501-followup) https://github.com/bitcoin/bitcoin/pull/35930
<bitcoin-git> [bitcoin] hebasto opened pull request #35929: guix, depends: Omit `GUIX_ENVIRONMENT` from `gen_id` calculations (master...260807-guix-depends) https://github.com/bitcoin/bitcoin/pull/35929
<bitcoin-git> [bitcoin] sedited merged pull request #35830: fees: Return false for incompatible fee estimates (master...fuzz-policy-estimator-io-stability) https://github.com/bitcoin/bitcoin/pull/35830
<bitcoin-git> bitcoin/master 71c06c5 merge-script: Merge bitcoin/bitcoin#35830: fees: Return false for incompatible fee estim...
<bitcoin-git> bitcoin/master b9d573e Hao Xu: fees: Return false for incompatible fee estimates
<bitcoin-git> [bitcoin] sedited pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/55dfc244143a...71c06c5cbcd5
<bitcoin-git> [bitcoin] cyb3ralbert opened pull request #35928: doc: mention -DWITH_ZMQ=ON in macOS build guide (master...patch-2) https://github.com/bitcoin/bitcoin/pull/35928
<bitcoin-git> [bitcoin] fanquake merged pull request #35915: Release: Prepare "Open Transifex translations for `v32.0`" step (master...260806-v32-translations) https://github.com/bitcoin/bitcoin/pull/35915
<bitcoin-git> bitcoin/master 55dfc24 merge-script: Merge bitcoin/bitcoin#35915: Release: Prepare "Open Transifex translations...
<bitcoin-git> bitcoin/master 97abf95 Hennadii Stepanov: qt: Update the `src/qt/locale/bitcoin_en.ts` translation source file
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f11dc6170ed8...55dfc244143a
<bitcoin-git> [bitcoin] fanquake merged pull request #35482: fuzz: exercise the transaction-handling path in process_message(s) (master...fuzz-assert-mempool-empty) https://github.com/bitcoin/bitcoin/pull/35482
<bitcoin-git> bitcoin/master 2a4ef42 Hao Xu: fuzz: share a single FakeNodeClock in the chainman-resetting fuzz targets
<bitcoin-git> bitcoin/master 2a29cee Hao Xu: test: add helper to reset chainman and mempool
<bitcoin-git> bitcoin/master b114563 Hao Xu: fuzz: let the test input toggle IBD in the p2p fuzz targets
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/6f906106d73d...f11dc6170ed8
<bitcoin-git> [bitcoin] fanquake merged pull request #35879: ci: Fix $BASE_ROOT_DIR installation (master...2608-ci-fix-install) https://github.com/bitcoin/bitcoin/pull/35879
<bitcoin-git> bitcoin/master fae7ba9 MarcoFalke: ci: Fix $BASE_ROOT_DIR installation
<bitcoin-git> bitcoin/master 6f90610 merge-script: Merge bitcoin/bitcoin#35879: ci: Fix $BASE_ROOT_DIR installation
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d36bf709f7f8...6f906106d73d
<bitcoin-git> [bitcoin] fanquake merged pull request #35914: test, fuzz: Remove unused variables (master...260806-unused) https://github.com/bitcoin/bitcoin/pull/35914
<bitcoin-git> bitcoin/master fc28914 Hennadii Stepanov: fuzz, refactor: Remove unused `linearization` in `cluster_linearize.cpp`
<bitcoin-git> bitcoin/master 3df0d06 Hennadii Stepanov: fuzz, refactor: Remove unused `random_string` in `locale.cpp`
<bitcoin-git> bitcoin/master da58e55 Hennadii Stepanov: test, refactor: Remove unused `warnings` in `wallet/test/util.cpp`
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/ed2c59ab6547...d36bf709f7f8
<bitcoin-git> [bitcoin] fanquake merged pull request #35896: refactor: Default uint256::operator==, add operator= (master...2608-uint256-compare) https://github.com/bitcoin/bitcoin/pull/35896
<bitcoin-git> bitcoin/master fa6df14 MarcoFalke: refactor: uint256::operator==() = default
<bitcoin-git> bitcoin/master faec059 MarcoFalke: refactor: Add uint256::operator()
<bitcoin-git> bitcoin/master fa588e9 MarcoFalke: refactor: Mark assertion_fail as [[noreturn]]
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b388674acf06...ed2c59ab6547
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35926: fix formating (master...master) https://github.com/bitcoin/bitcoin/pull/35926
<bitcoin-git> [bitcoin] Pushparaj-2022 opened pull request #35926: fix formating (master...master) https://github.com/bitcoin/bitcoin/pull/35926
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #35918: descriptor: Expose key expression parsing (master...parse-key-expression-v2) https://github.com/bitcoin/bitcoin/pull/35918
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35918: descriptor: Expose key expression parsing (master...parse-key-expression-v2) https://github.com/bitcoin/bitcoin/pull/35918
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #35919: p2p: avoid orphanage abort at high peer counts (master...l0rinc/p2p-handle-zero-orphanage-latency-share) https://github.com/bitcoin/bitcoin/pull/35919
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35919: p2p: avoid orphanage abort at high peer counts (master...l0rinc/p2p-handle-zero-orphanage-latency-share) https://github.com/bitcoin/bitcoin/pull/35919
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #35920: net_processing: Ignore MSG_WITNESS_TX entries from INV messages (master...202608-inv-msg-witness) https://github.com/bitcoin/bitcoin/pull/35920
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35920: net_processing: Ignore MSG_WITNESS_TX entries from INV messages (master...202608-inv-msg-witness) https://github.com/bitcoin/bitcoin/pull/35920
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #35923: mempool: count unbroadcast txids in memory usage (master...l0rinc/mempool-unbroadcast-memory) https://github.com/bitcoin/bitcoin/pull/35923
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35923: mempool: count unbroadcast txids in memory usage (master...l0rinc/mempool-unbroadcast-memory) https://github.com/bitcoin/bitcoin/pull/35923
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #35922: refactor: remove unused GetCScripts function (master...script-remove-unused-getcscripts) https://github.com/bitcoin/bitcoin/pull/35922
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35922: refactor: remove unused GetCScripts function (master...script-remove-unused-getcscripts) https://github.com/bitcoin/bitcoin/pull/35922
<bitcoin-git> [bitcoin] DrahtBot reopened pull request #35888: net: reject oversized outbound messages (master...l0rinc/net-reject-oversized-message-types) https://github.com/bitcoin/bitcoin/pull/35888
<bitcoin-git> [bitcoin] DrahtBot closed pull request #35888: net: reject oversized outbound messages (master...l0rinc/net-reject-oversized-message-types) https://github.com/bitcoin/bitcoin/pull/35888
<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #35925: wallet: Exclude non-owned addresses from listreceivedby* (master...16159-listreceivedby-exclude-send) https://github.com/bitcoin/bitcoin/pull/35925
<bitcoin-git> [bitcoin] vicjuma opened pull request #35924: Wallet, refactor: Remove orphaned EraseWatchOnly function (master...wallet-remove-erasewatchonly) https://github.com/bitcoin/bitcoin/pull/35924

2026-08-06

<bitcoin-git> [bitcoin] l0rinc opened pull request #35923: mempool: count unbroadcast txids in memory usage (master...l0rinc/mempool-unbroadcast-memory) https://github.com/bitcoin/bitcoin/pull/35923
<bitcoin-git> [bitcoin] l0rinc reopened pull request #35888: net: reject oversized outbound messages (master...l0rinc/net-reject-oversized-message-types) https://github.com/bitcoin/bitcoin/pull/35888
<bitcoin-git> [bitcoin] l0rinc closed pull request #35888: net: reject oversized outbound messages (master...l0rinc/net-reject-oversized-message-types) https://github.com/bitcoin/bitcoin/pull/35888
<bitcoin-git> [bitcoin] vicjuma opened pull request #35922: script: remove unused GetCScripts function (master...script-remove-unused-getcscripts) https://github.com/bitcoin/bitcoin/pull/35922
<bitcoin-git> [bitcoin] vicjuma closed pull request #35921: script: remove unused GetCScripts (master...remove-unused-getcscripts) https://github.com/bitcoin/bitcoin/pull/35921
<bitcoin-git> [bitcoin] vicjuma opened pull request #35921: script: remove unused GetCScripts (master...remove-unused-getcscripts) https://github.com/bitcoin/bitcoin/pull/35921
<bitcoin-git> [bitcoin] ajtowns opened pull request #35920: net_processing: Ignore MSG_TX_WITNESS entries from INV messages (master...202608-inv-msg-witness) https://github.com/bitcoin/bitcoin/pull/35920
<bitcoin-git> [bitcoin] l0rinc opened pull request #35919: p2p: avoid orphanage abort at high peer counts (master...l0rinc/p2p-handle-zero-orphanage-latency-share) https://github.com/bitcoin/bitcoin/pull/35919
<bitcoin-git> [bitcoin] achow101 merged pull request #35872: rpc: avoid descriptor range counter overflow (master...l0rinc/descriptor-range-counter-overflow) https://github.com/bitcoin/bitcoin/pull/35872
<bitcoin-git> bitcoin/master 143a13f Lőrinc: test: characterize descriptor range endpoint
<bitcoin-git> bitcoin/master b388674 Ava Chow: Merge bitcoin/bitcoin#35872: rpc: avoid descriptor range counter overflow
<bitcoin-git> bitcoin/master 264555a Lőrinc: rpc: avoid descriptor range counter overflow
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c36ffd870e8b...b388674acf06
<bitcoin-git> [bitcoin] pseudoramdom opened pull request #35918: descriptor: Expose key expression parsing (master...parse-key-expression-v2) https://github.com/bitcoin/bitcoin/pull/35918
<bitcoin-git> [bitcoin] darosior closed pull request #35917: net_proc: use a single set to deduplicate tx INVs (master...2608_no_dup_dedup_sets) https://github.com/bitcoin/bitcoin/pull/35917
<hebasto> I imagine that the staging branch gets matured, chunk by chunk, in https://github.com/bitcoin-core/gui-qml. The process should include regular rebasing and Guix builds.
<corebot> https://github.com/bitcoin/bitcoin/issues/35699 | [31.x] More Backports by fanquake · Pull Request #35699 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/35122 | Release Schedule for 32.0 · Issue #35122 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/35351 | net: Disallow invalid HeadersSyncState due to lagging clock by hodlinator · Pull Request #35351 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/35642 | headersync: do parameter search at runtime by sipa · Pull Request #35642 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/25573 | guix: produce a `-static-pie` bitcoind by fanquake · Pull Request #25573 · bitcoin/bitcoin · GitHub
<andrewtoth_> l0rinc made some pretty cool benchmarks https://github.com/bitcoin/bitcoin/pull/35531#issuecomment-5170999892
<fanquake> i.e src/qml/bitcoin.cpp
<corebot> https://github.com/bitcoin/bitcoin/issues/35904 | Factoring out a stateless, side-effect free validation library · Issue #35904 · bitcoin/bitcoin · GitHub