<corebot>
https://github.com/bitcoin/bitcoin/issues/31785 | Have createNewBlock() wait for tip, make rpc handle shutdown during long poll and wait methods by Sjors · Pull Request #31785 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] fanquake opened pull request #31849: depends: set `CMAKE_*_COMPILER_TARGET` in toolchain (master...clang_cross_toolchain) https://github.com/bitcoin/bitcoin/pull/31849
<bitcoin-git>
[bitcoin] 0xB10C opened pull request #31848: test, tracing: don't use problematic `bpf_usdt_readarg_p()` (master...2025-01-dont-use-bpf_usdt_readarg_p) https://github.com/bitcoin/bitcoin/pull/31848
<bitcoin-git>
bitcoin/master fa952ac MarcoFalke: ci: Skip read-write of default env vars
<bitcoin-git>
[bitcoin] darosior closed 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
<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
<bitcoin-git>
[bitcoin] fanquake merged pull request #31711: build: set build type and per-build-type flags as early as possible (master...cmake-early-checks-flags) https://github.com/bitcoin/bitcoin/pull/31711
<bitcoin-git>
bitcoin/master f605f7a Cory Fields: build: refactor: set debug definitions in main CMakeLists
<bitcoin-git>
bitcoin/master 0b6ed34 merge-script: Merge bitcoin/bitcoin#31711: build: set build type and per-build-type flag...
<bitcoin-git>
bitcoin/master 56a9b84 Cory Fields: build: set build type and per-build-type flags as early as possible
<bitcoin-git>
[bitcoin] luke-jr opened pull request #31845: Add -pruneduringinit option to temporarily use another prune target during IBD (master...pruneduringinit) https://github.com/bitcoin/bitcoin/pull/31845
<bitcoin-git>
[bitcoin] maflcko opened pull request #31841: test: Clear scheduler after init to increase fuzz stability (master...2502-fuzz-stable) https://github.com/bitcoin/bitcoin/pull/31841
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #31834: build: disable bitcoin-node if daemon is not built (master...2025/02/daemon-multiprocess) https://github.com/bitcoin/bitcoin/pull/31834
<bitcoin-git>
bitcoin/master 8652893 Ryan Ofsky: Merge bitcoin/bitcoin#31834: build: disable bitcoin-node if daemon is not ...
<bitcoin-git>
bitcoin/master 2ffea09 Sjors Provoost: build: disable bitcoin-node if daemon is not built
<bitcoin-git>
[bitcoin] maflcko closed pull request #31839: streams: Add stream position validation in BufferedFile::AdvanceStream (master...фффф) https://github.com/bitcoin/bitcoin/pull/31839
<bitcoin-git>
[bitcoin] crStiv opened pull request #31839: streams: Add stream position validation in BufferedFile::AdvanceStream (master...фффф) https://github.com/bitcoin/bitcoin/pull/31839
<bitcoin-git>
[bitcoin] achow101 merged pull request #30623: test: Fuzz the human-readable part of bech32 as well (master...l0rinc/bech32-testing) https://github.com/bitcoin/bitcoin/pull/30623
<bitcoin-git>
bitcoin/master 79f02d5 Ava Chow: Merge bitcoin/bitcoin#30623: test: Fuzz the human-readable part of bech32 ...
<bitcoin-git>
[bitcoin] Sjors opened pull request #31834: build: disable bitcoin-node if daemon is not built (master...2025/02/daemon-multiprocess) https://github.com/bitcoin/bitcoin/pull/31834
<bitcoin-git>
[bitcoin] marcofleon closed pull request #31001: refactor: ensure type safety for txid and wtxid in `RelayTransaction` (master...2024/09/relaytx-type-safety) https://github.com/bitcoin/bitcoin/pull/31001
<corebot>
https://github.com/bitcoin/bitcoin/issues/30205 | test: add mocked Sock that can read/write custom data and/or CNetMessages by vasild · Pull Request #30205 · bitcoin/bitcoin · GitHub
<bitcoin-git>
[bitcoin] glozow opened pull request #31829: p2p: improve TxOrphanage denial of service bounds and increase -maxorphantxs (master...2025-01-orphanage-peer-dos) https://github.com/bitcoin/bitcoin/pull/31829
<bitcoin-git>
[bitcoin] Christewart opened pull request #31823: tests: Add witness commitment if we have a witness transaction in `FullBlockTest.update_block()` (master...2025-02-07-featureblockpy-witnesscommitment) https://github.com/bitcoin/bitcoin/pull/31823
<bitcoin-git>
[bitcoin] fanquake opened pull request #31820: build: consistently use `CLIENT_NAME` in libbitcoinkernel.pc.in (master...reuse_client_name) https://github.com/bitcoin/bitcoin/pull/31820
<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] 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