--- Log opened Wed Feb 08 00:00:38 2023 00:04 -!- lbryan [~lbryan3@105.113.11.162] has quit [Read error: Connection reset by peer] 00:10 -!- lbryan [~lbryan3@105.113.11.162] has joined #bitcoin-core-dev 00:14 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 00:31 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 00:35 -!- javi404 [~quassel@c-73-1-238-68.hsd1.fl.comcast.net] has quit [Remote host closed the connection] 00:36 -!- javi404 [~quassel@c-73-1-238-68.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 00:38 -!- dermoth [~dermoth@user/dermoth] has quit [Ping timeout: 255 seconds] 00:39 -!- lbryan [~lbryan3@105.113.11.162] has quit [Read error: Connection reset by peer] 00:41 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 00:47 -!- rszarka [~szarka@2001-48F8-9004-580-B16A-FC77-A4E4-E599-static.midco.net] has joined #bitcoin-core-dev 00:50 -!- robszarka [~szarka@2001-48f8-9004-580-4-53a1-6857-d94a-static.midco.net] has quit [Ping timeout: 248 seconds] 00:51 -!- dermoth [~dermoth@user/dermoth] has joined #bitcoin-core-dev 00:56 < provoostenator> What's the difference (if any) between running the fuzzer directly on the corpus directory vs running without the corpus and then merging? 01:06 < darosior> provoostenator: well without corpus you restart from scratch basically. The existing corpus guides the engine. 01:07 < provoostenator> So what's the puprose of merging? Just for parallel work to prevent duplicate new corpus entries? 01:10 -!- Lightsword [~Lightswor@user/lightsword] has quit [Quit: ZNC] 01:10 -!- phantomcircuit [~phantomci@2604:a880:1:20::f2:c001] has quit [Quit: ZNC - https://znc.in] 01:12 -!- phantomcircuit [~phantomci@192.241.205.97] has joined #bitcoin-core-dev 01:12 -!- Lightsword [~Lightswor@user/lightsword] has joined #bitcoin-core-dev 01:18 < darosior> Yes 01:23 -!- dviola [~diego@187.66.112.167] has left #bitcoin-core-dev [] 01:23 -!- dviola [~diego@user/dviola] has joined #bitcoin-core-dev 01:24 < provoostenator> There was discussion in https://github.com/bitcoin-core/qa-assets/issues/25 about the corpus getting too large. That led to an instruction in the PR template to "always merge". 01:26 < provoostenator> A comment from sipa points out that you can "merge" the corpus into a empty folder, so it picks the smaller inputs. But he also points out why this may not be a good idea. 01:45 -!- Jackielove4u [uid43977@user/jackielove4u] has quit [Quit: Connection closed for inactivity] 02:04 < bitcoin-git> [bitcoin] fanquake closed pull request #25791: validation: change non-standard scriptpubkey error message. (master...nonstandard_scriptpubkey) https://github.com/bitcoin/bitcoin/pull/25791 02:04 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 02:10 < bitcoin-git> [bitcoin] fanquake closed pull request #26495: contrib: Speed up systemd boot (master...systemd-after-network) https://github.com/bitcoin/bitcoin/pull/26495 02:30 -!- b_101_ [~robert@185.242.5.35] has joined #bitcoin-core-dev 02:33 -!- b_101 [~robert@185.242.5.35] has quit [Ping timeout: 248 seconds] 02:34 < MacroFake> provoostenator: If you want to generate inputs, there is no good answer. Probably best is to span as much different settings as possible. That is, try different fuzz engines, start with empty folder, start with inputs, change all settings of the fuzz engine, handcraft some inputs, cross-polinate, ... 02:34 < MacroFake> provoostenator: If you want to add inputs to qa-assets, you will need to "merge" them. Otherwise the repo will grow 02:35 < MacroFake> (We are already over capacity, so I wonder why GitHub hasn't deleted it already) 02:35 < MacroFake> *will grow too fast 02:36 < MacroFake> provoostenator: If you want to minimize a set of inputs (yes this may be problematic), something we need to do to avoid running into CI timeout due to a too large set of inputs, you'll merge into an empty folder 02:36 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1bcabe6f2ac8...8d69b614cc59 02:36 < bitcoin-git> bitcoin/master 7534723 Pasta: docs: document c-style cast prohibition 02:36 < bitcoin-git> bitcoin/master 8d69b61 fanquake: Merge bitcoin/bitcoin#23810: docs: avoid C-style casts; use modern C++ cas... 02:37 < bitcoin-git> [bitcoin] fanquake merged pull request #23810: docs: avoid C-style casts; use modern C++ casts (master...c-style-cast) https://github.com/bitcoin/bitcoin/pull/23810 02:37 < MacroFake> There is a script to do this, see https://github.com/bitcoin-core/qa-assets/pull/97#issuecomment-1270347367 02:39 < MacroFake> fanquake: Are there many examples of build fixes getting backported? Only I am aware of are missing includes and some guix backports, once guix was fresh out of the box. 02:40 < fanquake> MarcroFake: #15983 is one example 02:40 <@gribble> https://github.com/bitcoin/bitcoin/issues/15983 | build with -fstack-reuse=none by MarcoFalke · Pull Request #15983 · bitcoin/bitcoin · GitHub 02:41 < fanquake> I will dig up some others 02:44 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d69b614cc59...51d51d3082e8 02:44 < bitcoin-git> bitcoin/master 741c215 brunoerg: test: remove unused vars in `feature_block` 02:44 < bitcoin-git> bitcoin/master 51d51d3 MarcoFalke: Merge bitcoin/bitcoin#26507: test: remove unused vars in `feature_block` 02:44 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #26507: test: remove unused vars in `feature_block` (master...2022-11-unused-feature-block-test) https://github.com/bitcoin/bitcoin/pull/26507 02:49 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:918f:3bfb:c49e:30c0] has joined #bitcoin-core-dev 02:52 < fanquake> few other examples #23045 #23315 #26350 02:52 <@gribble> https://github.com/bitcoin/bitcoin/issues/26350 | [22.x] Revert "build: Use Homebrews sqlite package if it is available" by fanquake · Pull Request #26350 · bitcoin/bitcoin · GitHub 02:52 <@gribble> https://github.com/bitcoin/bitcoin/issues/23315 | [22.x] build: explicitly disable libsecp256k1 openssl based tests by fanquake · Pull Request #23315 · bitcoin/bitcoin · GitHub 02:52 <@gribble> https://github.com/bitcoin/bitcoin/issues/23045 | build: Restrict check for CRC32C intrinsic to aarch64 by laanwj · Pull Request #23045 · bitcoin/bitcoin · GitHub 02:54 < fanquake> A lot of the time it's been dependency related things, which were outside our control. That should (hopefully) be less of an issue going forward 02:54 -!- puchka [~puchka@185.203.122.208] has joined #bitcoin-core-dev 02:54 < bitcoin-git> [bitcoin] hebasto opened pull request #27060: build: Add CMake-based build system (master...230208-cmake-A) https://github.com/bitcoin/bitcoin/pull/27060 03:10 -!- lbryan [~lbryan3@105.113.8.188] has joined #bitcoin-core-dev 03:12 < provoostenator> MarcoFalke: so it's not just that CI takes too long to work through the corpus, it's also about Github capacity for it? 03:13 < provoostenator> So everyone kind of needs to have their own mega-corpus, and not add things to QA too often? 03:37 < MacroFake> provoostenator: No idea about mega-corpus. I guess this is also up to you. 03:38 < MacroFake> Pushing to QA probably makes sense before every release (every ~6 mo) 03:41 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #27061: doc: Document affected gcc versions for -fstack-reuse=none workaround (master...2302-doc-gcc-bug-🎶) https://github.com/bitcoin/bitcoin/pull/27061 03:52 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/51d51d3082e8...de1d1895346e 03:52 < bitcoin-git> bitcoin/master b49e19c fanquake: doc: use arch agnostic clang path in fuzzing doc (macOS) 03:52 < bitcoin-git> bitcoin/master de1d189 MarcoFalke: Merge bitcoin/bitcoin#27056: doc: use arch agnostic clang path in fuzzing ... 03:52 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #27056: doc: use arch agnostic clang path in fuzzing doc (macOS) (master...macos_fuzzing_doc_arch_agnostic) https://github.com/bitcoin/bitcoin/pull/27056 04:01 < fanquake> > probably < 45 minutes for all hosts 04:01 < fanquake> real 44m33.324s 04:02 -!- lbryan [~lbryan3@105.113.8.188] has quit [Read error: Connection reset by peer] 04:19 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Quit: Leaving...] 04:20 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:4125:ef70:81ec:6465] has quit [Remote host closed the connection] 04:20 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:4125:ef70:81ec:6465] has joined #bitcoin-core-dev 04:24 < bitcoin-git> [bitcoin] hebasto opened pull request #27062: ci: Use `GLOBAL_TASK_TEMPLATE` in "macOS 10.15" task (master...230208-ci-macos) https://github.com/bitcoin/bitcoin/pull/27062 04:43 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:918f:3bfb:c49e:30c0] has quit [Ping timeout: 248 seconds] 04:53 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:918f:3bfb:c49e:30c0] has joined #bitcoin-core-dev 04:57 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 255 seconds] 05:53 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:918f:3bfb:c49e:30c0] has quit [Ping timeout: 248 seconds] 05:57 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has joined #bitcoin-core-dev 06:05 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:64b2:b6fb:932d:5d06] has joined #bitcoin-core-dev 06:17 -!- Guyver2 [~Guyver@77-174-98-73.fixed.kpn.net] has left #bitcoin-core-dev [Closing Window] 06:17 < bitcoin-git> [bitcoin] hebasto opened pull request #27063: ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task (master...230208-ci-apk) https://github.com/bitcoin/bitcoin/pull/27063 06:21 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has quit [Ping timeout: 248 seconds] 07:00 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/de1d1895346e...7b850bc2a1cd 07:00 < bitcoin-git> bitcoin/master fa83005 MarcoFalke: doc: Document affected gcc versions for -fstack-reuse=none workaround 07:00 < bitcoin-git> bitcoin/master 7b850bc fanquake: Merge bitcoin/bitcoin#27061: doc: Document affected gcc versions for -fsta... 07:00 < bitcoin-git> [bitcoin] fanquake merged pull request #27061: doc: Document affected gcc versions for -fstack-reuse=none workaround (master...2302-doc-gcc-bug-🎶) https://github.com/bitcoin/bitcoin/pull/27061 07:01 -!- Guest9170 [~Guest91@185.96.31.194] has joined #bitcoin-core-dev 07:06 -!- Guest9170 [~Guest91@185.96.31.194] has quit [Quit: Client closed] 07:06 -!- Guest278888 [~Guest2788@185.96.31.194] has joined #bitcoin-core-dev 07:08 -!- Guest278888 [~Guest2788@185.96.31.194] has quit [Client Quit] 07:08 -!- Guest371234 [~Guest3712@185.96.31.194] has joined #bitcoin-core-dev 07:09 -!- Guest371234 [~Guest3712@185.96.31.194] has quit [Client Quit] 07:11 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:64b2:b6fb:932d:5d06] has quit [Ping timeout: 248 seconds] 07:20 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 07:22 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 07:31 -!- hg [~halosghos@user/halosghost] has joined #bitcoin-core-dev 07:37 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:4125:ef70:81ec:6465] has quit [Remote host closed the connection] 07:37 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:4125:ef70:81ec:6465] has joined #bitcoin-core-dev 07:39 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7b850bc2a1cd...07a23b494688 07:39 < bitcoin-git> bitcoin/master 0e02f72 fanquake: depends: define `__BSD_VISIBLE` for FreeBSD bdb build 07:39 < bitcoin-git> bitcoin/master 07a23b4 merge-script: Merge bitcoin/bitcoin#26994: depends: define `__BSD_VISIBLE` for FreeBSD b... 07:39 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #26994: depends: define `__BSD_VISIBLE` for FreeBSD bdb build (master...freebsd_bsd_visible_bdb) https://github.com/bitcoin/bitcoin/pull/26994 07:53 -!- pablomartin [~pablomart@178-159-9-85.as42831.net] has joined #bitcoin-core-dev 08:06 -!- pablomartin_ [~pablomart@185.169.233.59] has joined #bitcoin-core-dev 08:06 -!- hernanmarino [~hernanmar@181.99.169.107] has joined #bitcoin-core-dev 08:17 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 08:18 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 08:20 -!- vasild [~vd@user/vasild] has quit [Ping timeout: 255 seconds] 08:25 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 08:26 -!- Victor_sueca [~Victorsue@user/victorsueca] has quit [Ping timeout: 268 seconds] 08:47 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 08:50 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 255 seconds] 08:56 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:64b2:b6fb:932d:5d06] has joined #bitcoin-core-dev 08:57 -!- roze_paul [~quassel@132.216.191.43] has joined #bitcoin-core-dev 08:59 -!- as2333 [~as2333@host230.190-138-75.telecom.net.ar] has joined #bitcoin-core-dev 09:00 -!- john-moffett [~john-moff@user/john-moffett] has quit [Remote host closed the connection] 09:01 -!- john-moffett [~john-moff@user/john-moffett] has joined #bitcoin-core-dev 09:05 -!- pablomartin [~pablomart@178-159-9-85.as42831.net] has quit [Ping timeout: 260 seconds] 09:10 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/07a23b494688...835af48e0377 09:10 < bitcoin-git> bitcoin/master b03a982 fanquake: build: set boost cppflags with --enable-fuzz 09:10 < bitcoin-git> bitcoin/master 835af48 fanquake: Merge bitcoin/bitcoin#27057: build: set boost cppflags with --enable-fuzz 09:10 < bitcoin-git> [bitcoin] fanquake merged pull request #27057: build: set boost cppflags with --enable-fuzz (master...still_set_boost_cppflags_when_enable_fuzz) https://github.com/bitcoin/bitcoin/pull/27057 09:16 -!- amishbtc_ [~amishbtc@cpe-74-72-75-120.nyc.res.rr.com] has joined #bitcoin-core-dev 09:16 -!- amishbtc_ [~amishbtc@cpe-74-72-75-120.nyc.res.rr.com] has quit [Client Quit] 09:21 -!- AmunRa [~NorrinRad@gateway/tor-sasl/norrinradd] has quit [Remote host closed the connection] 09:48 -!- mably [uid99779@id-99779.helmsley.irccloud.com] has quit [Quit: Connection closed for inactivity] 09:55 -!- john-moffett [~john-moff@user/john-moffett] has quit [Remote host closed the connection] 09:55 -!- john-moffett [~john-moff@user/john-moffett] has joined #bitcoin-core-dev 10:12 -!- jamesob [~jamesob@141.156.173.67] has quit [Read error: Connection reset by peer] 10:14 -!- jamesob [~jamesob@141.156.173.67] has joined #bitcoin-core-dev 10:18 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:18 -!- roze_paul [~quassel@132.216.191.43] has quit [Ping timeout: 260 seconds] 10:22 -!- roze_paul [~quassel@132.216.191.43] has joined #bitcoin-core-dev 10:25 -!- pablomartin_ [~pablomart@185.169.233.59] has quit [Ping timeout: 248 seconds] 11:06 -!- puchka [~puchka@185.203.122.208] has quit [Quit: leaving] 11:08 -!- roze_paul [~quassel@132.216.191.43] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 11:09 -!- roze_paul [~quassel@132.216.191.43] has joined #bitcoin-core-dev 11:14 -!- roze_paul [~quassel@132.216.191.43] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 11:20 -!- Guest94 [~Guest94@79.191.151.131.ipv4.supernova.orange.pl] has joined #bitcoin-core-dev 11:32 -!- martin_1 [~martin@adsl-178-39-110-172.adslplus.ch] has joined #bitcoin-core-dev 11:32 -!- Guest94 [~Guest94@79.191.151.131.ipv4.supernova.orange.pl] has quit [Ping timeout: 260 seconds] 12:08 -!- b_101_ [~robert@185.242.5.35] has quit [Quit: Lost terminal] 12:15 < bitcoin-git> [bitcoin] achow101 closed pull request #26890: Introduce a Code of Conduct (master...add-code-of-conduct) https://github.com/bitcoin/bitcoin/pull/26890 12:44 < bitcoin-git> [bitcoin] pinheadmz opened pull request #27064: system: use %LOCALAPPDATA% as default datadir on windows (master...windows-local-datadir) https://github.com/bitcoin/bitcoin/pull/27064 12:49 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 13:04 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has quit [Ping timeout: 252 seconds] 13:04 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:64b2:b6fb:932d:5d06] has quit [Ping timeout: 248 seconds] 13:20 -!- polar57 [~polar@37.228.235.38] has joined #bitcoin-core-dev 13:22 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:64b2:b6fb:932d:5d06] has joined #bitcoin-core-dev 13:28 -!- hg [~halosghos@user/halosghost] has quit [Ping timeout: 248 seconds] 13:31 -!- polar57 [~polar@37.228.235.38] has quit [Quit: Client closed] 13:33 -!- mably [uid99779@id-99779.helmsley.irccloud.com] has joined #bitcoin-core-dev 13:42 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:64b2:b6fb:932d:5d06] has quit [Ping timeout: 248 seconds] 14:03 -!- hg [~halosghos@user/halosghost] has joined #bitcoin-core-dev 14:10 -!- AmunRa [~NorrinRad@gateway/tor-sasl/norrinradd] has joined #bitcoin-core-dev 14:17 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 14:19 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 14:23 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:4125:ef70:81ec:6465] has quit [Remote host closed the connection] 14:23 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:f4c0:3ec4:a8b4:2a61] has joined #bitcoin-core-dev 14:24 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 15:03 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 15:04 -!- martin_1 [~martin@adsl-178-39-110-172.adslplus.ch] has quit [Ping timeout: 248 seconds] 15:13 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:64b2:b6fb:932d:5d06] has joined #bitcoin-core-dev 15:24 -!- hg [~halosghos@user/halosghost] has quit [Quit: WeeChat 3.8] 15:42 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has joined #bitcoin-core-dev 16:21 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 18:22 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 18:24 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has joined #bitcoin-core-dev 18:25 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has quit [Client Quit] 18:25 -!- ariard [~ariard@167.99.46.220] has quit [Ping timeout: 255 seconds] 18:26 -!- ariard [~ariard@167.99.46.220] has joined #bitcoin-core-dev 18:26 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has joined #bitcoin-core-dev 18:37 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 18:37 -!- jarthur [~jarthur@user/jarthur] has quit [Quit: jarthur] 18:42 -!- Yihen [~textual@122.115.32.55] has quit [Ping timeout: 268 seconds] 18:43 -!- FrancisMr [~MrFrancis@2001:8a0:fa4c:901:64b2:b6fb:932d:5d06] has quit [Ping timeout: 252 seconds] 18:46 -!- Yihen [~textual@122.115.32.55] has joined #bitcoin-core-dev 18:50 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 255 seconds] 18:51 -!- vasild [~vd@user/vasild] has quit [Ping timeout: 255 seconds] 18:52 -!- vasild_ [~vd@user/vasild] has joined #bitcoin-core-dev 18:52 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 255 seconds] 18:54 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 18:57 -!- vasild_ [~vd@user/vasild] has quit [Remote host closed the connection] 18:57 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 19:13 -!- sanket1729_ [~sanket172@ec2-100-24-255-95.compute-1.amazonaws.com] has joined #bitcoin-core-dev 19:13 -!- ariard_ [~ariard@167.99.46.220] has joined #bitcoin-core-dev 19:15 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 19:15 -!- Netsplit *.net <-> *.split quits: sanket1729, cmirror, jespada, brunoerg, Saloframes, ariard, stevenroose, upekkha 19:27 -!- Netsplit over, joins: jespada, brunoerg, Saloframes, upekkha, stevenroose 19:28 -!- Saloframes [~Saloframe@user/Saloframes] has quit [Max SendQ exceeded] 19:28 -!- Saloframes [~Saloframe@user/Saloframes] has joined #bitcoin-core-dev 19:41 -!- Guest98 [~Guest98@2600-6c67-2c7f-d308-70b8-e162-bc3c-65b4.res6.spectrum.com] has joined #bitcoin-core-dev 19:49 -!- Guest98 [~Guest98@2600-6c67-2c7f-d308-70b8-e162-bc3c-65b4.res6.spectrum.com] has quit [Quit: Ping timeout (120 seconds)] 19:49 -!- Guest98 [~Guest98@2600-6c67-2c7f-d308-70b8-e162-bc3c-65b4.res6.spectrum.com] has joined #bitcoin-core-dev 19:59 -!- Guest98 [~Guest98@2600-6c67-2c7f-d308-70b8-e162-bc3c-65b4.res6.spectrum.com] has quit [Ping timeout: 260 seconds] 21:01 -!- cmirror [~cmirror@4.53.92.114] has joined #bitcoin-core-dev 21:06 -!- hernanmarino [~hernanmar@181.99.169.107] has quit [Ping timeout: 268 seconds] 21:14 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Remote host closed the connection] 21:24 -!- BUSY [~BUSY@user/busy] has quit [Ping timeout: 252 seconds] 21:27 -!- dongcarl [~dongcarl@cpe-66-65-184-36.nyc.res.rr.com] has quit [Ping timeout: 255 seconds] 21:37 -!- BUSY [~BUSY@user/busy] has joined #bitcoin-core-dev 21:45 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 22:07 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Remote host closed the connection] 22:08 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 22:13 -!- martin_1 [~martin@adsl-178-39-110-172.adslplus.ch] has joined #bitcoin-core-dev 22:13 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 22:13 -!- puchka [~puchka@185.203.122.72] has joined #bitcoin-core-dev 22:14 -!- ___nick___ [~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net] has joined #bitcoin-core-dev 22:18 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 248 seconds] 22:30 -!- PaperSword [~Thunderbi@securemail.qrsnap.io] has joined #bitcoin-core-dev 22:50 -!- martin_1 [~martin@adsl-178-39-110-172.adslplus.ch] has quit [Ping timeout: 248 seconds] 22:55 -!- martin_1 [~martin@178.39.110.172] has joined #bitcoin-core-dev 23:00 -!- dongcarl [~dongcarl@66.65.169.19] has joined #bitcoin-core-dev 23:01 -!- puchka [~puchka@185.203.122.72] has quit [Quit: leaving] 23:05 -!- puchka [~puchka@185.203.122.212] has joined #bitcoin-core-dev 23:30 -!- as2333 [~as2333@host230.190-138-75.telecom.net.ar] has quit [Ping timeout: 264 seconds] 23:40 -!- Livestradamus [~Livestrad@user/livestradamus] has quit [Quit: ~Peace~] 23:41 -!- Livestradamus [~Livestrad@user/livestradamus] has joined #bitcoin-core-dev 23:53 -!- _flood [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 260 seconds] 23:54 -!- saraaa [~saraaa@197.40.206.243] has joined #bitcoin-core-dev --- Log closed Thu Feb 09 00:00:27 2023