<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] 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
<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
<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.
<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.
<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
<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] 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] 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] 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] 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
<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] 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.