cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
jerryf_ has joined #bitcoin-core-dev
jerryf has quit [Remote host closed the connection]
jerryf_ has quit [Remote host closed the connection]
jerryf has joined #bitcoin-core-dev
sliv3r__ has quit [Read error: Connection reset by peer]
sliv3r__ has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
eugenesiegel has quit [Ping timeout: 252 seconds]
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
___nick___ has joined #bitcoin-core-dev
___nick___ has quit [Client Quit]
___nick___ has joined #bitcoin-core-dev
twistedline has quit []
twistedline has joined #bitcoin-core-dev
sliv3r__ has quit [Read error: Connection reset by peer]
sliv3r__ has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
sliv3r__ has quit [Ping timeout: 249 seconds]
sliv3r__ has joined #bitcoin-core-dev
ozdeadman has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
l0rinc has quit [Quit: l0rinc]
cotsuka has joined #bitcoin-core-dev
deadmano- has joined #bitcoin-core-dev
deadmanoz has quit [Ping timeout: 264 seconds]
dviola has quit [Ping timeout: 263 seconds]
diego2 has joined #bitcoin-core-dev
sliv3r__ has quit [Read error: Connection reset by peer]
sliv3r__ has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
l0rinc has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
cotsuka has quit [Read error: Connection reset by peer]
cmirror has joined #bitcoin-core-dev
cotsuka has joined #bitcoin-core-dev
PaperSword has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] l0rinc opened pull request #36156: mining: include chunks that exactly fill block limits (master...l0rinc/mine-exact-limit-chunks) https://github.com/bitcoin/bitcoin/pull/36156
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
l0rinc has quit [Ping timeout: 245 seconds]
l0rinc has joined #bitcoin-core-dev
sliv3r__ has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
sliv3r__ has joined #bitcoin-core-dev
tegila has joined #bitcoin-core-dev
vasild has quit [Remote host closed the connection]
tegila_ has quit [Ping timeout: 240 seconds]
vasild has joined #bitcoin-core-dev
SpellChecker_ has joined #bitcoin-core-dev
SpellChecker has quit [Remote host closed the connection]
jerryf has quit [Remote host closed the connection]
jerryf has joined #bitcoin-core-dev
jerryf has quit [Remote host closed the connection]
jerryf has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] aman21-droid opened pull request #36157: contrib: fix dead null-byte check in linearize-data.py (master...fix/linearize-null-byte-check) https://github.com/bitcoin/bitcoin/pull/36157
cotsuka has quit [Read error: Connection reset by peer]
Guest853 has joined #bitcoin-core-dev
Guest853 has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
<bitcoin-git>
bitcoin/master 59ebf55 Hennadii Stepanov: qa: Use IP_PORTRANGE_HIGH on OpenBSD for dynamic port allocation
<bitcoin-git>
bitcoin/master f41b917 merge-script: Merge bitcoin/bitcoin#36145: qa: Use IP_PORTRANGE_HIGH on OpenBSD for dyna...
<bitcoin-git>
[bitcoin] fanquake merged pull request #36145: qa: Use IP_PORTRANGE_HIGH on OpenBSD for dynamic port allocation (master...260902-openbsd-portrange) https://github.com/bitcoin/bitcoin/pull/36145
cotsuka has quit [Read error: Connection reset by peer]
memset has quit [Remote host closed the connection]
cotsuka has joined #bitcoin-core-dev
memset has joined #bitcoin-core-dev
enochazariah has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
memset has quit [Read error: Connection reset by peer]
memset has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] optout21 opened pull request #36158: Make ConnectBlock static, in order to expose the side effects. (master...connectblock-static) https://github.com/bitcoin/bitcoin/pull/36158
<bitcoin-git>
[bitcoin] optout21 closed pull request #36158: Make ConnectBlock static, in order to expose the side effects. (master...connectblock-static) https://github.com/bitcoin/bitcoin/pull/36158
<bitcoin-git>
[bitcoin] hodlinator opened pull request #36160: refactor: Minor improvements to HTTP unit tests (master...2026/09/improve_http_tests) https://github.com/bitcoin/bitcoin/pull/36160
durandal_ has quit [Remote host closed the connection]
durandal__ has joined #bitcoin-core-dev
cotsuka has quit [Read error: Connection reset by peer]
<fjahr>
There are no pre-proposed meeting topics this week. Any last minute ones to add?
dzxzg has joined #bitcoin-core-dev
<maxedw>
hi
<johnny9dev>
hi
Guest96 has quit [Client Quit]
<stringintech>
hi
cotsuka has quit [Read error: Connection reset by peer]
<hodlinator>
hi
<sipa>
<furszy > Claude is down, sorry.
<dzxzg>
hi
<yancy_>
hi
<cfields>
hi
yancy_ is now known as yancy
<fjahr>
sipa: he forgot how to join IRC without agent help?
<brunoerg>
hi
enochazariah2 has quit [Ping timeout: 278 seconds]
<fjahr>
Let's do the WGs
<fjahr>
#topic QA WG Update (brunoerg)
<brunoerg>
Hi! I ran a mutation analysis for the silent payments PR and got a positive feedback about the findings and many mutants were addressed. Now that the implementation is on master, I re-ran the analysis for sp code as part of the weekly run. It got 100% of mutation score (that's perfect) - I will probably run a full analysis to check if there is any leftover. Results can be seen at: https://secp256k1.space
ViniciusCestarii has joined #bitcoin-core-dev
<nervana21>
hi
<brunoerg>
I also re-ran the mutation analysis for src/script/interpreter.cpp, since it's critical code I generated all the possible mutants. I got over 1000 mutants for this file which only 80 of them survived. There are some PRs adding more test cases for the interpreter which I hope we will soon have full coverage of them.
<brunoerg>
Naiyoma is helping me to test the parallelization of the analysis, I hope to get it ready soon, it will make our mutation workflow faster and more practical.