<vasild>
(#bitcoin-core-network-layer-optimizations IRC channel, not hashtag ;)
<vasild>
ajonas: b10c: Thanks for https://adamjonas.com/bitcoin/coredev/retro/coredev-2024-retro/! "Interested in Learning More About ... Network layer optimizations +6". What's that? Lets discuss this, here or in #bitcoin-core-network-layer-optimizations or elsewhere...
<_aj_>
darosior: bitcoin-wallet-process, bitcoin-gui-process, etc? it's multi *-process!
2025-02-06
<sipa>
bitcoin-wallet-util ?
<darosior>
We could rename the utility, but then it would be nice to at least have one deprecation cycle. Given recent momentum i estimate it's possible we might release multiprocess in 30.0, which means if we want to deprecate the bitcoin-wallet utility name we should do it.. now?
<darosior>
It might be confusing to release both a bitcoin-wallet utility and a bitcoin-wallet binary as part of multiprocess?
<b10c>
ajonas: stickies-v: Murch[m]: no-comment "Approves" are a "reviewed" event with state=APPROVED and are included in the backup. I haven't checked if these are filtered by the bitcoin-core-contributor-stats tool
<instagibbs>
https://github.com/bitcoin/bitcoin/pull/31810#discussion_r1945376879 sipa my understanding was that we'd be repeatedly un-announce a particular peer based on the reservation-use ratio (in weight). The trim loop would just keep going until both total (deduplicated) weight usage and total announcement count goes below required levels
<jarolrod>
- Serve as a place where core devs can hear from and interface with the Bitcoin Design Community, who’s been at the heart of a lot of the work
<achow101>
enabled the code review limits on all bitcoin/ repos
<Murch[m]>
Maybe do it just for the /bitcoin project and not the org then
<bitcoin-git>
[bitcoin] instagibbs opened pull request #31811: test: test_inv_block, use mocktime instead of waiting (master...2025-02-tx_dl_mocktime) https://github.com/bitcoin/bitcoin/pull/31811
<bitcoin-git>
[bitcoin] glozow opened pull request #31810: TxOrphanage: account for size of orphans and count announcements (master...2025-02-orphanage-accounting) https://github.com/bitcoin/bitcoin/pull/31810
<bitcoin-git>
[bitcoin] hebasto opened pull request #31809: Prepare "Open Transifex translations for v29.0" release step (master...250206-translations) https://github.com/bitcoin/bitcoin/pull/31809
<bitcoin-git>
[bitcoin] glozow merged pull request #31760: test: make sure we are on sync with a peer before checking if they have sent a message (master...2025-01-fix-p2p-orphan-halding-requests-check) https://github.com/bitcoin/bitcoin/pull/31760
<bitcoin-git>
bitcoin/master ae9eaa0 glozow: Merge bitcoin/bitcoin#31760: test: make sure we are on sync with a peer be...
<bitcoin-git>
bitcoin/master 3f4b104 Sergi Delgado Segura: test: make sure we are on sync with a peer before checking if they have se...
<bitcoin-git>
[bitcoin] theuni opened pull request #31807: kernel: Avoid duplicating symbols in the kernel and downstream users (master...fix-dupe-kernel-symbols) https://github.com/bitcoin/bitcoin/pull/31807
<corebot>
https://github.com/bitcoin/bitcoin/issues/31177 | rpc, logging: return "verificationprogress" of 1 when up to date by polespinasa · Pull Request #31177 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] fanquake merged pull request #31784: test: added additional coverage to waitforblock and waitforblockheight rpc's (master...moreTimeoutTests) https://github.com/bitcoin/bitcoin/pull/31784
<bitcoin-git>
bitcoin/master 7e0db87 kevkevinpal: test: added additional coverage to waitforblock and waitforblockheight rpc...
<bitcoin-git>
[bitcoin] ryanofsky reopened pull request #30975: ci: build multiprocess on most jobs (master...2024/09/multiprocess-guix) https://github.com/bitcoin/bitcoin/pull/30975
<bitcoin-git>
[bitcoin] ryanofsky 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] furszy opened pull request #31794: wallet: abandon orphan coinbase txs, and their descendants, during startup (master...2025_wallet_abandon_coinbase_during_startup) https://github.com/bitcoin/bitcoin/pull/31794
<bitcoin-git>
[bitcoin] darosior opened pull request #31792: Double check all block rules in `ConnectBlock`, not only `CheckBlock` (master...2502_ctx_checks_in_connectblock) https://github.com/bitcoin/bitcoin/pull/31792
<bitcoin-git>
[bitcoin] Sjors closed pull request #31763: Pass custom DEP_OPTS and CONFIG_FLAGS to guix-build (master...2025/01/guix-config-flags) https://github.com/bitcoin/bitcoin/pull/31763
<bitcoin-git>
[gui] rhysbeynon opened pull request #852: Updated MacOS icon to more closely fit Apple's design standards (master...updated-icns) https://github.com/bitcoin-core/gui/pull/852
<bitcoin-git>
[bitcoin] Sjors opened pull request #31785: Have createNewBlock() ensure m_tip_block is set (master...2025/02/create_new_block) https://github.com/bitcoin/bitcoin/pull/31785
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #31784: test: added additional coverage to waitforblock and waitforblockheight rpc's (master...moreTimeoutTests) https://github.com/bitcoin/bitcoin/pull/31784
<bitcoin-git>
[gui-qml] hebasto merged pull request #430: Allow IPv6 in Proxy settings and moving validation out from the UI into the model/ interface (main...qml-ipaddress-allow-ipv6) https://github.com/bitcoin-core/gui-qml/pull/430
<bitcoin-git>
gui-qml/main 765f608 Hennadii Stepanov: Merge bitcoin-core/gui-qml#430: Allow IPv6 in Proxy settings and moving va...
<bitcoin-git>
[bitcoin] hebasto opened pull request #31779: cmake: Improve safety and robustness during building `crc32c` subtree (master...250202-cmake-crc32c) https://github.com/bitcoin/bitcoin/pull/31779
<bitcoin-git>
[gui] hebasto merged pull request #850: psbt: Use SIGHASH_DEFAULT when signing PSBTs (master...gui-psbt-sighash-default) https://github.com/bitcoin-core/gui/pull/850
<bitcoin-git>
bitcoin/master 1172bc4 Hennadii Stepanov: Merge bitcoin-core/gui#850: psbt: Use SIGHASH_DEFAULT when signing PSBTs
<bitcoin-git>
bitcoin/master 3e97ff9 Ava Chow: gui, psbt: Use SIGHASH_DEFAULT when signing PSBTs
<bitcoin-git>
bitcoin/master 7fbb1bc TheCharlatan: kernel: Move block tree db open to block manager
<bitcoin-git>
[bitcoin] davidgumberg opened pull request #31774: crypto: Use secure_allocator for `AES256_ctx` (master...1-31-25-aes-secure-alloc) https://github.com/bitcoin/bitcoin/pull/31774
<bitcoin-git>
bitcoin/master 8fa10ed Ryan Ofsky: Merge bitcoin/bitcoin#31428: ci: Allow build dir on CI host
<bitcoin-git>
bitcoin/master 8888ee4 MarcoFalke: ci: Allow build dir on CI host
2025-01-30
<bitcoin-git>
[bitcoin] brunoerg opened pull request #31768: test: check `scanning` field from `getwalletinfo` (master...2025-01-test-wallet-scan) https://github.com/bitcoin/bitcoin/pull/31768
<darosior>
Not everyone affected by the costs of adding more stuff get to say it in the review process. Plus the cost is dispersed among everyone, current and future contributors, whereas the benefits of "getting my stuff merged in Bitcoin Core" are concentrated.
<darosior>
sipa: It's not because something is being worked on and gets reviewed that it needs to live in Bitcoin Core.
<bitcoin-git>
[bitcoin] danielabrozzoni opened pull request #31767: rpc: Ensure -debug=0/none behaves consistently with -nodebug (master...debug_flag_consistency) https://github.com/bitcoin/bitcoin/pull/31767
<corebot>
https://github.com/bitcoin/bitcoin/issues/31407 | guix: Notarize MacOS app bundle and codesign all MacOS and Windows binaries by achow101 · Pull Request #31407 · bitcoin/bitcoin · GitHub
<jonatack>
Regarding the specific case of the GUI, getting funding for working on it has been a non-starter for years, perhaps somewha partially related to moving out of the bitcoin core repo
<corebot>
https://github.com/bitcoin/bitcoin/issues/31407 | guix: Notarize MacOS app bundle and codesign all MacOS and Windows binaries by achow101 · Pull Request #31407 · bitcoin/bitcoin · GitHub
<darosior>
TheCharlatan: thanks for asking, yes i think it would be nice if we all thought about "What should be the scope of the project", "What should be Bitcoin Core's mission", so we can get inputs from as many people as possible for this discussion
<darosior>
Bitcoin Core cannot be the "everything Bitcoin app" without also diluting priorities. Not doing anything about it is making this choice by default. Finally, defining a scope is not only about pruning stuff. It can also help us shift focus toward things we would see as in-scope but not making enough progress.
<bitcoin-git>
[bitcoin] hebasto opened pull request #31765: cmake: Install man pages for built targets only (master...250130-man-inst) https://github.com/bitcoin/bitcoin/pull/31765
<bitcoin-git>
[bitcoin] sr-gi opened pull request #31760: test: make sure we are on sync with a peer before checking if they have sent a message (master...2025-01-fix-p2p-orphan-halding-requests-check) https://github.com/bitcoin/bitcoin/pull/31760
<bitcoin-git>
[bitcoin] sr-gi opened pull request #31759: test: fixes p2p_ibd_txrelay wait time (master...2025-01-fix-p2p-ibd-txrelay-test) https://github.com/bitcoin/bitcoin/pull/31759