2025-05-20

<bitcoin-git> bitcoin/master 39a483c Ava Chow: test: Check that the correct versions are logged on wallet load
<bitcoin-git> bitcoin/master 4b2cd0b Ava Chow: test: check that creating a wallet does not log version info
<bitcoin-git> bitcoin/master 359ecd3 Ava Chow: walletdb: Log the wallet version after it has been read from disk
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bc4b04c5bfb4...cf2cbfac6599
<bitcoin-git> [bitcoin] fanquake merged pull request #31864: doc: add missing copyright headers (master...copyright_cleanups) https://github.com/bitcoin/bitcoin/pull/31864
<bitcoin-git> bitcoin/master f667000 fanquake: contrib: remove outdated entries from copyright_header.py
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/af65fd1a3330...bc4b04c5bfb4
<bitcoin-git> bitcoin/master 0817f2d fanquake: doc: update MIT license URL
<bitcoin-git> bitcoin/master 6854497 fanquake: contrib: remove GPL-3+ from debian/copyright
<bitcoin-git> [bitcoin] hebasto opened pull request #32567: subprocess: Backport upstream changes (master...250520-subprocess-backports) https://github.com/bitcoin/bitcoin/pull/32567
<hacker4web3bitco> Hi folks, I'm new to learn bitcoin core, ask a question, is there any doc about the cluster mempool implementation? I'm reading the code but struggles with the data structures relationship (bwtween like TxGraph, Cluster, DepGraph etc)
<bitcoin-git> [bitcoin] fanquake merged pull request #32560: ci: Move DEBUG=1 to centos task (master...2505-ci-debug) https://github.com/bitcoin/bitcoin/pull/32560
<bitcoin-git> bitcoin/master af65fd1 merge-script: Merge bitcoin/bitcoin#32560: ci: Move DEBUG=1 to centos task
<bitcoin-git> bitcoin/master fa58d6c MarcoFalke: ci: Move DEBUG=1 to centos task
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/548f6b8cdef5...af65fd1a3330
<bitcoin-git> [bitcoin] fanquake merged pull request #32562: doc: remove // for ... comments (master...remove_for_comments) https://github.com/bitcoin/bitcoin/pull/32562
<bitcoin-git> bitcoin/master 1b9cdc9 fanquake: net: drop win32 ifdef
<bitcoin-git> bitcoin/master 7193245 fanquake: doc: remove For ... comments
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/7c87a0e3fb1b...548f6b8cdef5
<bitcoin-git> bitcoin/master 19ba499 fanquake: init: cerrno is used on all platforms
<bitcoin-git> [bitcoin] fanquake merged pull request #32477: lint: Check for missing trailing newline (master...2505-lint-newline) https://github.com/bitcoin/bitcoin/pull/32477
<bitcoin-git> bitcoin/master fa2b2aa MarcoFalke: lint: Add archived notes to default excludes
<bitcoin-git> bitcoin/master fa9198a MarcoFalke: lint: Check for missing trailing newline
<bitcoin-git> bitcoin/master 7c87a0e merge-script: Merge bitcoin/bitcoin#32477: lint: Check for missing trailing newline
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/33f8f8ae4ced...7c87a0e3fb1b
<bitcoin-git> [bitcoin] maflcko closed pull request #29457: doc: Fix gen-manpages to check build options (master...gen-manpages-build-options) https://github.com/bitcoin/bitcoin/pull/29457

2025-05-19

<bitcoin-git> [bitcoin] ryanofsky merged pull request #30221: wallet: Ensure best block matches wallet scan state (master...wallet-no-chainstateflushed) https://github.com/bitcoin/bitcoin/pull/30221
<bitcoin-git> bitcoin/master 7bacabb Ava Chow: wallet: Update best block record after block dis/connect
<bitcoin-git> bitcoin/master 7fd3e1c Ava Chow: wallet, bench: Write a bestblock record in WalletMigration
<bitcoin-git> bitcoin/master 6d3a8b1 Ava Chow: wallet: Replace chainStateFlushed in loading with SetLastBlockProcessed
<bitcoin-git> [bitcoin] ryanofsky pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/7054d24f119a...33f8f8ae4ced
<bitcoin-git> [gui-qml] hebasto merged pull request #453: Change PageStack easing type to InOutCubic (main...feature/fix-pagestack-animation) https://github.com/bitcoin-core/gui-qml/pull/453
<bitcoin-git> gui-qml/main 4384896 GBKS: Change PageStack easing type to InOutCubic
<bitcoin-git> gui-qml/main 849d3ae Hennadii Stepanov: Merge bitcoin-core/gui-qml#453: Change PageStack easing type to InOutCubic
<bitcoin-git> [gui-qml] hebasto pushed 2 commits to main: https://github.com/bitcoin-core/gui-qml/compare/320b3d42d115...849d3ae81714
<darosior> FYI i started drafting something this weekend regarding the "Bitcoin Core on relay policy" letter or however we'd want to call it. I haven't come up with something i consider satisfactory: i feel what i have addresses current drama too directly. I think this would be counterproductive to do. An alternative approach would be to make a more detailed
<bitcoin-git> [gui] hebasto merged pull request #875: Use WitnessV0KeyHash in TestAddAddressesToSendBook (master...2505-qt-addr-test) https://github.com/bitcoin-core/gui/pull/875
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4272966d0234...7054d24f119a
<bitcoin-git> bitcoin/master fa982f1 MarcoFalke: Use WitnessV0KeyHash in TestAddAddressesToSendBook
<bitcoin-git> bitcoin/master 7054d24 Hennadii Stepanov: Merge bitcoin-core/gui#875: Use WitnessV0KeyHash in TestAddAddressesToSend...
<bitcoin-git> [bitcoin] ryanofsky merged pull request #32423: rpc: Undeprecate rpcuser/rpcpassword, store all credentials hashed in memory (master...2025-05-remove-rpcpassword-deprecation) https://github.com/bitcoin/bitcoin/pull/32423
<bitcoin-git> bitcoin/master 4ab9bed laanwj: rpc: Undeprecate rpcuser/rpcpassword, change message to security warning
<bitcoin-git> [bitcoin] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ff1ee102c4ba...4272966d0234
<bitcoin-git> bitcoin/master 879a17b laanwj: rpc: Store all credentials hashed in memory
<bitcoin-git> bitcoin/master 98ff38a laanwj: rpc: Perform HTTP user:pass split once in `RPCAuthorized`
<bitcoin-git> [bitcoin] hebasto closed pull request #32537: Set minimum supported Windows version to 1903 (May 2019 Update) (master...250516-win-min-ver) https://github.com/bitcoin/bitcoin/pull/32537
<bitcoin-git> [bitcoin] laanwj opened pull request #32566: Use subprocess library for notifications (master...2025-05-subprocess-system) https://github.com/bitcoin/bitcoin/pull/32566
<bitcoin-git> [bitcoin] hebasto closed pull request #32550: cmake: Add missed `SSE41_CXXFLAGS` (master...250518-sse41-flags) https://github.com/bitcoin/bitcoin/pull/32550
<bitcoin-git> [bitcoin] hebasto opened pull request #32564: miniscript, refactor: Make `operator""_mst` `consteval` (re-take) (master...250519-msvc-consteval) https://github.com/bitcoin/bitcoin/pull/32564
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1135: impersonation: switch Twitter for X (master...misc_stuff) https://github.com/bitcoin-core/bitcoincore.org/pull/1135
<sipa> d33tah: i'd suggest bitcoin.stackexchange.com
<bitcoin-git> [bitcoin] fanquake opened pull request #32563: [28.x] Backport #31407 (28.x...backport_codesigning) https://github.com/bitcoin/bitcoin/pull/32563
<d33tah> hi! is there the right channel to ask about setting up a Bitcoin node? a friend of mine is trying to diagnose why nobody is connecting to him via tor and asked me for help. i'm looking for someone who could help me diagnose the issue. according to https://bitnodes.io/, both the IP and onion address are reachable correctly
<bitcoin-git> [gui] maflcko opened pull request #875: Use WitnessV0KeyHash in TestAddAddressesToSendBook (master...2505-qt-addr-test) https://github.com/bitcoin-core/gui/pull/875
<bitcoin-git> [bitcoin] fanquake opened pull request #32562: doc: remove // for ... comments (master...remove_for_comments) https://github.com/bitcoin/bitcoin/pull/32562
<bitcoin-git> [bitcoin] maflcko closed pull request #32535: rev_32343_wip_nomerge_ci (master...2505-rev_32343_wip_nomerge_ci) https://github.com/bitcoin/bitcoin/pull/32535
<bitcoin-git> [bitcoin] hebasto merged pull request #32561: doc: Adjust stale MSVC bug url (master...2505-doc-msvc) https://github.com/bitcoin/bitcoin/pull/32561
<bitcoin-git> bitcoin/master fa330a5 MarcoFalke: doc: Adjust stale MSVC bug url
<bitcoin-git> bitcoin/master ff1ee10 Hennadii Stepanov: Merge bitcoin/bitcoin#32561: doc: Adjust stale MSVC bug url
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/88791fb97bc3...ff1ee102c4ba
<bitcoin-git> [bitcoin] laanwj closed pull request #32529: subprocess: replace `fs::directory_iterator` with `readdir` (master...2025-05-fdclose-debug-ci-hang) https://github.com/bitcoin/bitcoin/pull/32529
<bitcoin-git> [bitcoin] maflcko opened pull request #32561: doc: Adjust stale MSVC bug url (master...2505-doc-msvc) https://github.com/bitcoin/bitcoin/pull/32561
<bitcoin-git> [bitcoin] maflcko opened pull request #32560: ci: Move DEBUG=1 to centos task (master...2505-ci-debug) https://github.com/bitcoin/bitcoin/pull/32560
<bitcoin-git> [bitcoin] willcl-ark opened pull request #32559: doc: add alpine build instructions (master...alpine-build-docs) https://github.com/bitcoin/bitcoin/pull/32559
<bitcoin-git> [bitcoin] fanquake merged pull request #32544: scripted-diff: test: remove 'descriptors=True' argument for `createwallet` calls (master...202505-scripted-diff-remove_descriptors_false_args) https://github.com/bitcoin/bitcoin/pull/32544
<bitcoin-git> bitcoin/master 88791fb merge-script: Merge bitcoin/bitcoin#32544: scripted-diff: test: remove 'descriptors=True...
<bitcoin-git> bitcoin/master 86de8c1 Sebastian Falbesoner: scripted-diff: test: remove 'descriptors=True' argument for `createwallet`...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7710a31f0cb6...88791fb97bc3
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1133: blog: add redirect for disclose-cve-2024-52919 post (master...cve_redirect) https://github.com/bitcoin-core/bitcoincore.org/pull/1133
<bitcoin-git> bitcoincore.org/master 4811201 fanquake: blog: add redirect for disclose-cve-2024-52919 post
<bitcoin-git> bitcoincore.org/master 37ad64f merge-script: Merge bitcoin-core/bitcoincore.org#1133: blog: add redirect for disclose-c...
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/bb813dfbe422...37ad64f72afa
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1134: doc: drop text about project lead (master...drop_project_lead) https://github.com/bitcoin-core/bitcoincore.org/pull/1134
<bitcoin-git> bitcoincore.org/master 07532fd fanquake: doc: drop text about project lead
<bitcoin-git> bitcoincore.org/master bb813df merge-script: Merge bitcoin-core/bitcoincore.org#1134: doc: drop text about project lead
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/1b13bfb2ebef...bb813dfbe422
<bitcoin-git> [bitcoin] achow101 closed pull request #32557: bench: Add WalletMigration benchmark for legacy-to-descriptor wallet upgrade (master...patch-4) https://github.com/bitcoin/bitcoin/pull/32557
<bitcoin-git> [bitcoin] meghasurya07 opened pull request #32557: bench: Add WalletMigration benchmark for legacy-to-descriptor wallet upgrade (master...patch-4) https://github.com/bitcoin/bitcoin/pull/32557
<bitcoin-git> [bitcoin] meghasurya07 closed pull request #32556: bench: Add WalletMigration benchmark for legacy-to-descriptor wallet upgrade (master...patch-3) https://github.com/bitcoin/bitcoin/pull/32556
<bitcoin-git> [bitcoin] meghasurya07 opened pull request #32556: bench: Add WalletMigration benchmark for legacy-to-descriptor wallet upgrade (master...patch-3) https://github.com/bitcoin/bitcoin/pull/32556
<bitcoin-git> [bitcoin] maflcko closed pull request #32555: Comment Changes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/32555
<bitcoin-git> [bitcoin] meghasurya07 opened pull request #32555: Comment Changes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/32555

2025-05-18

<bitcoin-git> [bitcoin] l0rinc opened pull request #32554: RFC: bench: replace embedded raw block with configurable block generator (master...l0rinc/bench-block-generator) https://github.com/bitcoin/bitcoin/pull/32554
<bitcoin-git> [gui-qml] GBKS opened pull request #453: Change PageStack easing type to InOutCubic (main...feature/fix-pagestack-animation) https://github.com/bitcoin-core/gui-qml/pull/453
<bitcoin-git> [bitcoin] achow101 opened pull request #32553: wallet: Fix logging of wallet version (master...wallet-log-minversion) https://github.com/bitcoin/bitcoin/pull/32553
<bitcoin-git> [bitcoin] hebasto closed pull request #32552: refactor: Remove workaround for resolved MSVC bug (master...250518-fixed-msvc) https://github.com/bitcoin/bitcoin/pull/32552
<bitcoin-git> [bitcoin] hebasto opened pull request #32552: refactor: Remove workaround for resolved MSVC bug (master...250518-fixed-msvc) https://github.com/bitcoin/bitcoin/pull/32552
<bitcoin-git> [bitcoin] hebasto opened pull request #32551: cmake: Remove `ENABLE_{SSE41,AVX2,X86_SHANI,ARM_SHANI}` from `bitcoin-build-config.h` (master...250518-crypto-macros) https://github.com/bitcoin/bitcoin/pull/32551
<bitcoin-git> [bitcoin] hebasto opened pull request #32550: cmake: Add missed `SSE41_CXXFLAGS` (master...250518-sse41-flags) https://github.com/bitcoin/bitcoin/pull/32550
<bitcoin-git> [bitcoin] luke-jr opened pull request #32547: Mining: Avoid copying template CBlocks (master...mining_avoid_block_copy) https://github.com/bitcoin/bitcoin/pull/32547
<bitcoin-git> [bitcoin] achow101 closed pull request #32546: Staple (master...staple) https://github.com/bitcoin/bitcoin/pull/32546
<bitcoin-git> [bitcoin] ant12334 opened pull request #32546: Staple (master...staple) https://github.com/bitcoin/bitcoin/pull/32546
<corebot> https://github.com/bitcoin/bitcoin/issues/31132 | validation: fetch block inputs on parallel threads 10% faster IBD by andrewtoth · Pull Request #31132 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/28233 | validation: don't clear cache on periodic flush: >2x block connection speed by andrewtoth · Pull Request #28233 · bitcoin/bitcoin · GitHub

2025-05-17

<bitcoin-git> [bitcoin] sipa opened pull request #32545: Replace cluster linearization algorithm with SFL (master...202505_sfl) https://github.com/bitcoin/bitcoin/pull/32545
<bitcoin-git> [leveldb-subtree] hebasto opened pull request #53: refactor: Delete unused `ScopedHandle:operator=(ScopedHandle&&)` (bitcoin-fork...250517-unused) https://github.com/bitcoin-core/leveldb-subtree/pull/53
<corebot> https://github.com/bitcoin/bitcoin/issues/30039 | dbwrapper: Bump LevelDB max file size to 32 MiB to avoid system slowdown from high disk cache flush rate by maciejsszmigiero · Pull Request #30039 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v28.2rc1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v28.2rc1
<bitcoin-git> bitcoin-detached-sigs/28.x 51462d5 Ava Chow: 28.2: win signature for rc1
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/490283601047...51462d5b446c
<PaperSword> 10:01:36 AM - sipa: bitcoin core can very aggressively cache the UTXO data cache in its application-level cache though […]
<sipa> bitcoin core can very aggressively cache the UTXO data cache in its application-level cache though, which may or may not impact what gains are possible at all due to the database layer
<bitcoin-git> [bitcoin] theStack opened pull request #32544: scripted-diff: test: remove 'descriptors=True' argument for `createwallet` calls (master...202505-scripted-diff-remove_descriptors_false_args) https://github.com/bitcoin/bitcoin/pull/32544
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #32543: kernel: Remove dependency on clientversion (master...kernelRmClientversion) https://github.com/bitcoin/bitcoin/pull/32543
<bitcoin-git> bitcoin-detached-sigs/28.x 4902836 Matthew Zipkin: 28.2: osx signature for rc1
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/da9ae6864fd7...490283601047
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1134: doc: drop text about project lead (master...drop_project_lead) https://github.com/bitcoin-core/bitcoincore.org/pull/1134
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1133: blog: add redirect for disclose-cve-2024-52919 post (master...cve_redirect) https://github.com/bitcoin-core/bitcoincore.org/pull/1133
<bitcoin-git> [bitcoin] fanquake merged pull request #32452: test: Remove legacy wallet RPC overloads (master...cleanup-test-import-overload) https://github.com/bitcoin/bitcoin/pull/32452
<bitcoin-git> bitcoin/master d314207 Ava Chow: test: Replace usage of importaddress
<bitcoin-git> bitcoin/master fcc4575 Ava Chow: test: Replace importprivkey with wallet_importprivkey
<bitcoin-git> bitcoin/master 94c87bb Ava Chow: test: Remove unnecessary importprivkey from wallet_createwallet
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/b81e5076aa56...7710a31f0cb6
<bitcoin-git> [bitcoin] fanquake merged pull request #32514: scripted-diff: Remove unused leading newline in RPC docs (master...2505-rpc-newline) https://github.com/bitcoin/bitcoin/pull/32514
<bitcoin-git> bitcoin/master fa1f10a MarcoFalke: doc: Fix minor typos in rpc help
<bitcoin-git> bitcoin/master fae840e MarcoFalke: rpc: Reject beginning newline in RPC docs
<bitcoin-git> bitcoin/master fa414ed MarcoFalke: scripted-diff: Remove unused leading newline in RPC docs
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3023d7e6ad52...b81e5076aa56
<bitcoin-git> [bitcoin] hebasto merged pull request #32534: Update leveldb subtree to latest upstream (master...update_leveldb_subtree) https://github.com/bitcoin/bitcoin/pull/32534
<bitcoin-git> bitcoin/master 0769c8f fanquake: Update leveldb subtree to latest upstream
<bitcoin-git> bitcoin/master e2c84b8 fanquake: Squashed 'src/leveldb/' changes from 4188247086..113db4962b
<bitcoin-git> bitcoin/master 7015052 fanquake: build: remove Wsuggest-override suppression from leveldb build
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c461d1528758...3023d7e6ad52
<bitcoin-git> [bitcoin] romanz opened pull request #32541: index: store per-block transaction locations for efficient lookups (master...locations-index) https://github.com/bitcoin/bitcoin/pull/32541
<bitcoin-git> [bitcoin] romanz opened pull request #32540: rest: fetch spent transaction outputs by blockhash (master...spent-prevouts) https://github.com/bitcoin/bitcoin/pull/32540

2025-05-16

<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1132: contrib: remove github-merge.py (master...remove_duplicate_merge) https://github.com/bitcoin-core/bitcoincore.org/pull/1132
<bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/70fccba571a5...1b13bfb2ebef
<bitcoin-git> bitcoincore.org/master df7b542 fanquake: contrib: remove github-merge.py
<bitcoin-git> bitcoincore.org/master 1b13bfb Ava Chow: Merge bitcoin-core/bitcoincore.org#1132: contrib: remove github-merge.py
<bitcoin-git> [bitcoin] achow101 merged pull request #32511: refactor: bdb removals (master...2505-del-get-dest-key) https://github.com/bitcoin/bitcoin/pull/32511
<bitcoin-git> bitcoin/master fa91d57 MarcoFalke: remove unused AddrToPubKey
<bitcoin-git> bitcoin/master faecf15 MarcoFalke: remove unused Import* function signatures
<bitcoin-git> bitcoin/master fac72fe MarcoFalke: remove unused GetAllDestinationsForKey
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b15c386933eb...c461d1528758
<bitcoin-git> [bitcoin] pinheadmz opened 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> [bitcoincore.org] glozow merged pull request #1131: doc: update links in contributing (master...old_links) https://github.com/bitcoin-core/bitcoincore.org/pull/1131
<bitcoin-git> bitcoincore.org/master 70fccba merge-script: Merge bitcoin-core/bitcoincore.org#1131: doc: update links in contributing
<bitcoin-git> bitcoincore.org/master 194313e fanquake: doc: update links in contributing
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/c88f668c15b2...70fccba571a5
<bitcoin-git> [bitcoin] furszy closed pull request #32538: restrict std::cerr to errors; use std::cout for warnings and info (master...2025_init_warning_msgs) https://github.com/bitcoin/bitcoin/pull/32538
<bitcoin-git> qa-assets/main b2fc82e Murch: Add Murch’s inputs May 2025
<bitcoin-git> qa-assets/main 4e64c5b maflcko: Merge pull request #225 from murchandamus/2025-05-murch-inputs
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/4cac61239d08...4e64c5b478cd
<bitcoin-git> [qa-assets] maflcko merged pull request #225: Add Murch’s inputs May 2025 (main...2025-05-murch-inputs) https://github.com/bitcoin-core/qa-assets/pull/225
<bitcoin-git> [bitcoin] furszy opened pull request #32538: restrict std::cerr to errors; use std::cout for warnings and info (master...2025_init_warning_msgs) https://github.com/bitcoin/bitcoin/pull/32538
<bitcoin-git> [bitcoin] fanquake pushed tag v28.2rc1: https://github.com/bitcoin/bitcoin/compare/v28.2rc1
<bitcoin-git> [bitcoin] fanquake merged pull request #32480: [28.x] 28.2rc1 (28.x...28_2_rc1) https://github.com/bitcoin/bitcoin/pull/32480
<bitcoin-git> bitcoin/28.x 186e3f1 fanquake: doc: update manual pages for 28.2rc1
<bitcoin-git> bitcoin/28.x fdc629f fanquake: doc: update release notes for 28.2rc1
<bitcoin-git> bitcoin/28.x bbfb994 fanquake: build: bump version to 28.2rc1
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/a124b913392e...ac637458ef29
<bitcoin-git> [bitcoin] fanquake merged pull request #32519: ci: Enable feature_init and wallet_reorgsrestore in valgrind task (master...2505-ci-valgrind) https://github.com/bitcoin/bitcoin/pull/32519
<bitcoin-git> bitcoin/master fa2be60 MarcoFalke: ci: Enable feature_init and wallet_reorgsrestore in valgrind task
<bitcoin-git> bitcoin/master b15c386 merge-script: Merge bitcoin/bitcoin#32519: ci: Enable feature_init and wallet_reorgsrest...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f83c744ac28...b15c386933eb
<bitcoin-git> [bitcoin] hebasto opened pull request #32537: 250516 win min ver (master...250516-win-min-ver) https://github.com/bitcoin/bitcoin/pull/32537
<bitcoin-git> [bitcoin] maflcko opened pull request #32535: rev_32343_wip_nomerge_ci (master...2505-rev_32343_wip_nomerge_ci) https://github.com/bitcoin/bitcoin/pull/32535
<bitcoin-git> [bitcoin] fanquake opened pull request #32534: Update leveldb subtree to latest upstream (master...update_leveldb_subtree) https://github.com/bitcoin/bitcoin/pull/32534
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1132: contrib: remove github-merge.py (master...remove_duplicate_merge) https://github.com/bitcoin-core/bitcoincore.org/pull/1132
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1131: doc: update links in contributing (master...old_links) https://github.com/bitcoin-core/bitcoincore.org/pull/1131
<bitcoin-git> [bitcoin] theStack opened pull request #32533: test: properly check for per-tx sigops limit (master...202505-test-exact_per_tx_sigopcost_check) https://github.com/bitcoin/bitcoin/pull/32533
<bitcoin-git> [bitcoin] l0rinc opened pull request #32532: RFC: script: short-circuit `GetLegacySigOpCount` for known scripts (master...l0rinc/short-circuit-known-script-types) https://github.com/bitcoin/bitcoin/pull/32532
<bitcoin-git> [bitcoin] darosior opened pull request #32530: node: cap `-maxmempool` and `-dbcache` values for 32-bit (master...2505_limit_mempool_32bit) https://github.com/bitcoin/bitcoin/pull/32530
<bitcoin-git> [bitcoin] laanwj opened pull request #32529: [DONOTMERGE] subprocess: replace `fs::directory_iterator` with `readdir` (master...2025-05-fdclose-debug-ci-hang) https://github.com/bitcoin/bitcoin/pull/32529
<bitcoin-git> [bitcoin] fanquake merged pull request #32526: fuzz: Delete wallet_notifications (master...2505-fuzz-del) https://github.com/bitcoin/bitcoin/pull/32526
<bitcoin-git> bitcoin/master 3f83c74 merge-script: Merge bitcoin/bitcoin#32526: fuzz: Delete wallet_notifications
<bitcoin-git> bitcoin/master fad2faf MarcoFalke: fuzz: Delete wallet_notifications
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04c6c961b657...3f83c744ac28
<bitcoin-git> [bitcoin] maflcko opened pull request #32528: rpc: Round verificationprogress to 1 for a recent tip (master...2505-1) https://github.com/bitcoin/bitcoin/pull/32528
<bitcoin-git> [bitcoin] fanquake merged pull request #32527: test: Remove unused verify_flags suppression (master...2505-ubsan-supp-less) https://github.com/bitcoin/bitcoin/pull/32527
<bitcoin-git> bitcoin/master 04c6c96 merge-script: Merge bitcoin/bitcoin#32527: test: Remove unused verify_flags suppression
<bitcoin-git> bitcoin/master fab5a3c MarcoFalke: test: Remove unused verify_flags suppression
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/742b30549fc9...04c6c961b657
<bitcoin-git> bitcoin/master 742b305 merge-script: Merge bitcoin/bitcoin#32491: build: document why we check for `std::system`
<bitcoin-git> [bitcoin] fanquake merged pull request #32491: build: document why we check for `std::system` (master...document_std_system) https://github.com/bitcoin/bitcoin/pull/32491
<bitcoin-git> bitcoin/master 8f4ba90 fanquake: build: document why we check for std::system
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c521192d8b9e...742b30549fc9
<bitcoin-git> [bitcoin] maflcko opened pull request #32527: test: Remove unused verify_flags suppression (master...2505-ubsan-supp-less) https://github.com/bitcoin/bitcoin/pull/32527
<bitcoin-git> [bitcoin] fanquake merged pull request #32485: Update minisketch subtree (master...update_minisketch_subtree) https://github.com/bitcoin/bitcoin/pull/32485
<bitcoin-git> bitcoin/master bf25a09 fanquake: Squashed 'src/minisketch/' changes from d1e6bb8bbf..ea8f66b1ea
<bitcoin-git> bitcoin/master 46b533d fanquake: Update minisketch subtree to latest upstream
<bitcoin-git> bitcoin/master c521192 merge-script: Merge bitcoin/bitcoin#32485: Update minisketch subtree
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3afde679c3b2...c521192d8b9e
<bitcoin-git> [bitcoin] fanquake merged pull request #32296: refactor: reenable `implicit-integer-sign-change` check for `serialize.h` (master...l0rinc/reenable-implicit-integer-sign-change-check-for-serialize.h) https://github.com/bitcoin/bitcoin/pull/32296
<bitcoin-git> bitcoin/master 516f068 Lőrinc: refactor: re-enable UBSan implicit-sign-change in serialize.h
<bitcoin-git> bitcoin/master 5827e93 Lőrinc: refactor: use consistent size type for serialization template parameters
<bitcoin-git> bitcoin/master 3afde67 merge-script: Merge bitcoin/bitcoin#32296: refactor: reenable `implicit-integer-sign-cha...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5af757bb7841...3afde679c3b2
<bitcoin-git> [bitcoin] fanquake merged pull request #32505: depends: bump to latest config.guess and config.sub (master...202505-depends-latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/32505
<bitcoin-git> bitcoin/master 5af757b merge-script: Merge bitcoin/bitcoin#32505: depends: bump to latest config.guess and conf...
<bitcoin-git> bitcoin/master 486bc91 Sebastian Falbesoner: depends: bump to latest config.sub
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c60455a6458c...5af757bb7841
<bitcoin-git> bitcoin/master 6880383 Sebastian Falbesoner: depends: bump to latest config.guess
<bitcoin-git> [bitcoin] fanquake merged pull request #32500: init: drop `-upnp` (master...drop_upnp_opt) https://github.com/bitcoin/bitcoin/pull/32500
<bitcoin-git> bitcoin/master c60455a merge-script: Merge bitcoin/bitcoin#32500: init: drop `-upnp`
<bitcoin-git> bitcoin/master 301993e fanquake: init: drop -upnp
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e230affaa321...c60455a6458c
<bitcoin-git> [bitcoin] fanquake merged pull request #32396: cmake: Add application manifests when cross-compiling for Windows (master...250501-app-manifest) https://github.com/bitcoin/bitcoin/pull/32396
<bitcoin-git> bitcoin/master 8f4fed7 Hennadii Stepanov: symbol-check: Add check for application manifest in Windows binaries
<bitcoin-git> bitcoin/master 2bb6ab8 Hennadii Stepanov: ci: Add "Get bitcoind manifest" steps to Windows CI jobs
<bitcoin-git> bitcoin/master 282b491 Hennadii Stepanov: cmake: Add application manifests when cross-compiling for Windows
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/51be79c42b7e...e230affaa321
<bitcoin-git> [bitcoin] fanquake merged pull request #32238: qt, wallet: Convert uint256 to Txid (master...2025/04/qt-wallet-txid-type-safety) https://github.com/bitcoin/bitcoin/pull/32238
<bitcoin-git> bitcoin/master b3214ce marcofleon: qt, refactor: Convert uint256 to Txid in the GUI
<bitcoin-git> bitcoin/master c8ed51e marcofleon: wallet, refactor: Convert uint256 to Txid in wallet interfaces
<bitcoin-git> bitcoin/master 0671d66 marcofleon: wallet, refactor: Convert uint256 to Txid in wallet
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f96ae941a1db...51be79c42b7e
<bitcoin-git> [bitcoin] fanquake merged pull request #32525: build: Revert "Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with MSVC (master...2505-win-fuzz-rev) https://github.com/bitcoin/bitcoin/pull/32525
<bitcoin-git> bitcoin/master f96ae94 merge-script: Merge bitcoin/bitcoin#32525: build: Revert "Temporarily disable compiling ...
<bitcoin-git> bitcoin/master fa2c662 MarcoFalke: build: Revert "Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/725c9f7780e0...f96ae941a1db
<bitcoin-git> [bitcoin] maflcko opened pull request #32526: fuzz: Delete wallet_notifications (master...2505-fuzz-del) https://github.com/bitcoin/bitcoin/pull/32526
<bitcoin-git> [bitcoin] hebasto closed pull request #32499: cmake: Restrict MSVC-specific workaround to affected versions (master...250514-msvc-bug) https://github.com/bitcoin/bitcoin/pull/32499
<bitcoin-git> [bitcoin] Sjors closed pull request #32510: rfc: only put replaced txs in extra pool (master...2025/05/extra-pool) https://github.com/bitcoin/bitcoin/pull/32510
<bitcoin-git> [bitcoin] maflcko opened pull request #32525: build: Revert "Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with MSVC (master...2505-win-fuzz-rev) https://github.com/bitcoin/bitcoin/pull/32525
<bitcoin-git> [bitcoin] achow101 opened pull request #32523: wallet: Remove watchonly behavior and isminetypes (master...delete-isminetypes) https://github.com/bitcoin/bitcoin/pull/32523

2025-05-15

<bitcoin-git> [bitcoin] w0xlt opened pull request #32522: util: C++20 `ToIntegral()` Improvement (master...to_integral) https://github.com/bitcoin/bitcoin/pull/32522
<gmaxwell> One of the reasons, I fear, is that the root 'concern' material is just not actually that sincere or authentic. I've found that opponents of the change *reliably* disingage in discussions as soon as I join them, in a most unusual way. plus the flood of "I just switched to knots" posts from accounts that have never before made a comment related to bitcoin. I think it's likely that someone
<bitcoin-git> [bitcoin] darosior opened pull request #32521: policy: make pathological transactions packed with legacy sigops non-standard (master...2503_nonstd_tx_sigops) https://github.com/bitcoin/bitcoin/pull/32521
<bitcoin-git> [bitcoin] maflcko opened pull request #32520: Remove legacy `Parse(U)Int*` (master...2504-int-parsing) https://github.com/bitcoin/bitcoin/pull/32520
<Earnestly> Is there a ml post (I can't subscribe, it probably just sits in mod queue forever) which goes over the rationale/reason (from bitcoin core's view) for why op_return is to be changed (and the option to configure it potentially removed in the future)?
<darosior> glozow: I don't think an executive of a Bitcoin company will go read my thousand line detailed technical refutation of mostly tin foil hat stuff and made-up objections. They will read two paragraphs published officially on the Bitcoin Core website.
<Murch[m]> Given that we are such a small group compared to the Bitcoin user base, more simply resources served highly visibly might significantly reduce our effort
<Murch[m]> There also generally have been a few things that the community has felt very strongly about that Bitcoin Core has not addressed, so it’s just been piling up
<darosior> Murch[m]: this is more than 3 weeks of time that is at stake. It should not be overstated but i think it shook the trust in Bitcoin Core to some extent.
<Murch[m]> Someone actually recently approached me that they want to make some educational videos about Bitcoin Core
<Murch[m]> I’ve been told by several people in the past couple months that they wish there were a way to contact Bitcoin Core if one had questions or support issues, and others have recommended that we might find a couple contributors that do public relations or developer advocacy in some form.
<Murch[m]> Aye, I think we should generally think a bit more about public communication, and even how we support users of Bitcoin Core
<bitcoin-git> [bitcoin] maflcko opened pull request #32519: ci: Enable feature_init and wallet_reorgsrestore in valgrind task (master...2505-ci-valgrind) https://github.com/bitcoin/bitcoin/pull/32519
<fanquake> sipa: yea I think I'm missing the difference between "We believe many contributors feel" & "Bitcoin Core believes X",
<sipa> It's a bit of a challenge I think to do this, as Bitcoin Core contributors are an ill-defined group and I think few people are comfortable speaking for others. But I can imagine a statement from some maintainers/regular contributors of the form "We believe many contributors feel the goal of relay/mempool/... should be", so rather than "Bitcoin Core believes X should happen", it is an observation
<darosior> in the past weeks i think we should hold off the change for some time (if it's gonna be merged doesn't matter if it is now or in 2 weeks) and work on our communication. To this end i suggest we post on the website a broad view of how Bitcoin Core approaches relay policy, to be signed off by people working in this area of the codebase. It should be
<darosior> Hi everyone. My proposal for the OP_RETURN standardness rule change has been severely mischaracterized online. This has led to genuine concerns from Bitcoin enthusiasts about the change itself, but also about Bitcoin Core. I do not think there is any ground for these concerns, but what is done is done. From my experience engaging with the community
<pinheadmz> I think ideally qmlgui ends up with bitcoin/bitcoin as a git sub module
<johnny9dev> Sorry, https://github.com/BitcoinDesign/Bitcoin-Core-App/issues/153 for Coin Control details
<johnny9dev> @murch: there is a discussion on github for a more final implementation. https://github.com/BitcoinDesign/Bitcoin-Core-App/issues/155
<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/448 | Introduce Coin Selection page by johnny9 · Pull Request #448 · bitcoin-core/gui-qml · GitHub
<johnny9dev> Christoph has proposed a solution for initial loading state using a "skeleton" design pattern. He opened up a discussion at https://github.com/BitcoinDesign/Bitcoin-Core-App/issues/155 and has a prototype to go with it.
<johnny9dev> I'm continuing work on bitcoin-core/gui-qml#450 with just the list of recipients in the Review page remaining to be completed
<johnny9dev> bitcoin-core/gui-qml#448 was merged this week.
<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
<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/31622 | psbt: add non-default sighash types to PSBTs and unify sighash type match checking by achow101 · Pull Request #31622 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31622 | psbt: add non-default sighash types to PSBTs and unify sighash type match checking by achow101 · Pull Request #31622 · 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/32427 | (RFC) kernel: Replace leveldb-based BlockTreeDB with flat-file based store by TheCharlatan · Pull Request #32427 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/32317 | kernel: Separate UTXO set access from validation functions by TheCharlatan · Pull Request #32317 · bitcoin/bitcoin · GitHub
<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] fanquake merged pull request #31895: doc: Improve `dependencies.md` (master...doc-followup) https://github.com/bitcoin/bitcoin/pull/31895
<bitcoin-git> bitcoin/master e62423d Nicola Leonardo Susca: doc: Improve dependencies.md documentation
<bitcoin-git> bitcoin/master a3520f9 Nicola Leonardo Susca: doc: Add dependency self-compilation info
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bdc1cef1de84...725c9f7780e0
<bitcoin-git> bitcoin/master d1fdc84 Nicola Leonardo Susca: doc: Remove Linux Kernel from dep. table
<bitcoin-git> [bitcoin] pinheadmz opened pull request #32517: rpc: add "ischange: true" to decoded tx outputs in wallet gettransaction response (master...wallet-gettransaction-ischange) https://github.com/bitcoin/bitcoin/pull/32517
<bitcoin-git> [bitcoin] fanquake merged pull request #32507: ci: Exclude failing wallet_reorgsrestore.py from valgrind task for now (master...2505-ci-valgrind) https://github.com/bitcoin/bitcoin/pull/32507
<bitcoin-git> bitcoin/master fa981b9 MarcoFalke: ci: Exclude failing wallet_reorgsrestore.py from valgrind task for now
<bitcoin-git> bitcoin/master bdc1cef merge-script: Merge bitcoin/bitcoin#32507: ci: Exclude failing wallet_reorgsrestore.py f...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c779ee3a4044...bdc1cef1de84
<bitcoin-git> [bitcoin] instagibbs opened pull request #32516: functional test: add MAX_DISCONNECTED_TX_POOL_BYTES coverage (master...2025-05-reorg_mempool_trimming) https://github.com/bitcoin/bitcoin/pull/32516
<bitcoin-git> [bitcoin] maflcko opened pull request #32514: scripted-diff: Remove unused leading newline in RPC docs (master...2505-rpc-newline) https://github.com/bitcoin/bitcoin/pull/32514
<bitcoin-git> [bitcoin] m3dwards opened pull request #32513: ci: remove 3rd party js from windows dll gha job (master...250515-remove-js-ci) https://github.com/bitcoin/bitcoin/pull/32513
<bitcoin-git> [bitcoin] darosior closed pull request #32117: qa: make feature_assumeutxo.py test more robust (master...2503_more_assumeutxo_test_unbrittling) https://github.com/bitcoin/bitcoin/pull/32117
<bitcoin-git> [bitcoin] maflcko opened pull request #32511: refactor: bdb removals (master...2505-del-get-dest-key) https://github.com/bitcoin/bitcoin/pull/32511
<bitcoin-git> [bitcoin] Sjors opened pull request #32510: rfc: only put replaced txs in extra pool (master...2025/05/extra-pool) https://github.com/bitcoin/bitcoin/pull/32510
<bitcoin-git> [bitcoin] hodlinator opened pull request #32509: qa: feature_framework_startup_failures.py fixes & improvements (#30660 follow-up) (master...2025/05/30660_follow_up) https://github.com/bitcoin/bitcoin/pull/32509
<bitcoin-git> [bitcoin] maflcko opened pull request #32507: ci: Exclude failing wallet_reorgsrestore.py from valgrind task for now (master...2505-ci-valgrind) https://github.com/bitcoin/bitcoin/pull/32507
<bitcoin-git> [bitcoin] fanquake merged pull request #32492: test: add skip_if_running_under_valgrind() (master...functional_tracepoints_skip_valgrind) https://github.com/bitcoin/bitcoin/pull/32492
<bitcoin-git> bitcoin/master c779ee3 merge-script: Merge bitcoin/bitcoin#32492: test: add skip_if_running_under_valgrind()
<bitcoin-git> bitcoin/master 75a185e fanquake: test: add skip_if_running_under_valgrind()
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/89c7b6b97ab4...c779ee3a4044
<bitcoin-git> [bitcoin] fanquake merged pull request #32498: doc: remove Carls substitute server from Guix docs (master...remove_carl_substitute_server) https://github.com/bitcoin/bitcoin/pull/32498
<bitcoin-git> bitcoin/master 3b82416 fanquake: doc: remove Carls substitute server from Guix docs
<bitcoin-git> bitcoin/master 89c7b6b merge-script: Merge bitcoin/bitcoin#32498: doc: remove Carls substitute server from Guix...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31d3eebfb92a...89c7b6b97ab4

2025-05-14

<bitcoin-git> [bitcoin] achow101 merged pull request #32343: common: Close non-std fds before exec in RunCommandJSON (master...2025-04-closefds) https://github.com/bitcoin/bitcoin/pull/32343
<bitcoin-git> bitcoin/master a0eed55 Luke Dashjr: run_command: Enable close_fds option to avoid lingering fds
<bitcoin-git> bitcoin/master c7c356a Luke Dashjr: cpp-subprocess: Iterate through /proc/self/fd for close_fds option on Linux
<bitcoin-git> bitcoin/master 4f5e04d Luke Dashjr: Revert "remove unneeded close_fds option from cpp-subprocess"
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4b26ca0e2f1e...31d3eebfb92a
<bitcoin-git> [bitcoin] theStack opened pull request #32505: depends: bump to latest config.guess and config.sub (master...202505-depends-latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/32505
<bitcoin-git> [bitcoin] achow101 merged pull request #32502: wallet: Drop unused fFromMe from CWalletTx (master...5-14-25-dead-code-removal) https://github.com/bitcoin/bitcoin/pull/32502
<bitcoin-git> bitcoin/master 4b26ca0 Ava Chow: Merge bitcoin/bitcoin#32502: wallet: Drop unused fFromMe from CWalletTx
<bitcoin-git> bitcoin/master 5bf91ba David Gumberg: wallet: Drop unused fFromMe from CWalletTx
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d5786bc19a9f...4b26ca0e2f1e
<bitcoin-git> [bitcoin] achow101 merged pull request #32490: refactor: Remove UB in prevector reverse iterators (master...2505-less-UB) https://github.com/bitcoin/bitcoin/pull/32490
<bitcoin-git> bitcoin/master faf9082 MarcoFalke: test: Fix whitespace in prevector_tests.cpp
<bitcoin-git> bitcoin/master d5786bc Ava Chow: Merge bitcoin/bitcoin#32490: refactor: Remove UB in prevector reverse iter...
<bitcoin-git> bitcoin/master fa7f04c MarcoFalke: refactor: Remove UB in prevector reverse iterators
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/53eb5593f0a1...d5786bc19a9f
<bitcoin-git> [bitcoin] brunoerg opened pull request #32504: test: descriptor: cover invalid multi/multi_a cases (master...2025-05-descriptor-test-multi) https://github.com/bitcoin/bitcoin/pull/32504
<bitcoin-git> [bitcoin] achow101 merged pull request #32305: test: add test for decoding PSBT with MuSig2 PSBT key types (BIP 373) (master...202504-test-add_musig2_decodepsbt_tests) https://github.com/bitcoin/bitcoin/pull/32305
<bitcoin-git> bitcoin/master 8ba245c Sebastian Falbesoner: test: add constants for MuSig2 PSBT key types (BIP 373)