<bitcoin-git>
[bitcoin] maflcko reopened pull request #32006: docs: remove passing CI section in guidelines for PR merging as it's common sense (master...fix/typos) https://github.com/bitcoin/bitcoin/pull/32006
<bitcoin-git>
[bitcoin] maflcko closed pull request #32006: docs: remove passing CI section in guidelines for PR merging as it's common sense (master...fix/typos) https://github.com/bitcoin/bitcoin/pull/32006
<bitcoin-git>
[bitcoin] maflcko opened pull request #32310: test: Run all benchmarks in the sanity check (master...2504-bench-test-all) https://github.com/bitcoin/bitcoin/pull/32310
<bitcoin-git>
[bitcoin] l0rinc opened pull request #32309: bench: close wallets after migration (master...l0rinc/wallet-migration-bench-fix) https://github.com/bitcoin/bitcoin/pull/32309
<bitcoin-git>
[bitcoin] hebasto opened pull request #32308: ci: Drop no longer necessary `-Wno-error=array-bounds` (master...250419-array-bound) https://github.com/bitcoin/bitcoin/pull/32308
<bitcoin-git>
[bitcoin] instagibbs opened pull request #32304: test: test MAX_SCRIPT_SIZE for block validity (master...2025-04-max_script_size_test) https://github.com/bitcoin/bitcoin/pull/32304
<bitcoin-git>
[bitcoin] instagibbs opened pull request #32301: test: cover invalid codesep positions for signature in taproot (master...2025-04-codesep_cov) https://github.com/bitcoin/bitcoin/pull/32301
<bitcoin-git>
[bitcoin] l0rinc closed pull request #31923: refactor: use original log string when no suspicious chars found (master...lorinc/optimistic-log-escape-message) https://github.com/bitcoin/bitcoin/pull/31923
<bitcoin-git>
[bitcoin] sipa opened pull request #32300: feefrac: avoid integer overflow in temporary (master...202504_feefrac_div_fix) https://github.com/bitcoin/bitcoin/pull/32300
<bitcoin-git>
[bitcoin] glozow merged pull request #32191: Make TxGraph fuzz tests more deterministic (master...202504_txgraph_deterministic) https://github.com/bitcoin/bitcoin/pull/32191
<bitcoin-git>
bitcoin/master 2835216 Pieter Wuille: txgraph: make GroupClusters use partition numbers directly (optimization)
<bitcoin-git>
bitcoin/master 247e9de merge-script: Merge bitcoin/bitcoin#32191: Make TxGraph fuzz tests more deterministic
<johnny9dev>
for gui-qml: back from 1.5 weeks of travel. Will be focused on answering questions around shutdown that came up and getting bitcoin-core/gui-qml#448 merged.
<bitcoin-git>
[bitcoin] fanquake merged pull request #32288: ci: drop -priority-level from bench in win cross CI (master...win_cross_ci_bench_no_prio) https://github.com/bitcoin/bitcoin/pull/32288
<bitcoin-git>
[bitcoin] mzumsande opened 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] achow101 merged pull request #32248: Remove support for RNDR/RNDRRS for aarch64 (master...2025-04-remove-arm64-rndr) https://github.com/bitcoin/bitcoin/pull/32248
<bitcoin-git>
bitcoin/master dfa2813 Ava Chow: Merge bitcoin/bitcoin#32248: Remove support for RNDR/RNDRRS for aarch64
<bitcoin-git>
bitcoin/master 7749d92 laanwj: Remove support for RNDR/RNDRRS for aarch64 on Linux
<bitcoin-git>
[bitcoin] hebasto opened 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] fanquake opened pull request #32288: ci: drop -priority-level from bench in win cross CI (master...win_cross_ci_bench_no_prio) https://github.com/bitcoin/bitcoin/pull/32288
<bitcoin-git>
[bitcoin] hebasto opened pull request #32287: build: Fix `macdeployqtplus` after switching to Qt 6 (master...250416-macdeploy) https://github.com/bitcoin/bitcoin/pull/32287
<bitcoin-git>
[bitcoin] BrandonOdiwuor opened pull request #32286: test: Handle empty string returned by CLI as None in RPC tests (master...test-fix-cli-jsonnone) https://github.com/bitcoin/bitcoin/pull/32286
<bitcoin-git>
[bitcoin] tnndbtc reopened pull request #31719: miniscript: fixes #29098 by only use first k valid signatures (master...fix-multi-sig-performance) https://github.com/bitcoin/bitcoin/pull/31719
<bitcoin-git>
[bitcoin] tnndbtc closed pull request #31719: miniscript: fixes #29098 by only use first k valid signatures (master...fix-multi-sig-performance) https://github.com/bitcoin/bitcoin/pull/31719
<bitcoin-git>
[bitcoin] l0rinc opened pull request #32279: prevector: allocate `P2WSH` and `P2TR` scripts on stack as well (master...l0rinc/prevector-size) https://github.com/bitcoin/bitcoin/pull/32279
<bitcoin-git>
[bitcoin] vasild opened pull request #32278: doc: better document NetEventsInterface and the deletion of "CNode"s (master...doc_NetEventsInterface) https://github.com/bitcoin/bitcoin/pull/32278
<bitcoin-git>
[bitcoin] achow101 merged pull request #31785: Have createNewBlock() wait for tip, make rpc handle shutdown during long poll and wait methods (master...2025/02/create_new_block) https://github.com/bitcoin/bitcoin/pull/31785
<bitcoin-git>
bitcoin/master f9cf8bd Sjors Provoost: Handle negative timeout for waitTipChanged()
<bitcoin-git>
bitcoin/master a3bf433 Sjors Provoost: rpc: drop unneeded IsRPCRunning() guards
<bitcoin-git>
bitcoin/master 64a2795 Sjors Provoost: rpc: handle shutdown during long poll and wait methods
<bitcoin-git>
bitcoin/master a2f28e4 Ryan Ofsky: Squashed 'src/ipc/libmultiprocess/' content from commit 35944ffd23fa
<bitcoin-git>
[bitcoin] laanwj opened pull request #32248: Remove support for RNDR/RNDRRS for aarch64 on Linux (master...2025-04-remove-arm64-rndr) https://github.com/bitcoin/bitcoin/pull/32248
<bitcoin-git>
[bitcoin] maflcko closed pull request #32060: test: Add support for mainnet addresses in address_to_scriptpubkey (master...AE2233KT) https://github.com/bitcoin/bitcoin/pull/32060
<ryanofsky>
cfields, docs might just recommend using `bitcoin` executable which is not tied to multiprocess and doesnt depend on the build option or any outside dependency
<vasild>
wen connect with "bitcoin gui" to an existent and running bitcoin-node?
<ryanofsky>
I don't imagine deprecating bitcoind and bitcoin-cli anytime soon, I don't think we would gain anything from that
<sipa>
maybe at some point, if the multiprocess world becomes the New World Order, bitcoind and bitcoin-qt could become wrapper binaries too that just invoke the corresponding multiprocess binaries