2025-04-21

<bitcoin-git> bitcoin/master 25a3b9b Ava Chow: descriptors: Have GetPubKey fill origins directly
<bitcoin-git> [bitcoin] glozow merged pull request #31243: descriptor: Move filling of keys from `DescriptorImpl::MakeScripts` to `PubkeyProvider::GetPubKey` (master...descriptor-direct-fill) https://github.com/bitcoin/bitcoin/pull/31243
<bitcoin-git> bitcoin/master 0ff072c Ava Chow: wallet, rpc: Only allow keypool import from single key descriptors
<bitcoin-git> bitcoin/master 6268bde Ava Chow: descriptor: Remove unused parent_info from BIP32PUbKeyProvider::GetPubKey
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/728e86e3f3d0...3e78ac6811d9
<bitcoin-git> [bitcoin] glozow merged pull request #31640: tests: improves tapscript unit tests (master...taptest) https://github.com/bitcoin/bitcoin/pull/31640
<bitcoin-git> bitcoin/master e3d7533 Ethan Heilman: test: improves tapscript unit tests
<bitcoin-git> bitcoin/master 728e86e merge-script: Merge bitcoin/bitcoin#31640: tests: improves tapscript unit tests
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d91a746815e4...728e86e3f3d0
<bitcoin-git> bitcoin/master 3e16708 Ethan Heilman: test: Ensures test fails if witness is not hex
<bitcoin-git> [bitcoin] VolodymyrBg opened pull request #32318: Fix failing util_time_GetTime test on Windows (master...bgg) https://github.com/bitcoin/bitcoin/pull/32318
<darosior> Ava says 61 there too https://bitcoin.stackexchange.com/a/54682/101498
<eugenesiegel> I was reading the CheckBlock function and am a bit confused, does anybody know why the middle conditional is using `block.vtx.size()` and comparing that to MAX_BLOCK_WEIGHT? https://github.com/bitcoin/bitcoin/blob/d91a746815e4428c738f1a096a950292cbdb5469/src/validation.cpp#L4075
<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
<corebot> https://github.com/bitcoin/bitcoin/issues/31640 | tests: improves tapscript unit tests by EthanHeilman · Pull Request #31640 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #32317: kernel: Seperate UTXO set access from validation functions (master...spendblock) https://github.com/bitcoin/bitcoin/pull/32317
<bitcoin-git> [bitcoin] kevkevinpal closed pull request #32253: test: adds coverage to src/validation for invalid tx coinbase (master...invalidTxCoinbase) https://github.com/bitcoin/bitcoin/pull/32253
<bitcoin-git> [bitcoin] maflcko reopened 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] maflcko closed 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

2025-04-20

<bitcoin-git> [bitcoin] l0rinc opened pull request #32313: RFC: Fix `cachedCoinsUsage` usages in `CCoinsViewCache` (master...l0rinc/reenable-coins-sanitizers) https://github.com/bitcoin/bitcoin/pull/32313
<bitcoin-git> [bitcoin] EniRox001 opened pull request #32312: test: Fix feature_pruning test after nTime typo fix (master...test_pruning_fix) https://github.com/bitcoin/bitcoin/pull/32312

2025-04-19

<bitcoin-git> [bitcoin] maflcko reopened pull request #31953: rpc: Allow fullrbf fee bump in (psbt)bumpfee (master...2502-fullrbf-follow-up) https://github.com/bitcoin/bitcoin/pull/31953
<bitcoin-git> [bitcoin] maflcko closed pull request #31953: rpc: Allow fullrbf fee bump in (psbt)bumpfee (master...2502-fullrbf-follow-up) https://github.com/bitcoin/bitcoin/pull/31953
<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] hebasto merged pull request #32306: ci: Temporarily disable `WalletMigration` benchmark (master...250418-windows-bench) https://github.com/bitcoin/bitcoin/pull/32306
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ff136d046ab3...d91a746815e4
<bitcoin-git> bitcoin/master 18a0351 Hennadii Stepanov: ci: Temporarily disable `WalletMigration` benchmark
<bitcoin-git> bitcoin/master d91a746 Hennadii Stepanov: Merge bitcoin/bitcoin#32306: ci: Temporarily disable `WalletMigration` ben...
<bitcoin-git> [bitcoin] maflcko closed pull request #32302: ci: Temporarily revert "Drop bench -priority-level in win cross CI" (master...2504-ci-windows-rev) https://github.com/bitcoin/bitcoin/pull/32302
<bitcoin-git> [bitcoin] maflcko closed pull request #32307: Update netaddress.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/32307
<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 merged pull request #32213: msvc: Update vcpkg manifest (master...250403-vcpkg-update) https://github.com/bitcoin/bitcoin/pull/32213
<bitcoin-git> bitcoin/master fe5a6dc Hennadii Stepanov: build, msvc: Update vcpkg manifest baseline
<bitcoin-git> bitcoin/master ff136d0 Hennadii Stepanov: Merge bitcoin/bitcoin#32213: msvc: Update vcpkg manifest
<bitcoin-git> bitcoin/master d85895e Hennadii Stepanov: build, msvc: Build only required `qtbase` features
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/055254e212a2...ff136d046ab3
<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] ta2ozg opened pull request #32307: Update netaddress.cpp (master...master) https://github.com/bitcoin/bitcoin/pull/32307

2025-04-18

<bitcoin-git> [bitcoin] achow101 merged pull request #32300: feefrac: avoid integer overflow in temporary (master...202504_feefrac_div_fix) https://github.com/bitcoin/bitcoin/pull/32300
<bitcoin-git> bitcoin/master 5cb1241 Pieter Wuille: feefrac: avoid integer overflow in temporary
<bitcoin-git> bitcoin/master 055254e Ava Chow: Merge bitcoin/bitcoin#32300: feefrac: avoid integer overflow in temporary
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33d40a6ad488...055254e212a2
<bitcoin-git> bitcoin/master bcaa23a Eval EXEC: torcontrol: Fix addrOnion outdate comment
<bitcoin-git> bitcoin/master 33d40a6 Ava Chow: Merge bitcoin/bitcoin#32282: torcontrol: Fix addrOnion outdated comment
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7b592fbd7e5...33d40a6ad488
<bitcoin-git> [bitcoin] hebasto opened pull request #32306: ci: Temporarily disable `WalletMigration` benchmark (master...250418-windows-bench) https://github.com/bitcoin/bitcoin/pull/32306
<bitcoin-git> [bitcoin] theStack opened 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] glozow merged pull request #31247: psbt: MuSig2 Fields (master...musig2-psbt) https://github.com/bitcoin/bitcoin/pull/31247
<bitcoin-git> bitcoin/master ff3d460 Ava Chow: psbt: Implement un/ser of musig2 fields
<bitcoin-git> bitcoin/master 26370c6 Ava Chow: rpc: Include MuSig2 fields in decodepsbt
<bitcoin-git> bitcoin/master e261eb8 Ava Chow: tests: Add BIP 373 test vectors
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/247e9de62228...c7b592fbd7e5
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1124: Fix code block rendering in 29.0 Release Notes (master...250417-fix-block) https://github.com/bitcoin-core/bitcoincore.org/pull/1124
<bitcoin-git> bitcoincore.org/master 88484f1 merge-script: Merge bitcoin-core/bitcoincore.org#1124: Fix code block rendering in 29.0 ...
<bitcoin-git> bitcoincore.org/master 89d1603 Hennadii Stepanov: Fix code block rendering
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/56264987d13d...88484f17f395
<corebot> https://github.com/bitcoin/bitcoin/issues/31247 | psbt: MuSig2 Fields by achow101 · Pull Request #31247 · bitcoin/bitcoin · GitHub
<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
<corebot> https://github.com/bitcoin/bitcoin/issues/28130 | Remove arbitrary restrictions on OP_RETURN by default by petertodd · Pull Request #28130 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoincore.org] glozow closed pull request #1125: 29.0: Fix code block in numbered list (master...2025-04-fix-code-block) https://github.com/bitcoin-core/bitcoincore.org/pull/1125
<bitcoin-git> [bitcoin] maflcko opened pull request #32302: ci: Temporarily revert "Drop bench -priority-level in win cross CI" (master...2504-ci-windows-rev) https://github.com/bitcoin/bitcoin/pull/32302

2025-04-17

<bitcoin-git> [bitcoincore.org] murchandamus opened pull request #1125: 29.0: Fix code block in numbered list (master...2025-04-fix-code-block) https://github.com/bitcoin-core/bitcoincore.org/pull/1125
<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
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bfeacc18b361...247e9de62228
<bitcoin-git> bitcoin/master c72c8d5 Pieter Wuille: txgraph: compare sequence numbers instead of Cluster* (bugfix)
<corebot> https://github.com/bitcoin/bitcoin/issues/32291 | ci: failure in Windows cross-test · Issue #32291 · bitcoin/bitcoin · GitHub
<bitcoin-git> [packaging] hebasto opened pull request #276: snap: Drop `desktop-launch` (main...250417-desktop-launch) https://github.com/bitcoin-core/packaging/pull/276
<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> 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.
<corebot> https://github.com/bitcoin/bitcoin/issues/31250 | wallet: Disable creating and loading legacy wallets by achow101 · Pull Request #31250 · 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/30277 | [DO NOT MERGE] Erlay: bandwidth-efficient transaction relay protocol (Full implementation) by sr-gi · Pull Request #30277 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30116 | p2p: Fill reconciliation sets (Erlay) attempt 2 by sr-gi · Pull Request #30116 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30116 | p2p: Fill reconciliation sets (Erlay) attempt 2 by sr-gi · Pull Request #30116 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30277 | [DO NOT MERGE] Erlay: bandwidth-efficient transaction relay protocol (Full implementation) by sr-gi · Pull Request #30277 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31444 | cluster mempool: add txgraph diagrams/mining/eviction by sipa · Pull Request #31444 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/30595 | kernel: Introduce initial C header API by TheCharlatan · Pull Request #30595 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31382 | kernel: Flush in ChainstateManager destructor by TheCharlatan · Pull Request #31382 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto 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 opened pull request #32299: [28.x] Backports (28.x...28_x_backports) https://github.com/bitcoin/bitcoin/pull/32299
<bitcoin-git> [bitcoin] l0rinc closed pull request #32298: refactor: sort ubsan suppression values for consistency (master...detached138) https://github.com/bitcoin/bitcoin/pull/32298
<bitcoin-git> [bitcoin] l0rinc opened pull request #32298: refactor: sort ubsan suppression values for consistency (master...detached138) https://github.com/bitcoin/bitcoin/pull/32298
<bitcoin-git> [bitcoin] ryanofsky opened pull request #32297: bitcoin-cli: Add -ipcconnect option (master...pr/ipc-cli) https://github.com/bitcoin/bitcoin/pull/32297
<bitcoin-git> [bitcoin] l0rinc opened 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] TheCharlatan opened pull request #32293: doc: Add deps install notes for multiprocess (master...install_multiprocess_deps) https://github.com/bitcoin/bitcoin/pull/32293
<bitcoin-git> [bitcoin] fanquake merged pull request #32154: fuzz: Avoid integer sanitizer warnings in policy_estimator target (master...2503-fuzz-isan) https://github.com/bitcoin/bitcoin/pull/32154
<bitcoin-git> bitcoin/master fa6a007 MarcoFalke: fuzz: Avoid integer sanitizer warnings in policy_estimator target
<bitcoin-git> bitcoin/master bfeacc1 merge-script: Merge bitcoin/bitcoin#32154: fuzz: Avoid integer sanitizer warnings in pol...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/06f9ead9f957...bfeacc18b361
<bitcoin-git> [bitcoincore.org] fanquake closed pull request #895: Update page.scss - Add Sticky Header/Fix Alignment (master...master) https://github.com/bitcoin-core/bitcoincore.org/pull/895
<bitcoin-git> [bitcoincore.org] hebasto opened pull request #1124: Fix code block rendering in 29.0 Release Notes (master...250417-fix-block) https://github.com/bitcoin-core/bitcoincore.org/pull/1124
<bitcoin-git> [bitcoin] fanquake opened pull request #32292: [29.x] Backports (29.x...29_x_backports) https://github.com/bitcoin/bitcoin/pull/32292
<bitcoin-git> [bitcoin] fanquake merged pull request #32271: doc: Document WITH_EXTERNAL_LIBMULTIPROCESS build option better (master...pr/extdoc) https://github.com/bitcoin/bitcoin/pull/32271
<bitcoin-git> bitcoin/master 9ccee9c Ryan Ofsky: doc: Document WITH_EXTERNAL_LIBMULTIPROCESS build option better
<bitcoin-git> bitcoin/master 06f9ead merge-script: Merge bitcoin/bitcoin#32271: doc: Document WITH_EXTERNAL_LIBMULTIPROCESS b...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4a964868f8ed...06f9ead9f957
<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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cd01c9a173c7...4a964868f8ed
<bitcoin-git> bitcoin/master 4a96486 merge-script: Merge bitcoin/bitcoin#32288: ci: drop -priority-level from bench in win cr...
<bitcoin-git> bitcoin/master 27f1121 fanquake: ci: drop -priority-level from bench in win cross CI
<bitcoin-git> [bitcoin] fanquake merged pull request #32250: ci: Slim down lint image (master...2503-ci-lint-slim) https://github.com/bitcoin/bitcoin/pull/32250
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/7a3afe6787bc...cd01c9a173c7
<bitcoin-git> bitcoin/master fae322a MarcoFalke: ci: Slim down lint image
<bitcoin-git> bitcoin/master 3333273 MarcoFalke: ci: Bump lint imagefile FROM base
<bitcoin-git> bitcoin/master faeb1ba MarcoFalke: ci: refactor: Use version id over version codename consistently
<bitcoin-git> [bitcoin] fanquake merged pull request #32281: bench: Fix WalletMigration benchmark (master...bench-fix-wallet-migration) https://github.com/bitcoin/bitcoin/pull/32281
<bitcoin-git> bitcoin/master 7912cd4 pablomartin4btc: bench: Fix WalletMigration benchmark
<bitcoin-git> bitcoin/master 7a3afe6 merge-script: Merge bitcoin/bitcoin#32281: bench: Fix WalletMigration benchmark
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e66e30c9e538...7a3afe6787bc

2025-04-16

<bitcoin-git> [bitcoin] achow101 merged pull request #31862: doc: Fix and clarify description of ZMQ message format (master...zmq-doc) https://github.com/bitcoin/bitcoin/pull/31862
<bitcoin-git> bitcoin/master 7a93544 Jiri Jakes: doc: Fix and clarify description of ZMQ message format
<bitcoin-git> bitcoin/master e66e30c Ava Chow: Merge bitcoin/bitcoin#31862: doc: Fix and clarify description of ZMQ messa...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b6282dbd45d0...e66e30c9e538
<bitcoin-git> [bitcoin] achow101 merged pull request #32079: test: Add test coverage for rpcwhitelistdefault when unset (master...test/whitelistdeafult_test_followup) https://github.com/bitcoin/bitcoin/pull/32079
<bitcoin-git> bitcoin/master 535b874 naiyoma: test: Combine rpcwhitelistdefault functions
<bitcoin-git> bitcoin/master 2929da1 naiyoma: test: Add coverage for rpcwhitelistdefault when unset
<bitcoin-git> bitcoin/master 2b6ce92 naiyoma: test: Update permissions and string formatting
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/eb6b1003c122...b6282dbd45d0
<bitcoin-git> [bitcoin] achow101 merged 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/master a4041c7 Brandon Odiwuor: test: Handle empty string returned by CLI as None in RPC tests
<bitcoin-git> bitcoin/master eb6b100 Ava Chow: Merge bitcoin/bitcoin#32286: test: Handle empty string returned by CLI as ...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33df4aebae2e...eb6b1003c122
<bitcoin-git> [bitcoin] achow101 merged pull request #31551: [IBD] batch block reads/writes during `AutoFile` serialization (master...l0rinc/bulk-block-read-write) https://github.com/bitcoin/bitcoin/pull/31551
<bitcoin-git> bitcoin/master 3197155 Lőrinc: refactor: collect block read operations into try block
<bitcoin-git> bitcoin/master c77e310 Lőrinc: refactor: rename leftover WriteBlockBench
<bitcoin-git> bitcoin/master 6640dd5 Lőrinc: Narrow scope of undofile write to avoid possible resource management issue
<bitcoin-git> [bitcoin] achow101 pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/679bb2aac203...33df4aebae2e
<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 #31958: rpc: add cli examples, update docs (master...cliexamples) https://github.com/bitcoin/bitcoin/pull/31958
<bitcoin-git> bitcoin/master 931117a rkrux: rpc: update the doc for `data` field in `outputs` argument
<bitcoin-git> bitcoin/master 8134a6b rkrux: rpc: add cli example for `walletcreatefundedpsbt` RPC
<bitcoin-git> bitcoin/master 32dcec2 rkrux: rpc: update RPC help of `createpsbt`
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/dfa2813e31ba...679bb2aac203
<darosior> Salvatore has had an open PR to implement this since 2022 https://github.com/bitcoin-core/HWI/pull/647
<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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cdc32994fead...dfa2813e31ba
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1114: update mailing list link (master...mailinglist) https://github.com/bitcoin-core/bitcoincore.org/pull/1114
<bitcoin-git> bitcoincore.org/master 20a459f Pol Espinasa: Update mailing list and remove old links
<bitcoin-git> bitcoincore.org/master 5626498 merge-script: Merge bitcoin-core/bitcoincore.org#1114: update mailing list link
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/b2f9a441f567...56264987d13d
<bitcoin-git> [bitcoincore.org] glozow merged pull request #1116: Self-host Weekly IRC meeting ical file and change meeting location from freenode - libera.chat (master...4-2-25-self-host-ical) https://github.com/bitcoin-core/bitcoincore.org/pull/1116
<bitcoin-git> bitcoincore.org/master 820d1e8 David Gumberg: Self-host irc meeting ical file
<bitcoin-git> [bitcoincore.org] glozow pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/75f81e34afa1...b2f9a441f567
<bitcoin-git> bitcoincore.org/master b2f9a44 merge-script: Merge bitcoin-core/bitcoincore.org#1116: Self-host Weekly IRC meeting ical...
<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] TheCharlatan closed pull request #32285: Use undo data in ConnectBlock (master...scriptundo) https://github.com/bitcoin/bitcoin/pull/32285
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #32285: Use undo data in ConnectBlock (master...scriptundo) https://github.com/bitcoin/bitcoin/pull/32285
<bitcoin-git> [packaging] achow101 merged pull request #274: snap: Update to 29.0 (main...29.0) https://github.com/bitcoin-core/packaging/pull/274
<bitcoin-git> packaging/main aad8d4d Ava Chow: Merge bitcoin-core/packaging#274: snap: Update to 29.0
<bitcoin-git> packaging/main a644dae Ava Chow: snap: Update to 29.0
<bitcoin-git> [packaging] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/packaging/compare/ad28308de654...aad8d4df0f4c
<bitcoin-git> packaging/main ad28308 Ava Chow: Merge bitcoin-core/packaging#275: snap: path to bitcoin-qt is not necessary
<bitcoin-git> [packaging] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/packaging/compare/270ffb6234a3...ad28308de654
<bitcoin-git> packaging/main e88a82c Ava Chow: snap: path to bitcoin-qt is not necessary
<bitcoin-git> [packaging] achow101 merged pull request #273: snap: Update to 28.1 (28.x...28.1) https://github.com/bitcoin-core/packaging/pull/273
<bitcoin-git> [packaging] achow101 merged pull request #275: snap: path to bitcoin-qt is not necessary (28.x...qt-path) https://github.com/bitcoin-core/packaging/pull/275
<bitcoin-git> [packaging] achow101 opened pull request #275: snap: path to bitcoin-qt is not necessary (main...qt-path) https://github.com/bitcoin-core/packaging/pull/275
<bitcoin-git> [packaging] achow101 opened pull request #274: snap: Update to 29.0 (main...29.0) https://github.com/bitcoin-core/packaging/pull/274
<bitcoin-git> [packaging] achow101 opened pull request #273: snap: Update to 28.1 (main...28.1) https://github.com/bitcoin-core/packaging/pull/273
<bitcoin-git> [packaging] achow101 merged pull request #272: snap: Update to 28.0 (main...28.0) https://github.com/bitcoin-core/packaging/pull/272
<bitcoin-git> packaging/main 270ffb6 Ava Chow: Merge bitcoin-core/packaging#272: snap: Update to 28.0
<bitcoin-git> packaging/main e3679f4 Ava Chow: snap: Update to 28.0
<bitcoin-git> [packaging] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/packaging/compare/db2da26bc025...270ffb6234a3

2025-04-15

<bitcoin-git> [packaging] achow101 opened pull request #272: snap: Update to 28.0 (main...28.0) https://github.com/bitcoin-core/packaging/pull/272
<bitcoin-git> [packaging] achow101 closed pull request #248: snap: Update to 28.0 (main...main) https://github.com/bitcoin-core/packaging/pull/248
<bitcoin-git> [packaging] achow101 merged pull request #271: snap: core20 (with ci) (main...main) https://github.com/bitcoin-core/packaging/pull/271
<bitcoin-git> packaging/main ebc7d2e maflcko: snap: core20 (with ci)
<bitcoin-git> packaging/main db2da26 Ava Chow: Merge bitcoin-core/packaging#271: snap: core20 (with ci)
<bitcoin-git> [packaging] achow101 pushed 2 commits to main: https://github.com/bitcoin-core/packaging/compare/1028195d2765...db2da26bc025
<jimhashhq> I might be somewhat useful as I identified an IPC node crash: https://github.com/bitcoin/bitcoin/pull/19461#issuecomment-2756056144 which was subsequently entered (under bitcoin-core/libmultiprocess?) as https://github.com/bitcoin-core/libmultiprocess/issues/169
<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #32281: bench: Fix WalletMigration benchmark (master...bench-fix-wallet-migration) https://github.com/bitcoin/bitcoin/pull/32281
<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] fanquake closed pull request #32256: Update feature_pruning.py (master...master) https://github.com/bitcoin/bitcoin/pull/32256
<laanwj> achow101: looks like https://marc.info/?l=bitcoin-core-dev&r=1&w=2 has the entire archive, from the beginning
<bitcoin-git> [bitcoin] fanquake merged pull request #32272: [doc] archive 29.0 release notes (master...2025-04-archive-29.0-notes) https://github.com/bitcoin/bitcoin/pull/32272
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99a4ddf5ab1b...cdc32994fead
<bitcoin-git> bitcoin/master cdc3299 merge-script: Merge bitcoin/bitcoin#32272: [doc] archive 29.0 release notes
<bitcoin-git> bitcoin/master 12dc507 glozow: [doc] archive 29.0 release notes
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1122: Add japanese translation for 29.0 (master...ja-translate-29.0) https://github.com/bitcoin-core/bitcoincore.org/pull/1122
<bitcoin-git> bitcoincore.org/master adde895 azuchi: Add japanese translation for 29.0
<bitcoin-git> bitcoincore.org/master 75f81e3 merge-script: Merge bitcoin-core/bitcoincore.org#1122: Add japanese translation for 29.0
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/df4aec7afa29...75f81e34afa1
<bitcoin-git> [bitcoin] l0rinc closed pull request #32244: WIP check if getcoinscachesizestate still works (master...detached37) https://github.com/bitcoin/bitcoin/pull/32244
<bitcoin-git> [qa-assets] frankomosh closed pull request #224: add new script interpreter corpus files (main...add-script-interpreter-corpus) https://github.com/bitcoin-core/qa-assets/pull/224
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1122: Add japanese translation for 29.0 (master...ja-translate-29.0) https://github.com/bitcoin-core/bitcoincore.org/pull/1122
<bitcoin-git> [bitcoin] davidgumberg opened pull request #32273: wallet: Fix relative path backup during migration. (master...4-14-25-relative-migration) https://github.com/bitcoin/bitcoin/pull/32273
<bitcoin-git> [qa-assets] frankomosh opened pull request #224: add new script interpreter corpus files (main...add-script-interpreter-corpus) https://github.com/bitcoin-core/qa-assets/pull/224
<bitcoin-git> [bitcoin] glozow opened pull request #32272: [doc] archive 29.0 release notes (master...2025-04-archive-29.0-notes) https://github.com/bitcoin/bitcoin/pull/32272

2025-04-14

<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1119: Bitcoin Core 29.0 (master...2025-04-29-ann) https://github.com/bitcoin-core/bitcoincore.org/pull/1119
<bitcoin-git> bitcoincore.org/master 3b81108 glozow: update maintenance table after 29.0
<bitcoin-git> bitcoincore.org/master 29a53a1 glozow: Bitcoin Core 29.0
<bitcoin-git> bitcoincore.org/master d62f23b glozow: [doc] RPC documentation for 29.0
<bitcoin-git> [bitcoincore.org] achow101 pushed 5 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/14da252f0242...df4aec7afa29
<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] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/22770ce8cb16...99a4ddf5ab1b
<bitcoin-git> [bitcoin] achow101 merged pull request #31282: refactor: Make node_id a const& in RemoveBlockRequest (master...2411-const-ref) https://github.com/bitcoin/bitcoin/pull/31282
<bitcoin-git> bitcoin/master fa1622d MarcoFalke: refactor: Make node_id a const& in RemoveBlockRequest
<bitcoin-git> bitcoin/master fabd05b MarcoFalke: refactor: Fix net_processing iwyu includes
<bitcoin-git> bitcoin/master fa21f83 MarcoFalke: ci: Use G++ in valgrind tasks
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/51166559808c...22770ce8cb16
<bitcoin-git> [bitcoin] ryanofsky opened pull request #32271: doc: Document WITH_EXTERNAL_LIBMULTIPROCESS build option better (master...pr/extdoc) https://github.com/bitcoin/bitcoin/pull/32271
<bitcoin-git> [bitcoin] instagibbs opened pull request #32270: test: fix pushdata scripts (master...2025-04-taproot_sample_fix) https://github.com/bitcoin/bitcoin/pull/32270
<bitcoin-git> [bitcoin] bufo24 opened pull request #32269: doc: update unix build doc with build flags (master...chore/update-unix-readme-build-flags) https://github.com/bitcoin/bitcoin/pull/32269
<bitcoin-git> [bitcoin] hebasto opened pull request #32266: depends: Avoid `warning: "_FORTIFY_SOURCE" redefined` for `libevent` (master...250414-fortify) https://github.com/bitcoin/bitcoin/pull/32266
<bitcoin-git> [bitcoin] fanquake merged pull request #32255: miniscript: Correct off-by-one assert guards (#31727 follow-up) (master...2025/04/31727_followup) https://github.com/bitcoin/bitcoin/pull/32255
<bitcoin-git> bitcoin/master 5116655 merge-script: Merge bitcoin/bitcoin#32255: miniscript: Correct off-by-one assert guards ...
<bitcoin-git> bitcoin/master 3693e4d Hodlinator: miniscript: Correct off-by-one assert guards
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/817edfb21e4f...51166559808c

2025-04-13

<bitcoin-git> [bitcoin] sipa opened pull request #32263: cluster mempool: add TxGraph work controls (master...202504_txgraph_dowork) https://github.com/bitcoin/bitcoin/pull/32263
<bitcoin-git> [bitcoin] hebasto opened pull request #32262: build: Restore cross-compilation for Android (master...250413-android) https://github.com/bitcoin/bitcoin/pull/32262
<Sjors[m]> guix-build-29.0/output/arm64-apple-darwin-codesigned/bitcoin-29.0-arm64-apple-darwin.zip

2025-04-12

<bitcoin-git> [bitcoin] gap-editor opened pull request #32256: Update feature_pruning.py (master...master) https://github.com/bitcoin/bitcoin/pull/32256
<bitcoin-git> [bitcoin] hodlinator opened pull request #32255: miniscript: Correct off-by-one assert guards (#31727 follow-up) (master...2025/04/31727_followup) https://github.com/bitcoin/bitcoin/pull/32255
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v29.0: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v29.0
<bitcoin-git> bitcoin-detached-sigs/29.x 937a9f7 Ava Chow: 29.0: win sig for final
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 29.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/c913a58ba4dd...937a9f7e4c41

2025-04-11

<bitcoin-git> [bitcoin] kevkevinpal opened pull request #32253: test: adds coverage to src/validation for invalid tx coinbase (master...invalidTxCoinbase) https://github.com/bitcoin/bitcoin/pull/32253
<bitcoin-git> bitcoin-detached-sigs/29.x c913a58 Matthew Zipkin: 29.0 osx sig for final
<bitcoin-git> [bitcoin-detached-sigs] pinheadmz pushed 1 commit to 29.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/20b376c8a168...c913a58ba4dd
<bitcoin-git> [bitcoin] Sjors closed pull request #30975: ci: build multiprocess on most jobs (master...2024/09/multiprocess-guix) https://github.com/bitcoin/bitcoin/pull/30975
<bitcoin-git> [bitcoin] glozow merged pull request #32245: doc: Updates how to reproduce fuzz CI failure locally (master...2025-04-update-fuzzmd) https://github.com/bitcoin/bitcoin/pull/32245
<bitcoin-git> bitcoin/master 8fe001d Sergi Delgado Segura: doc: Updates how to reproduce fuzz CI failure locally
<bitcoin-git> bitcoin/master 817edfb merge-script: Merge bitcoin/bitcoin#32245: doc: Updates how to reproduce fuzz CI failure...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b2bb27f40c7a...817edfb21e4f
<corebot> https://github.com/bitcoin/bitcoin/issues/31741 | multiprocess: Add libmultiprocess git subtree by ryanofsky · Pull Request #31741 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] glozow pushed tag v29.0: https://github.com/bitcoin/bitcoin/compare/v29.0
<bitcoin-git> qa-assets/main 4cac612 MarcoFalke: add some initial files for new targets
<bitcoin-git> [qa-assets] maflcko pushed 1 commit to main: https://github.com/bitcoin-core/qa-assets/compare/3846351e9fe7...4cac61239d08
<bitcoin-git> [bitcoin] maflcko closed pull request #32251: ci: Bump lint imagefile FROM base (master...2504-ci-lint) https://github.com/bitcoin/bitcoin/pull/32251
<bitcoin-git> [bitcoin] fanquake merged pull request #32252: [29.x] doc: minor rel notes changes (29.x...no_empty_template) https://github.com/bitcoin/bitcoin/pull/32252
<bitcoin-git> bitcoin/29.x 87e5378 fanquake: doc: minor rel notes changes
<bitcoin-git> bitcoin/29.x f490f55 merge-script: Merge bitcoin/bitcoin#32252: [29.x] doc: minor rel notes changes
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to 29.x: https://github.com/bitcoin/bitcoin/compare/56ed476a29cb...f490f5562d4b
<bitcoin-git> [bitcoin] fanquake opened pull request #32252: doc: minor rel notes changes (29.x...no_empty_template) https://github.com/bitcoin/bitcoin/pull/32252
<bitcoin-git> [bitcoin] fanquake merged pull request #32241: [29.x] 29.0 final changes (29.x...2025-04-29-final) https://github.com/bitcoin/bitcoin/pull/32241
<bitcoin-git> bitcoin/29.x 190e718 glozow: [build] bump to 29.0 final
<bitcoin-git> bitcoin/29.x 977db54 glozow: [doc] update man pages for 29.0
<bitcoin-git> bitcoin/29.x 5010810 glozow: [doc] copy over Release Notes draft from wiki
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to 29.x: https://github.com/bitcoin/bitcoin/compare/1344d3bd0f3b...56ed476a29cb
<bitcoin-git> [bitcoin] maflcko opened pull request #32251: ci: Bump lint imagefile FROM base (master...2504-ci-lint) https://github.com/bitcoin/bitcoin/pull/32251
<bitcoin-git> [bitcoin] maflcko opened pull request #32250: ci: Slim down lint image (master...2503-ci-lint-slim) https://github.com/bitcoin/bitcoin/pull/32250
<bitcoin-git> [bitcoin] fanquake merged pull request #31741: multiprocess: Add libmultiprocess git subtree (master...pr/subtree) https://github.com/bitcoin/bitcoin/pull/31741
<bitcoin-git> bitcoin/master 3f6fb40 Ryan Ofsky: Merge commit 'a2f28e4be96e92079a219567cf20214996aefc53' as 'src/ipc/libmul...
<bitcoin-git> bitcoin/master d6244f8 Ryan Ofsky: depends: Update libmultiprocess library to simplify cmake subtree build
<bitcoin-git> [bitcoin] fanquake pushed 14 commits to master: https://github.com/bitcoin/bitcoin/compare/a4fd565191e3...b2bb27f40c7a
<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
<bitcoin-git> [bitcoin] maflcko closed pull request #32168: doc/descriptors.md: Update next halvening heights (master...20250330) https://github.com/bitcoin/bitcoin/pull/32168

2025-04-10

<PiRK_> Good evening. I was looking through a functional test and i'm wondering if this isn't a typo:  https://github.com/bitcoin/bitcoin/blob/master/test/functional/feature_pruning.py#L44
<bitcoin-git> [bitcoin] jamesob opened pull request #32247: BIP-348 (OP_CHECKSIGFROMSTACK) (regtest only) (master...2025-04-csfs) https://github.com/bitcoin/bitcoin/pull/32247
<bitcoin-git> [bitcoin] glozow merged pull request #31727: miniscript: convert non-critical asserts to CHECK_NONFATAL (master...2501_miniscript_nonfatal) https://github.com/bitcoin/bitcoin/pull/31727
<bitcoin-git> bitcoin/master ff0194a Antoine Poinsot: miniscript: convert non-critical asserts to CHECK_NONFATAL
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e364e6b50969...a4fd565191e3
<bitcoin-git> bitcoin/master a4fd565 merge-script: Merge bitcoin/bitcoin#31727: miniscript: convert non-critical asserts to C...
<bitcoin-git> [bitcoin] glozow merged pull request #32176: net: Prevent accidental circuit sharing when using Tor stream isolation (master...2025-03-tor-stream-isolation) https://github.com/bitcoin/bitcoin/pull/32176
<bitcoin-git> bitcoin/master c47f81e laanwj: net: Rename `_randomize_credentials` Proxy parameter to `tor_stream_isolat...
<bitcoin-git> bitcoin/master e364e6b merge-script: Merge bitcoin/bitcoin#32176: net: Prevent accidental circuit sharing when ...
<bitcoin-git> bitcoin/master ec81a72 laanwj: net: Add randomized prefix to Tor stream isolation credentials
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c58ae197a386...e364e6b50969
<corebot> https://github.com/bitcoin/bitcoin/issues/31375 | multiprocess: Add bitcoin wrapper executable by ryanofsky · Pull Request #31375 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31741 | multiprocess: Add libmultiprocess git subtree by ryanofsky · Pull Request #31741 · bitcoin/bitcoin · GitHub
<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
<corebot> https://github.com/bitcoin/bitcoin/issues/31375 | multiprocess: Add bitcoin wrapper executable by ryanofsky · Pull Request #31375 · bitcoin/bitcoin · GitHub
<corebot> https://github.com/bitcoin/bitcoin/issues/31802 | Add bitcoin-{node,gui} to release binaries for IPC by Sjors · Pull Request #31802 · bitcoin/bitcoin · GitHub
<Sjors[m]> So my suggestion would be "bitcoin" for everything except "bitcoind", and then change that to "bitcoin" in a later release.
<Sjors[m]> And "bitcoin -M node" for multiprocess
<Sjors[m]> And maybe recommend "bitcoin rpc" instead of bitcoin-cli because it's easier with named args.
<corebot> https://github.com/bitcoin/bitcoin/issues/19461 | multiprocess: Add bitcoin-gui -ipcconnect option by ryanofsky · Pull Request #19461 · bitcoin/bitcoin · GitHub
<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