--- Log opened Wed Jan 31 00:00:45 2024 00:08 -!- qxs [~qxs@gateway/tor-sasl/qxs] has quit [Remote host closed the connection] 00:08 -!- qxs [~qxs@gateway/tor-sasl/qxs] has joined #bitcoin-core-dev 00:09 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 00:13 < bitcoin-git> [bitcoin] maflcko closed pull request #28134: refactor: deduplicate AmountFromValue() functions (master...2023-07-dedupe-AmountFromValue) https://github.com/bitcoin/bitcoin/pull/28134 01:00 -!- qxs [~qxs@gateway/tor-sasl/qxs] has quit [Ping timeout: 255 seconds] 01:36 < vasild> What is the correct way to serialize a transaction? if (tx->HasWitness()) { MakeAndPushMessage(node, NetMsgType::TX, TX_WITH_WITNESS(*tx)); } else { MakeAndPushMessage(node, NetMsgType::TX, TX_NO_WITNESS(*tx)); } 01:37 < vasild> I find the (::SerializeMany(*~!@, ...), ...) code a bit hard to follow, so I step inside a debugger to see what is going on 01:39 < vasild> Looks like SerializeTransaction() will add the witness if TX_WITH_WITNESS() is used _and_ there is a witness => a tx without a witness will be serialized just fine even when TX_WITH_WITNESS() is used, right? 01:40 < vasild> whereas the witness will be omitted if TX_NO_WITNESS() is used _or_ there is no witness 01:41 < _aj_> use TX_WITH_WITNESS(*tx). only use TX_NO_WITNESS(*tx) for backwards compat with things that can't process witness data 01:42 < vasild> _aj_: thanks, for confirming, just TX_WITH_WITNESS() and don't check tx->HasWitness() explicitly, right? 01:42 < _aj_> yeah, the serialization code checks HasWitness already 01:43 < vasild> good, thanks! 01:51 -!- vasild [~vd@user/vasild] has quit [Quit: leaving] 01:52 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 02:00 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cad2df24b396...11b436a66af3 02:00 < bitcoin-git> bitcoin/master 26ad2ae stickies-v: test: fix wallet_import_rescan unrounded minimum amount 02:00 < bitcoin-git> bitcoin/master 11b436a fanquake: Merge bitcoin/bitcoin#29343: test: fix wallet_import_rescan unrounded mini... 02:00 < bitcoin-git> [bitcoin] fanquake merged pull request #29343: test: fix wallet_import_rescan unrounded minimum amount (master...2024-01/fix-walletimportrescan-invalid) https://github.com/bitcoin/bitcoin/pull/29343 02:16 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has joined #bitcoin-core-dev 02:32 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has quit [Read error: Connection reset by peer] 02:35 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has joined #bitcoin-core-dev 03:05 -!- the_mariner [~Thunderbi@2804:7f7:e18e:3341:35da:df42:61ec:b4c] has joined #bitcoin-core-dev 03:08 -!- willcl-ark [~willcl-ar@user/willcl-ark/x-8282106] has quit [Quit: left] 03:09 -!- willcl-ark [~willcl-ar@cpc123780-trow7-2-0-cust177.18-1.cable.virginm.net] has joined #bitcoin-core-dev 03:09 -!- willcl-ark [~willcl-ar@user/willcl-ark/x-8282106] has changed host 03:17 -!- mudsip [~mudsip@user/mudsip] has joined #bitcoin-core-dev 03:17 -!- mudsip [~mudsip@user/mudsip] has quit [Client Quit] 03:19 -!- willcl-ark [~willcl-ar@user/willcl-ark/x-8282106] has quit [Quit: left] 03:21 -!- willcl-ark [~willcl-ar@cpc123780-trow7-2-0-cust177.18-1.cable.virginm.net] has joined #bitcoin-core-dev 03:21 -!- willcl-ark [~willcl-ar@user/willcl-ark/x-8282106] has changed host 03:22 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has quit [Remote host closed the connection] 03:22 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has joined #bitcoin-core-dev 03:23 -!- Guest66 [~Guest66@cgn-pool-185-16-136-32.tis-dialog.ru] has joined #bitcoin-core-dev 03:26 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has quit [Remote host closed the connection] 03:26 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has joined #bitcoin-core-dev 03:31 -!- Guyver2 [~Guyver@77.174.98.73] has joined #bitcoin-core-dev 03:42 < bitcoin-git> [bitcoin] maflcko opened pull request #29354: test: Assumeutxo with more than just coinbase transactions (master...2401-test-au-tx-) https://github.com/bitcoin/bitcoin/pull/29354 04:17 < willcl-ark> GitHub is now offering M1 MacOS runners for OSS: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ 04:32 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has quit [Remote host closed the connection] 04:32 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has joined #bitcoin-core-dev 04:40 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has quit [Remote host closed the connection] 04:40 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has joined #bitcoin-core-dev 04:44 < maflcko> hebasto: real_or_random: ^ 04:44 < real_or_random> oh finally 04:44 < real_or_random> thanks for pinging 04:48 < maflcko> looks like they come with less RAM and CPU: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories 05:14 -!- the_mariner [~Thunderbi@2804:7f7:e18e:3341:35da:df42:61ec:b4c] has quit [Ping timeout: 264 seconds] 05:23 < bitcoin-git> [bitcoin] maflcko opened pull request #29355: doc: Assert that assumed-valid blocks are not fully valid in CheckBlockIndex() (master...2401-doc-au-fully-valid-) https://github.com/bitcoin/bitcoin/pull/29355 05:26 -!- Guest4 [~Guest4@103.81.38.211] has joined #bitcoin-core-dev 05:27 -!- Guest4 [~Guest4@103.81.38.211] has quit [Client Quit] 05:29 -!- marcus72 [~marcus@45.7.237.230] has joined #bitcoin-core-dev 05:33 -!- noonien [~noonien@user/noonien] has quit [Quit: The Lounge - https://thelounge.chat] 05:33 -!- Guest66 [~Guest66@cgn-pool-185-16-136-32.tis-dialog.ru] has quit [Quit: Client closed] 05:36 -!- the_mariner [~Thunderbi@2804:7f7:e18e:3341:35da:df42:61ec:b4c] has joined #bitcoin-core-dev 05:47 -!- noonien [~noonien@user/noonien] has joined #bitcoin-core-dev 05:57 -!- marcus72 [~marcus@45.7.237.230] has quit [Quit: Client closed] 05:58 -!- Guyver2 [~Guyver@77.174.98.73] has left #bitcoin-core-dev [Closing Window] 05:58 -!- test_ [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #bitcoin-core-dev 06:01 -!- _flood [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 260 seconds] 06:22 -!- pablomartin [~pablomart@193.203.14.54] has joined #bitcoin-core-dev 06:32 < real_or_random> hm yeah. at least for secp256k1, we don't really care. ^^ we have 3 single-thread test binaries, so 3 CPUs is perfect :D 06:48 < bitcoin-git> [bitcoin] stratospher opened pull request #29356: [test] make v2transport arg in addconnection mandatory and few cleanups (master...24748-followups) https://github.com/bitcoin/bitcoin/pull/29356 07:07 -!- Chris_Stewart_5 [~Chris_Ste@68.235.43.42] has joined #bitcoin-core-dev 07:07 -!- Guest66 [~Guest66@cgn-pool-185-16-136-32.tis-dialog.ru] has joined #bitcoin-core-dev 07:08 -!- puchka [~puchka@185.203.122.61] has quit [Ping timeout: 264 seconds] 07:42 -!- jarthur [~jarthur@user/jarthur] has joined #bitcoin-core-dev 08:02 -!- jarthur_ [~jarthur@user/jarthur] has joined #bitcoin-core-dev 08:04 -!- jarthur [~jarthur@user/jarthur] has quit [Ping timeout: 268 seconds] 08:09 < bitcoin-git> [bitcoin] hebasto opened pull request #29357: test: Drop `x` modifier in `fsbridge::fopen` call (master...240131-fopen-x) https://github.com/bitcoin/bitcoin/pull/29357 08:10 -!- Guest66 [~Guest66@cgn-pool-185-16-136-32.tis-dialog.ru] has quit [Quit: Client closed] 08:30 -!- rbatty [~rbatty@user/rbatty] has quit [Remote host closed the connection] 08:34 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 08:38 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 08:45 < bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/11b436a66af3...0b768746ef2c 08:45 < bitcoin-git> bitcoin/master 97df4e3 furszy: net: store best block tip time inside PeerManager 08:45 < bitcoin-git> bitcoin/master f9ac96b furszy: net: decouple state independent service flags from desirable ones 08:45 < bitcoin-git> bitcoin/master 9f36e59 furszy: net: move state dependent peer services flags 08:45 < bitcoin-git> [bitcoin] achow101 merged pull request #28170: p2p: adaptive connections services flags (master...2023_net_adaptable_desirable_flags) https://github.com/bitcoin/bitcoin/pull/28170 08:45 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has quit [Ping timeout: 264 seconds] 08:50 -!- the_mariner1 [~Thunderbi@191-247-24-86.3g.claro.net.br] has joined #bitcoin-core-dev 08:54 -!- the_mariner [~Thunderbi@2804:7f7:e18e:3341:35da:df42:61ec:b4c] has quit [Ping timeout: 256 seconds] 08:55 -!- the_mariner1 [~Thunderbi@191-247-24-86.3g.claro.net.br] has quit [Ping timeout: 264 seconds] 08:55 -!- the_mariner [~Thunderbi@2804:389:7104:9173:10b7:4da8:c750:6411] has joined #bitcoin-core-dev 08:55 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 09:10 -!- bugs_ [~bugs@user/bugs/x-5128603] has joined #bitcoin-core-dev 09:25 -!- Guest95 [~Guest95@156.146.59.30] has joined #bitcoin-core-dev 09:26 -!- Guest95 [~Guest95@156.146.59.30] has left #bitcoin-core-dev [] 09:33 -!- puchka [~puchka@185.203.122.54] has joined #bitcoin-core-dev 09:56 -!- the_mariner1 [~Thunderbi@2804:7f7:e18e:3341:5dce:8620:a2f3:91f6] has joined #bitcoin-core-dev 09:59 -!- the_mariner [~Thunderbi@2804:389:7104:9173:10b7:4da8:c750:6411] has quit [Ping timeout: 256 seconds] 09:59 -!- the_mariner1 is now known as the_mariner 10:10 -!- cguida [~cguida@2806:2f0:55e1:f7b9:9a30:242d:c028:f77c] has joined #bitcoin-core-dev 10:13 -!- ___nick___ [~quassel@host86-130-0-114.range86-130.btcentralplus.com] has joined #bitcoin-core-dev 10:20 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:21 -!- ___nick___ [~quassel@host86-130-0-114.range86-130.btcentralplus.com] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 10:23 -!- ___nick___ [~quassel@host86-130-0-114.range86-130.btcentralplus.com] has joined #bitcoin-core-dev 10:24 -!- ___nick___ [~quassel@host86-130-0-114.range86-130.btcentralplus.com] has quit [Client Quit] 10:26 -!- ___nick___ [~quassel@host86-130-0-114.range86-130.btcentralplus.com] has joined #bitcoin-core-dev 10:51 -!- puchka [~puchka@185.203.122.54] has quit [Ping timeout: 252 seconds] 11:05 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 11:06 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 11:10 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 11:15 -!- Guest94 [~Guest94@185.183.146.99] has joined #bitcoin-core-dev 11:16 -!- Guest94 [~Guest94@185.183.146.99] has quit [Client Quit] 11:20 -!- Talkless [~Talkless@mail.dargis.net] has quit [Ping timeout: 260 seconds] 11:21 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has joined #bitcoin-core-dev 11:22 < bitcoin-git> [bitcoin] mzumsande opened pull request #29358: test: use v2 everywhere for P2PConnection if --v2transport is enabled (master...202401_bip324_alltests) https://github.com/bitcoin/bitcoin/pull/29358 12:06 -!- abubakarsadiq [uid602234@id-602234.hampstead.irccloud.com] has quit [Quit: Connection closed for inactivity] 12:23 < bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/0b768746ef2c...a01da4111238 12:23 < bitcoin-git> bitcoin/master fdf9f66 furszy: test: wallet db, exercise deadlock after write failure 12:23 < bitcoin-git> bitcoin/master dca874e furszy: sqlite: add ability to interrupt statements 12:23 < bitcoin-git> bitcoin/master 472d2ca furszy: sqlite: introduce HasActiveTxn method 12:23 < bitcoin-git> [bitcoin] achow101 merged pull request #29253: wallet: guard against dangling to-be-reverted db transactions (master...2024_wallet_db_dangling_txn) https://github.com/bitcoin/bitcoin/pull/29253 12:34 < bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a01da4111238...3c63c2f324b8 12:34 < bitcoin-git> bitcoin/master 0bef104 Pieter Wuille: net: enable v2transport by default 12:34 < bitcoin-git> bitcoin/master 3c63c2f Ava Chow: Merge bitcoin/bitcoin#29347: net: enable v2transport by default 12:34 < bitcoin-git> [bitcoin] achow101 merged pull request #29347: net: enable v2transport by default (master...202401_gogogo_bip324) https://github.com/bitcoin/bitcoin/pull/29347 12:39 < sdaftuar> \o/ 12:42 < theStack> 🍾 12:56 -!- Guest82 [~Guest91@2001:1284:f502:7f72:b522:bef6:6fee:10a1] has joined #bitcoin-core-dev 12:57 -!- Guest82 [~Guest91@2001:1284:f502:7f72:b522:bef6:6fee:10a1] has quit [Client Quit] 12:59 < bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3c63c2f324b8...3c13f5d6124d 12:59 < bitcoin-git> bitcoin/master ff9039f dergoegge: Remove GetAdjustedTime 12:59 < bitcoin-git> bitcoin/master 3c13f5d Ava Chow: Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2) 12:59 < bitcoin-git> [bitcoin] achow101 merged pull request #28956: Nuke adjusted time from validation (attempt 2) (master...2023-11-nuke-adjtime) https://github.com/bitcoin/bitcoin/pull/28956 13:01 < bitcoin-git> [bitcoin] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/3c13f5d6124d...5a1473e2c0ba 13:01 < bitcoin-git> bitcoin/master 8c127ff Andrew Chow: wallet: Skip key and script migration for blank wallets 13:01 < bitcoin-git> bitcoin/master b1d2c77 Andrew Chow: wallet: Check for descriptors flag before migration 13:01 < bitcoin-git> bitcoin/master 563b2a6 Andrew Chow: wallet: Better error message when missing LegacySPKM during migration 13:01 < bitcoin-git> [bitcoin] ryanofsky merged pull request #28976: wallet: Fix migration of blank wallets (master...migrate-blank) https://github.com/bitcoin/bitcoin/pull/28976 13:03 -!- ___nick___ [~quassel@host86-130-0-114.range86-130.btcentralplus.com] has quit [Ping timeout: 252 seconds] 13:23 < bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5a1473e2c0ba...6f7395b3ff21 13:23 < bitcoin-git> bitcoin/master 987a1b5 furszy: init: settings, do not load auto-generated warning msg 13:23 < bitcoin-git> bitcoin/master 6f7395b Ava Chow: Merge bitcoin/bitcoin#29301: init: settings, do not load auto-generated wa... 13:23 < bitcoin-git> [bitcoin] achow101 merged pull request #29301: init: settings, do not load auto-generated warning msg (master...2024_settings_dont_load_warning_msg) https://github.com/bitcoin/bitcoin/pull/29301 13:36 < bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f7395b3ff21...4b6687719768 13:36 < bitcoin-git> bitcoin/master 9642aef Martin Zumsande: test: fix intermittent failure in p2p_v2_earlykeyresponse 13:36 < bitcoin-git> bitcoin/master 4b66877 Ava Chow: Merge bitcoin/bitcoin#29352: test: fix intermittent failure in p2p_v2_earl... 13:36 < bitcoin-git> [bitcoin] achow101 merged pull request #29352: test: fix intermittent failure in p2p_v2_earlykeyresponse (master...202401_fix_flaky_earlykey) https://github.com/bitcoin/bitcoin/pull/29352 13:40 -!- realies [~realies@user/realies] has quit [Ping timeout: 264 seconds] 13:45 < bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4b6687719768...aa9231fafe45 13:45 < bitcoin-git> bitcoin/master b851c53 Vasil Dimov: fuzz: extend ConsumeNetAddr() to return I2P and CJDNS addresses 13:45 < bitcoin-git> bitcoin/master aa9231f Ava Chow: Merge bitcoin/bitcoin#26859: fuzz: extend ConsumeNetAddr() to return I2P a... 13:45 < bitcoin-git> [bitcoin] achow101 merged pull request #26859: fuzz: extend ConsumeNetAddr() to return I2P and CJDNS addresses (master...ConsumeNetAddr_I2P_CJDNS) https://github.com/bitcoin/bitcoin/pull/26859 14:01 -!- vasild [~vd@user/vasild] has quit [Remote host closed the connection] 14:01 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 14:16 -!- bugs_ [~bugs@user/bugs/x-5128603] has quit [Quit: Leaving] 14:35 -!- TracaChang [~Traca@gateway/tor-sasl/tracachang] has quit [Quit: Leaving] 14:53 -!- conman [~con@180-150-21-3.b49615.mel.static.aussiebb.net] has quit [Ping timeout: 256 seconds] 15:01 -!- conman [~con@180-150-21-3.b49615.mel.static.aussiebb.net] has joined #bitcoin-core-dev 15:08 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Remote host closed the connection] 15:20 -!- realies [~realies@user/realies] has joined #bitcoin-core-dev 15:39 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 15:39 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 15:47 -!- Guest62 [~Guest44@node-1w7jr9qu110e3hrl938giad0l.ipv6.telus.net] has joined #bitcoin-core-dev 15:49 -!- Guest62 [~Guest44@node-1w7jr9qu110e3hrl938giad0l.ipv6.telus.net] has quit [Client Quit] 16:04 -!- conman [~con@180-150-21-3.b49615.mel.static.aussiebb.net] has quit [Ping timeout: 252 seconds] 16:06 -!- conman [~con@180-150-21-3.b49615.mel.static.aussiebb.net] has joined #bitcoin-core-dev 16:12 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 252 seconds] 17:17 -!- the_mariner [~Thunderbi@2804:7f7:e18e:3341:5dce:8620:a2f3:91f6] has quit [Ping timeout: 240 seconds] 17:21 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 17:54 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 255 seconds] 18:03 -!- vyHamii [~vyHamii@113.160.0.10] has quit [Quit: Leaving] 18:04 -!- vyHamii [~vyHamii@116.97.243.66] has joined #bitcoin-core-dev 18:47 -!- realies [~realies@user/realies] has quit [Quit: ~] 19:05 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 19:32 -!- realies [~realies@user/realies] has joined #bitcoin-core-dev 19:35 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 264 seconds] 19:38 -!- realies [~realies@user/realies] has quit [Read error: Connection reset by peer] 19:39 -!- realies [~realies@user/realies] has joined #bitcoin-core-dev 19:47 -!- pablomartin [~pablomart@193.203.14.54] has quit [Ping timeout: 264 seconds] 20:46 -!- AaronvanW [~AaronvanW@user/AaronvanW] 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:16 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 264 seconds] 21:36 -!- lbia1 [~lbia@user/lbia] has quit [Quit: lbia1] 22:14 -!- Guest51 [~Guest51@37.239.162.5] has joined #bitcoin-core-dev 22:16 -!- Guest51 [~Guest51@37.239.162.5] has quit [Client Quit] 22:17 -!- Guest51 [~Guest51@37.239.162.5] has joined #bitcoin-core-dev 22:20 -!- Guest51 [~Guest51@37.239.162.5] has quit [Client Quit] 22:20 -!- puchka [~puchka@185.203.122.141] has joined #bitcoin-core-dev 22:22 -!- Guest51 [~Guest51@37.239.162.5] has joined #bitcoin-core-dev 22:26 -!- Guest51 [~Guest51@37.239.162.5] has quit [Client Quit] 22:30 -!- puchka [~puchka@185.203.122.141] has quit [Ping timeout: 252 seconds] 22:32 -!- puchka [~puchka@185.203.122.132] has joined #bitcoin-core-dev 22:51 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 276 seconds] 23:02 -!- jarthur_ [~jarthur@user/jarthur] has quit [Quit: jarthur_] 23:09 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 23:18 -!- bob_x2 [~bob_x@user/bob-x1/x-8934932] has quit [Remote host closed the connection] 23:20 -!- bob_x2 [~bob_x@user/bob-x1/x-8934932] has joined #bitcoin-core-dev 23:33 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev --- Log closed Thu Feb 01 00:00:46 2024