<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>
[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>
[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] 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] 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 #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] davidgumberg opened 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] BrandonOdiwuor opened pull request #32501: RPC: removeprunedfunds should take an array of txids (master...removeprunedfunds-array) https://github.com/bitcoin/bitcoin/pull/32501
<bitcoin-git>
[bitcoin] fanquake opened pull request #32496: depends: add Qt `-ltcg` for Darwin, drop it for Windows (master...depends_qt_ltcg) https://github.com/bitcoin/bitcoin/pull/32496
<bitcoin-git>
[bitcoin] fanquake opened 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] maflcko opened pull request #32490: refactor: Remove UB in prevector reverse iterators (master...2505-less-UB) https://github.com/bitcoin/bitcoin/pull/32490
2025-05-13
<bitcoin-git>
[gui] achow101 opened pull request #872: gui: Menu action to export a watchonly wallet (master...export-watchonly-wallet-gui) https://github.com/bitcoin-core/gui/pull/872
<bitcoin-git>
[bitcoin] achow101 opened pull request #32489: wallet: Add `exportwatchonlywallet` RPC to export a watchonly version of a wallet (master...export-watchonly-wallet) https://github.com/bitcoin/bitcoin/pull/32489
<bitcoin-git>
[bitcoin] l0rinc closed pull request #32084: doc: document workaround and fallback for macOS fuzzing (master...l0rinc/libfuzzer-nosan-mac) https://github.com/bitcoin/bitcoin/pull/32084
<bitcoin-git>
[bitcoin] maflcko opened pull request #32488: fuzz: Properly setup wallet in wallet_fees target (master...2505-fuzz-fix) https://github.com/bitcoin/bitcoin/pull/32488
<bitcoin-git>
[bitcoin] maflcko opened pull request #32476: refactor: Remove unused HaveKey and HaveWatchOnly (master...2505-bdb-removal-2) https://github.com/bitcoin/bitcoin/pull/32476
<bitcoin-git>
[bitcoin] achow101 opened pull request #32475: wallet: Use `util::Error` throughout `AddWalletDescriptor` instead of returning `nullptr` for some errors (master...addwalletdescriptor-util-error) https://github.com/bitcoin/bitcoin/pull/32475
<bitcoin-git>
[gui-qml] hebasto closed pull request #434: Move various state computations from the UI to the NodeModel (main...compute-states-in-nodemodel) https://github.com/bitcoin-core/gui-qml/pull/434
<bitcoin-git>
[bitcoin] theuni opened pull request #32467: checkqueue: make the queue non-optional for CCheckQueueControl and drop legacy locking macro usage (master...checkqueue_control_mandatory) https://github.com/bitcoin/bitcoin/pull/32467
<bitcoin-git>
[bitcoin] theuni opened pull request #32466: threading: drop CSemaphore in favor of c++20 std::counting_semaphore (master...modernize-semaphore) https://github.com/bitcoin/bitcoin/pull/32466
<bitcoin-git>
[bitcoin] theuni opened pull request #32465: thread-safety: fix annotations with REVERSE_LOCK (master...fix-reverselock) https://github.com/bitcoin/bitcoin/pull/32465
2025-05-09
<bitcoin-git>
[bitcoin] achow101 merged pull request #32155: miner: timelock the coinbase to the mined block's height (master...2502_height_in_cb_locktime) https://github.com/bitcoin/bitcoin/pull/32155
<bitcoin-git>
bitcoin/master 9c94069 Antoine Poinsot: contrib: timelock coinbase transactions in signet miner
<bitcoin-git>
bitcoin/master a5f52cf Antoine Poinsot: qa: timelock coinbase transactions created in functional tests
<bitcoin-git>
bitcoin/master c76dbe9 Antoine Poinsot: qa: timelock coinbase transactions created in fuzz targets