2025-07-12

<bitcoin-git> [bitcoin] hebasto opened pull request #32954: cmake: Drop no longer necessary "cmakeMinimumRequired" object (master...250712-preset) https://github.com/bitcoin/bitcoin/pull/32954
<bitcoin-git> [bitcoin] hebasto opened pull request #32953: [POC] ci: Skip compilation when running static code analysis (master...250712-ci-static) https://github.com/bitcoin/bitcoin/pull/32953
<bitcoin-git> [bitcoin] yuvicc opened pull request #32952: [WIP] tracing: lock contention (master...2025-07-tracing_lock_contention) https://github.com/bitcoin/bitcoin/pull/32952

2025-07-11

<bitcoin-git> [bitcoin] hebasto opened pull request #32951: build: Explicitly set Qt's `AUTO{MOC,RCC,UIC}` property per target (master...250711-codegen) https://github.com/bitcoin/bitcoin/pull/32951
<bitcoin-git> [bitcoin] hebasto merged pull request #32937: Enable `-Werror=dev` in CI & Guix (master...use_werror_dev) https://github.com/bitcoin/bitcoin/pull/32937
<bitcoin-git> bitcoin/master 8f766f3 fanquake: ci: enable -Werror=dev
<bitcoin-git> bitcoin/master 7b420ca fanquake: guix: configure with -Werror=dev
<bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/23e15d40b96a...6a13a6106e3c
<bitcoin-git> bitcoin/master 44097dd fanquake: cmake: enable -Werror=dev in dev-mode preset
<bitcoin-git> [gui-qml] pinheadmz opened pull request #475: Add cmake, qt6, and bitcoin core submodule (qt6...submodule-qt6-cmake) https://github.com/bitcoin-core/gui-qml/pull/475
<bitcoin-git> [gui] fanquake closed pull request #879: New SVG, Icons, PNGs and X PixMaps (master...master) https://github.com/bitcoin-core/gui/pull/879
<bitcoin-git> [bitcoin] glozow merged pull request #32631: refactor: Convert GenTxid to `std::variant` (master...2025/05/gentxid-variant) https://github.com/bitcoin/bitcoin/pull/32631
<bitcoin-git> bitcoin/master 243553d stickies-v: refactor: replace get_iter_from_wtxid with GetIter(const Wtxid&)
<bitcoin-git> bitcoin/master fcf92fd marcofleon: refactor: make CTxMemPool::GetIter strongly typed
<bitcoin-git> [bitcoin] glozow pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/8ffbd7b77860...23e15d40b96a
<bitcoin-git> bitcoin/master 11d28f2 marcofleon: Implement GenTxid as a variant
<bitcoin-git> [bitcoin] stratospher opened pull request #32950: validation: remove BLOCK_FAILED_CHILD (master...2025_02_remove_block_failed_child) https://github.com/bitcoin/bitcoin/pull/32950
<bitcoin-git> [bitcoin] duduta opened pull request #32949: contrib: Check build options for gen-manpages (master...manpages) https://github.com/bitcoin/bitcoin/pull/32949
<bitcoin-git> [bitcoin] fanquake merged pull request #32940: cmake: Use newer signature of `qt6_add_lrelease` when available (master...250710-lrelease) https://github.com/bitcoin/bitcoin/pull/32940
<bitcoin-git> bitcoin/master 8ffbd7b merge-script: Merge bitcoin/bitcoin#32940: cmake: Use newer signature of `qt6_add_lrelea...
<bitcoin-git> bitcoin/master 9493165 Hennadii Stepanov: cmake: Use newer signature of `qt6_add_lrelease` when available
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80ce5137663d...8ffbd7b77860
<bitcoin-git> [bitcoin] fanquake merged pull request #32933: log: Properly log warnings with warn loglevel in addrdb (master...2507-log-warn-addrdb) https://github.com/bitcoin/bitcoin/pull/32933
<bitcoin-git> bitcoin/master 80ce513 merge-script: Merge bitcoin/bitcoin#32933: log: Properly log warnings with warn loglevel...
<bitcoin-git> bitcoin/master fa894b0 MarcoFalke: log: Properly log warnings with warn loglevel in addrdb
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/12fb00fd4228...80ce5137663d
<bitcoin-git> [bitcoin] Sjors opened pull request #32948: refactor: cleanup index logging (master...2025/07/index-log) https://github.com/bitcoin/bitcoin/pull/32948
<bitcoin-git> [bitcoin] fanquake merged pull request #32927: fuzz: Add missing calls to `SetMockTime` for determinism (master...2507-fuzz-missing-mocktime) https://github.com/bitcoin/bitcoin/pull/32927
<bitcoin-git> bitcoin/master fa88627 MarcoFalke: fuzz: CheckGlobals in init
<bitcoin-git> bitcoin/master fa26bfd MarcoFalke: test: Avoid resetting mocktime in testing setup
<bitcoin-git> bitcoin/master fa6b45f MarcoFalke: Add SetMockTime for time_point types
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3c1418666bfa...12fb00fd4228
<bitcoin-git> [bitcoin] fanquake merged pull request #32930: Resolve guix non-determinism with emplace_back instead of push_back (master...2025-07-debug-guix-nondet) https://github.com/bitcoin/bitcoin/pull/32930
<bitcoin-git> bitcoin/master f435710 Ava Chow: Resolve guix non-determinism with emplace_back instead of push_back
<bitcoin-git> bitcoin/master 3c14186 merge-script: Merge bitcoin/bitcoin#32930: Resolve guix non-determinism with emplace_bac...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bad998b7c040...3c1418666bfa
<bitcoin-git> [bitcoin] ajtowns opened pull request #32945: tests: speed up coins_tests by parallelizing (master...202507-par-coins-tests) https://github.com/bitcoin/bitcoin/pull/32945
<bitcoin-git> [bitcoin] Prabhat1308 closed pull request #32803: test: add functional test for upgradewallet rpc (master...probot/test_upgradewallet_rpc) https://github.com/bitcoin/bitcoin/pull/32803

2025-07-10

<bitcoin-git> [bitcoin] w0xlt opened pull request #32944: wallet: Remove `upgradewallet` RPC (master...remove_upgradewallet_rpc) https://github.com/bitcoin/bitcoin/pull/32944
<bitcoin-git> [bitcoin] achow101 merged pull request #32921: test: less ambiguous error if bitcoind is missing (master...2025/07/test-missing-binary) https://github.com/bitcoin/bitcoin/pull/32921
<bitcoin-git> bitcoin/master bad998b Ava Chow: Merge bitcoin/bitcoin#32921: test: less ambiguous error if bitcoind is mis...
<bitcoin-git> bitcoin/master 83bb414 Sjors Provoost: test: less ambiguous error if bitcoind is missing
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7f28e8032987...bad998b7c040
<bitcoin-git> [bitcoin] achow101 merged pull request #32758: wallet: remove dead code in legacy wallet migration (master...migration-deadcode) https://github.com/bitcoin/bitcoin/pull/32758
<bitcoin-git> bitcoin/master 7f28e80 Ava Chow: Merge bitcoin/bitcoin#32758: wallet: remove dead code in legacy wallet mig...
<bitcoin-git> bitcoin/master 0f86da3 rkrux: wallet: remove dead code in legacy wallet migration
<bitcoin-git> bitcoin/master 150b5c9 rkrux: wallet: replace `reload_wallet` with inline functionality
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5ef0d4897be4...7f28e8032987
<bitcoin-git> [bitcoin] hebasto opened pull request #32943: depends: Force `CMAKE_EXPORT_NO_PACKAGE_REGISTRY=TRUE` (master...250710-package-registry) https://github.com/bitcoin/bitcoin/pull/32943
<bitcoin-git> [bitcoin] glozow merged pull request #30605: Cluster linearization: separate tests from tests-of-tests (master...202408_cluster_tests) https://github.com/bitcoin/bitcoin/pull/30605
<bitcoin-git> bitcoin/master 77a432e Pieter Wuille: clusterlin tests: count SimpleCandidateFinder iterations better
<bitcoin-git> bitcoin/master a38c389 Pieter Wuille: clusterlin tests: separate testing of Search- and SimpleCandidateFinder
<bitcoin-git> bitcoin/master 10e90f7 Pieter Wuille: clusterlin tests: make SimpleCandidateFinder always find connected
<bitcoin-git> [bitcoin] glozow pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/b80ead8a7182...5ef0d4897be4
<bitcoin-git> [bitcoin] stickies-v opened pull request #32942: rest/rpc: use more util::Join (master...2025-07/more-join) https://github.com/bitcoin/bitcoin/pull/32942
<bitcoin-git> [bitcoin] glozow opened pull request #32941: TxOrphanage revamp cleanups (master...2025-07-orphanage-followups) https://github.com/bitcoin/bitcoin/pull/32941
<bitcoin-git> [bitcoin] hebasto opened pull request #32940: cmake: Use newer signature of `qt6_add_lrelease` when available (master...250710-lrelease) https://github.com/bitcoin/bitcoin/pull/32940
<bitcoin-git> [gui] 1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw opened pull request #879: New SVG, Icons, PNGs and X PixMaps (master...master) https://github.com/bitcoin-core/gui/pull/879
<bitcoin-git> [bitcoin] hebasto closed pull request #30075: test, subprocess: Improve coverage report correctness (master...240509-coverage) https://github.com/bitcoin/bitcoin/pull/30075
<bitcoin-git> [packaging] maflcko closed pull request #287: snap: WIP NOMERGE test with master commit (main...2507-test-30-beta) https://github.com/bitcoin-core/packaging/pull/287
<bitcoin-git> [bitcoin] l0rinc closed pull request #32939: refactor: avoid double hashing in `SourceLocationHasher` (master...l0rinc/loggin-hasher) https://github.com/bitcoin/bitcoin/pull/32939
<bitcoin-git> [bitcoin] l0rinc opened pull request #32939: refactor: avoid double hashing in `SourceLocationHasher` (master...l0rinc/loggin-hasher) https://github.com/bitcoin/bitcoin/pull/32939
<bitcoin-git> [bitcoin] fanquake merged pull request #32890: bench: Avoid tmp files in pwd (master...2507-bench-less-clutter) https://github.com/bitcoin/bitcoin/pull/32890
<bitcoin-git> bitcoin/master b80ead8 merge-script: Merge bitcoin/bitcoin#32890: bench: Avoid tmp files in pwd
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c4f90900b55f...b80ead8a7182
<bitcoin-git> bitcoin/master fa2fbaa MarcoFalke: bench: Avoid tmp files in pwd
<bitcoin-git> [packaging] maflcko opened pull request #287: snap: WIP NOMERGE test with master commit (main...2507-test-30-beta) https://github.com/bitcoin-core/packaging/pull/287
<bitcoin-git> [bitcoin] fanquake opened pull request #32937: Enable `-Werror=dev` in CI & Guix (master...use_werror_dev) https://github.com/bitcoin/bitcoin/pull/32937
<bitcoin-git> [bitcoin] fanquake merged pull request #32932: test: Add missing convert_to_json_for_cli (master...2507-test-fix-cli) https://github.com/bitcoin/bitcoin/pull/32932
<bitcoin-git> bitcoin/master c4f9090 merge-script: Merge bitcoin/bitcoin#32932: test: Add missing convert_to_json_for_cli
<bitcoin-git> bitcoin/master fa05284 MarcoFalke: test: Add missing convert_to_json_for_cli
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/83ae7802fe14...c4f90900b55f
<bitcoin-git> [bitcoin] maflcko opened pull request #32933: log: Properly log warnings with warn loglevel in addrdb (master...2507-log-warn-addrdb) https://github.com/bitcoin/bitcoin/pull/32933
<bitcoin-git> [bitcoin] maflcko opened pull request #32932: test: Add missing convert_to_json_for_cli (master...2507-test-fix-cli) https://github.com/bitcoin/bitcoin/pull/32932
<bitcoin-git> [bitcoin] fanquake merged pull request #32881: test: Turn rpcauth.py test into functional test (master...2507-test-rpcauth-fun) https://github.com/bitcoin/bitcoin/pull/32881
<bitcoin-git> bitcoin/master 83ae780 merge-script: Merge bitcoin/bitcoin#32881: test: Turn rpcauth.py test into functional te...
<bitcoin-git> bitcoin/master fa4d68c MarcoFalke: Turn rpcauth.py test into functional test
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a40e9536588c...83ae7802fe14
<bitcoin-git> [bitcoin] achow101 opened pull request #32930: Resolve guix non-determinism with emplace_back instead of push_back (master...2025-07-debug-guix-nondet) https://github.com/bitcoin/bitcoin/pull/32930

2025-07-09

<bitcoin-git> [bitcoin] achow101 merged pull request #30479: validation: Add eligible ancestors of reconsidered block to setBlockIndexCandidates (master...202407_fix_resetfailure) https://github.com/bitcoin/bitcoin/pull/30479
<bitcoin-git> bitcoin/master 8cc3ac6 Martin Zumsande: validation: Don't use IsValid() to filter for invalid blocks
<bitcoin-git> bitcoin/master 86d98b9 stratospher: test: verify that ancestors of a reconsidered block can become the chain t...
<bitcoin-git> bitcoin/master 3c39a55 Martin Zumsande: validation: Add ancestors of reconsiderblock to setBlockIndexCandidates
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/1ca62edd85b1...a40e9536588c
<bitcoin-git> [bitcoin] hodlinator opened pull request #32929: qa: Avoid knock-on exception in assert_start_raises_init_error (master...2025/07/raise_outside_except) https://github.com/bitcoin/bitcoin/pull/32929
<bitcoin-git> [bitcoin] achow101 merged pull request #32580: wallet, test: best block locator matches scan state follow-ups (master...wallet-locator) https://github.com/bitcoin/bitcoin/pull/32580
<bitcoin-git> bitcoin/master 1ca62ed Ava Chow: Merge bitcoin/bitcoin#32580: wallet, test: best block locator matches scan...
<bitcoin-git> bitcoin/master 1b5c545 rkrux: wallet, test: best block locator matches scan state follow-ups
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2cad7226c2d0...1ca62edd85b1
<bitcoin-git> [bitcoin] glozow merged pull request #32799: mempool: use `FeeFrac` for ancestor/descendant score comparators (master...202506-use-FeeFrac-for-mempool-comparators) https://github.com/bitcoin/bitcoin/pull/32799
<bitcoin-git> bitcoin/master 922adf6 Sebastian Falbesoner: mempool: use `FeeFrac` for calculating regular score
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2d59977601ea...2cad7226c2d0
<bitcoin-git> bitcoin/master ac9c113 Sebastian Falbesoner: mempool: use `FeeFrac` for calculating descendant score
<bitcoin-git> bitcoin/master 3322b3a Sebastian Falbesoner: mempool: use `FeeFrac` for calculating ancestor score
<bitcoin-git> [bitcoin] glozow merged pull request #32604: log: Mitigate disk filling attacks by rate limiting LogPrintf, LogInfo, LogWarning, LogError (master...log_ratelimiting_05192025) https://github.com/bitcoin/bitcoin/pull/32604
<bitcoin-git> bitcoin/master df7972a Eugene Siegel: test: Mark ~DebugLogHelper as noexcept(false)
<bitcoin-git> bitcoin/master afb9e39 Eugene Siegel: log: introduce LogRateLimiter, LogLimitStats, Status
<bitcoin-git> bitcoin/master a6a35cc Eugene Siegel: log: use std::source_location in place of __func__, __FILE__, __LINE__
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/b7e9dc8e468b...2d59977601ea
<bitcoin-git> [bitcoin] Sjors opened pull request #32928: test: add logging to mock signers (master...2025/07/test-signer) https://github.com/bitcoin/bitcoin/pull/32928
<bitcoin-git> [bitcoin] maflcko opened pull request #32927: fuzz: Add missing calls to `SetMockTime` for determinism (master...2507-fuzz-missing-mocktime) https://github.com/bitcoin/bitcoin/pull/32927
<bitcoin-git> [bitcoin] Sjors closed pull request #32892: rpc: use anti-fee-sniping in send, sendall and walletcreatefundedpsbt (master...2025/07/locktime) https://github.com/bitcoin/bitcoin/pull/32892
<bitcoin-git> [bitcoin] maflcko closed pull request #32925: feature:automatically include the elapsed time in logging (master...master) https://github.com/bitcoin/bitcoin/pull/32925
<bitcoin-git> [bitcoin] DrahtBot closed pull request #32926: Create main.yml (master...master) https://github.com/bitcoin/bitcoin/pull/32926
<bitcoin-git> [bitcoin] Mhwd9-9 opened pull request #32926: Create main.yml (master...master) https://github.com/bitcoin/bitcoin/pull/32926
<bitcoin-git> [bitcoin] marbcGH opened pull request #32925: feature:automatically include the elapsed time in logging (master...master) https://github.com/bitcoin/bitcoin/pull/32925

2025-07-08

<bitcoin-git> [bitcoin] theStack opened pull request #32924: test: add valid tx test with minimum-sized ECDSA signature (8 bytes DER-encoded) (master...202507-test-add_minimum-sized_ecdsa_sig_test) https://github.com/bitcoin/bitcoin/pull/32924
<bitcoin-git> bitcoin/master 6d19815 Eval EXEC: rest: replace `rf_names[0].rf` by `RESTResponseFormat::UNDEF` for code cla...
<bitcoin-git> bitcoin/master b7e9dc8 merge-script: Merge bitcoin/bitcoin#32884: rest: replace `rf_names[0].rf` by `RESTRespon...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/927055e42afb...b7e9dc8e468b
<bitcoin-git> [bitcoin] ryanofsky closed pull request #32898: POC: IPC tracing interface (master...pr/trace) https://github.com/bitcoin/bitcoin/pull/32898
<bitcoin-git> [bitcoin] Sjors opened pull request #32922: test: use notarized v28.2 binaries and fix macOS detection (master...2025/07/codesign) https://github.com/bitcoin/bitcoin/pull/32922
<bitcoin-git> [bitcoin] fanquake merged pull request #32893: doc: fix `BlockConnected` incorrect comment (master...07-2025-block-connected-comment-fix) https://github.com/bitcoin/bitcoin/pull/32893
<bitcoin-git> bitcoin/master 927055e merge-script: Merge bitcoin/bitcoin#32893: doc: fix `BlockConnected` incorrect comment
<bitcoin-git> bitcoin/master 4e69aa5 ismaelsadeeq: doc: fix `BlockConnected` incorrect comment
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a8bff38236ac...927055e42afb
<bitcoin-git> [bitcoin] Sjors opened pull request #32921: test: less ambiguous error if bitcoind is missing (master...2025/07/test-missing-binary) https://github.com/bitcoin/bitcoin/pull/32921
<bitcoin-git> [bitcoin] achow101 merged pull request #32862: rpc: use CScheduler for relocking wallet and remove RPCTimer (master...http-scheduler-notimer) https://github.com/bitcoin/bitcoin/pull/32862
<bitcoin-git> bitcoin/master fcfd3db Matthew Zipkin: remove RPCTimerInterface and RPCRunLater
<bitcoin-git> bitcoin/master a8bff38 Ava Chow: Merge bitcoin/bitcoin#32862: rpc: use CScheduler for relocking wallet and ...
<bitcoin-git> bitcoin/master 8a17657 Matthew Zipkin: use WalletContext scheduler for walletpassphrase callback
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/21b42f3c5569...a8bff38236ac
<bitcoin-git> [bitcoin] achow101 merged pull request #32660: rpc: Use type-safe exception to pass RPC help (master...2506-rpc-help) https://github.com/bitcoin/bitcoin/pull/32660
<bitcoin-git> bitcoin/master 21b42f3 Ava Chow: Merge bitcoin/bitcoin#32660: rpc: Use type-safe exception to pass RPC help
<bitcoin-git> bitcoin/master fa94652 MarcoFalke: refactor: Use structured binding for-loop
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/528f79f010d1...21b42f3c5569
<bitcoin-git> bitcoin/master eeeec15 MarcoFalke: rpc: Use type-safe exception to pass RPC help
<bitcoin-git> [bitcoin] achow101 merged pull request #32835: test: fix feature_init.py intermittencies (master...2025_feature_init_fixes) https://github.com/bitcoin/bitcoin/pull/32835
<bitcoin-git> bitcoin/master 528f79f Ava Chow: Merge bitcoin/bitcoin#32835: test: fix feature_init.py intermittencies
<bitcoin-git> bitcoin/master 4207d9b furszy: test: feature_init, ensure indexes are synced prior to perturbing files
<bitcoin-git> bitcoin/master abd07cf furszy: test: feature_init, only init what's needed per perturbation/deletion round
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fc543f94a9c3...528f79f010d1

2025-07-07

<bitcoin-git> [bitcoin] ryanofsky opened pull request #32898: POC: IPC tracing interface (master...pr/trace) https://github.com/bitcoin/bitcoin/pull/32898
<bitcoin-git> [bitcoin] glozow merged pull request #32385: test: refactor out same-txid-diff-wtxid tx to reuse in other tests (master...2025_04_tx_malleate) https://github.com/bitcoin/bitcoin/pull/32385
<bitcoin-git> bitcoin/master fc543f9 merge-script: Merge bitcoin/bitcoin#32385: test: refactor out same-txid-diff-wtxid tx to...
<bitcoin-git> bitcoin/master afaaba6 stratospher: test: refactor out same-txid-diff-wtxid tx to reuse in other tests
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09add84fc5ad...fc543f94a9c3
<bitcoin-git> [bitcoin] glozow merged pull request #32618: wallet: Remove ISMINE_WATCHONLY and watchonly from RPCs (master...delete-ismine-watchonly) https://github.com/bitcoin/bitcoin/pull/32618
<bitcoin-git> bitcoin/master 9991f49 Ava Chow: test: Watchonly wallets should estimate larger size
<bitcoin-git> bitcoin/master d20dc9c Ava Chow: wallet: Wallets without private keys cannot grind R
<bitcoin-git> bitcoin/master e81d95d Ava Chow: wallet: Remove watchonly balances
<bitcoin-git> [bitcoin] glozow pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/87ab69155d94...09add84fc5ad
<bitcoin-git> [bitcoin] glozow merged pull request #31553: cluster mempool: add TxGraph reorg functionality (master...202412_txgraph_trim) https://github.com/bitcoin/bitcoin/pull/31553
<bitcoin-git> bitcoin/master 19b14e6 Pieter Wuille: txgraph: Permit transactions that exceed cluster size limit (feature)
<bitcoin-git> bitcoin/master c4287b9 Pieter Wuille: txgraph: Add ability to configure maximum cluster size/weight (feature)
<bitcoin-git> bitcoin/master eabcd0e Greg Sanders: txgraph: remove unnecessary m_group_oversized (simplification)
<bitcoin-git> [bitcoin] glozow pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/d33c111448ac...87ab69155d94
<bitcoin-git> [bitcoin] ishaanam opened pull request #32896: wallet, rpc: add v3 transaction creation and wallet support (master...wallet_v3_txs) https://github.com/bitcoin/bitcoin/pull/32896
<bitcoin-git> [bitcoin] achow101 opened pull request #32895: wallet: Prepare for future upgrades by recording versions of last client to open and decrypt (master...wallet-lastclient) https://github.com/bitcoin/bitcoin/pull/32895
<bitcoin-git> [bitcoin] murchandamus opened pull request #32894: FUZZ: Test that BnB finds best solution (master...2025-07-bnb-is-optimal-fuzz) https://github.com/bitcoin/bitcoin/pull/32894
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #32893: doc: fix `BlockConnected` incorrect comment (master...07-2025-block-connected-comment-fix) https://github.com/bitcoin/bitcoin/pull/32893
<bitcoin-git> [bitcoin] Sjors opened pull request #32892: rpc: use anti-fee-sniping by default (master...2025/07/locktime) https://github.com/bitcoin/bitcoin/pull/32892
<bitcoin-git> [bitcoin] fanquake merged pull request #32829: threading: use correct mutex name in reverse_lock fatal error messages (master...followupOnGtoCS) https://github.com/bitcoin/bitcoin/pull/32829
<bitcoin-git> bitcoin/master d33c111 merge-script: Merge bitcoin/bitcoin#32829: threading: use correct mutex name in reverse_...
<bitcoin-git> bitcoin/master de4eef5 Cory Fields: threading: use correct mutex name in reverse_lock fatal error messages
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e3f416dbf763...d33c111448ac
<bitcoin-git> [bitcoin] maflcko closed pull request #32891: New SVG, Icons, PNGs and X PixMaps (master...master) https://github.com/bitcoin/bitcoin/pull/32891
<bitcoin-git> [bitcoin] 1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw opened pull request #32891: New SVG, Icons, PNGs and X PixMaps (master...master) https://github.com/bitcoin/bitcoin/pull/32891
<bitcoin-git> [bitcoin] maflcko opened pull request #32890: bench: Avoid tmp files in pwd (master...2507-bench-less-clutter) https://github.com/bitcoin/bitcoin/pull/32890
<bitcoin-git> [bitcoin] maflcko closed pull request #32874: ci: Catch tests corrupting the source directory (master...2507-ci-less-corrupt) https://github.com/bitcoin/bitcoin/pull/32874
<bitcoin-git> [bitcoin] maflcko opened pull request #32888: ci: Use optimized Debug build type in test-each-commit (master...2507-ci-each-commit-debug) https://github.com/bitcoin/bitcoin/pull/32888

2025-07-06

<bitcoin-git> [bitcoin] pinheadmz closed pull request #32886: Remove redundant else statements (master...master) https://github.com/bitcoin/bitcoin/pull/32886
<bitcoin-git> [bitcoin] Raimo33 reopened pull request #32886: Remove redundant else statements (master...master) https://github.com/bitcoin/bitcoin/pull/32886
<bitcoin-git> [bitcoin] Raimo33 closed pull request #32886: Remove redundant else statements (master...master) https://github.com/bitcoin/bitcoin/pull/32886
<bitcoin-git> [bitcoin] Raimo33 opened pull request #32886: Remove redundant else statements (master...master) https://github.com/bitcoin/bitcoin/pull/32886
<bitcoin-git> [bitcoin] pinheadmz closed pull request #32883: Rename `shuffled_indeces` to `shuffled_indices` in `rpc_packages.py` (master...master) https://github.com/bitcoin/bitcoin/pull/32883
<bitcoin-git> [bitcoin] pstratem opened pull request #32885: Cache m_cached_finished_ibd in ActivateBestChain. (master...2025-07-05-lockless-isibd) https://github.com/bitcoin/bitcoin/pull/32885

2025-07-05

<bitcoin-git> [bitcoin] vtjl10 opened pull request #32883: Rename `shuffled_indeces` to `shuffled_indices` in `rpc_packages.py` (master...master) https://github.com/bitcoin/bitcoin/pull/32883
<bitcoin-git> [bitcoin] tdb3 closed pull request #30713: rpc: add `relevant_blocks` to `scanblocks status` (master...relevant_blocks_in_scanblocks_status) https://github.com/bitcoin/bitcoin/pull/30713
<bitcoin-git> [bitcoin] HowHsu opened pull request #32882: index: remove unnecessary locater cleaning in BaseIndex::Init() (master...read-best-block) https://github.com/bitcoin/bitcoin/pull/32882
<bitcoin-git> [bitcoin] maflcko opened pull request #32881: Turn rpcauth.py test into functional test (master...2507-test-rpcauth-fun) https://github.com/bitcoin/bitcoin/pull/32881
<bitcoin-git> [bitcoin] maflcko opened pull request #32880: ci: Avoid cd into build dir (master...2507-ci-less-cd) https://github.com/bitcoin/bitcoin/pull/32880

2025-07-04

<bitcoin-git> [bitcoin] HowHsu opened pull request #32878: index: fix wrong assert of current_tip == m_best_block_index (master...rewind) https://github.com/bitcoin/bitcoin/pull/32878
<bitcoin-git> [bitcoin] Sjors opened pull request #32876: refactor: use PSBTOptions for filling and signing (master...2025/07/fill-psbt-struct) https://github.com/bitcoin/bitcoin/pull/32876
<bitcoin-git> [bitcoin] hebasto closed pull request #32601: test: Fix `system_tests/run_command` test (master...250523-run-comand-test) https://github.com/bitcoin/bitcoin/pull/32601
<bitcoin-git> [bitcoin] HowHsu opened pull request #32875: index: Fix missing case in the comment in NextSyncBlock() (master...fix-comment) https://github.com/bitcoin/bitcoin/pull/32875
<bitcoin-git> [bitcoin] maflcko opened pull request #32874: ci: Catch tests corrupting the source directory (master...2507-ci-less-corrupt) https://github.com/bitcoin/bitcoin/pull/32874
<bitcoin-git> [bitcoin] maflcko closed pull request #32871: New SVG, Icons, PNGs and X PixMaps (master...master) https://github.com/bitcoin/bitcoin/pull/32871

2025-07-03

<bitcoin-git> [bitcoin] achow101 merged pull request #32463: test: fix an incorrect `feature_fee_estimation.py` subtest (master...05-2025-fix-incorrect-fee-estimator-test) https://github.com/bitcoin/bitcoin/pull/32463
<bitcoin-git> bitcoin/master 5c1236f ismaelsadeeq: test: fix incorrect subtest in `feature_fee_estimation.py`
<bitcoin-git> bitcoin/master 9b75cfd ismaelsadeeq: test: retain the intended behavior of `feature_fee_estimation.py` nodes
<bitcoin-git> bitcoin/master e3f416d Ava Chow: Merge bitcoin/bitcoin#32463: test: fix an incorrect `feature_fee_estimatio...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ea4285775e61...e3f416dbf763
<bitcoin-git> bitcoin/master 4bb5dd7 Vasil Dimov: util: check that a file has been closed before ~AutoFile() is called
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/51ccc71b1bf9...ea4285775e61
<bitcoin-git> [bitcoin] achow101 merged pull request #29307: util: explicitly close all AutoFiles that have been written (master...AutoFile_error_check) https://github.com/bitcoin/bitcoin/pull/29307
<bitcoin-git> bitcoin/master 8bb34f0 Vasil Dimov: Explicitly close all AutoFiles that have been written
<bitcoin-git> [bitcoin] achow101 closed pull request #32788: descriptors: Allow `H` as a hardened indicator (master...desc-allow-H) https://github.com/bitcoin/bitcoin/pull/32788
<bitcoin-git> bitcoin/master a69c409 Hodlinator: rpc: take ownership of the file by WriteUTXOSnapshot()
<bitcoin-git> [bitcoin] 1BitcoinBoWP1FZ4xwTNkq6XksKidmgYYw opened pull request #32871: New SVG, Icons, PNGs and X PixMaps (master...master) https://github.com/bitcoin/bitcoin/pull/32871
<bitcoin-git> [qa-assets] murchandamus closed pull request #229: Add Murch’s inputs July 2025 (main...2025-07-murch-inputs) https://github.com/bitcoin-core/qa-assets/pull/229
<bitcoin-git> [bitcoin] davidgumberg closed pull request #31665: build: Make config warnings fatal if -DWCONFIGURE_ERROR=ON (master...1-15-24-configure_warnings) https://github.com/bitcoin/bitcoin/pull/31665
<bitcoin-git> [bitcoin] fanquake merged pull request #32811: [28.x] Backports (28.x...28_more_backporting) https://github.com/bitcoin/bitcoin/pull/32811
<bitcoin-git> bitcoin/28.x 907772d fanquake: doc: fix transifex 404s
<bitcoin-git> bitcoin/28.x d235d5b zaidmstrr: test: Fix list index out of range error in feature_bip68_sequence.py
<bitcoin-git> bitcoin/28.x d19a8e0 Sjors Provoost: doc: taproot became always active in v24.0
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/e44d72b6480a...3c56d36bec53
<bitcoin-git> [packaging] fanquake merged pull request #276: snap: Drop `desktop-launch` (main...250417-desktop-launch) https://github.com/bitcoin-core/packaging/pull/276
<bitcoin-git> packaging/main 2357600 Hennadii Stepanov: snap: Drop `desktop-launch`
<bitcoin-git> [packaging] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/packaging/compare/1c03d604e451...9ac225b7e060
<bitcoin-git> packaging/main 9ac225b merge-script: Merge bitcoin-core/packaging#276: snap: Drop `desktop-launch`
<bitcoin-git> [packaging] fanquake merged pull request #284: ci: Avoid separate pull to work around snap issue (main...2506-ci) https://github.com/bitcoin-core/packaging/pull/284
<bitcoin-git> packaging/main 1c03d60 merge-script: Merge bitcoin-core/packaging#284: ci: Avoid separate pull to work around s...
<bitcoin-git> packaging/main 577ccb0 MarcoFalke: ci: Avoid separate pull to work around snap issue
<bitcoin-git> [packaging] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/packaging/compare/aad8d4df0f4c...1c03d604e451
<bitcoin-git> [bitcoin] fanquake merged pull request #32858: doc: Add workaround for vcpkg issue with paths with embedded spaces (master...250702-vcpkg-spaces) https://github.com/bitcoin/bitcoin/pull/32858
<bitcoin-git> bitcoin/master 51ccc71 merge-script: Merge bitcoin/bitcoin#32858: doc: Add workaround for vcpkg issue with path...
<bitcoin-git> bitcoin/master 0a1af44 Hennadii Stepanov: doc: Add workaround for vcpkg issue with paths with embedded spaces
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/927e9b220f17...51ccc71b1bf9
<bitcoin-git> [bitcoin] maflcko closed pull request #32615: fee estimate test: fix #31944 by handling a legitimate scenario that … (master...fix-fee-estimation-test) https://github.com/bitcoin/bitcoin/pull/32615
<bitcoin-git> [qa-assets] dergoegge merged pull request #227: Add fuzz inputs (main...main) https://github.com/bitcoin-core/qa-assets/pull/227
<bitcoin-git> qa-assets/main c6cb320 Niklas Gögge: Merge pull request #227 from maflcko/main
<bitcoin-git> qa-assets/main 7720cbb MarcoFalke: remove crashing rpc inputs for now
<bitcoin-git> qa-assets/main f9816b7 MarcoFalke: Add fuzz inputs
<bitcoin-git> [qa-assets] dergoegge pushed 3 commits to main: https://github.com/bitcoin-core/qa-assets/compare/c93ae8c8e7e3...c6cb320c0e45
<bitcoin-git> [bitcoin] instagibbs opened pull request #32869: WIP p2p: Relax BlockRequestAllowed to respond to advertised blocks (master...2025-07-invalid-cb-stall) https://github.com/bitcoin/bitcoin/pull/32869
<bitcoin-git> [bitcoin] theStack opened pull request #32868: test: refactor: overhaul block hash determination for `CBlock{,Header}` objects (master...202506-test-remove_blockhash_caching) https://github.com/bitcoin/bitcoin/pull/32868
<bitcoin-git> [bitcoin] rkrux opened pull request #32867: doc: mention key removal in rpc interface modification (master...rpc-deprecation) https://github.com/bitcoin/bitcoin/pull/32867
<bitcoin-git> [bitcoin] rkrux opened pull request #32866: doc: add note for watch-only wallet migration (master...watchonly-migration) https://github.com/bitcoin/bitcoin/pull/32866
<bitcoin-git> [bitcoin] fanquake closed pull request #32864: fix typos and improve clarity in documentation (master...master) https://github.com/bitcoin/bitcoin/pull/32864
<bitcoin-git> [bitcoin] fanquake opened pull request #32865: cmake: Use `AUTHOR_WARNING` for warnings (master...use_author_warning) https://github.com/bitcoin/bitcoin/pull/32865
<bitcoin-git> [bitcoin] kilavvy opened pull request #32864: fix typos and improve clarity in documentation (master...master) https://github.com/bitcoin/bitcoin/pull/32864
<bitcoin-git> [bitcoin] fanquake opened pull request #32863: [29.x] Backports (29.x...probably_final_29_backports) https://github.com/bitcoin/bitcoin/pull/32863
<bitcoin-git> [bitcoin] pinheadmz closed pull request #32796: rpc: use CScheduler for HTTPRPCTimer (master...http-scheduler) https://github.com/bitcoin/bitcoin/pull/32796
<bitcoin-git> [bitcoin] pinheadmz opened pull request #32862: rpc: use CScheduler for HTTPRPCTimer and remove RPCTimer (master...http-scheduler-notimer) https://github.com/bitcoin/bitcoin/pull/32862
<bitcoin-git> [bitcoin] fanquake merged pull request #32810: [29.x] More backports (29.x...even_more_29_backports) https://github.com/bitcoin/bitcoin/pull/32810
<bitcoin-git> bitcoin/29.x e37a70b will: build: add root dir to CMAKE_PREFIX_PATH
<bitcoin-git> bitcoin/29.x a990c10 Hennadii Stepanov: cmake: Use `HINTS` instead of `PATHS` in `find_*` commands
<bitcoin-git> bitcoin/29.x 5987c1b Sebastian Falbesoner: test: fix catchup loop in outbound eviction functional test
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to 29.x: https://github.com/bitcoin/bitcoin/compare/983b268768f0...d360a6ef565f
<bitcoin-git> [bitcoin] fanquake merged 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/master 927e9b2 merge-script: Merge bitcoin/bitcoin#32716: depends: Override host compilers for FreeBSD ...
<bitcoin-git> bitcoin/master 4f10a57 Hennadii Stepanov: depends: Override host compilers for FreeBSD and OpenBSD
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7fe8abb5f38...927e9b220f17
<bitcoin-git> [bitcoin] fanquake merged pull request #31233: cmake: Improve Python robustness and test usability (master...241106-python) https://github.com/bitcoin/bitcoin/pull/31233
<bitcoin-git> bitcoin/master c7fe8ab merge-script: Merge bitcoin/bitcoin#31233: cmake: Improve Python robustness and test usa...
<bitcoin-git> bitcoin/master bb9157d Hennadii Stepanov: cmake, refactor: Switch to `Python3::Interpreter` imported target
<bitcoin-git> bitcoin/master 67dc752 Hennadii Stepanov: cmake, test: Disable tests instead of ignoring them
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/625194944333...c7fe8abb5f38
<bitcoin-git> [bitcoin] fanquake merged pull request #32290: test: allow all functional tests to be run or skipped with --usecli (master...202505_fix_usecli) https://github.com/bitcoin/bitcoin/pull/32290
<bitcoin-git> bitcoin/master 5b08885 Martin Zumsande: test: enable functional tests with large rpc args for cli
<bitcoin-git> bitcoin/master 6c364e0 Martin Zumsande: test: Enable various tests for usage with cli
<bitcoin-git> bitcoin/master 7d5352a Martin Zumsande: test: use -stdin for large rpc commands
<bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/49d5f1f2c6d2...625194944333
<bitcoin-git> [bitcoin] Sjors opened pull request #32861: Have createwalletdescriptor auto-detect an unused(KEY) (master...2025/07/smart-createwalletdescriptor) https://github.com/bitcoin/bitcoin/pull/32861
<bitcoin-git> [bitcoin] fanquake merged pull request #32850: test: check P2SH sigop count for coinbase tx (master...2025-07-test-p2shsigopcount-coinbase) https://github.com/bitcoin/bitcoin/pull/32850
<bitcoin-git> bitcoin/master 49d5f1f merge-script: Merge bitcoin/bitcoin#32850: test: check P2SH sigop count for coinbase tx
<bitcoin-git> bitcoin/master d6aaffc brunoerg: test: check P2SH sigop count for coinbase tx
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/192743235493...49d5f1f2c6d2
<bitcoin-git> [bitcoincore.org] joetor5 opened pull request #1156: Add spanish translation for 28.2 release (master...es-trans) https://github.com/bitcoin-core/bitcoincore.org/pull/1156

2025-07-02

<bitcoin-git> bitcoin/master 1927432 Ava Chow: Merge bitcoin/bitcoin#32859: functional test: correctly detect nonstd TRUC...
<bitcoin-git> bitcoin/master f0524cd Greg Sanders: functional test: correctly detect nonstd TRUC tx vsize in feature_taproot
<bitcoin-git> [bitcoin] achow101 merged pull request #32859: functional test: correctly detect nonstd TRUC tx vsize in feature_taproot (master...2025-07-fixup-truc-taproot) https://github.com/bitcoin/bitcoin/pull/32859
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68ca13e1f96a...192743235493
<bitcoin-git> [bitcoin] achow101 merged pull request #32823: test: Fix wait_for_getheaders() call in test_outbound_eviction_blocks_relay_only() (master...test_p2p_outbound_eviction_block_relay_fix) https://github.com/bitcoin/bitcoin/pull/32823
<bitcoin-git> bitcoin/master 68ca13e Ava Chow: Merge bitcoin/bitcoin#32823: test: Fix wait_for_getheaders() call in test_...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/35cae56a9292...68ca13e1f96a
<bitcoin-git> bitcoin/master ec004cd pablomartin4btc: test: Use rehash() in outbound eviction block-relay
<bitcoin-git> bitcoin/master 26598ed pablomartin4btc: test: Clarify roles in outbound eviction comments
<bitcoin-git> [bitcoin] achow101 merged pull request #31423: wallet: migration, avoid creating spendable wallet from a watch-only legacy wallet (master...2024_migration_watch-only_migration) https://github.com/bitcoin/bitcoin/pull/31423
<bitcoin-git> bitcoin/master e86d71b furszy: wallet: refactor, dedup wallet re-loading code
<bitcoin-git> bitcoin/master d04f6a9 furszy: refactor: remove sqlite dir path back-and-forth conversion
<bitcoin-git> bitcoin/master 1de423e furszy: wallet: introduce method to return all db created files
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a92e8b10a5fb...35cae56a9292
<bitcoin-git> [bitcoin] fanquake closed pull request #32860: Add BIP reference links to release notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/32860
<bitcoin-git> [bitcoin] PixelPil0t1 opened pull request #32860: Add BIP reference links to release notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/32860
<bitcoin-git> [bitcoin] instagibbs opened pull request #32859: functional test: correctly detect nonstd TRUC tx vsize in feature_taproot (master...2025-07-fixup-truc-taproot) https://github.com/bitcoin/bitcoin/pull/32859
<bitcoin-git> [qa-assets] murchandamus opened pull request #229: Add Murch’s inputs July 2025 (main...2025-07-murch-inputs) https://github.com/bitcoin-core/qa-assets/pull/229
<bitcoin-git> [bitcoin] hebasto opened pull request #32858: doc: Add workaround for vcpkg issue with paths with embedded spaces (master...250702-vcpkg-spaces) https://github.com/bitcoin/bitcoin/pull/32858
<bitcoin-git> [gui-qml] hebasto merged pull request #450: Add Multiple Recipients option to the Send form (main...recipients) https://github.com/bitcoin-core/gui-qml/pull/450
<bitcoin-git> gui-qml/main 059a7a2 johnny9: qml: Add Multiple Recipients toggle to Send menu
<bitcoin-git> gui-qml/main 06e9586 johnny9: qml: Add Multiple Recipients bar to Send form
<bitcoin-git> gui-qml/main 20d6bcd johnny9: qml: Introduce SendRecipientsListModel
<bitcoin-git> [gui-qml] hebasto pushed 24 commits to main: https://github.com/bitcoin-core/gui-qml/compare/07093a161c0d...8f7f8bd63a8a
<bitcoin-git> [bitcoin] Sjors opened pull request #32857: wallet: allow skipping script paths (master...2025/07/no_script_path) https://github.com/bitcoin/bitcoin/pull/32857
<bitcoin-git> [bitcoin] fanquake merged pull request #32564: miniscript, refactor: Make `operator""_mst` `consteval` (re-take) (master...250519-msvc-consteval) https://github.com/bitcoin/bitcoin/pull/32564
<bitcoin-git> bitcoin/master a92e8b1 merge-script: Merge bitcoin/bitcoin#32564: miniscript, refactor: Make `operator""_mst` `...
<bitcoin-git> bitcoin/master 1405216 Hennadii Stepanov: Revert "miniscript: make operator_mst consteval"
<bitcoin-git> bitcoin/master a34fb9a Pieter Wuille: miniscript: Make `operator""_mst` `consteval`
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bf75c9964fb2...a92e8b10a5fb
<bitcoin-git> [bitcoin] fanquake closed pull request #32397: doc: Add hint about avoiding spaces in paths when building on Windows (master...HintNoSpace) https://github.com/bitcoin/bitcoin/pull/32397
<bitcoin-git> [qa-assets] maflcko opened pull request #227: Add fuzz inputs (main...main) https://github.com/bitcoin-core/qa-assets/pull/227
<bitcoin-git> [bitcoin] hebasto closed pull request #32668: refactor: Drop unused `#include boost/operators.hpp` (master...250602-boost-operators) https://github.com/bitcoin/bitcoin/pull/32668
<bitcoin-git> [bitcoin] hebasto closed pull request #32289: doc: Add note for building on macOS (Intel) with CMake ≥ 4.0 (master...250416-macos-intel) https://github.com/bitcoin/bitcoin/pull/32289
<bitcoin-git> [bitcoin] hebasto closed pull request #32648: cmake, qt: Process `*.qrc` files manually (master...250530-qt-rcc) https://github.com/bitcoin/bitcoin/pull/32648
<bitcoin-git> [bitcoin] fanquake closed pull request #32787: bench: reduces unnecessary big vector definition (master...20250620-fix-rollingbloom-bench) https://github.com/bitcoin/bitcoin/pull/32787
<bitcoin-git> [bitcoin] fanquake closed pull request #31053: RFC: build: support for pre-compiled headers. (master...cmake-pch) https://github.com/bitcoin/bitcoin/pull/31053
<bitcoin-git> [bitcoin] fanquake merged pull request #32828: build, docs: Fix Boost-related issues on NetBSD (master...250629-netbsd-boost) https://github.com/bitcoin/bitcoin/pull/32828
<bitcoin-git> bitcoin/master 4eb3cee Hennadii Stepanov: doc: Update NetBSD Build Guide
<bitcoin-git> bitcoin/master 5a5ddbd Hennadii Stepanov: build: Add workaround for NetBSD bug in `Boost::headers` target
<bitcoin-git> bitcoin/master bf75c99 merge-script: Merge bitcoin/bitcoin#32828: build, docs: Fix Boost-related issues on NetB...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7fa9b58bd907...bf75c9964fb2
<bitcoin-git> [bitcoin] hebasto closed pull request #31158: build, ci: Fix linking `bitcoin-chainstate.exe` to `bitcoinkernel.dll` on Windows (master...241025-kernel-dll) https://github.com/bitcoin/bitcoin/pull/31158
<bitcoin-git> [qa-assets] brunoerg closed pull request #215: add inputs for spkm_migration target (main...2024-12-spkm-migration) https://github.com/bitcoin-core/qa-assets/pull/215
<bitcoin-git> [bitcoin] fanquake merged pull request #32841: feature_taproot: sample tx version border values more (master...2025-06-std_tx_taproot) https://github.com/bitcoin/bitcoin/pull/32841
<bitcoin-git> bitcoin/master 7fa9b58 merge-script: Merge bitcoin/bitcoin#32841: feature_taproot: sample tx version border val...
<bitcoin-git> bitcoin/master 4be81e9 Greg Sanders: feature_taproot: sample tx version border values more
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fa3359289883...7fa9b58bd907
<bitcoin-git> [bitcoin] hebasto opened pull request #32856: Update `minisketch` subtree and switch to its build script (master...250702-minisketch) https://github.com/bitcoin/bitcoin/pull/32856

2025-07-01

<bitcoin-git> [bitcoin] achow101 merged pull request #32723: Refactor: Redefine CTransaction equality to include witness data (master...transaction-equal-wtxid) https://github.com/bitcoin/bitcoin/pull/32723