<bitcoin-git>
[bitcoin] hebasto opened pull request #33113: refactor: Use immediate lambda to work around GCC bug 117966 (master...250801-musig-gcc) https://github.com/bitcoin/bitcoin/pull/33113
<bitcoin-git>
[bitcoin] Sjors opened pull request #33112: wallet: relax external_signer flag constraints (master...2025/07/external-signer-relax) https://github.com/bitcoin/bitcoin/pull/33112
<bitcoin-git>
[bitcoin] fanquake opened pull request #33111: build: note that sysctl was removed from Linux (master...sysctl_dead_linux) https://github.com/bitcoin/bitcoin/pull/33111
<bitcoin-git>
[gui-qml] hebasto merged pull request #487: Use handlers with explicit parameters in main.qml and DesktopWallets.qml (qt6...modern-handlers) https://github.com/bitcoin-core/gui-qml/pull/487
<bitcoin-git>
[bitcoin] fanquake merged pull request #33083: qa: test that we do not disconnect a peer for submitting an invalid compact block (master...2507_test_compatblock_nondisconnection) https://github.com/bitcoin/bitcoin/pull/33083
<bitcoin-git>
bitcoin/master f12d8b1 Antoine Poinsot: qa: test a compact block with an invalid transaction
<bitcoin-git>
bitcoin/master fb2dcbb Antoine Poinsot: qa: test cached failure for compact block
<bitcoin-git>
bitcoin/master d6c37b2 Antoine Poinsot: qa: remove unnecessary tx removal from compact block
<bitcoin-git>
[gui] DrahtBot reopened pull request #877: gui: Add a menu action to restore then migrate a legacy wallet (master...gui-migrate-path) https://github.com/bitcoin-core/gui/pull/877
<bitcoin-git>
[gui] DrahtBot closed pull request #877: gui: Add a menu action to restore then migrate a legacy wallet (master...gui-migrate-path) https://github.com/bitcoin-core/gui/pull/877
<darosior>
"DoS resistance is clearly insufficient even at 1s/vB". Rationale: "trust me bro". Reasons to give weight to my opinion: "i also believe Bitcoin's value has gone *down* since the 1sat/vb limit was introduced".
<johnny9dev>
We're making good progress on patching remaining issues with moving the project to submodule, cmake, and qt6. Deer gee has ported over his AssumeUTXO PR over to the new structure already (bitcoin-core/gui-qml#485) . I should have my previous PRs ported over this weekend.
<corebot>
https://github.com/bitcoin/bitcoin/issues/29675 | wallet: Be able to receive and spend inputs involving MuSig2 aggregate keys by achow101 · Pull Request #29675 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] fanquake merged pull request #33099: ci: allow for any libc++ intrumentation & use it for TSAN (master...ci_generic_libcpp_instr) https://github.com/bitcoin/bitcoin/pull/33099
<bitcoin-git>
bitcoin/master 6653caf fanquake: ci: allow libc++ instrumentation other than msan
<bitcoin-git>
bitcoin/master 7aa5b67 fanquake: ci: remove DEBUG_LOCKORDER from TSAN job
<bitcoin-git>
bitcoin/master b09af2c fanquake: ci: instrument libc++ in TSAN job
<bitcoin-git>
[gui-qml] johnny9 opened pull request #487: Use handlers with explicit parameters in main.qml and DesktopWallets.qml (qt6...modern-handlers) https://github.com/bitcoin-core/gui-qml/pull/487
<bitcoin-git>
[bitcoin] darosior opened pull request #33105: validation: detect witness stripping early on (master...2507_early_witstrip_detection) https://github.com/bitcoin/bitcoin/pull/33105
<bitcoin-git>
[bitcoin] achow101 opened pull request #33104: test: Use the same mocktime when migrating in wallet_migration.py (master...fix-migration-test-mocktime) https://github.com/bitcoin/bitcoin/pull/33104
<bitcoin-git>
[bitcoin] hebasto opened pull request #33101: cmake: Proactively avoid use of `SECP256K1_DISABLE_SHARED` (master...250730-secp) https://github.com/bitcoin/bitcoin/pull/33101
<bitcoin-git>
[bitcoin] fanquake opened pull request #33099: ci: allow for any libc++ intrumentation & use it for TSAN (master...ci_generic_libcpp_instr) https://github.com/bitcoin/bitcoin/pull/33099
<bitcoin-git>
[bitcoin] fanquake closed pull request #33098: qt: clear command history when clearing the console (master...2025-07-console-clear-history) https://github.com/bitcoin/bitcoin/pull/33098
<bitcoin-git>
[gui] waketraindev opened pull request #882: qt: clear command history when clearing the console (master...2025-07-console-clear-history) https://github.com/bitcoin-core/gui/pull/882
<bitcoin-git>
[bitcoin] waketraindev opened pull request #33098: qt: clear command history when clearing the console (master...2025-07-console-clear-history) https://github.com/bitcoin/bitcoin/pull/33098
<bitcoin-git>
[bitcoin] darosior opened pull request #33083: qa: test that we do not disconnect a peer for submitting an invalid compact block (master...2507_test_compatblock_nondisconnection) https://github.com/bitcoin/bitcoin/pull/33083
<bitcoin-git>
[bitcoin] l0rinc closed pull request #31610: doc: Fix invalid txid in `gettransaction` RPC example (master...l0rinc/gettransaction-rpc-doc) https://github.com/bitcoin/bitcoin/pull/31610
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #33073: guix: warn SOURCE_DATE_EPOCH set in guix-codesign (master...codesign-source-epoch) https://github.com/bitcoin/bitcoin/pull/33073
<bitcoin-git>
[gui] hebasto opened pull request #881: refactor: Move `FreespaceChecker` class into its own module (master...250726-intro) https://github.com/bitcoin-core/gui/pull/881
<bitcoin-git>
[bitcoin] fanquake merged pull request #33063: util: Revert "common: Close non-std fds before exec in RunCommandJSON" (master...2507-tempoary-revert) https://github.com/bitcoin/bitcoin/pull/33063
<bitcoin-git>
[bitcoin] achow101 merged pull request #31576: test: Move `script_assets_tests` into its own suite (master...241227-test-assets) https://github.com/bitcoin/bitcoin/pull/31576
<bitcoin-git>
bitcoin/master c40dbbb Hennadii Stepanov: test: Move `script_assets_tests` into its own suite
<bitcoin-git>
bitcoin/master 3b188b8 Ava Chow: Merge bitcoin/bitcoin#31576: test: Move `script_assets_tests` into its own...