--- Log opened Thu Apr 06 00:00:24 2023 00:01 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 00:02 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 00:06 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 252 seconds] 00:09 -!- b_101_ [~robert@185.180.13.45.adsl.inet-telecom.org] has quit [Ping timeout: 240 seconds] 00:18 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 00:23 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 260 seconds] 00:36 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 00:40 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 01:03 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 01:06 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has joined #bitcoin-core-pr-reviews 01:08 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 252 seconds] 01:13 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has quit [Ping timeout: 240 seconds] 01:25 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 01:30 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 246 seconds] 01:36 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 01:41 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 260 seconds] 01:48 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 01:51 -!- chiragbiradar [~chiragbir@106.217.92.36] has joined #bitcoin-core-pr-reviews 01:52 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 256 seconds] 01:57 -!- chiragbiradar [~chiragbir@106.217.92.36] has quit [Quit: Connection closed] 01:58 -!- __gotcha [~Thunderbi@ldd29-1-78-210-28-87.fbx.proxad.net] has joined #bitcoin-core-pr-reviews 02:00 -!- chiragbiradar [~chiragbir@106.217.92.36] has joined #bitcoin-core-pr-reviews 02:02 -!- __gotcha [~Thunderbi@ldd29-1-78-210-28-87.fbx.proxad.net] has quit [Ping timeout: 248 seconds] 02:08 -!- chiragbiradar [~chiragbir@106.217.92.36] has quit [Quit: Connection closed] 02:10 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 02:15 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 248 seconds] 02:27 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 02:27 -!- grettke [~grettke@184.55.131.155] has joined #bitcoin-core-pr-reviews 02:31 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 265 seconds] 02:42 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 02:47 < darosior> Hey all. Thanks josie for hosting, unfortunately i couldn't attend. Just adding a couple things for the curious as i'm reading through the scrollback. :) 02:47 < darosior> Regarding the limits, the element counts limits are not the same under Tapscript. Under P2WSH there may be at most 100 items on the witness before executing the script (excluding the witness script). With Tapscript this limit was lifted (although the standard item size limit was kept). See 02:47 < darosior> https://github.com/bitcoin/bitcoin/blob/5a8bd4505687a7ec76d731b1a8249ee04d641990/src/policy/policy.h#L40-L49. 02:47 < darosior> stickies-v makes a good observation wrt the off-by-one, but Miniscript requires the threshold (and thereby the number of keys) be >1. So the minimum number of stack elements to satisfy a `multi` is 2, and for `multi_a` it's 1. 02:47 < darosior> Yay for the followup! 02:47 < darosior> turkycat: you'll have the empty vector for the `n-k` keys you don't satisfy. Each empty vector will be passed as parameter to a CHECKSIGADD, which will not add anything to the accumulator. Note how the order matters. 02:47 < darosior> stickies-v: for a k-of-n `multi_a` would translate to a script with n CSA but ending in `k NUMEQUAL`. Basically you add the checksig return value for the n keys and you check whether k of them returned 1, whichever it is. 02:47 < darosior> josie: no your explanation is fine. If anyone here is unclear about `multi_a` vs `multi` wrt the `n` property, i'm happy to expand. 02:52 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 264 seconds] 02:53 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 02:58 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 02:58 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 03:03 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 03:03 < stickies-v> thanks for the explanation darosior, I indeed missed that the spec says `1 ≤ k ≤ n`. Then... I don't think I understand in which scenario `multi_a` doesn't consume anything from the stack? 03:04 < darosior> stickies-v: it's not anything, it's whether the top stack element of a satisfaction may be the empty vector 03:06 < darosior> stickies-v: for instance `multi_a(1, A, B)` may be satisfied with either `<> ` or ` <>`. The former has an empty top stack element. This is never the case for `multi` because you don't provide empty vectors for the pubkeys you don't satisfy, they just not appear in the satisfaction. 03:08 < stickies-v> okay that makes sense, I think I'm just confused about why `multi_a` is no longer `n`. The definition says: 03:08 < stickies-v> "n" Nonzero: this expression always consumes at least 1 stack element, no satisfaction for this expression requires the top input stack element to be zero. 03:09 < stickies-v> I interpreted that as `multi_a` no longer always consumes at least 1 stack element, but if I'm understanding it right it actually is no longer `n` because "no satisfaction for this expression requires the top input stack element to be zero." ? 03:22 < darosior> Yes 03:32 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 03:37 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 03:43 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 03:47 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 250 seconds] 04:05 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 04:09 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 246 seconds] 04:16 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 04:20 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 246 seconds] 04:23 < stickies-v> ty 04:26 < stickies-v> the notes and questions for next week's review club hosted by josie are up: https://bitcoincore.reviews/27255-2 - it's a continuation of yesterday's TapMiniScript discussion as we still had quite a bit left to cover 04:33 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 04:38 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 240 seconds] 04:38 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 04:43 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 256 seconds] 04:49 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 04:54 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 04:55 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 05:05 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 260 seconds] 05:23 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 05:28 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 268 seconds] 05:29 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 05:35 -!- grettke [~grettke@184.55.131.155] has quit [Quit: grettke] 05:45 -!- pakaro [~quassel@cst2-172-130.cust.vodafone.cz] has joined #bitcoin-core-pr-reviews 05:46 -!- pakaro [~quassel@cst2-172-130.cust.vodafone.cz] has quit [Client Quit] 08:17 -!- pablomartin [~pablomart@185.183.180.99] has joined #bitcoin-core-pr-reviews 08:40 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-pr-reviews 09:07 -!- turkycat [~turkycat@76.146.17.180] has quit [Ping timeout: 268 seconds] 09:45 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Remote host closed the connection] 09:45 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 09:50 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 260 seconds] 09:56 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 10:01 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 264 seconds] 10:02 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 10:02 -!- __gotcha [~Thunderbi@ldd29-1-78-210-28-87.fbx.proxad.net] has joined #bitcoin-core-pr-reviews 10:06 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 246 seconds] 10:07 -!- __gotcha [~Thunderbi@ldd29-1-78-210-28-87.fbx.proxad.net] has quit [Ping timeout: 256 seconds] 10:13 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 10:17 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 246 seconds] 10:27 -!- turkycat [~turkycat@76.146.17.180] has joined #bitcoin-core-pr-reviews 10:43 -!- pablomartin [~pablomart@185.183.180.99] has quit [Remote host closed the connection] 10:43 -!- pablomartin [~pablomart@185.183.180.99] has joined #bitcoin-core-pr-reviews 10:44 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has joined #bitcoin-core-pr-reviews 10:47 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 10:51 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 10:52 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 10:56 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 246 seconds] 11:03 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 11:07 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 250 seconds] 11:09 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 11:10 -!- grettke [~grettke@184.55.131.155] has joined #bitcoin-core-pr-reviews 11:13 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 11:19 -!- pablomartin [~pablomart@185.183.180.99] has quit [Remote host closed the connection] 11:19 -!- pablomartin [~pablomart@185.183.180.99] has joined #bitcoin-core-pr-reviews 11:19 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 11:24 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 264 seconds] 11:32 -!- pablomartin [~pablomart@185.183.180.99] has quit [Remote host closed the connection] 11:32 -!- pablomartin [~pablomart@185.183.180.99] has joined #bitcoin-core-pr-reviews 11:47 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 11:52 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 276 seconds] 11:58 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 12:00 -!- b_101_ [~robert@fixed-187-189-246-111.totalplay.net] has joined #bitcoin-core-pr-reviews 12:01 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has quit [Ping timeout: 252 seconds] 12:03 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 252 seconds] 12:06 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:06 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 12:07 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Client Quit] 12:07 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 12:29 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has joined #bitcoin-core-pr-reviews 12:31 -!- b_101_ [~robert@fixed-187-189-246-111.totalplay.net] has quit [Ping timeout: 252 seconds] 12:58 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has quit [Ping timeout: 240 seconds] 15:11 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Remote host closed the connection] 15:11 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 15:16 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 15:39 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 15:43 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 15:48 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 15:52 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 15:57 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has joined #bitcoin-core-pr-reviews 16:01 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has quit [Ping timeout: 246 seconds] 16:13 -!- pablomartin [~pablomart@185.183.180.99] has quit [Ping timeout: 248 seconds] 16:17 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 16:22 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 260 seconds] 16:23 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 16:27 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 16:39 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 16:44 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 240 seconds] 16:50 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 16:54 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 16:56 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 17:01 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 248 seconds] 17:01 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 17:06 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 17:08 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 17:12 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 240 seconds] 17:18 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 17:23 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 265 seconds] 17:24 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 17:29 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 240 seconds] 17:30 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 17:34 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 17:35 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has joined #bitcoin-core-pr-reviews 17:50 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 17:57 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 276 seconds] 18:01 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 18:05 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 18:58 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 19:03 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 246 seconds] 19:21 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 19:26 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 19:41 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has quit [Ping timeout: 246 seconds] 19:42 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has joined #bitcoin-core-pr-reviews 19:47 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has quit [Ping timeout: 276 seconds] 19:48 -!- b_101_ [~robert@fixed-187-189-246-111.totalplay.net] has joined #bitcoin-core-pr-reviews 19:56 -!- grettke [~grettke@184.55.131.155] has quit [Quit: grettke] 20:10 -!- grettke [~grettke@184.55.131.155] has joined #bitcoin-core-pr-reviews 20:14 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has joined #bitcoin-core-pr-reviews 20:15 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 20:16 -!- b_101_ [~robert@fixed-187-189-246-111.totalplay.net] has quit [Ping timeout: 260 seconds] 20:20 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 248 seconds] 20:26 -!- b_101 [~robert@185.180.13.45.adsl.inet-telecom.org] has quit [Ping timeout: 248 seconds] 20:26 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-pr-reviews 20:31 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 252 seconds] 21:11 -!- jonatack3 [~jonatack@user/jonatack] has joined #bitcoin-core-pr-reviews 21:14 -!- jonatack2 [~jonatack@user/jonatack] has quit [Ping timeout: 265 seconds] 21:29 -!- grettke [~grettke@184.55.131.155] has quit [Ping timeout: 252 seconds] 21:44 -!- grettke [~grettke@184.55.131.155] has joined #bitcoin-core-pr-reviews 21:46 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7900:7242:fd2a:a25b] has joined #bitcoin-core-pr-reviews 22:02 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 22:07 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 250 seconds] 22:19 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 22:24 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 265 seconds] 22:41 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 22:45 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 240 seconds] 22:47 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 22:51 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 248 seconds] 22:52 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 22:57 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 246 seconds] 23:17 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7900:7242:fd2a:a25b] has quit [Ping timeout: 260 seconds] 23:18 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 23:22 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 264 seconds] 23:29 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has joined #bitcoin-core-pr-reviews 23:33 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:c09e:9cff:94fc:2ae4] has quit [Ping timeout: 264 seconds] --- Log closed Fri Apr 07 00:00:25 2023