<bitcoin-git>
[bitcoin] davidgumberg opened pull request #34439: qa: Drop recursive deletes from test code, add lint checks. (master...2026-01-28-remove-all) https://github.com/bitcoin/bitcoin/pull/34439
dzxzg has quit [Remote host closed the connection]
<bitcoin-git>
bitcoin/master 34bed0e woltx: test: use IP_PORTRANGE_HIGH on FreeBSD for dynamic port allocation
<bitcoin-git>
bitcoin/master 2845f10 node: test: extend FreeBSD ephemeral port range fix to P2P listeners
<bitcoin-git>
bitcoin/master f7e0c3d Hennadii Stepanov: Merge bitcoin/bitcoin#34346: test: use IP_PORTRANGE_HIGH on FreeBSD for dy...
<bitcoin-git>
[bitcoin] hebasto merged pull request #34346: test: use IP_PORTRANGE_HIGH on FreeBSD for dynamic port allocation (master...freebsd_high_port_range-again) https://github.com/bitcoin/bitcoin/pull/34346
<bitcoin-git>
[bitcoin] l0rinc opened pull request #34444: refactor/BIP14: rename remaining subversion identifiers to user agent (master...l0rinc/rename-user-agent) https://github.com/bitcoin/bitcoin/pull/34444
l0rinc has quit [Quit: l0rinc]
eugenesiegel has joined #bitcoin-core-dev
l0rinc has joined #bitcoin-core-dev
abubakarsadiq has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] marcofleon opened pull request #34445: fuzz: Use `__AFL_SHM_ID` for naming test directories (master...2026/01/afl-shm-id) https://github.com/bitcoin/bitcoin/pull/34445
<bitcoin-git>
[bitcoin] shivanshshri opened pull request #34447: doc: clarify pruning information insetup documentation (master...shivansh-first-pr) https://github.com/bitcoin/bitcoin/pull/34447
emcy__ has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
_durandal has quit [Ping timeout: 246 seconds]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
bugs_ has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] hebasto opened pull request #34448: ci, iwyu: Fix warnings in `src/util` and treat them as errors (master...260129-iwyu-util) https://github.com/bitcoin/bitcoin/pull/34448
<fjahr>
There are no pre-proposed meeting topics this week. Any last minute ones to add?
<yancy>
hi
<pinheadmz>
hi
<hodlinator>
hi
<furszy>
hi
<janb84>
hi
<Sjors[m]1>
hi
<Murch[m]>
hi
<andrewtoth>
hi
TheRec has quit []
brunoerg has quit [Ping timeout: 260 seconds]
<dergoegge>
hi
<fjahr>
Ok, starting with the WGs, in reverse order for a change ;)
<fjahr>
#topic Net Split WG Update (cfields)
<cfields>
Attention has been elsewhere, no update this week.
enochazariah has joined #bitcoin-core-dev
<fjahr>
#topic Silent Payments WG Update (Novo)
<Novo>
Not a lot has changed
<Novo>
I have a few ideas to try, real-or-random mentioned trying out parallelisation
<Novo>
I want to see what I can achieve with this
<Novo>
I have a LabelSet bitcoin-core implementation branch and some testing shows that it is slightlity faster than the Bip approach at scanning real mainnet blocks
<Novo>
But this testing was done with only two labels, I haven't done testing with higher labels, but I'm pretty sure the slight difference will disappear with a few more labels
<sipa>
hi
<Novo>
I've got nothing else to share
<fjahr>
Thanks Novo!
<fjahr>
#topic Benchmarking WG Update (l0rinc, andrewtoth)
<andrewtoth>
willcl-ark added some more benchmarks via benchcoin in #31132. Got some good review on the split off PRs.
<fjahr>
Also the v31 feature freeze is 4 weeks out afaict, not sure if there is something to discuss right now though
<l0rinc>
Let me give a quick update
<l0rinc>
#34253 was merged, we don't expect the change to be measurable but it simplifies the call sites and helps with follow-ups like #34054
<corebot`>
https://github.com/bitcoin/bitcoin/issues/34253 | validation: cache tip recency for lock-free `IsInitialBlockDownload()` by l0rinc · Pull Request #34253 · bitcoin/bitcoin · GitHub
<corebot`>
https://github.com/bitcoin/bitcoin/issues/34054 | net processing: Add ibd check before processing block for txdownloadman by sedited · Pull Request #34054 · bitcoin/bitcoin · GitHub
<l0rinc>
#34207 was also merged, this has been in review in various forms for at least a year now - this leads naturally to the next steps in #34280, e.g. #33018