--- Log opened Mon Feb 10 00:00:13 2025 00:06 < bitcoin-git> [bitcoin] hebasto closed pull request #31831: . (master...master) https://github.com/bitcoin/bitcoin/pull/31831 00:30 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 00:31 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 00:37 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 00:40 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 00:42 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 00:43 -!- jonatack [~jonatack@user/jonatack] has quit [Excess Flood] 00:43 -!- pyth [~pyth@user/pyth] has quit [Remote host closed the connection] 00:47 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 00:47 -!- pyth [~pyth@user/pyth] has quit [Remote host closed the connection] 00:51 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 00:57 -!- jarthur [~jarthur@user/jarthur] has quit [Quit: jarthur] 01:18 -!- pyth [~pyth@user/pyth] has quit [Ping timeout: 248 seconds] 01:39 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 01:43 -!- brunoerg [~brunoerg@2804:1b3:a8c3:de53:ad05:8fae:fa29:de75] has joined #bitcoin-core-dev 02:00 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb0ada982a73...bc3f59ca5309 02:00 < bitcoin-git> bitcoin/master f5b9a2f fanquake: build: use CLIENT_NAME in libbitcoinkernel.pc.in 02:00 < bitcoin-git> bitcoin/master bc3f59c merge-script: Merge bitcoin/bitcoin#31820: build: consistently use `CLIENT_NAME` in libb... 02:01 < bitcoin-git> [bitcoin] fanquake merged pull request #31820: build: consistently use `CLIENT_NAME` in libbitcoinkernel.pc.in (master...reuse_client_name) https://github.com/bitcoin/bitcoin/pull/31820 02:02 -!- brunoerg [~brunoerg@2804:1b3:a8c3:de53:ad05:8fae:fa29:de75] has quit [Ping timeout: 265 seconds] 02:06 < bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/bc3f59ca5309...329b60f595ea 02:06 < bitcoin-git> bitcoin/master 59cd0f0 glozow: [txorphanage] account for weight of orphans 02:06 < bitcoin-git> bitcoin/master 672c69c glozow: [refactor] change per-peer workset to info map within orphanage 02:06 < bitcoin-git> bitcoin/master e5ea7da glozow: [txorphanage] add per-peer weight accounting 02:06 < bitcoin-git> [bitcoin] fanquake merged pull request #31810: TxOrphanage: account for size of orphans and count announcements (master...2025-02-orphanage-accounting) https://github.com/bitcoin/bitcoin/pull/31810 02:22 < bitcoin-git> [bitcoin] fanquake closed pull request #31813: build: fix MSVC ccache reporting (master...fix-ccache-reporting) https://github.com/bitcoin/bitcoin/pull/31813 02:34 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Read error: Connection reset by peer] 02:34 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 02:40 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/329b60f595ea...6a46be75c43e 02:40 < bitcoin-git> bitcoin/master fa5a02b MarcoFalke: ci: Use clang-20 for sanitizer tasks 02:40 < bitcoin-git> bitcoin/master 6a46be7 merge-script: Merge bitcoin/bitcoin#31793: ci: Use clang-20 for sanitizer tasks 02:40 < bitcoin-git> [bitcoin] fanquake merged pull request #31793: ci: Use clang-20 for sanitizer tasks (master...2502-ci-20) https://github.com/bitcoin/bitcoin/pull/31793 02:58 -!- Guest15 [~Guest15@126.209.13.150] has joined #bitcoin-core-dev 02:59 -!- Guest15 [~Guest15@126.209.13.150] has quit [Client Quit] 03:04 < vasild> Maybe #30205 is ready for merge. 03:04 < 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 03:22 < 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 03:26 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 03:47 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has joined #bitcoin-core-dev 03:56 -!- jespada [~jespada@2800:a4:2243:2100:5cc9:2329:b53c:b25f] has joined #bitcoin-core-dev 04:20 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 04:25 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 04:39 -!- pyth [~pyth@user/pyth] has quit [Ping timeout: 244 seconds] 04:58 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 05:19 < sipa> glozow: what are the expectations around the per-peer work set? does it make sense for an announcement to exist for a peer, if it's also not in the work set? 05:26 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 05:26 < bitcoin-git> [bitcoin] glozow pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/6a46be75c43e...6b165f5906fc 05:26 < bitcoin-git> bitcoin/master 2c7d90a ismaelsadeeq: miner: bugfix: fix duplicate weight reservation in block assembler 05:26 < bitcoin-git> bitcoin/master 5bb3163 ismaelsadeeq: test: add `-blockmaxweight` startup option functional test 05:26 < bitcoin-git> bitcoin/master c8acd40 ismaelsadeeq: init: fail to start when `-blockmaxweight` exceeds `MAX_BLOCK_WEIGHT` 05:26 < bitcoin-git> [bitcoin] glozow merged pull request #31384: mining: bugfix: Fix duplicate coinbase tx weight reservation (master...11-2024-fix-duplicate-coinbase-reservation-bug) https://github.com/bitcoin/bitcoin/pull/31384 05:27 < glozow> sipa: it doesn't make sense to have something in work set that isn't also in `m_orphans`, no 05:27 < glozow> (also, I previously said something silly - it's a set, so duplicates are not possible) 05:29 < sipa> glozow: sure, but i'm asking about the opposite: something that is in a specific peer's set of announcements, but not in its work set 05:29 < 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 05:30 < glozow> oh yes definitely, that's the case until we receive a parent of the orphan 05:30 < glozow> work set = the orphans to re-validate because a parent of it was accepted to mempool (so it might not be an orphan anymore) 05:30 < sipa> oooh 05:33 < sipa> so generally work_set and announcements are mutually exclusive (up to laziness, because we might not have evaluated this)? 05:33 < glozow> hm, not mutually exclusive. announcements should be a superset of work_set (up to laziness) 05:35 < sipa> ah, because just being in the work set doesn't mean the orphan was fully resolved - it might have more remaining missing parents? 05:35 < glozow> yes 05:35 < glozow> and we don't remove it from announcements when we are putting in the work set 05:35 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:35 < sipa> yep 05:36 < glozow> we could consider cleaning worksets up synchronously in EraseTx 05:37 < sipa> i was under the assumption that the workset would be superset of announcements, so it'd be weird that worksets are limit to 100, but per-peer announcements can grow way beyond that... but it sounds like it's rather the opposite 05:38 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 05:47 < bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6b165f5906fc...f8d3e0edf47d 05:47 < bitcoin-git> bitcoin/master 4b58d55 Vasil Dimov: test: move the implementation of StaticContentsSock to .cpp 05:47 < bitcoin-git> bitcoin/master f186414 Vasil Dimov: test: put the generic parts from StaticContentsSock into a separate class 05:47 < bitcoin-git> bitcoin/master b448b01 Vasil Dimov: test: add a mocked Sock that allows inspecting what has been Send() to it 05:47 < bitcoin-git> [bitcoin] ryanofsky merged pull request #30205: test: add mocked Sock that can read/write custom data and/or CNetMessages (master...DynSock) https://github.com/bitcoin/bitcoin/pull/30205 06:02 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 06:19 < instagibbs> work sets are the subset of announcement's we're possibly devoting future resources to re-validate and orphan, right? How would it be a superset of what a peer has told us about? 06:23 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Ping timeout: 252 seconds] 06:24 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 06:24 -!- jespada [~jespada@2800:a4:2243:2100:5cc9:2329:b53c:b25f] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 06:28 < sipa> instagibbs: by me misunderstanding what it was about 06:28 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 06:28 < instagibbs> fair enough 06:30 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 06:37 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 06:38 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 06:39 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 06:41 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 06:41 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 06:42 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 06:42 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 06:44 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 06:44 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 06:54 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 06:54 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 06:55 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 06:55 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 06:56 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f8d3e0edf47d...1d813e4bf52a 06:56 < bitcoin-git> bitcoin/master ea687d2 fanquake: doc: swap CPPFLAGS for APPEND_CPPFLAGS 06:56 < bitcoin-git> bitcoin/master 1d813e4 merge-script: Merge bitcoin/bitcoin#31819: doc: swap CPPFLAGS for APPEND_CPPFLAGS 06:56 < bitcoin-git> [bitcoin] fanquake merged pull request #31819: doc: swap CPPFLAGS for APPEND_CPPFLAGS (master...no_more_cppflags) https://github.com/bitcoin/bitcoin/pull/31819 06:56 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 06:56 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 06:59 < bitcoin-git> [bitcoin] stratospher opened pull request #31835: validation: set BLOCK_FAILED_CHILD correctly (master...2025_02_block_failed_child) https://github.com/bitcoin/bitcoin/pull/31835 07:07 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 07:17 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 07:18 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 08:14 -!- jespada [~jespada@2800:a4:2243:2100:5cc9:2329:b53c:b25f] has joined #bitcoin-core-dev 08:23 < bitcoin-git> [bitcoin] maflcko opened pull request #31836: contrib: Add deterministic-fuzz-coverage (master...2502-contrib-det-fuzz) https://github.com/bitcoin/bitcoin/pull/31836 08:30 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 08:33 -!- jespada [~jespada@2800:a4:2243:2100:5cc9:2329:b53c:b25f] has quit [Ping timeout: 252 seconds] 08:38 -!- jespada [~jespada@2800:a4:224d:2b00:41f1:b3c7:471b:62da] has joined #bitcoin-core-dev 08:56 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 09:20 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 09:25 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 09:40 -!- brunoerg [~brunoerg@186.204.61.58] has quit [] 09:51 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:02 -!- mcey_ [~emcy@188.29.196.186.threembb.co.uk] has joined #bitcoin-core-dev 10:03 -!- mcey_ [~emcy@188.29.196.186.threembb.co.uk] has quit [Remote host closed the connection] 10:04 -!- mcey_ [~emcy@188.29.196.186.threembb.co.uk] has joined #bitcoin-core-dev 10:05 -!- mcey [~emcy@85.255.237.49] has quit [Ping timeout: 248 seconds] 10:15 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 10:41 < bitcoin-git> [bitcoin] mzumsande opened pull request #31837: test: add missing sync to p2p_tx_download.py (master...202502_txtest_missing_sync) https://github.com/bitcoin/bitcoin/pull/31837 10:55 -!- jespada [~jespada@2800:a4:224d:2b00:41f1:b3c7:471b:62da] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 11:14 -!- Guest53 [~Guest68@14.192.54.222] has joined #bitcoin-core-dev 11:18 -!- Guest53 [~Guest68@14.192.54.222] has quit [Client Quit] 11:37 -!- jespada [~jespada@2800:a4:224d:2b00:41f1:b3c7:471b:62da] has joined #bitcoin-core-dev 11:38 -!- jespada [~jespada@2800:a4:224d:2b00:41f1:b3c7:471b:62da] has quit [Client Quit] 11:51 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 11:51 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 11:53 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 12:00 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 12:04 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:05 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Ping timeout: 252 seconds] 12:05 -!- samaltman [~samaltman@user/samaltman] has joined #bitcoin-core-dev 12:12 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 12:13 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 12:14 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 12:21 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Ping timeout: 252 seconds] 12:23 -!- jespada [~jespada@2800:a4:224d:2b00:41f1:b3c7:471b:62da] has joined #bitcoin-core-dev 12:30 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 12:31 -!- eugenesiegel [~eugenesie@syn-104-162-064-179.res.spectrum.com] has joined #bitcoin-core-dev 12:31 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has changed host 12:32 -!- jespada [~jespada@2800:a4:224d:2b00:41f1:b3c7:471b:62da] has quit [Quit: My Mac has gone to sleep. ZZZzzz…] 12:36 < brunoerg> just did the weekly update on https://bitcoincore.space/ (also, added mutants for consensus/merkle.cpp) 12:36 -!- Guest4 [~Guest4@176.28.139.153] has joined #bitcoin-core-dev 12:37 -!- Guest4 [~Guest4@176.28.139.153] has quit [Client Quit] 12:38 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 12:39 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 12:40 -!- Guest4 [~Guest4@176.28.139.153] has joined #bitcoin-core-dev 12:41 -!- Guest4 [~Guest4@176.28.139.153] has quit [Client Quit] 12:42 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 12:42 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 12:45 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 12:46 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 13:09 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has quit [Ping timeout: 240 seconds] 13:14 -!- jetpack [~jetpack@mcfly.vm.tornadovps.net] has quit [Quit: ZNC 1.8.2+deb2+deb11u1 - https://znc.in] 13:14 -!- jetpack [~jetpack@mcfly.vm.tornadovps.net] has joined #bitcoin-core-dev 13:25 -!- eugenesiegel [~eugenesie@syn-104-162-064-179.res.spectrum.com] has joined #bitcoin-core-dev 13:25 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has changed host 13:26 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 13:27 -!- brunoerg [~brunoerg@186.204.61.58] has joined #bitcoin-core-dev 13:30 -!- brunoerg [~brunoerg@186.204.61.58] has quit [Remote host closed the connection] 13:36 -!- aleggg [~aleggg@189.114.69.90] has quit [Ping timeout: 252 seconds] 13:48 -!- emcy__ [~emcy@188.29.196.33.threembb.co.uk] has joined #bitcoin-core-dev 13:51 -!- mcey_ [~emcy@188.29.196.186.threembb.co.uk] has quit [Ping timeout: 252 seconds] 14:02 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has quit [Quit: Client closed] 14:06 -!- emcy__ [~emcy@188.29.196.33.threembb.co.uk] has quit [Remote host closed the connection] 14:07 -!- emcy__ [~emcy@188.29.196.33.threembb.co.uk] has joined #bitcoin-core-dev 14:07 -!- eugenesiegel [~eugenesie@syn-104-162-064-179.res.spectrum.com] has joined #bitcoin-core-dev 14:08 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has changed host 14:14 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 14:40 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 14:41 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 14:44 -!- dzxzg [~dzxzg@user/dzxzg] has joined #bitcoin-core-dev 15:05 -!- S3RK [~S3RK@user/s3rk] has quit [Ping timeout: 252 seconds] 15:07 -!- S3RK [~S3RK@user/s3rk] has joined #bitcoin-core-dev 15:12 -!- S3RK [~S3RK@user/s3rk] has quit [Ping timeout: 265 seconds] 15:12 -!- S3RK [~S3RK@user/s3rk] has joined #bitcoin-core-dev 15:31 -!- dzxzg [~dzxzg@user/dzxzg] has quit [Ping timeout: 240 seconds] 15:34 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 15:41 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 15:58 < bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d813e4bf52a...ff3171f96d37 15:58 < bitcoin-git> bitcoin/master b2e9fdc Vasil Dimov: test: expect that files may disappear from /proc/PID/fd/ 15:58 < bitcoin-git> bitcoin/master ff3171f Ava Chow: Merge bitcoin/bitcoin#31614: test: expect that files may disappear from /p... 15:58 < bitcoin-git> [bitcoin] achow101 merged pull request #31614: test: expect that files may disappear from /proc/PID/fd/ (master...expect_file_not_found_in_get_socket_inodes) https://github.com/bitcoin/bitcoin/pull/31614 16:05 < bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ff3171f96d37...79f02d56ef78 16:05 < bitcoin-git> bitcoin/master c1a5d5c Lőrinc: Split out bech32 separator char to header 16:05 < bitcoin-git> bitcoin/master 9b7023d Lőrinc: Fuzz HRP of bech32 as well 16:05 < bitcoin-git> bitcoin/master 79f02d5 Ava Chow: Merge bitcoin/bitcoin#30623: test: Fuzz the human-readable part of bech32 ... 16:05 < 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 16:11 -!- otoburb_ [~otoburb@user/otoburb] has quit [Quit: leaving] 16:11 -!- otoburb [~otoburb@user/otoburb] has joined #bitcoin-core-dev 16:18 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 16:41 < bitcoin-git> [bitcoin] crStiv opened pull request #31839: streams: Add stream position validation in BufferedFile::AdvanceStream (master...фффф) https://github.com/bitcoin/bitcoin/pull/31839 16:51 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: WeeChat 4.5.1] 16:58 -!- agentcasey [~agentcase@143-42-229-181.ip.linodeusercontent.com] has quit [Ping timeout: 252 seconds] 16:58 -!- agentcasey [~agentcase@143-42-229-181.ip.linodeusercontent.com] has joined #bitcoin-core-dev 16:59 -!- Guest49 [~Guest89@2605:59c8:6272:2410:9d94:cf01:307b:99eb] has joined #bitcoin-core-dev 17:11 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 17:11 -!- jackielove4u [~jackielov@user/jackielove4u] has quit [Ping timeout: 252 seconds] 17:12 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 17:12 -!- infernix [nix@spirit.infernix.net] has quit [Ping timeout: 252 seconds] 17:17 -!- jackielove4u [~jackielov@user/jackielove4u] has joined #bitcoin-core-dev 17:18 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 17:18 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 17:21 -!- infernix [nix@spirit.infernix.net] has joined #bitcoin-core-dev 17:33 -!- brunoerg [~brunoerg@179.225.250.203] has joined #bitcoin-core-dev 17:38 -!- brunoerg [~brunoerg@179.225.250.203] has quit [Ping timeout: 252 seconds] 17:43 -!- zipped [reservedpa@user/zIpped] has joined #bitcoin-core-dev 17:51 -!- eugenesiegel [~eugenesie@user/eugenesiegel] has quit [Ping timeout: 240 seconds] 17:53 -!- infernix [nix@spirit.infernix.net] has quit [Ping timeout: 265 seconds] 17:59 -!- Guest49 [~Guest89@2605:59c8:6272:2410:9d94:cf01:307b:99eb] has quit [Quit: Client closed] 18:00 -!- infernix [nix@spirit.infernix.net] has joined #bitcoin-core-dev 18:13 -!- robobub [uid248673@id-248673.uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 18:15 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 18:18 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 18:19 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 18:23 -!- ryanofsky [russ@jumpy.yanofsky.org] has quit [Remote host closed the connection] 18:23 -!- ryanofsky [~russ@jumpy.yanofsky.org] has joined #bitcoin-core-dev 18:24 -!- pyth [~pyth@user/pyth] has quit [Ping timeout: 244 seconds] 18:24 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 18:25 -!- b10c[m] [~b10cb10cm@2620:6e:a000:ce11::1c] has quit [Ping timeout: 248 seconds] 18:25 -!- stratospher[m] [~stratosph@2620:6e:a000:ce11::1e] has quit [Ping timeout: 248 seconds] 18:25 -!- BlueMattTest [~test-acct@2620:6e:a000:ce11::c] has quit [Ping timeout: 248 seconds] 18:25 -!- Sjors[m] [~provooste@2620:6e:a000:ce11::1f] has quit [Ping timeout: 248 seconds] 18:25 -!- sr_gi[m] [~srgimatri@2620:6e:a000:ce11::2a] has quit [Ping timeout: 248 seconds] 18:25 -!- BlueMattMtrxBot [~bluemattm@2620:6e:a000:ce11::3c] has quit [Ping timeout: 248 seconds] 18:25 -!- bitcoin-git [~bitcoin-g@2620:6e:a000:ce11::21] has quit [Ping timeout: 248 seconds] 18:37 -!- pyth [~pyth@user/pyth] has quit [Ping timeout: 252 seconds] 18:38 -!- sr_gi[m] [~srgimatri@2620:6e:a000:ce11::2a] has joined #bitcoin-core-dev 18:39 -!- BlueMattMtrxBot [~bluemattm@2620:6e:a000:ce11::3c] has joined #bitcoin-core-dev 18:39 -!- stratospher[m] [~stratosph@2620:6e:a000:ce11::1e] has joined #bitcoin-core-dev 18:39 -!- BlueMattTest [~test-acct@2620:6e:a000:ce11::c] has joined #bitcoin-core-dev 18:41 -!- Sjors[m] [~provooste@2620:6e:a000:ce11::1f] has joined #bitcoin-core-dev 18:44 -!- b10c[m] [~b10cb10cm@2620:6e:a000:ce11::1c] has joined #bitcoin-core-dev 18:46 -!- bitcoin-git [~bitcoin-g@2620:6e:a000:ce11::21] has joined #bitcoin-core-dev 18:47 -!- pyth [~pyth@user/pyth] has joined #bitcoin-core-dev 19:00 -!- greypw1495085 [~greypw@user/greypw] has quit [Remote host closed the connection] 19:01 -!- greypw1495085 [~greypw@user/greypw] has joined #bitcoin-core-dev 19:05 -!- zeropoint [~alex@45-28-139-114.lightspeed.sntcca.sbcglobal.net] has quit [Quit: leaving] 19:08 -!- pyth [~pyth@user/pyth] has quit [Remote host closed the connection] 19:08 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 19:09 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 19:27 -!- kevkevin [~kevkevin@209.242.39.30] has joined #bitcoin-core-dev 19:29 -!- kevkevin_ [~kevkevin@209.242.39.30] has quit [Ping timeout: 252 seconds] 19:57 -!- mcey_ [~emcy@185.69.144.117] has joined #bitcoin-core-dev 20:00 -!- emcy__ [~emcy@188.29.196.33.threembb.co.uk] has quit [Ping timeout: 268 seconds] 20:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 21:01 -!- cmirror [~cmirror@4.53.92.114] has quit [Remote host closed the connection] 21:01 -!- cmirror [~cmirror@4.53.92.114] has joined #bitcoin-core-dev 21:13 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 21:13 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 21:33 -!- agentcasey [~agentcase@143-42-229-181.ip.linodeusercontent.com] has quit [Remote host closed the connection] 21:33 -!- agentcasey [agentcasey@2600:3c03::f03c:93ff:febe:5054] has joined #bitcoin-core-dev 21:42 -!- Cory58 [~Cory58@user/pasha] has quit [Quit: Client closed] 21:42 -!- Cory58 [~Cory58@user/pasha] has joined #bitcoin-core-dev 21:48 -!- agentcasey [agentcasey@2600:3c03::f03c:93ff:febe:5054] has quit [Quit: ZNC 1.10.x-git-27-bfd731cf - https://znc.in] 21:50 -!- agentcasey [~agentcase@143-42-229-181.ip.linodeusercontent.com] has joined #bitcoin-core-dev 22:01 -!- mcey_ [~emcy@185.69.144.117] has quit [Remote host closed the connection] 22:01 -!- mcey_ [~emcy@185.69.144.117] has joined #bitcoin-core-dev 22:15 -!- samaltman [~samaltman@user/samaltman] has quit [Ping timeout: 252 seconds] 22:27 -!- samaltman [~samaltman@user/samaltman] has joined #bitcoin-core-dev 22:35 -!- upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [] 22:35 -!- upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #bitcoin-core-dev 22:51 -!- adiabat_ [~adiabat@63.209.32.102] has quit [Ping timeout: 268 seconds] 22:55 -!- adiabat_ [~adiabat@63.209.32.102] has joined #bitcoin-core-dev 23:03 -!- Victor_sueca [~Victorsue@user/victorsueca] has quit [Quit: Gone frying asparagus or my Windows had a BSOD] 23:03 -!- adiabat_ [~adiabat@63.209.32.102] has quit [Remote host closed the connection] 23:04 -!- adiabat_ [~adiabat@63.209.32.102] has joined #bitcoin-core-dev 23:05 -!- Victor_sueca [~Victorsue@user/victorsueca] has joined #bitcoin-core-dev 23:05 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 23:06 < bitcoin-git> [bitcoin] maflcko closed pull request #31839: streams: Add stream position validation in BufferedFile::AdvanceStream (master...фффф) https://github.com/bitcoin/bitcoin/pull/31839 23:15 -!- Victor_sueca [~Victorsue@user/victorsueca] has quit [Quit: Gone frying asparagus or my Windows had a BSOD] 23:28 -!- sdfgsdfg [~sdfgsdfg@2001:4479:4505:e200:7190:9b3f:b00f:eb64] has joined #bitcoin-core-dev 23:28 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has changed host 23:43 -!- Victor_sueca [~Victorsue@user/victorsueca] has joined #bitcoin-core-dev 23:54 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has quit [Quit: Client closed] --- Log closed Tue Feb 11 00:00:14 2025