2025-06-14

<bitcoin-git> bitcoin/master ce90f0c pablomartin4btc: rpc, wallet, refactor: Remove non-descriptor errors
<bitcoin-git> bitcoin/master 5431f2d pablomartin4btc: wallet, refactor: Remove Legacy warnings and errors
<bitcoin-git> bitcoin/master 573bcd7 pablomartin4btc: wallet, refactor: Remove unused SetupGeneration
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/287cd04a32df...2def85847318

2025-06-13

<bitcoin-git> [bitcoin] glozow merged pull request #32594: wallet, rpc: Return normalized descriptor in parent_descs (master...getaddrinfo-normalized-parent) https://github.com/bitcoin/bitcoin/pull/32594
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/fd74d609bed9...287cd04a32df
<bitcoin-git> bitcoin/master 3fc9d9f Ava Chow: wallet, rpc: Push the normalized parent descriptor
<bitcoin-git> bitcoin/master 2554cee Ava Chow: test: Enable default wallet for wallet_descriptor.py
<bitcoin-git> bitcoin/master 0def84d Ava Chow: test: Verify parent_desc in RPCs
<bitcoin-git> [bitcoin] glozow merged pull request #32620: wallet: Fix wallet interface detection of encrypted wallets (master...fix-gui-migrate-encrypted) https://github.com/bitcoin/bitcoin/pull/32620
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65b26507b84a...fd74d609bed9
<bitcoin-git> bitcoin/master 130a922 Ava Chow: wallet, interfaces: Use BERKELEY_RO in isEncrypted
<bitcoin-git> bitcoin/master fd74d60 merge-script: Merge bitcoin/bitcoin#32620: wallet: Fix wallet interface detection of enc...
<bitcoin-git> [bitcoin] pinheadmz opened pull request #32747: Introduce SockMan ("lite"): low-level socket handling for HTTP (master...sockman-lite) https://github.com/bitcoin/bitcoin/pull/32747
<bitcoin-git> [bitcoin] fanquake merged pull request #32746: test: remove unnecessary m_best_header setting hack in feature_assumeutxo.py (master...202506-test-assumeutxo_remove_hack_for_mbestheader) https://github.com/bitcoin/bitcoin/pull/32746
<bitcoin-git> bitcoin/master 206bc05 Sebastian Falbesoner: test: remove unnecessary m_best_header setting hack in feature_assumeutxo....
<bitcoin-git> bitcoin/master 65b2650 merge-script: Merge bitcoin/bitcoin#32746: test: remove unnecessary m_best_header settin...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3e8168442692...65b26507b84a
<bitcoin-git> [bitcoin] fanquake merged pull request #32739: tsan: remove note about dropping Qt wildcards (master...unwildcard_qt) https://github.com/bitcoin/bitcoin/pull/32739
<bitcoin-git> bitcoin/master 5db0a4a fanquake: tsan: remove note about dropping Qt wildcards
<bitcoin-git> bitcoin/master 3e81684 merge-script: Merge bitcoin/bitcoin#32739: tsan: remove note about dropping Qt wildcards
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b8eb17792e0c...3e8168442692
<bitcoin-git> [bitcoin] fanquake merged pull request #32175: fuzz: doc: add info about `afl-system-config` for macOS (master...2025-03-fuzz-afl) https://github.com/bitcoin/bitcoin/pull/32175
<bitcoin-git> bitcoin/master b8eb177 merge-script: Merge bitcoin/bitcoin#32175: fuzz: doc: add info about `afl-system-config`...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/52e6e93c3f60...b8eb17792e0c
<bitcoin-git> bitcoin/master 61ea5f3 brunoerg: fuzz: doc: add info about `afl-system-config` for macOS
<bitcoin-git> [bitcoin] theStack opened pull request #32746: test: remove unnecessary m_best_header setting hack in feature_assume_utxo.py (master...202506-test-assumeutxo_remove_hack_for_mbestheader) https://github.com/bitcoin/bitcoin/pull/32746
<bitcoin-git> [bitcoin] fanquake merged pull request #32693: depends: fix cmake compatibility error for freetype (master...depends-specify-cmake-min-version-for-freetype) https://github.com/bitcoin/bitcoin/pull/32693
<bitcoin-git> bitcoin/master d7c3790 josibake: build: patch cmake min version on freetype
<bitcoin-git> bitcoin/master 52e6e93 merge-script: Merge bitcoin/bitcoin#32693: depends: fix cmake compatibility error for fr...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d91c718a686a...52e6e93c3f60
<bitcoin-git> [bitcoin] rkrux opened pull request #32745: scripted-diff: Replace `DeriveType` with `RangedDeriveType` (master...derive-type) https://github.com/bitcoin/bitcoin/pull/32745
<bitcoin-git> [bitcoin] fanquake merged pull request #32717: doc: Update Qt 6 packages on FreeBSD (master...250610-freebsd-qt6) https://github.com/bitcoin/bitcoin/pull/32717
<bitcoin-git> bitcoin/master 1df96f5 Hennadii Stepanov: doc: Update Qt 6 packages on FreeBSD
<bitcoin-git> bitcoin/master d91c718 merge-script: Merge bitcoin/bitcoin#32717: doc: Update Qt 6 packages on FreeBSD
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19765dca197a...d91c718a686a
<bitcoin-git> [bitcoin] maflcko reopened pull request #32685: wallet: Allow read-only database access for info and dump commands (master...wallet-readonly-access) https://github.com/bitcoin/bitcoin/pull/32685
<bitcoin-git> [bitcoin] maflcko closed pull request #32685: wallet: Allow read-only database access for info and dump commands (master...wallet-readonly-access) https://github.com/bitcoin/bitcoin/pull/32685
<bitcoin-git> [bitcoin] romanz opened pull request #32743: chore: use `std::vectorstd::byte` for `BlockManager::ReadRawBlock()` (master...read-raw-bytes) https://github.com/bitcoin/bitcoin/pull/32743
<bitcoin-git> [bitcoin] theStack opened pull request #32742: test: fix catchup loop in outbound eviction functional test (master...202506-test-complete-catchup-loop-in-p2p_outbound_eviction) https://github.com/bitcoin/bitcoin/pull/32742

2025-06-12

<bitcoin-git> bitcoin/master 6f1392c Ryan Ofsky: indexes, refactor: Remove remaining CBlockIndex* uses in index Rewind meth...
<bitcoin-git> [bitcoin] achow101 merged pull request #32694: index: move disk read lookups to base class (master...2025_indexes_remove_CBlockIndex_access) https://github.com/bitcoin/bitcoin/pull/32694
<bitcoin-git> bitcoin/master 331a25c furszy: test: indexes, avoid creating threads when sync runs synchronously
<bitcoin-git> bitcoin/master 0a24870 Ryan Ofsky: indexes, refactor: Stop requiring CBlockIndex type to call IsBIP30Unspenda...
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/5757de4ddd37...19765dca197a
<bitcoin-git> [bitcoin] waketraindev opened pull request #32741: rpc: add optional nodeid param to filter getpeerinfo (master...2025-06-getpeerinfo-filterid) https://github.com/bitcoin/bitcoin/pull/32741
<bitcoin-git> [bitcoin] danielabrozzoni opened pull request #32740: refactor: Optimizations & simplifications following #25717 (master...upforgrabs/25968) https://github.com/bitcoin/bitcoin/pull/32740
<bitcoin-git> [bitcoin] fanquake opened pull request #32739: tsan: drop Qt wildcard suppressions (master...unwildcard_qt) https://github.com/bitcoin/bitcoin/pull/32739
<dergoegge> I think the llvm reports are also just more readable (see my comment here: https://github.com/bitcoin/bitcoin/issues/31047#issuecomment-2396661558)
<corebot`> https://github.com/bitcoin/bitcoin/issues/31047 | build: RFC Coverage build type · Issue #31047 · bitcoin/bitcoin · GitHub
<vasild> achow101: current instructions work for me: https://github.com/bitcoin/bitcoin/issues/31047#issuecomment-2658930755
<vasild> for the records, the context of this topic is https://github.com/bitcoin/bitcoin/issues/31047
<corebot`> https://github.com/bitcoin-core/gui-qml/issues/472 | Rebase gui-qml on bitcoin/bitcoin, include qt6 and cmake by pinheadmz · Pull Request #472 · bitcoin-core/gui-qml · GitHub
<hebasto> bitcoin-core/gui-qml#472 is preferred
<corebot`> https://github.com/bitcoin-core/gui-qml/issues/472 | Rebase gui-qml on bitcoin/bitcoin, include qt6 and cmake by pinheadmz · Pull Request #472 · bitcoin-core/gui-qml · GitHub
<corebot`> https://github.com/bitcoin-core/gui-qml/issues/470 | [WIP] Sync with main repo: CMake + Qt 6 by hebasto · Pull Request #470 · bitcoin-core/gui-qml · GitHub
<johnny9dev> Significant progress was made this week on rebasing the project and moving it to CMake+Qt6. Both hebasto and pinheadmz have PRs now to test and fix issues with the update. bitcoin-core/gui-qml#470 bitcoin-core/gui-qml#472. Both PRs are now able to load up the QML app and get to the main navigation and views.
<johnny9dev> For myself, I've been focused on the current Send and Recieve PRs that are in review. I've also been making updates to how address inputs are handled, bitcoin amount label formatting, and address label formatting to get closer to the design spec.
<corebot`> https://github.com/bitcoin/bitcoin/issues/31244 | descriptors: MuSig2 by achow101 · Pull Request #31244 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/32545 | Replace cluster linearization algorithm with SFL by sipa · Pull Request #32545 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/30605 | Cluster linearization: separate tests from tests-of-tests by sipa · Pull Request #30605 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/31553 | cluster mempool: add TxGraph reorg functionality by sipa · Pull Request #31553 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/32043 | [IBD] Tracking PR for speeding up Initial Block Download by l0rinc · Pull Request #32043 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/28531 | improve MallocUsage() accuracy by LarryRuane · Pull Request #28531 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/32545 | Replace cluster linearization algorithm with SFL by sipa · Pull Request #32545 · bitcoin/bitcoin · GitHub
<vasild> cfields: that would be like outsouring the indexing to the OS/filesystem, e.g. blocks/1/15/153/153764 (for block 153764). The question is can we do better than the worst OS/FS that is going to use Bitcoin Core, or even, better than the best FS?
<corebot`> https://github.com/bitcoin/bitcoin/issues/32317 | kernel: Separate UTXO set access from validation functions by TheCharlatan · Pull Request #32317 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/32427 | (RFC) kernel: Replace leveldb-based BlockTreeDB with flat-file based store by TheCharlatan · Pull Request #32427 · bitcoin/bitcoin · GitHub
<dergoegge> The project now includes a custom fuzzing engine for structure aware fuzzing of p2p protocol message sequences. Coverage report for that as of jun 10: https://dergoegge.github.io/bitcoin-coverage/fuzzamoto/ir-jun10/coverage/bitcoin/index.html
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto hodlinator instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko marcofleon maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<bitcoin-git> [bitcoin] DrahtBot closed pull request #32738: Create msbuild.yml (master...master) https://github.com/bitcoin/bitcoin/pull/32738
<bitcoin-git> [bitcoin] Bitchryankilledme opened pull request #32738: Create msbuild.yml (master...master) https://github.com/bitcoin/bitcoin/pull/32738
<bitcoin-git> [bitcoin] rkrux opened pull request #32737: rpc, doc: clarify the response of listtransactions RPC (master...listtx) https://github.com/bitcoin/bitcoin/pull/32737
<bitcoin-git> [bitcoin] hodlinator opened pull request #32736: wallet: Warn upon failing to scan directory (master...2025/06/wallet_dir_iter) https://github.com/bitcoin/bitcoin/pull/32736
<corebot`> https://github.com/bitcoin/bitcoin/issues/31144 | [IBD] multi-byte block obfuscation by l0rinc · Pull Request #31144 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/31551 | [IBD] batch block reads/writes during `AutoFile` serialization by l0rinc · Pull Request #31551 · bitcoin/bitcoin · GitHub
<corebot`> https://github.com/bitcoin/bitcoin/issues/32043 | [IBD] Tracking PR for speeding up Initial Block Download by l0rinc · Pull Request #32043 · bitcoin/bitcoin · GitHub
<bitcoin-git> [gui-qml] hebasto merged pull request #473: qml: Remove duplicate property in BlockClock (main...duplicate-property) https://github.com/bitcoin-core/gui-qml/pull/473
<bitcoin-git> gui-qml/main 07093a1 merge-script: Merge bitcoin-core/gui-qml#473: qml: Remove duplicate property in BlockClo...
<bitcoin-git> gui-qml/main b9a9007 johnny9: qml: Remove duplicate property in BlockClock
<bitcoin-git> [gui-qml] hebasto pushed 2 commits to main: https://github.com/bitcoin-core/gui-qml/compare/c7678375d081...07093a161c0d
<bitcoin-git> [bitcoin] fanquake opened pull request #32735: [28.x] More backports (28.x...28_x_win_sign_cmake_4) https://github.com/bitcoin/bitcoin/pull/32735
<bitcoin-git> [bitcoin] waketraindev closed pull request #32732: net, rpc, qt: add per-peer blocktxn stats to getpeerinfo and qt debug window (master...extra-blocktxn-stats) https://github.com/bitcoin/bitcoin/pull/32732
<vasild> #proposedmeetingtopic Rough poll - how many people use GCC and how many of those do generate code coverage with GCC? Context: https://github.com/bitcoin/bitcoin/issues/31047#issuecomment-2965646793
<bitcoin-git> [gui-qml] johnny9 opened pull request #473: qml: Remove duplicate property in BlockClock (main...duplicate-property) https://github.com/bitcoin-core/gui-qml/pull/473

2025-06-11

<bitcoin-git> [bitcoin] waketraindev opened pull request #32732: net, rpc, qt: add per-peer blocktxn stats to getpeerinfo and qt debug window (master...extra-blocktxn-stats) https://github.com/bitcoin/bitcoin/pull/32732
<bitcoin-git> [bitcoin] achow101 merged pull request #32673: clang-tidy: Apply modernize-deprecated-headers (master...2506-cxx-headers-tidy) https://github.com/bitcoin/bitcoin/pull/32673
<bitcoin-git> bitcoin/master fa9ca13 MarcoFalke: refactor: Sort includes of touched source files
<bitcoin-git> bitcoin/master facb152 MarcoFalke: scripted-diff: Bump copyright headers after include changes
<bitcoin-git> bitcoin/master fae71d3 MarcoFalke: clang-tidy: Apply modernize-deprecated-headers
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/1473f69924bc...5757de4ddd37
<bitcoin-git> [bitcoin] hebasto opened pull request #32731: depends: Build `qt` package for FreeBSD hosts (master...250611-freebsd-qt) https://github.com/bitcoin/bitcoin/pull/32731
<bitcoin-git> bitcoin/master e9cdaef Sebastian Falbesoner: test: introduce and use CTransaction `.wtxid_int` property
<bitcoin-git> [bitcoin] achow101 merged pull request #32421: test: refactor: overhaul (w)txid determination for `CTransaction` objects (master...202505-test-remove_txid_caching) https://github.com/bitcoin/bitcoin/pull/32421
<bitcoin-git> bitcoin/master 9b3dce2 Sebastian Falbesoner: test: remove bare CTransaction `.rehash()`/`.calc_sha256()` calls
<bitcoin-git> bitcoin/master a2724e3 Sebastian Falbesoner: test: remove txid caching in CTransaction class
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/7c0cfce20df9...1473f69924bc
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31405: validation: stricter internal handling of invalid blocks (master...202411_stricter_invalidblock_handling) https://github.com/bitcoin/bitcoin/pull/31405
<bitcoin-git> bitcoin/master 8e39f2d Martin Zumsande: validation: in invalidateblock, mark children as invalid right away
<bitcoin-git> bitcoin/master 15fa5b5 Martin Zumsande: validation: call InvalidBlockFound also from AcceptBlock
<bitcoin-git> bitcoin/master 4c29326 Martin Zumsande: validation: cache all headers with enough PoW in invalidateblock
<bitcoin-git> [bitcoin] ryanofsky pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/851f540d0e03...7c0cfce20df9
<bitcoin-git> [bitcoin] furszy opened pull request #32730: p2p: avoid traversing blocks (twice) during IBD for no reason (master...2025_net_avoid_traversing_block_twice) https://github.com/bitcoin/bitcoin/pull/32730
<bitcoin-git> [bitcoin] fanquake merged pull request #32703: test: Explain how to reproduce zmq:: upstream race (master...2506-tsan-doc) https://github.com/bitcoin/bitcoin/pull/32703
<bitcoin-git> bitcoin/master fa4b659 MarcoFalke: test: Explain how to reproduce zmq:: upstream race
<bitcoin-git> bitcoin/master fa0b766 MarcoFalke: test: Remove intermittent and presumed fixed tsan race suppressions
<bitcoin-git> bitcoin/master 851f540 merge-script: Merge bitcoin/bitcoin#32703: test: Explain how to reproduce zmq:: upstream...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5af5e9791dc9...851f540d0e03
<bitcoin-git> [bitcoin] l0rinc closed pull request #32532: [tracking PR] - short-circuit `GetLegacySigOpCount` for known scripts (master...l0rinc/short-circuit-known-script-types) https://github.com/bitcoin/bitcoin/pull/32532
<bitcoin-git> [bitcoin] fanquake merged pull request #32690: depends: fix multiprocess build on OpenBSD (apply capnp patch, correct SHA256SUM command) (master...202506-depends-fix_openbsd_multiprocess_build) https://github.com/bitcoin/bitcoin/pull/32690
<bitcoin-git> bitcoin/master 8713e80 Sebastian Falbesoner: depends: fix SHA256SUM command on OpenBSD (use GNU mode output)
<bitcoin-git> bitcoin/master 5af5e97 merge-script: Merge bitcoin/bitcoin#32690: depends: fix multiprocess build on OpenBSD (a...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fed41b75fbfa...5af5e9791dc9
<bitcoin-git> bitcoin/master 2d93872 Sebastian Falbesoner: depends: add patch to fix capnp build on OpenBSD
<bitcoin-git> [bitcoin] l0rinc opened pull request #32729: test,refactor: sigops (master...l0rinc/sigop-testing) https://github.com/bitcoin/bitcoin/pull/32729
<bitcoin-git> [bitcoin] scott-weeden closed pull request #32728: Add initial OpenAPI/Swagger specification for Bitcoin Core RPC and REST interfaces (issue #29912) (master...master) https://github.com/bitcoin/bitcoin/pull/32728
<bitcoin-git> [bitcoin] fanquake merged pull request #32431: deps: Bump lief to 0.16.6 (master...5-6-25-lief-noci) https://github.com/bitcoin/bitcoin/pull/32431
<bitcoin-git> bitcoin/master f6d25e8 David Gumberg: contrib: Re-enable FORTIFY check for RISCV
<bitcoin-git> bitcoin/master 765922d David Gumberg: deps: bump lief to 0.16.6
<bitcoin-git> bitcoin/master 4f56c91 David Gumberg: refactor: contrib: Move FORTIFY check to BASE_ELF
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c8abd972818f...fed41b75fbfa
<bitcoin-git> [bitcoin] scott-weeden opened pull request #32728: Add initial OpenAPI/Swagger specification for Bitcoin Core RPC and REST interfaces (issue #29912) (master...master) https://github.com/bitcoin/bitcoin/pull/32728
<bitcoin-git> [bitcoin] ismaelsadeeq reopened pull request #32654: init: make `-blockmaxweight` startup option debug only (master...05-2025-deprecate-block-max-weight) https://github.com/bitcoin/bitcoin/pull/32654
<bitcoin-git> [bitcoin] scott-weeden closed pull request #32726: Add initial OpenAPI/Swagger specification for Bitcoin Core RPC and REST interfaces (issue #29912) (master...master) https://github.com/bitcoin/bitcoin/pull/32726
<bitcoin-git> [bitcoin] scott-weeden reopened pull request #32726: Add initial OpenAPI/Swagger specification for Bitcoin Core RPC and REST interfaces (issue #29912) (master...master) https://github.com/bitcoin/bitcoin/pull/32726
<bitcoin-git> [bitcoin] scott-weeden closed pull request #32726: Add initial OpenAPI/Swagger specification for Bitcoin Core RPC and REST interfaces (issue #29912) (master...master) https://github.com/bitcoin/bitcoin/pull/32726
<bitcoin-git> [bitcoin] vasild opened pull request #32727: doc: add release notes for #32425 (master...release_notes_32425) https://github.com/bitcoin/bitcoin/pull/32727
<bitcoin-git> [bitcoin] scott-weeden opened pull request #32726: Add initial OpenAPI/Swagger specification for Bitcoin Core RPC and REST interfaces (issue #29912) (master...master) https://github.com/bitcoin/bitcoin/pull/32726
<bitcoin-git> [bitcoin] Sjors opened pull request #32725: test: round difficulty and networkhashps (master...2025/06/getmininginfo-precision) https://github.com/bitcoin/bitcoin/pull/32725
<bitcoin-git> [bitcoin] hebasto merged pull request #32719: doc, windows: CompanyName "Bitcoin" = "Bitcoin Core project" (master...2025/06/CompanyName) https://github.com/bitcoin/bitcoin/pull/32719
<bitcoin-git> bitcoin/master c8abd97 Hennadii Stepanov: Merge bitcoin/bitcoin#32719: doc, windows: CompanyName "Bitcoin" => "Bitco...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4b8ac9eacd1b...c8abd972818f
<bitcoin-git> bitcoin/master 239fc4d Hodlinator: doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"
<bitcoin-git> [bitcoin-maintainer-tools] fanquake opened pull request #183: check-dnsseeds.py: update seeds to reflect master (main...add_missing_seeds) https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/183
<bitcoin-git> [bitcoin] w0xlt opened pull request #32724: Musig2 tests (master...musig2_tests) https://github.com/bitcoin/bitcoin/pull/32724

2025-06-10

<bitcoin-git> [bitcoin] achow101 merged pull request #32680: ci: Rewrite test-each-commit as py script (master...2506-ci-rust-script) https://github.com/bitcoin/bitcoin/pull/32680
<bitcoin-git> bitcoin/master fa9cfdf MarcoFalke: ci: [doc] fix url redirect
<bitcoin-git> bitcoin/master 4b8ac9e Ava Chow: Merge bitcoin/bitcoin#32680: ci: Rewrite test-each-commit as py script
<bitcoin-git> bitcoin/master fac60b9 MarcoFalke: ci: Rewrite test-each-commit as py script
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/157bbd0a07c0...4b8ac9eacd1b
<bitcoin-git> [bitcoin] theuni opened pull request #32723: Refactor: Redefine CTransaction equality to include witness data (master...transaction-equal-wtxid) https://github.com/bitcoin/bitcoin/pull/32723
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v28.2rc2: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v28.2rc2
<bitcoin-git> bitcoin-detached-sigs/28.x c6d94e8 Ava Chow: 28.2: win signature for rc2
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/2ddfcb016d4e...c6d94e82ef79
<bitcoin-git> [gui-qml] pinheadmz opened pull request #472: Rebase gui-qml on bitcoin/bitcoin, include qt6 and cmake (main...rebase-qml-cmake) https://github.com/bitcoin-core/gui-qml/pull/472
<bitcoin-git> [bitcoin] glozow merged pull request #32425: config: allow setting -proxy per network (master...proxy_per_network) https://github.com/bitcoin/bitcoin/pull/32425
<bitcoin-git> bitcoin/master e98c51f Vasil Dimov: doc: update tor.md to mention the new -proxy=addr:port=tor
<bitcoin-git> bitcoin/master ca5781e Vasil Dimov: config: allow setting -proxy per network
<bitcoin-git> bitcoin/master 157bbd0 merge-script: Merge bitcoin/bitcoin#32425: config: allow setting -proxy per network
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ebec7bf3895c...157bbd0a07c0
<bitcoin-git> [bitcoin] glozow merged pull request #32572: doc: Remove stale sections in dev notes (master...2505-doc-del) https://github.com/bitcoin/bitcoin/pull/32572
<bitcoin-git> bitcoin/master fa69c5b MarcoFalke: doc: Remove -disablewallet from dev notes
<bitcoin-git> bitcoin/master faf65f0 MarcoFalke: doc: Remove .gitignore section
<bitcoin-git> bitcoin/master faf2094 MarcoFalke: doc: Remove note about removed ParsePrechecks
<bitcoin-git> [bitcoin] glozow pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/011a8c5f0168...ebec7bf3895c
<bitcoin-git> [bitcoin] achow101 opened pull request #32721: wallet, rpc: Remove deprecated balances from getwalletinfo and getunconfirmedbalance (master...remove-deprecated-balances) https://github.com/bitcoin/bitcoin/pull/32721
<bitcoin-git> [bitcoin] achow101 closed pull request #32714: init, doc: Replace datacarrier(size) deprecation with non-recommendation text (master...dont-recommend-datacarrier-opt-usage) https://github.com/bitcoin/bitcoin/pull/32714
<bitcoin-git> [bitcoin] Muniru0 opened pull request #32720: docs: add guidance on initialism capitalisation in PascalCase identifiers. (master...dev-notes-style-camelcase) https://github.com/bitcoin/bitcoin/pull/32720
<bitcoin-git> [bitcoin] hodlinator opened pull request #32719: doc, windows: CompanyName "Bitcoin" = "Bitcoin Core project" (master...2025/06/CompanyName) https://github.com/bitcoin/bitcoin/pull/32719
<bitcoin-git> [bitcoin] Muniru0 closed pull request #32718: docs: add guidance on initialism capitalisation in PascalCase identifiers. (master...dev-notes-style-camelcase) https://github.com/bitcoin/bitcoin/pull/32718
<bitcoin-git> [bitcoin] Muniru0 opened pull request #32718: docs: add guidance on initialism capitalisation in PascalCase identifiers. (master...dev-notes-style-camelcase) https://github.com/bitcoin/bitcoin/pull/32718
<bitcoin-git> [bitcoin] hebasto opened pull request #32717: doc: Update Qt 6 packages on FreeBSD (master...250610-freebsd-qt6) https://github.com/bitcoin/bitcoin/pull/32717
<bitcoin-git> [bitcoin] fanquake merged pull request #32696: doc: make `-DWITH_ZMQ=ON` explicit on `build-unix.md` (master...doc/add-zmq-flag-requirement) https://github.com/bitcoin/bitcoin/pull/32696
<bitcoin-git> bitcoin/master 32d4e92 Luis Schwab: doc: make `-DWITH_ZMQ=ON` explicit on `build-unix.md`
<bitcoin-git> bitcoin/master 011a8c5 merge-script: Merge bitcoin/bitcoin#32696: doc: make `-DWITH_ZMQ=ON` explicit on `build-...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fe39050a66c7...011a8c5f0168
<bitcoin-git> [bitcoin] fanquake merged pull request #32678: guix: warn and abort when SOURCE_DATE_EPOCH is set (master...source-date-epoch) https://github.com/bitcoin/bitcoin/pull/32678
<bitcoin-git> bitcoin/master fe39050 merge-script: Merge bitcoin/bitcoin#32678: guix: warn and abort when SOURCE_DATE_EPOCH i...
<bitcoin-git> bitcoin/master 5c4a0f8 will: guix: warn and abort when SOURCE_DATE_EPOCH is set
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/692fe280c232...fe39050a66c7
<bitcoin-git> [bitcoin] fanquake merged pull request #32713: doc: fuzz: fix AFL++ link (master...2025-06-fuzz-doc-aflplusplus) https://github.com/bitcoin/bitcoin/pull/32713
<bitcoin-git> bitcoin/master a39b707 brunoerg: doc: fuzz: fix AFL++ link
<bitcoin-git> bitcoin/master 692fe28 merge-script: Merge bitcoin/bitcoin#32713: doc: fuzz: fix AFL++ link
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1d4253d316e...692fe280c232
<bitcoin-git> [bitcoin] hebasto opened pull request #32716: depends: Override host compilers for FreeBSD and OpenBSD (master...250610-depends-bsd) https://github.com/bitcoin/bitcoin/pull/32716
<bitcoin-git> [bitcoin] fanquake merged pull request #32711: doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md (master...202506-depends-readme-add_missing_bsd_package_installs) https://github.com/bitcoin/bitcoin/pull/32711
<bitcoin-git> bitcoin/master 89526de Sebastian Falbesoner: doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README....
<bitcoin-git> bitcoin/master c1d4253 merge-script: Merge bitcoin/bitcoin#32711: doc: add missing packages for BSDs (cmake, gm...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dff208bd5a14...c1d4253d316e
<bitcoin-git> [bitcoin] achow101 opened pull request #32714: init, doc: Replace datacarrier(size) deprecation with non-recommendation text (master...dont-recommend-datacarrier-opt-usage) https://github.com/bitcoin/bitcoin/pull/32714
<peter_wrighten> hello, I have pulled request about wallet here https://github.com/bitcoin/bitcoin/pull/32685, and tried mentioning some maintainers, but seems there is no one to review my PR but some concept ack.

2025-06-09

<bitcoin-git> [bitcoin] brunoerg opened pull request #32713: doc: fuzz: fix AFL++ link (master...2025-06-fuzz-doc-aflplusplus) https://github.com/bitcoin/bitcoin/pull/32713
<bitcoin-git> [bitcoin] achow101 merged pull request #32708: rpc, doc: update `listdescriptors` RCP help (master...list-desc) https://github.com/bitcoin/bitcoin/pull/32708
<bitcoin-git> bitcoin/master b44514b rkrux: rpc, doc: update `listdescriptors` RCP help
<bitcoin-git> bitcoin/master dff208b Ava Chow: Merge bitcoin/bitcoin#32708: rpc, doc: update `listdescriptors` RCP help
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d978a43d054d...dff208bd5a14
<bitcoin-git> [bitcoin] achow101 merged pull request #32408: tests: Expand HTTP coverage to assert libevent behavior (master...http-tests) https://github.com/bitcoin/bitcoin/pull/32408
<bitcoin-git> bitcoin/master d978a43 Ava Chow: Merge bitcoin/bitcoin#32408: tests: Expand HTTP coverage to assert libeven...
<bitcoin-git> bitcoin/master f16c8c6 Matthew Zipkin: tests: Expand HTTP coverage to assert libevent behavior
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f3bbc746647d...d978a43d054d
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/51462d5b446c...2ddfcb016d4e
<bitcoin-git> bitcoin-detached-sigs/28.x 2ddfcb0 Matthew Zipkin: 28.2: osx signature for rc2
<Murch[m]> In case you didn’t see, Bitcoin Core got mail: https://ctv-csfs.com
<bitcoin-git> [bitcoin] glozow pushed tag v28.2rc2: https://github.com/bitcoin/bitcoin/compare/v28.2rc2
<bitcoin-git> [bitcoin] glozow merged pull request #32684: [28.x] 28.2rc2 (28.x...28_2_rc2) https://github.com/bitcoin/bitcoin/pull/32684
<bitcoin-git> bitcoin/28.x c2b2942 fanquake: build: bump version to 28.2rc2
<bitcoin-git> bitcoin/28.x a6cbd33 fanquake: depends: use "mkdir -p" when installing xproto
<bitcoin-git> [bitcoin] glozow pushed 5 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/7f1da7626923...cb1326416962
<bitcoin-git> bitcoin/28.x b64faa5 fanquake: doc: update release notes for rc2
<bitcoin-git> [bitcoin] fanquake merged pull request #32479: [27.x] Backports (27.x...27_x_backports) https://github.com/bitcoin/bitcoin/pull/32479
<bitcoin-git> bitcoin/27.x 992c7ca Brandon Odiwuor: test: Handle empty string returned by CLI as None in RPC tests
<bitcoin-git> bitcoin/27.x 418bee8 MarcoFalke: refactor: Remove spurious virtual from final ~CZMQNotificationInterface
<bitcoin-git> bitcoin/27.x f52ab00 Sjors Provoost: build: use make < 3.82 syntax for define directive
<bitcoin-git> [bitcoin] fanquake pushed 10 commits to 27.x: https://github.com/bitcoin/bitcoin/compare/1e7041a9f3a1...39b935a8d4b7
<bitcoin-git> [bitcoin] theStack opened pull request #32711: doc: add missing packages for BSDs (cmake, gmake, curl) to depends/README.md (master...202506-depends-readme-add_missing_bsd_package_installs) https://github.com/bitcoin/bitcoin/pull/32711
<bitcoin-git> [bitcoin] glozow merged pull request #32406: policy: uncap datacarrier by default (master...2025-05-uncap_datacarrier) https://github.com/bitcoin/bitcoin/pull/32406
<bitcoin-git> bitcoin/master 0b4048c Greg Sanders: datacarrier: deprecate startup arguments for future removal
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e2174378aa8a...f3bbc746647d
<bitcoin-git> bitcoin/master 63091b7 Greg Sanders: test: remove unnecessary -datacarriersize args from tests
<bitcoin-git> bitcoin/master 9f36962 Greg Sanders: policy: uncap datacarrier by default
<bitcoin-git> [bitcoin] hebasto opened pull request #32709: cmake: Fix `FindQt` module (master...250609-cmake-findqt) https://github.com/bitcoin/bitcoin/pull/32709
<bitcoin-git> [bitcoin] rkrux opened pull request #32708: rpc, doc: update `listdescriptors` RCP help (master...list-desc) https://github.com/bitcoin/bitcoin/pull/32708

2025-06-08

<bitcoin-git> [bitcoin] itashia closed pull request #32706: Update net_types.cpp (master...patch-3) https://github.com/bitcoin/bitcoin/pull/32706
<bitcoin-git> [bitcoin] itashia opened pull request #32706: Update net_types.cpp (master...patch-3) https://github.com/bitcoin/bitcoin/pull/32706
<bitcoin-git> [bitcoin] itashia closed pull request #32705: Update net_types.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/32705
<bitcoin-git> [bitcoin] itashia opened pull request #32705: Update net_types.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/32705
<bitcoin-git> [bitcoin] maflcko opened pull request #32703: test: Explain how to reproduce zmq:: upstream race (master...2506-tsan-doc) https://github.com/bitcoin/bitcoin/pull/32703

2025-06-07

<bitcoin-git> [bitcoin] DrahtBot closed pull request #32702: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/32702
<bitcoin-git> [bitcoin] snapcrackleandpop opened pull request #32702: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/32702
<Earnestly> That is, was NihsotaS <satoshin@gmx.com> a satoshi identity at one point in the history of bitcoin? I'm not familiar with it
<bitcoin-git> [bitcoin] Christewart opened pull request #32701: tests: Remove hardcoded addresstype in rpc_psbt.py (master...2025-06-07-rpc-psbt-taproot-test) https://github.com/bitcoin/bitcoin/pull/32701
<bitcoin-git> [bitcoincore.org] achow101 closed pull request #1141: Update languages.yml (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1141
<bitcoin-git> [gui-qml] hebasto deleted tag REBASED_250607_1746: https://github.com/bitcoin-core/gui-qml/compare/9ba04a8c19ef...000000000000
<bitcoin-git> [gui-qml] hebasto pushed tag REBASED_250607_1746: https://github.com/bitcoin-core/gui-qml/compare/REBASED_250607_1746
<bitcoin-git> [gui-qml] hebasto deleted tag REBASED_250607_1746: https://github.com/bitcoin-core/gui-qml/compare/9ba04a8c19ef...000000000000
<bitcoin-git> [gui-qml] hebasto pushed tag REBASED_250607_1746: https://github.com/bitcoin-core/gui-qml/compare/REBASED_250607_1746
<bitcoin-git> [bitcoincore.org] achow101 closed pull request #1145: Update 2025-06-06-relay-statement.md (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1145
<bitcoin-git> [bitcoincore.org] SatoshiNakamotoBitcoin closed pull request #1144: Revert "Add statement on transaction relay" (master...revert-1139-relay_statement) https://github.com/bitcoin-core/bitcoincore.org/pull/1144
<bitcoin-git> [bitcoincore.org] SatoshiNakamotoBitcoin opened pull request #1145: Update 2025-06-06-relay-statement.md (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1145
<bitcoin-git> [bitcoincore.org] SatoshiNakamotoBitcoin opened pull request #1144: Revert "Add statement on transaction relay" (master...revert-1139-relay_statement) https://github.com/bitcoin-core/bitcoincore.org/pull/1144
<bitcoin-git> [bitcoin] Zeegaths opened pull request #32699: docs: adds correct updated documentation links (master...ship-docs-32565) https://github.com/bitcoin/bitcoin/pull/32699
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1142: Add japanese translation for statement on transaction relay (master...ja-translate-relay_statement) https://github.com/bitcoin-core/bitcoincore.org/pull/1142
<bitcoin-git> bitcoincore.org/master ab42c6d merge-script: Merge bitcoin-core/bitcoincore.org#1142: Add japanese translation for stat...
<bitcoin-git> bitcoincore.org/master 43fd301 azuchi: Add japanese translation for statement on transaction relay
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/9d60e251be55...ab42c6d0c0be
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1142: Add japanese translation for statement on transaction relay (master...ja-translate-relay_statement) https://github.com/bitcoin-core/bitcoincore.org/pull/1142
<bitcoin-git> [bitcoin] maflcko opened pull request #32697: test: Turn util/test_runner into functional test (master...2506-test-move) https://github.com/bitcoin/bitcoin/pull/32697
<bitcoin-git> [bitcoincore.org] daodinhthuan opened pull request #1141: Update languages.yml (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1141

2025-06-06

<bitcoin-git> [gui-qml] hebasto opened pull request #470: [WIP] Sync with main repo: CMake + Qt 6 (main...cmake-qt6) https://github.com/bitcoin-core/gui-qml/pull/470
<bitcoin-git> [bitcoin] luisschwab opened pull request #32696: doc: make `-DWITH_ZMQ=ON` explicit on `build-unix.md` (master...doc/add-zmq-flag-requirement) https://github.com/bitcoin/bitcoin/pull/32696
<bitcoin-git> [bitcoin] achow101 merged pull request #32539: init: Configure reachable networks before we start the RPC server (master...rpcallowip-rfc4193) https://github.com/bitcoin/bitcoin/pull/32539
<bitcoin-git> bitcoin/master f728b6b Matthew Zipkin: init: Configure reachable networks before we start the RPC server
<bitcoin-git> bitcoin/master c02bd3c Matthew Zipkin: config: Explain RFC4193 and CJDNS interaction in help and init error
<bitcoin-git> bitcoin/master 12ff4be Matthew Zipkin: test: ensure -rpcallowip is compatible with RFC4193
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2053c4368472...e2174378aa8a
<bitcoin-git> [bitcoin] achow101 merged pull request #32675: test: wallet: cover wallet passphrase with a null char (master...2025-06-test-wallet-passphrase-null) https://github.com/bitcoin/bitcoin/pull/32675
<bitcoin-git> bitcoin/master 2053c43 Ava Chow: Merge bitcoin/bitcoin#32675: test: wallet: cover wallet passphrase with a ...
<bitcoin-git> bitcoin/master 7cfbb85 brunoerg: test: wallet: cover wallet passphrase with a null char
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ae024137bda9...2053c4368472
<roconnor> yeah, bitcoin-cli -regtest -named createwalletdescriptor "bech32m" hdkey="tpubD6NzVbkrYhZ4YAqhvsGTCD5axU32P9MH7ySPr38icriLyJc4KcCvwVzE3rsiXaAHBC8QtYWhiBGdc6aZRmroQShGcWygQfErbvLULfJSi8j" works fine.
<roconnor> achow101: I'm trying to bitcoin-cli -regtest importdescriptors '[{"desc":"wsh(pk(tpubD6NzVbkrYhZ4YAqhvsGTCD5axU32P9MH7ySPr38icriLyJc4KcCvwVzE3rsiXaAHBC8QtYWhiBGdc6aZRmroQShGcWygQfErbvLULfJSi8j/55/*))#wwz4y8f0","timestamp":0}]'
<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1139: Add statement on transaction relay (master...relay_statement) https://github.com/bitcoin-core/bitcoincore.org/pull/1139
<bitcoin-git> bitcoincore.org/master 9d60e25 Ava Chow: Merge bitcoin-core/bitcoincore.org#1139: Add statement on transaction relay
<bitcoin-git> bitcoincore.org/master 0db6c8b Pieter Wuille: Add statement on transaction relay
<bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/37ad64f72afa...9d60e251be55
<bitcoin-git> [bitcoin] furszy opened pull request #32694: index: move disk read lookups to base class (master...2025_indexes_remove_CBlockIndex_access) https://github.com/bitcoin/bitcoin/pull/32694
<bitcoin-git> [bitcoin] josibake opened pull request #32693: depends: fix cmake compatibility error for freetype (master...depends-specify-cmake-min-version-for-freetype) https://github.com/bitcoin/bitcoin/pull/32693
<bitcoin-git> [bitcoin] HowHsu opened pull request #32692: checkqueue: set MAX_SCRIPTCHECK_THREADS to nCores - 1 (master...master) https://github.com/bitcoin/bitcoin/pull/32692
<bitcoin-git> [gui-qml] hebasto merged pull request #466: Visual tweaks to the fee selector in the send form (main...feature/fee-selection-visual-tweaks) https://github.com/bitcoin-core/gui-qml/pull/466
<bitcoin-git> gui-qml/main c767837 Hennadii Stepanov: Merge bitcoin-core/gui-qml#466: Visual tweaks to the fee selector in the s...
<bitcoin-git> gui-qml/main e06c32a GBKS: Visual tweaks to the fee selector in the send form
<bitcoin-git> [gui-qml] hebasto pushed 2 commits to main: https://github.com/bitcoin-core/gui-qml/compare/023393192ce9...c7678375d081
<vasild> hacker4web3bitco: that cap seems arbitrary to me, if somebody runs -par=20, that will be interpreted as -par=15. Introduced in https://github.com/bitcoin/bitcoin/commit/f9cae832e6f56c6abe89b3bf05d1f176c2a7c913 in 2013
<hacker4web3bitco> Hi, ask a question, why does bitcoin core limit MAX_SCRIPTCHECK_THREADS to 15, shouldn't it be something like nr_cpu_cores-1?
<bitcoin-git> [gui-qml] hebasto merged pull request #465: Show "Select Wallet" or "Add Wallet" in the Wallet selector if a wallet isn't loaded (main...no-wallets-loaded) https://github.com/bitcoin-core/gui-qml/pull/465
<bitcoin-git> gui-qml/main 5b9b484 johnny9: qml: Show Add Wallet in WalletBadge if none are found
<bitcoin-git> gui-qml/main 03b568d johnny9: qml: Add Context to CreateWalletWizard
<bitcoin-git> gui-qml/main 7af55d5 johnny9: qml: Hide tabs and show Select Wallet if no wallet is loaded
<bitcoin-git> [gui-qml] hebasto pushed 4 commits to main: https://github.com/bitcoin-core/gui-qml/compare/7af57088372e...023393192ce9
<bitcoin-git> [bitcoin] theStack opened pull request #32690: depends: fix multiprocess build on OpenBSD (apply capnp patch, correct SHA256SUM command) (master...202506-depends-fix_openbsd_multiprocess_build) https://github.com/bitcoin/bitcoin/pull/32690

2025-06-05

<bitcoin-git> [bitcoin] PeterWrighten opened pull request #32685: wallet: Allow read-only database access for info and dump commands (master...wallet-readonly-access) https://github.com/bitcoin/bitcoin/pull/32685
<bitcoin-git> qa-assets/main dfc1993 marcofleon: add coins_view_db inputs
<bitcoin-git> qa-assets/main ef94b3a maflcko: Merge pull request #226 from marcofleon/coins-view-db-inputs
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/4e64c5b478cd...ef94b3a22671
<bitcoin-git> [qa-assets] maflcko merged pull request #226: add coins_view_db inputs (main...coins-view-db-inputs) https://github.com/bitcoin-core/qa-assets/pull/226
<corebot> https://github.com/bitcoin/bitcoin/issues/29491 | [EXPERIMENTAL] Schnorr batch verification for blocks by fjahr · Pull Request #29491 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin-core/gui-qml/issues/465 | Show "Select Wallet" or "Add Wallet" in the Wallet selector if a wallet isn't loaded by johnny9 · Pull Request #465 · bitcoin-core/gui-qml · GitHub
<corebot> https://github.com/bitcoin-core/gui-qml/issues/464 | Connect Receive page to WalletQmlModel and Cleanup Layouts by johnny9 · Pull Request #464 · bitcoin-core/gui-qml · GitHub
<corebot> https://github.com/bitcoin-core/gui-qml/issues/462 | Add validation to the Send form (address and amount) by johnny9 · Pull Request #462 · bitcoin-core/gui-qml · GitHub
<corebot> https://github.com/bitcoin-core/gui-qml/issues/450 | Add Multiple Recipients option to the Send form by johnny9 · Pull Request #450 · bitcoin-core/gui-qml · GitHub
<corebot> https://github.com/bitcoin-core/gui-qml/issues/463 | Fix layouts 1/n by goqusan · Pull Request #463 · bitcoin-core/gui-qml · GitHub
<corebot> https://github.com/bitcoin-core/gui-qml/issues/461 | Introduce standard fee selection to Send by johnny9 · Pull Request #461 · bitcoin-core/gui-qml · GitHub
<johnny9dev> The case where no wallet is actually loaded has been PRd at bitcoin-core/gui-qml#465
<johnny9dev> RequestPayment page has finally been hooked up to our wallet model to generate and commit actual payment requests and addresses. bitcoin-core/gui-qml#464
<corebot> https://github.com/bitcoin-core/gui-qml/issues/460 | Add Skeleton loading to Activity by johnny9 · Pull Request #460 · bitcoin-core/gui-qml · GitHub
<johnny9dev> First set of form input validation for Send has been PR'd. This will also be used for payment requests. bitcoin-core/gui-qml#462
<johnny9dev> Standard fee selection control was added to Send to set very basic (low/default/high) block-based fees. This has been merged bitcoin-core/gui-qml#461
<johnny9dev> Multiple Recipients in the Send form has been PR'd and close to being merged bitcoin-core/gui-qml#450
<johnny9dev> Some cleanup to our layouts are being done by goqusan bitcoin-core/gui-qml#463. He's been working through what we have and fixing up messy anchors and layouts and his reviews have helped give clarity on getting the layouts where they need to be
<johnny9dev> Addtional init loading animations were merged in bitcoin-core/gui-qml#460
<corebot> https://github.com/bitcoin/bitcoin/issues/31829 | p2p: improve TxOrphanage denial of service bounds by glozow · Pull Request #31829 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31244 | descriptors: MuSig2 by achow101 · Pull Request #31244 · bitcoin/bitcoin · GitHub