12024-07-26T00:33:40  *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 252 seconds)
  22024-07-26T00:36:32  *** mcey_ <mcey_!~emcy@85.255.236.27> has quit IRC (Quit: Leaving)
  32024-07-26T00:37:00  *** mcey <mcey!~emcy@85.255.236.27> has joined #bitcoin-core-dev
  42024-07-26T00:42:55  *** BrandonOdiwuor <BrandonOdiwuor!~BrandonOd@105.163.0.194> has quit IRC (Ping timeout: 256 seconds)
  52024-07-26T00:48:33  *** brunoerg <brunoerg!~brunoerg@2804:1b3:a003:cc49:296b:79fd:423a:7803> has joined #bitcoin-core-dev
  62024-07-26T00:53:39  *** brunoerg <brunoerg!~brunoerg@2804:1b3:a003:cc49:296b:79fd:423a:7803> has quit IRC (Ping timeout: 244 seconds)
  72024-07-26T01:03:04  *** S3RK <S3RK!~S3RK@user/s3rk> has quit IRC (Ping timeout: 252 seconds)
  82024-07-26T01:14:58  *** S3RK <S3RK!~S3RK@user/s3rk> has joined #bitcoin-core-dev
  92024-07-26T01:31:27  *** mcey <mcey!~emcy@85.255.236.27> has quit IRC (Ping timeout: 272 seconds)
 102024-07-26T01:33:12  *** mcey <mcey!~emcy@148.252.128.36> has joined #bitcoin-core-dev
 112024-07-26T01:39:46  *** puchka <puchka!~puchka@185.203.122.217> has quit IRC (Quit: leaving)
 122024-07-26T02:06:34  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:7940:ea55:3f26:c78e> has quit IRC (Remote host closed the connection)
 132024-07-26T02:56:47  *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
 142024-07-26T04:01:01  *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
 152024-07-26T04:01:32  *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
 162024-07-26T04:07:04  *** kevkevin <kevkevin!~kevkevin@104-182-134-253.lightspeed.cicril.sbcglobal.net> has joined #bitcoin-core-dev
 172024-07-26T04:11:32  *** kevkevin <kevkevin!~kevkevin@104-182-134-253.lightspeed.cicril.sbcglobal.net> has quit IRC (Ping timeout: 252 seconds)
 182024-07-26T04:30:26  *** Guest9 <Guest9!~Guest9@105.112.18.143> has joined #bitcoin-core-dev
 192024-07-26T04:31:49  *** Guest9 <Guest9!~Guest9@105.112.18.143> has quit IRC (Client Quit)
 202024-07-26T06:09:02  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d280130446d...02c76ad65216
 212024-07-26T06:09:03  <bitcoin-git> bitcoin/master c399c80 fanquake: cleanse: Use SecureZeroMemory for mingw-w64 (release) builds
 222024-07-26T06:09:03  <bitcoin-git> bitcoin/master 02c76ad merge-script: Merge bitcoin/bitcoin#26950: cleanse: switch to SecureZeroMemory for Windo...
 232024-07-26T06:09:03  <bitcoin-git> [bitcoin] fanquake merged pull request #26950: cleanse: switch to SecureZeroMemory for Windows cross-compile (master...check_for_SecureZeroMemory) https://github.com/bitcoin/bitcoin/pull/26950
 242024-07-26T06:13:45  *** TallTim <TallTim!~talltim@165-23-61-81-dynamic.midco.net> has quit IRC (Ping timeout: 260 seconds)
 252024-07-26T06:23:47  *** TallTim <TallTim!~talltim@165-23-61-81-dynamic.midco.net> has joined #bitcoin-core-dev
 262024-07-26T06:23:55  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02c76ad65216...1e8d689e0164
 272024-07-26T06:23:55  <bitcoin-git> bitcoin/master 7aa8994 TheCharlatan: refactor: Add FlatFileSeq member variables in BlockManager
 282024-07-26T06:23:56  <bitcoin-git> bitcoin/master 1e8d689 merge-script: Merge bitcoin/bitcoin#30517: refactor: Add FlatFileSeq member variables in...
 292024-07-26T06:23:57  <bitcoin-git> [bitcoin] fanquake merged pull request #30517: refactor: Add FlatFileSeq member variables in BlockManager (master...flatfileseqmember) https://github.com/bitcoin/bitcoin/pull/30517
 302024-07-26T07:07:49  *** vyHamii <vyHamii!~vyHamii@222.255.27.220> has quit IRC (Remote host closed the connection)
 312024-07-26T07:59:58  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
 322024-07-26T08:31:26  *** JTL <JTL!~jtl@user/jtl> has quit IRC (Read error: Connection reset by peer)
 332024-07-26T08:38:20  *** abubakarsadiq <abubakarsadiq!uid602234@id-602234.hampstead.irccloud.com> has joined #bitcoin-core-dev
 342024-07-26T08:41:41  *** BrandonOdiwuor <BrandonOdiwuor!~BrandonOd@105.163.0.194> has joined #bitcoin-core-dev
 352024-07-26T09:22:36  <vasild> From the functional tests, one can set a mocktime on a given node but then that clock freezes. Is there a way to let it tick at some point?
 362024-07-26T09:24:04  <vasild> I need to fast-forward time by 20mins which works well with setmocktime() but then I need the clock to start ticking again. To achieve that I do setmocktime(0), restoring back to the system clock (which moves).
 372024-07-26T09:25:03  <vasild> An unwanted side effect of that it is that the clock goes backwards.
 382024-07-26T09:31:38  *** zzzzz <zzzzz!~dooby1@gateway/tor-sasl/zzzzz> has quit IRC (Remote host closed the connection)
 392024-07-26T09:33:56  *** jespada <jespada!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has quit IRC (Ping timeout: 244 seconds)
 402024-07-26T09:34:03  *** jespada_ <jespada_!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has joined #bitcoin-core-dev
 412024-07-26T09:36:52  *** zzzzz_ <zzzzz_!~dooby1@gateway/tor-sasl/zzzzz> has joined #bitcoin-core-dev
 422024-07-26T09:58:05  *** jespada_ <jespada_!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
 432024-07-26T09:59:04  *** jespada <jespada!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has joined #bitcoin-core-dev
 442024-07-26T10:52:20  <bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/1e8d689e0164...ec700f0a7648
 452024-07-26T10:52:21  <bitcoin-git> bitcoin/master 7774c31 Sebastian Falbesoner: test: refactor: return TaprootInfo from P2TR address creation routine
 462024-07-26T10:52:21  <bitcoin-git> bitcoin/master c9f7364 Sebastian Falbesoner: test: fix MiniWallet script-path spend (missing parity bit in leaf version)
 472024-07-26T10:52:21  <bitcoin-git> bitcoin/master 3162c91 Sebastian Falbesoner: test: fix MiniWallet internal key derivation for tagged instances
 482024-07-26T10:52:23  <bitcoin-git> [bitcoin] glozow merged pull request #30076: test: fix MiniWallet script-path spend (missing parity bit in leaf version) (master...202405-MiniWallet-fix_script_path_spend_missing_sign_bit) https://github.com/bitcoin/bitcoin/pull/30076
 492024-07-26T11:12:20  <bitcoin-git> [bitcoin] glozow pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/ec700f0a7648...37bd70a22533
 502024-07-26T11:12:21  <bitcoin-git> bitcoin/master a6e07e7 Pieter Wuille: clusterlin: introduce cluster_linearize.h with Cluster and DepGraph types
 512024-07-26T11:12:21  <bitcoin-git> bitcoin/master 58f7e01 Pieter Wuille: tests: framework for testing DepGraph class
 522024-07-26T11:12:21  <bitcoin-git> bitcoin/master 4828079 Pieter Wuille: clusterlin: add AncestorCandidateFinder class
 532024-07-26T11:12:22  <bitcoin-git> [bitcoin] glozow merged pull request #30126: cluster mempool: cluster linearization algorithm (master...202405_clusterlin) https://github.com/bitcoin/bitcoin/pull/30126
 542024-07-26T11:14:28  <sdaftuar> \o/
 552024-07-26T11:26:45  *** adil1 <adil1!~Thunderbi@2402:d000:8134:b7fc:ec87:c8d6:b2ed:e5ea> has joined #bitcoin-core-dev
 562024-07-26T11:32:19  *** jespada <jespada!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
 572024-07-26T11:33:10  <instagibbs> rockets
 582024-07-26T11:33:20  *** jespada <jespada!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has joined #bitcoin-core-dev
 592024-07-26T11:35:52  *** Guest35 <Guest35!~Guest35@37.232.85.198> has joined #bitcoin-core-dev
 602024-07-26T11:38:04  *** Guest35 <Guest35!~Guest35@37.232.85.198> has quit IRC (Client Quit)
 612024-07-26T11:41:24  <bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/37bd70a22533...123888dcb8f8
 622024-07-26T11:41:25  <bitcoin-git> bitcoin/master fae0db0 TheCharlatan: fuzz: Deglobalize signature cache in sigcache test
 632024-07-26T11:41:25  <bitcoin-git> bitcoin/master 123888d Ryan Ofsky: Merge bitcoin/bitcoin#30447: fuzz: Deglobalize signature cache in sigcache...
 642024-07-26T11:41:27  <bitcoin-git> [bitcoin] ryanofsky merged pull request #30447: fuzz: Deglobalize signature cache in sigcache test (master...fuzzScriptCache) https://github.com/bitcoin/bitcoin/pull/30447
 652024-07-26T11:50:32  *** adil1 <adil1!~Thunderbi@2402:d000:8134:b7fc:ec87:c8d6:b2ed:e5ea> has quit IRC (Quit: adil1)
 662024-07-26T11:52:51  *** jespada <jespada!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has quit IRC (Read error: Connection reset by peer)
 672024-07-26T11:52:57  *** jespada_ <jespada_!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has joined #bitcoin-core-dev
 682024-07-26T12:06:19  <bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/123888dcb8f8...30cef53707fb
 692024-07-26T12:06:19  <bitcoin-git> bitcoin/master 6bbc2dd Anthony Towns: logging: Add thread safety annotations
 702024-07-26T12:06:20  <bitcoin-git> bitcoin/master 0b1960f Anthony Towns: logging: Add DisableLogging()
 712024-07-26T12:06:20  <bitcoin-git> bitcoin/master 6cf9b34 Anthony Towns: logging: Limit early logging buffer
 722024-07-26T12:06:21  <bitcoin-git> [bitcoin] ryanofsky merged pull request #30386: Early logging improvements (master...202407-early-log) https://github.com/bitcoin/bitcoin/pull/30386
 732024-07-26T12:36:38  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Quit: = "")
 742024-07-26T12:45:49  <bitcoin-git> [bitcoin] theuni closed pull request #29962: RFC: depends: add release type to CMake builds (master...depends-cmake-releaseopts) https://github.com/bitcoin/bitcoin/pull/29962
 752024-07-26T13:02:24  *** brunoerg <brunoerg!~brunoerg@2804:1b3:a003:cc49:296b:79fd:423a:7803> has joined #bitcoin-core-dev
 762024-07-26T13:06:33  *** andrewtoth <andrewtoth!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
 772024-07-26T13:10:12  *** brunoerg <brunoerg!~brunoerg@2804:1b3:a003:cc49:296b:79fd:423a:7803> has quit IRC (Remote host closed the connection)
 782024-07-26T13:18:16  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev (Closing Window)
 792024-07-26T13:19:45  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:7940:ea55:3f26:c78e> has joined #bitcoin-core-dev
 802024-07-26T13:21:31  *** puchka <puchka!~puchka@185.203.122.55> has joined #bitcoin-core-dev
 812024-07-26T13:42:47  <bitcoin-git> [bitcoin] ryanofsky opened pull request #30529: Fix -norpcwhitelist, -norpcallowip, and similar corner case behavior (master...pr/listset) https://github.com/bitcoin/bitcoin/pull/30529
 822024-07-26T13:59:28  *** theStack <theStack!~theStack@95.179.145.232> has quit IRC (Quit: zzz)
 832024-07-26T14:07:51  *** theStack <theStack!~theStack@95.179.145.232> has joined #bitcoin-core-dev
 842024-07-26T14:18:30  *** b10c[m] <b10c[m]!~b10cb10cm@2620:6e:a000:ce11::1c> has quit IRC (Ping timeout: 260 seconds)
 852024-07-26T14:18:46  *** b10c[m] <b10c[m]!~b10cb10cm@2620:6e:a000:ce11::1c> has joined #bitcoin-core-dev
 862024-07-26T14:36:14  *** JTL <JTL!~jtl@user/jtl> has joined #bitcoin-core-dev
 872024-07-26T14:39:58  *** bugs_ <bugs_!~bugs@user/bugs/x-5128603> has joined #bitcoin-core-dev
 882024-07-26T14:40:05  *** puchka <puchka!~puchka@185.203.122.55> has quit IRC (Ping timeout: 265 seconds)
 892024-07-26T14:47:09  <bitcoin-git> [bitcoin] maflcko opened pull request #30531: test: Add missing --v1transport to feature_proxy.py (master...2407-nov2) https://github.com/bitcoin/bitcoin/pull/30531
 902024-07-26T14:55:50  *** mudsip <mudsip!~mudsip@user/mudsip> has joined #bitcoin-core-dev
 912024-07-26T14:57:47  *** mudsip <mudsip!~mudsip@user/mudsip> has quit IRC (Client Quit)
 922024-07-26T14:59:17  *** mudsip <mudsip!~mudsip@user/mudsip> has joined #bitcoin-core-dev
 932024-07-26T15:00:47  *** mudsip <mudsip!~mudsip@user/mudsip> has quit IRC (Client Quit)
 942024-07-26T15:02:12  <bitcoin-git> [bitcoin] stickies-v opened pull request #30532: refactor: remove deprecated TxidFromString() in favour of transaction_identifier::FromHex() (master...2024-07/rm-txidfromstring) https://github.com/bitcoin/bitcoin/pull/30532
 952024-07-26T15:29:16  *** preimage <preimage!~halosghos@user/halosghost> has joined #bitcoin-core-dev
 962024-07-26T16:09:01  *** hel <hel!hel@libera/staff/el> has quit IRC (Read error: Connection reset by peer)
 972024-07-26T16:14:47  *** hel <hel!hel@libera/staff/el> has joined #bitcoin-core-dev
 982024-07-26T16:30:19  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
 992024-07-26T16:32:03  *** cryptapus <cryptapus!~cryptapus@user/cryptapus> has quit IRC (Quit: Konversation terminated!)
1002024-07-26T16:34:36  *** cryptapus <cryptapus!~cryptapus@user/cryptapus> has joined #bitcoin-core-dev
1012024-07-26T16:48:45  <bitcoin-git> [bitcoin] hebasto opened pull request #30533: test: Do not write Python bytecode to source directory (master...240726-rpcauth-ro) https://github.com/bitcoin/bitcoin/pull/30533
1022024-07-26T17:16:37  <bitcoin-git> [bitcoin] fanquake opened pull request #30534: guix: move bison from global scope, to Linux (master...no_bison_mac_win) https://github.com/bitcoin/bitcoin/pull/30534
1032024-07-26T18:05:19  *** abubakarsadiq <abubakarsadiq!uid602234@id-602234.hampstead.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)
1042024-07-26T18:10:41  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:7940:ea55:3f26:c78e> has quit IRC (Remote host closed the connection)
1052024-07-26T18:12:43  <bitcoin-git> [bitcoin] paplorinc reopened pull request #30442: optimization: Precalculate SipHash constant XOR with k0 and k1 in SaltedOutpointHasher (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30442
1062024-07-26T18:22:26  *** cryptapus <cryptapus!~cryptapus@user/cryptapus> has quit IRC (Read error: Connection reset by peer)
1072024-07-26T18:22:43  *** cryptapus <cryptapus!~cryptapus@user/cryptapus> has joined #bitcoin-core-dev
1082024-07-26T18:38:03  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1092024-07-26T18:43:41  *** mcey_ <mcey_!~emcy@85.255.235.103> has joined #bitcoin-core-dev
1102024-07-26T18:46:45  *** mcey <mcey!~emcy@148.252.128.36> has quit IRC (Ping timeout: 248 seconds)
1112024-07-26T18:51:45  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Remote host closed the connection)
1122024-07-26T18:54:31  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1132024-07-26T18:54:36  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Read error: Connection reset by peer)
1142024-07-26T18:55:09  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1152024-07-26T19:00:15  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 272 seconds)
1162024-07-26T19:34:27  <bitcoin-git> [bitcoin] sipa opened pull request #30535: feefrac: add support for evaluating at given size (master...202407_feefrac_eval) https://github.com/bitcoin/bitcoin/pull/30535
1172024-07-26T19:45:40  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1182024-07-26T19:46:27  *** BrandonOdiwuor <BrandonOdiwuor!~BrandonOd@105.163.0.194> has quit IRC (Ping timeout: 256 seconds)
1192024-07-26T19:51:17  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 248 seconds)
1202024-07-26T20:06:59  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1212024-07-26T20:12:27  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 272 seconds)
1222024-07-26T20:26:12  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1232024-07-26T20:31:04  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 260 seconds)
1242024-07-26T20:37:34  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1252024-07-26T20:59:52  *** jespada_ <jespada_!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has quit IRC (Ping timeout: 252 seconds)
1262024-07-26T21:01:55  *** jespada <jespada!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has joined #bitcoin-core-dev
1272024-07-26T21:21:24  *** preimage <preimage!~halosghos@user/halosghost> has quit IRC (Quit: WeeChat 4.3.5)
1282024-07-26T21:24:21  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Remote host closed the connection)
1292024-07-26T21:30:14  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1302024-07-26T21:35:25  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 272 seconds)
1312024-07-26T21:55:37  *** bugs_ <bugs_!~bugs@user/bugs/x-5128603> has quit IRC (Quit: Leaving)
1322024-07-26T22:01:00  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1332024-07-26T22:03:17  *** infernix <infernix!nix@spirit.infernix.net> has quit IRC (Ping timeout: 272 seconds)
1342024-07-26T22:06:45  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 248 seconds)
1352024-07-26T22:19:52  *** infernix <infernix!nix@spirit.infernix.net> has joined #bitcoin-core-dev
1362024-07-26T22:37:24  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1372024-07-26T22:43:01  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 248 seconds)
1382024-07-26T22:57:20  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1392024-07-26T23:03:06  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1402024-07-26T23:03:19  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 260 seconds)
1412024-07-26T23:06:58  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Remote host closed the connection)
1422024-07-26T23:11:35  *** zzzzz_ <zzzzz_!~dooby1@gateway/tor-sasl/zzzzz> has quit IRC (Remote host closed the connection)
1432024-07-26T23:16:46  *** zzzzz <zzzzz!~dooby1@gateway/tor-sasl/zzzzz> has joined #bitcoin-core-dev
1442024-07-26T23:17:51  *** andrewtoth <andrewtoth!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Ping timeout: 260 seconds)
1452024-07-26T23:25:34  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1462024-07-26T23:30:55  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 252 seconds)
1472024-07-26T23:31:32  *** szkl <szkl!uid110435@2a03:5180:f:5::1:af63> has quit IRC (Quit: Connection closed for inactivity)
1482024-07-26T23:46:26  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has joined #bitcoin-core-dev
1492024-07-26T23:50:45  *** kevkevin <kevkevin!~kevkevin@2600:1700:b30:47c0:b546:2fb:87d:4a44> has quit IRC (Ping timeout: 248 seconds)