12023-01-19T00:01:08  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
  22023-01-19T00:05:10  <phantomcircuit> sipa: all the wallets have a GetScriptPubKeys method, so at least in theory there's no reason not to support all of them
  32023-01-19T00:05:22  <phantomcircuit> but yeah i get it, i'll see if achow101 has an opinion :)
  42023-01-19T00:16:14  <achow101> phantomcircuit: multisig as in bare multisig or any multisigs?
  52023-01-19T00:19:11  <phantomcircuit> achow101: as in i would only be able to find things that are in LegacyScriptPubKeyMan::GetScriptPubKeys()
  62023-01-19T00:19:14  <phantomcircuit> which if i understand correctly puts me in the same position as someone who migrates from legacy to descriptor anyways
  72023-01-19T00:19:30  <achow101> ah, that's fine
  82023-01-19T00:19:32  <phantomcircuit> i can see what sipa is saying though, since im not able to support more than what descriptor wallets can do i should just support migrated wallets only
  92023-01-19T00:19:45  <achow101> GetScriptPubKeys() should exactly match everything that IsMine() does, so it shouldn't miss anything
 102023-01-19T00:21:03  <achow101> one of the issues with the rescanning is that each new tx found can add entries to the keypool, so figuring out what was added in order to update the spk set might be harder with legacy wallets
 112023-01-19T00:25:51  <phantomcircuit> achow101: ironically it's much easier with true legacy wallets that dont have hd keys
 122023-01-19T00:26:11  <phantomcircuit> im not sure you're right about GetScriptPubKeys matching IsMine 1:1
 132023-01-19T00:27:18  <achow101> it's supposed to... if it doesn't, that's a bug
 142023-01-19T00:29:01  <phantomcircuit> achow101: i dont think it can, since there's an exponential blow up in the solver
 152023-01-19T00:29:36  <phantomcircuit> achow101: bare n-of-m multisig where the legacy wallet has all the keys will be IsMine, but we cannot possibly generate all of those scriptpubkeys
 162023-01-19T00:29:52  <achow101> not since a while now
 172023-01-19T00:30:06  <achow101> you need to import bare multisigs explicitly for them to be detected
 182023-01-19T00:30:52  <phantomcircuit> ah i see // Never treat bare multisig outputs as ours (they can still be made watchonly-though)
 192023-01-19T00:30:58  <phantomcircuit> ok yeah then it's possible
 202023-01-19T00:31:58  <phantomcircuit> sipa: lol you're the one who made bare multisig !IsMine :)
 212023-01-19T00:32:35  <sipa> I just remember it was nontrivial to generate the set of all scriptPubKeys!
 222023-01-19T00:32:42  <sipa> If the code for that exists now, so much the better.
 232023-01-19T00:35:51  <phantomcircuit> sipa: iirc i tried to do it before the change to bare multisigs and decided it was literally impossible, because of the bare multisig support
 242023-01-19T00:46:43  *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:9c2f:190e:3e75:4995> has joined #bitcoin-core-dev
 252023-01-19T00:50:02  *** weylin__ <weylin__!~weylin@63-224-159-73.phnx.qwest.net> has joined #bitcoin-core-dev
 262023-01-19T00:53:18  *** dviola <dviola!~diego@187.66.112.167> has joined #bitcoin-core-dev
 272023-01-19T00:53:28  *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:9c2f:190e:3e75:4995> has quit IRC (Ping timeout: 256 seconds)
 282023-01-19T00:55:59  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Remote host closed the connection)
 292023-01-19T00:56:34  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 302023-01-19T00:59:16  *** b_101 <b_101!~robert@189.236.26.147> has joined #bitcoin-core-dev
 312023-01-19T00:59:32  *** b_101 <b_101!~robert@189.236.26.147> has quit IRC (Client Quit)
 322023-01-19T01:01:08  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 332023-01-19T01:01:09  <sipa> yeah without that you have n^3 combinations
 342023-01-19T01:01:40  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
 352023-01-19T01:02:34  *** b_101 <b_101!~robert@185.242.5.35> has joined #bitcoin-core-dev
 362023-01-19T01:07:13  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
 372023-01-19T01:10:14  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 382023-01-19T01:14:44  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
 392023-01-19T01:26:35  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 402023-01-19T01:31:25  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
 412023-01-19T01:35:33  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 422023-01-19T01:37:37  *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:15d6:7f65:1cbf:6796> has joined #bitcoin-core-dev
 432023-01-19T01:40:51  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
 442023-01-19T01:41:04  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 452023-01-19T01:47:37  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 462023-01-19T01:52:58  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 472023-01-19T01:53:28  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
 482023-01-19T01:57:48  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 492023-01-19T01:58:56  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
 502023-01-19T01:59:17  *** amishnick <amishnick!~amishnick@cpe-74-72-75-120.nyc.res.rr.com> has joined #bitcoin-core-dev
 512023-01-19T02:02:30  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 522023-01-19T02:02:36  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 532023-01-19T02:07:08  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 542023-01-19T02:18:16  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 552023-01-19T02:21:12  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 562023-01-19T02:23:00  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 572023-01-19T02:24:23  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 582023-01-19T02:25:50  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 592023-01-19T02:28:55  *** dviola <dviola!~diego@187.66.112.167> has quit IRC (Ping timeout: 252 seconds)
 602023-01-19T02:35:51  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
 612023-01-19T02:42:48  *** test_ <test_!flooded@gateway/vpn/protonvpn/flood/x-43489060> has joined #bitcoin-core-dev
 622023-01-19T02:45:11  *** _flood <_flood!flooded@gateway/vpn/protonvpn/flood/x-43489060> has quit IRC (Ping timeout: 246 seconds)
 632023-01-19T02:51:06  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Remote host closed the connection)
 642023-01-19T02:51:44  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 652023-01-19T02:56:26  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 662023-01-19T03:05:30  *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:15d6:7f65:1cbf:6796> has quit IRC (Ping timeout: 256 seconds)
 672023-01-19T03:06:24  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 682023-01-19T03:10:00  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 692023-01-19T03:11:10  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 702023-01-19T03:15:30  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 712023-01-19T03:15:42  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 722023-01-19T03:18:26  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 732023-01-19T03:20:04  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
 742023-01-19T03:23:04  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 752023-01-19T03:26:49  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 762023-01-19T03:28:51  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 772023-01-19T03:31:25  *** andrew___ <andrew___!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 782023-01-19T03:31:31  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
 792023-01-19T03:33:56  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
 802023-01-19T03:37:15  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 812023-01-19T03:37:25  *** andrew___ <andrew___!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
 822023-01-19T03:38:50  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 832023-01-19T03:40:20  *** Randolf <Randolf!~randolf@184.70.10.188> has joined #bitcoin-core-dev
 842023-01-19T03:42:05  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
 852023-01-19T03:43:15  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
 862023-01-19T03:44:16  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 872023-01-19T03:49:02  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 882023-01-19T03:49:08  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
 892023-01-19T03:53:40  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
 902023-01-19T03:56:17  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 912023-01-19T04:00:59  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
 922023-01-19T04:04:12  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 932023-01-19T04:08:46  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
 942023-01-19T04:09:36  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 952023-01-19T04:25:35  *** hsmiths <hsmiths!~Thunderbi@76-240-112-146.lightspeed.irvnca.sbcglobal.net> has quit IRC (Quit: hsmiths)
 962023-01-19T04:26:05  *** hsmiths <hsmiths!~Thunderbi@76-240-112-146.lightspeed.irvnca.sbcglobal.net> has joined #bitcoin-core-dev
 972023-01-19T04:34:43  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Remote host closed the connection)
 982023-01-19T04:35:21  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
 992023-01-19T04:40:04  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
1002023-01-19T04:45:13  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1012023-01-19T04:49:46  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
1022023-01-19T04:51:33  *** Randolf <Randolf!~randolf@184.70.10.188> has quit IRC (Quit: Leaving)
1032023-01-19T04:52:06  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1042023-01-19T04:56:31  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Remote host closed the connection)
1052023-01-19T04:57:10  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1062023-01-19T05:01:33  *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
1072023-01-19T05:02:10  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
1082023-01-19T05:09:27  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1092023-01-19T05:11:53  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Remote host closed the connection)
1102023-01-19T05:12:08  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1112023-01-19T05:43:28  *** jarthur <jarthur!~jarthur@user/jarthur> has quit IRC (Quit: jarthur)
1122023-01-19T06:16:07  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Remote host closed the connection)
1132023-01-19T06:16:44  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1142023-01-19T06:21:34  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
1152023-01-19T06:33:14  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1162023-01-19T06:36:22  *** as2333 <as2333!~as2333@user/as2333> has quit IRC (Quit: as2333)
1172023-01-19T06:39:42  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
1182023-01-19T06:45:22  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1192023-01-19T07:04:04  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
1202023-01-19T07:08:18  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1212023-01-19T07:12:32  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 246 seconds)
1222023-01-19T07:24:32  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1232023-01-19T07:29:00  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
1242023-01-19T07:40:49  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1252023-01-19T07:45:18  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
1262023-01-19T07:58:02  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1272023-01-19T08:03:34  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
1282023-01-19T08:12:38  *** weylin__ <weylin__!~weylin@63-224-159-73.phnx.qwest.net> has quit IRC (Remote host closed the connection)
1292023-01-19T08:15:27  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1302023-01-19T08:18:06  *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
1312023-01-19T08:19:17  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1322023-01-19T08:20:07  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
1332023-01-19T08:23:49  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
1342023-01-19T08:36:19  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1352023-01-19T08:38:51  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1362023-01-19T08:41:06  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
1372023-01-19T08:47:10  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1382023-01-19T08:47:42  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has joined #bitcoin-core-dev
1392023-01-19T08:52:05  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has joined #bitcoin-core-dev
1402023-01-19T08:52:17  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has quit IRC (Ping timeout: 246 seconds)
1412023-01-19T08:54:27  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1422023-01-19T08:58:50  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
1432023-01-19T09:01:50  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
1442023-01-19T09:10:17  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1452023-01-19T09:14:49  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
1462023-01-19T09:17:28  <phantomcircuit> sipa: does FastRange64 change the sort order?
1472023-01-19T09:18:53  *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Quit: Leaving...)
1482023-01-19T09:19:28  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1492023-01-19T09:27:31  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1502023-01-19T09:32:00  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
1512023-01-19T09:35:46  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1522023-01-19T09:37:36  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8ae2808a4354...92dcbe9cc369
1532023-01-19T09:37:37  <bitcoin-git> bitcoin/master 0bd73e2 klementtan: util: Add -shutdownnotify option.
1542023-01-19T09:37:37  <bitcoin-git> bitcoin/master d96d97a klementtan:  doc: Add release note for shutdownnotify.
1552023-01-19T09:37:37  <bitcoin-git> bitcoin/master 92dcbe9 MarcoFalke: Merge bitcoin/bitcoin#23395: util: Add -shutdownnotify option
1562023-01-19T09:37:47  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #23395: util: Add -shutdownnotify option (master...shutdown-notify) https://github.com/bitcoin/bitcoin/pull/23395
1572023-01-19T09:39:17  *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:15d6:7f65:1cbf:6796> has joined #bitcoin-core-dev
1582023-01-19T09:40:17  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
1592023-01-19T09:53:34  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1602023-01-19T09:59:10  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
1612023-01-19T10:11:07  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #26917: refactor: Add RPCArg::Required to replace RPCArg::Optional::NO (master...2301-rpc-doc-🌮) https://github.com/bitcoin/bitcoin/pull/26917
1622023-01-19T10:12:01  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1632023-01-19T10:12:03  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #26917: refactor: Add RPCArg::Required to replace RPCArg::Optional::NO (master...2301-rpc-doc-🌮) https://github.com/bitcoin/bitcoin/pull/26917
1642023-01-19T10:16:40  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
1652023-01-19T10:18:10  *** jespada <jespada!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has quit IRC (Remote host closed the connection)
1662023-01-19T10:18:53  *** jespada <jespada!~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net> has joined #bitcoin-core-dev
1672023-01-19T10:21:27  *** Guyver2_ <Guyver2_!Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1682023-01-19T10:22:11  *** _andrewtoth_ <_andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
1692023-01-19T10:24:11  *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Ping timeout: 255 seconds)
1702023-01-19T10:25:14  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has quit IRC (Ping timeout: 256 seconds)
1712023-01-19T10:26:30  <MacroFake> achow101: jamesob: Started a brainstorming in #26918
1722023-01-19T10:26:31  <gribble> https://github.com/bitcoin/bitcoin/issues/26918 | ci: Use containerfiles? · Issue #26918 · bitcoin/bitcoin · GitHub
1732023-01-19T10:30:19  <MacroFake> At a first glance it doesn't look possible without a complete re-write
1742023-01-19T10:37:10  <bitcoin-git> [bitcoin] fanquake opened pull request #26919: scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG (master...remove_omitted_named_arg) https://github.com/bitcoin/bitcoin/pull/26919
1752023-01-19T11:15:46  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
1762023-01-19T11:28:51  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has joined #bitcoin-core-dev
1772023-01-19T11:30:04  *** Guyver2__ <Guyver2__!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1782023-01-19T11:30:36  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1792023-01-19T11:31:47  *** greypw2546002 <greypw2546002!~greypw254@grey.pw> has quit IRC (Read error: Connection reset by peer)
1802023-01-19T11:31:55  *** greypw2546002 <greypw2546002!~greypw254@grey.pw> has joined #bitcoin-core-dev
1812023-01-19T11:32:40  *** Guyver2_ <Guyver2_!Guyver@77-174-98-73.fixed.kpn.net> has quit IRC (Ping timeout: 256 seconds)
1822023-01-19T11:35:30  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has quit IRC (Ping timeout: 256 seconds)
1832023-01-19T11:56:37  *** livestradamus <livestradamus!~quassel@user/livestradamus> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
1842023-01-19T12:00:09  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
1852023-01-19T12:05:38  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1862023-01-19T12:10:16  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1872023-01-19T12:13:46  *** livestradamus <livestradamus!~quassel@user/livestradamus> has joined #bitcoin-core-dev
1882023-01-19T12:15:54  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
1892023-01-19T12:18:56  *** livestradamus <livestradamus!~quassel@user/livestradamus> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
1902023-01-19T12:23:48  *** Livestradamus <Livestradamus!~Livestrad@user/livestradamus> has joined #bitcoin-core-dev
1912023-01-19T12:28:48  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
1922023-01-19T12:29:29  *** salvatoshi <salvatoshi!~salvatosh@genymobile-2-6-86.fib.nerim.net> has joined #bitcoin-core-dev
1932023-01-19T12:29:32  *** Guyver2_ <Guyver2_!~Guyver@2a02-a45c-ba8d-1-995c-8dc-1a21-83e6.fixed6.kpn.net> has joined #bitcoin-core-dev
1942023-01-19T12:32:16  *** Guyver2__ <Guyver2__!~Guyver@77-174-98-73.fixed.kpn.net> has quit IRC (Ping timeout: 272 seconds)
1952023-01-19T12:33:15  *** dermoth <dermoth!~dermoth@user/dermoth> has quit IRC (Ping timeout: 260 seconds)
1962023-01-19T12:33:22  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
1972023-01-19T12:44:05  <bitcoin-git> [bitcoin] theStack opened pull request #26920: doc: add release note for #25957 (fast wallet rescan) (master...202301-doc-add_release_note_25957) https://github.com/bitcoin/bitcoin/pull/26920
1982023-01-19T12:44:34  *** dermoth <dermoth!~dermoth@user/dermoth> has joined #bitcoin-core-dev
1992023-01-19T12:46:00  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2002023-01-19T12:50:24  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
2012023-01-19T12:52:28  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
2022023-01-19T12:58:48  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Quit: = "")
2032023-01-19T12:59:25  *** Livestradamus <Livestradamus!~Livestrad@user/livestradamus> has quit IRC (Quit: ~Peace~)
2042023-01-19T13:03:02  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2052023-01-19T13:07:52  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
2062023-01-19T13:15:54  *** Livestradamus <Livestradamus!~Livestrad@user/livestradamus> has joined #bitcoin-core-dev
2072023-01-19T13:19:13  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2082023-01-19T13:23:27  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
2092023-01-19T13:34:27  <bitcoin-git> [gui] john-moffett opened pull request #698: gui: Show labels for multiple SendToSelf addresses (master...2023_01_LabelsForPayToSelf) https://github.com/bitcoin-core/gui/pull/698
2102023-01-19T13:35:17  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2112023-01-19T13:39:40  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has joined #bitcoin-core-dev
2122023-01-19T13:40:02  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
2132023-01-19T13:40:46  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/92dcbe9cc369...234388621733
2142023-01-19T13:40:47  <bitcoin-git> bitcoin/master 7832883 Sebastian Falbesoner: doc: add release note for #25957 (fast wallet rescan)
2152023-01-19T13:40:47  <bitcoin-git> bitcoin/master 2343886 fanquake: Merge bitcoin/bitcoin#26920: doc: add release note for #25957 (fast wallet...
2162023-01-19T13:40:51  <bitcoin-git> [bitcoin] fanquake merged pull request #26920: doc: add release note for #25957 (fast wallet rescan) (master...202301-doc-add_release_note_25957) https://github.com/bitcoin/bitcoin/pull/26920
2172023-01-19T13:44:46  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2182023-01-19T13:50:30  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
2192023-01-19T13:58:19  *** TheRec <TheRec!~toto@user/therec> has quit IRC (Ping timeout: 260 seconds)
2202023-01-19T14:00:24  *** TheRec <TheRec!~toto@84-75-225-47.dclient.hispeed.ch> has joined #bitcoin-core-dev
2212023-01-19T14:03:08  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2222023-01-19T14:07:39  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
2232023-01-19T14:10:08  <sipa> @phantomcircuit FastRange64(x, n) gives a different result than (x % n).
2242023-01-19T14:20:00  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2252023-01-19T14:24:47  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
2262023-01-19T14:35:52  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2272023-01-19T14:36:05  *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:15d6:7f65:1cbf:6796> has quit IRC (Ping timeout: 256 seconds)
2282023-01-19T14:36:54  *** Guyver2__ <Guyver2__!~Guyver@2a02-a45c-ba8d-1-995c-8dc-1a21-83e6.fixed6.kpn.net> has joined #bitcoin-core-dev
2292023-01-19T14:38:46  *** Guyver2_ <Guyver2_!~Guyver@2a02-a45c-ba8d-1-995c-8dc-1a21-83e6.fixed6.kpn.net> has quit IRC (Ping timeout: 252 seconds)
2302023-01-19T14:40:03  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2312023-01-19T14:40:11  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 246 seconds)
2322023-01-19T14:44:58  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2332023-01-19T14:44:59  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
2342023-01-19T14:49:36  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 255 seconds)
2352023-01-19T14:59:34  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/234388621733...05e3468fb3c0
2362023-01-19T14:59:34  <bitcoin-git> bitcoin/master 58c2bbd dergoegge: [fuzz] Enable erlay in process_message(s) targets
2372023-01-19T14:59:34  <bitcoin-git> bitcoin/master 05e3468 MarcoFalke: Merge bitcoin/bitcoin#26686: fuzz: Enable erlay setting in process_message...
2382023-01-19T14:59:40  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26686: fuzz: Enable erlay setting in process_message(s) targets (master...2022-11-fuzz-enable-txrecon) https://github.com/bitcoin/bitcoin/pull/26686
2392023-01-19T15:02:24  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2402023-01-19T15:02:55  *** MrFrancis <MrFrancis!~MrFrancis@bl15-115-2.dsl.telepac.pt> has joined #bitcoin-core-dev
2412023-01-19T15:05:26  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/05e3468fb3c0...b5c88a547996
2422023-01-19T15:05:27  <bitcoin-git> bitcoin/master da6c7ae Martin Zumsande: hash: add HashedSourceWriter
2432023-01-19T15:05:27  <bitcoin-git> bitcoin/master 5eabb61 Martin Zumsande: addrdb: Only call Serialize() once
2442023-01-19T15:05:27  <bitcoin-git> bitcoin/master b5c88a5 MarcoFalke: Merge bitcoin/bitcoin#26909: net: prevent peers.dat corruptions by only se...
2452023-01-19T15:05:32  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26909: net: prevent peers.dat corruptions by only serializing once (master...202301_peersdat_corruption) https://github.com/bitcoin/bitcoin/pull/26909
2462023-01-19T15:07:07  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
2472023-01-19T15:18:13  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2482023-01-19T15:19:02  <bitcoin-git> [bitcoin] fanquake opened pull request #26921: [23.x] Backports (23.x...23_2_backports) https://github.com/bitcoin/bitcoin/pull/26921
2492023-01-19T15:22:46  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
2502023-01-19T15:27:11  <bitcoin-git> [bitcoin] fanquake opened pull request #26922: [24.x] ci: add missing xz-utils package (24.x...24_missing_xz_utils) https://github.com/bitcoin/bitcoin/pull/26922
2512023-01-19T15:31:25  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2522023-01-19T15:33:09  <bitcoin-git> [bitcoin] fanquake closed pull request #26922: [24.x] ci: add missing xz-utils package (24.x...24_missing_xz_utils) https://github.com/bitcoin/bitcoin/pull/26922
2532023-01-19T15:33:10  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2542023-01-19T15:35:46  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
2552023-01-19T15:36:07  *** Guest39 <Guest39!~Guest39@pool-96-242-209-34.nwrknj.fios.verizon.net> has joined #bitcoin-core-dev
2562023-01-19T15:36:18  *** Guest39 <Guest39!~Guest39@pool-96-242-209-34.nwrknj.fios.verizon.net> has quit IRC (Client Quit)
2572023-01-19T15:36:57  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2582023-01-19T15:37:11  *** halosghost <halosghost!~halosghos@user/halosghost> has joined #bitcoin-core-dev
2592023-01-19T15:37:28  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
2602023-01-19T15:40:22  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2612023-01-19T15:40:27  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Read error: Connection reset by peer)
2622023-01-19T15:41:27  <bitcoin-git> [bitcoin] theStack opened pull request #26923: test: refactor: simplify p2p_{tx_download,eviction}.py by using MiniWallet (master...202301-test-simplify_p2p_tx_download_MiniWallet) https://github.com/bitcoin/bitcoin/pull/26923
2632023-01-19T15:41:43  *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
2642023-01-19T15:42:41  *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Remote host closed the connection)
2652023-01-19T15:42:47  *** _andrewtoth_ <_andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Ping timeout: 255 seconds)
2662023-01-19T15:43:06  *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
2672023-01-19T15:45:21  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
2682023-01-19T15:47:40  *** MrFrancis <MrFrancis!~MrFrancis@bl15-115-2.dsl.telepac.pt> has quit IRC (Ping timeout: 256 seconds)
2692023-01-19T15:57:53  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2702023-01-19T16:03:09  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
2712023-01-19T16:17:02  *** Guest13 <Guest13!~Guest13@129.205.0.252> has joined #bitcoin-core-dev
2722023-01-19T16:17:54  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2732023-01-19T16:18:04  *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
2742023-01-19T16:22:37  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
2752023-01-19T16:24:55  *** weylin__ <weylin__!~weylin@63-224-159-73.phnx.qwest.net> has joined #bitcoin-core-dev
2762023-01-19T16:27:14  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has quit IRC (Ping timeout: 272 seconds)
2772023-01-19T16:30:40  *** dviola <dviola!~diego@user/dviola> has joined #bitcoin-core-dev
2782023-01-19T16:34:56  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2792023-01-19T16:37:41  *** kexkey <kexkey!~kexkey@static-198-54-132-142.cust.tzulo.com> has quit IRC (Ping timeout: 265 seconds)
2802023-01-19T16:38:23  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2812023-01-19T16:39:14  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
2822023-01-19T16:39:21  *** kexkey <kexkey!~kexkey@static-198-54-132-139.cust.tzulo.com> has joined #bitcoin-core-dev
2832023-01-19T16:40:10  *** andrew_m_ <andrew_m_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Read error: Connection reset by peer)
2842023-01-19T16:40:43  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2852023-01-19T16:42:17  *** as2333 <as2333!~as2333@host168.190-138-75.telecom.net.ar> has joined #bitcoin-core-dev
2862023-01-19T16:42:46  *** weylin__ <weylin__!~weylin@63-224-159-73.phnx.qwest.net> has quit IRC (Remote host closed the connection)
2872023-01-19T16:45:28  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
2882023-01-19T16:56:35  *** halosghost <halosghost!~halosghos@user/halosghost> has quit IRC (Read error: Connection reset by peer)
2892023-01-19T16:57:03  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2902023-01-19T16:57:06  *** halosghost <halosghost!~halosghos@user/halosghost> has joined #bitcoin-core-dev
2912023-01-19T17:02:26  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
2922023-01-19T17:05:40  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2932023-01-19T17:12:11  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 248 seconds)
2942023-01-19T17:19:16  *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:6d49:62d4:cd6b:65ee> has joined #bitcoin-core-dev
2952023-01-19T17:22:00  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has joined #bitcoin-core-dev
2962023-01-19T17:25:45  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
2972023-01-19T17:28:17  *** jarthur <jarthur!~jarthur@user/jarthur> has joined #bitcoin-core-dev
2982023-01-19T17:30:11  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 264 seconds)
2992023-01-19T17:32:23  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
3002023-01-19T17:36:50  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
3012023-01-19T17:37:27  *** Guyver2__ <Guyver2__!~Guyver@2a02-a45c-ba8d-1-995c-8dc-1a21-83e6.fixed6.kpn.net> has quit IRC (Read error: Connection reset by peer)
3022023-01-19T17:37:40  *** Guyver2__ <Guyver2__!~Guyver@2a02-a45c-ba8d-1-995c-8dc-1a21-83e6.fixed6.kpn.net> has joined #bitcoin-core-dev
3032023-01-19T17:44:22  *** jon_atack <jon_atack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 268 seconds)
3042023-01-19T17:44:51  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
3052023-01-19T17:46:03  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
3062023-01-19T17:46:40  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has joined #bitcoin-core-dev
3072023-01-19T17:47:05  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has quit IRC (Client Quit)
3082023-01-19T17:49:08  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has joined #bitcoin-core-dev
3092023-01-19T17:51:29  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
3102023-01-19T17:55:19  *** jon_atack <jon_atack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
3112023-01-19T17:57:04  *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:31e2:7912:f322:bbfb> has joined #bitcoin-core-dev
3122023-01-19T18:03:11  *** Guyver2__ <Guyver2__!~Guyver@2a02-a45c-ba8d-1-995c-8dc-1a21-83e6.fixed6.kpn.net> has left #bitcoin-core-dev
3132023-01-19T18:03:42  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
3142023-01-19T18:03:46  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b5c88a547996...250598a905a7
3152023-01-19T18:03:47  <bitcoin-git> bitcoin/master dff7ed5 James O'Beirne: test: add an easy way to run linters locally
3162023-01-19T18:03:47  <bitcoin-git> bitcoin/master b68e5a7 James O'Beirne: lint: specify the right commit range when running locally
3172023-01-19T18:03:47  <bitcoin-git> bitcoin/master 250598a MarcoFalke: Merge bitcoin/bitcoin#26906: test: add an easy way to run linters locally
3182023-01-19T18:03:52  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26906: test: add an easy way to run linters locally (master...2023-01-lint-container) https://github.com/bitcoin/bitcoin/pull/26906
3192023-01-19T18:08:33  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 265 seconds)
3202023-01-19T18:17:20  *** brunoerg_ <brunoerg_!~brunoerg@2804:14d:5281:8ae2:6d49:62d4:cd6b:65ee> has joined #bitcoin-core-dev
3212023-01-19T18:17:21  *** brunoerg_ <brunoerg_!~brunoerg@2804:14d:5281:8ae2:6d49:62d4:cd6b:65ee> has quit IRC (Remote host closed the connection)
3222023-01-19T18:17:47  *** brunoerg_ <brunoerg_!~brunoerg@2804:14d:5281:8ae2:6d49:62d4:cd6b:65ee> has joined #bitcoin-core-dev
3232023-01-19T18:17:58  *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:6d49:62d4:cd6b:65ee> has quit IRC (Read error: Permission denied)
3242023-01-19T18:18:02  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
3252023-01-19T18:21:07  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
3262023-01-19T18:22:36  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
3272023-01-19T18:28:40  *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:31e2:7912:f322:bbfb> has quit IRC (Ping timeout: 252 seconds)
3282023-01-19T18:29:01  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
3292023-01-19T18:31:14  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #26924: refactor: Add missing includes to fix gcc-13 compile error (master...2301-iwyu-gcc-13-📔) https://github.com/bitcoin/bitcoin/pull/26924
3302023-01-19T18:33:31  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
3312023-01-19T18:38:51  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has quit IRC (Remote host closed the connection)
3322023-01-19T18:41:57  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
3332023-01-19T18:48:26  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has joined #bitcoin-core-dev
3342023-01-19T18:56:03  *** weylin__ <weylin__!~weylin@2600:8800:4005:6d00:f4a3:1aaf:bee5:c8ec> has joined #bitcoin-core-dev
3352023-01-19T18:59:46  *** weylin_ <weylin_!~weylin@63-224-159-73.phnx.qwest.net> has quit IRC (Ping timeout: 256 seconds)
3362023-01-19T19:00:24  *** jon_atack <jon_atack!~jonatack@user/jonatack> has quit IRC (Quit: WeeChat 3.8)
3372023-01-19T19:00:27  <achow101> #startmeeting
3382023-01-19T19:00:27  <core-meetingbot> Meeting started Thu Jan 19 19:00:27 2023 UTC.  The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
3392023-01-19T19:00:27  <core-meetingbot> Available commands: action commands idea info link nick
3402023-01-19T19:00:35  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
3412023-01-19T19:00:41  <achow101> #bitcoin-core-dev Meeting: achow101 aj amiti ariard b10c BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd
3422023-01-19T19:00:41  <achow101> phantomcircuit promag provoostenator ryanofsky sdaftuar sipa vasild
3432023-01-19T19:00:42  *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
3442023-01-19T19:00:59  *** brunoerg_ <brunoerg_!~brunoerg@2804:14d:5281:8ae2:6d49:62d4:cd6b:65ee> has quit IRC ()
3452023-01-19T19:01:18  *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:6d49:62d4:cd6b:65ee> has joined #bitcoin-core-dev
3462023-01-19T19:01:19  <sipa> hi
3472023-01-19T19:01:21  <_aj_> 3~hi
3482023-01-19T19:01:24  <brunoerg> hi
3492023-01-19T19:01:35  <instagibbs> hi
3502023-01-19T19:01:40  <furszy> hi
3512023-01-19T19:01:51  <achow101> There are two preproposed meeting topics: code of conduct (achow101), libsecp256k1 release schedule (sipa). Any other topics to add to the list for today?
3522023-01-19T19:02:17  <ariard> hi
3532023-01-19T19:02:21  <lightlike> hi
3542023-01-19T19:02:30  <achow101> #topic High priority for review
3552023-01-19T19:02:31  <core-meetingbot> topic: High priority for review
3562023-01-19T19:02:38  <achow101> https://github.com/orgs/bitcoin/projects/1/views/1 Anything to add/remove/merge
3572023-01-19T19:02:57  <jonatack> hi
3582023-01-19T19:03:40  <sipa> Can I have #25653 ?
3592023-01-19T19:03:41  <gribble> https://github.com/bitcoin/bitcoin/issues/25653 | HTTP Error 404: Not Found
3602023-01-19T19:04:01  <achow101> sipa: it doesn't exist?
3612023-01-19T19:04:11  <sipa> Wow, my brain's copy-paste buffer is terrible. I mean #26153.
3622023-01-19T19:04:13  <gribble> https://github.com/bitcoin/bitcoin/issues/26153 | Reduce wasted pseudorandom bytes in ChaCha20 + various improvements by sipa · Pull Request #26153 · bitcoin/bitcoin · GitHub
3632023-01-19T19:04:41  <achow101> added
3642023-01-19T19:04:47  <sipa> dank
3652023-01-19T19:05:43  *** kmartin <kmartin!~kmartin@26.126.103.87.rev.vodafone.pt> has joined #bitcoin-core-dev
3662023-01-19T19:06:34  <lightlike> it seems that https://github.com/orgs/bitcoin/projects/1/views/1 and the new https://github.com/orgs/bitcoin/projects/5/views/1 have  diverged - maybe we should just use one of the two?
3672023-01-19T19:06:50  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
3682023-01-19T19:07:24  <achow101> I viewed the new one as a more free form where anyone could add whatever they wanted
3692023-01-19T19:08:42  <lightlike> oh, ok
3702023-01-19T19:09:06  <achow101> maybe _aj_ had a different usage in mind when he brought up the idea?
3712023-01-19T19:09:16  <_aj_> just added the missing ones from high prio to pr statuses
3722023-01-19T19:11:03  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
3732023-01-19T19:11:19  <achow101> #opic code of conduct (achow101)
3742023-01-19T19:11:27  <achow101> #topic code of conduct (achow101)
3752023-01-19T19:11:27  <core-meetingbot> topic: code of conduct (achow101)
3762023-01-19T19:12:17  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
3772023-01-19T19:12:34  <achow101> I wanted to get some thoughts on whether a code of conduct (not necessarily the one proposed in #26890) is something that people think we should have in this project
3782023-01-19T19:12:36  <gribble> https://github.com/bitcoin/bitcoin/issues/26890 | Introduce a Code of Conduct by achow101 · Pull Request #26890 · bitcoin/bitcoin · GitHub
3792023-01-19T19:12:42  <b10c> hi
3802023-01-19T19:15:23  <ariard> achow101: have you get feedback on how a code of conduct could be opposed legal binding to contributors ?
3812023-01-19T19:15:55  <instagibbs> from you ariard I think :P
3822023-01-19T19:16:15  <_aj_> instagibbs: (achow101 was going to get lawyer-ish feedback, i think)
3832023-01-19T19:16:20  <achow101> ariard: not yet. ajonas is helping me with finding some lawyers to look at it
3842023-01-19T19:16:33  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 252 seconds)
3852023-01-19T19:16:37  <achow101> should have something next week I think?
3862023-01-19T19:16:54  <ariard> well i checked the french law on the legal binding of internet code of conduct...and it turns out you have cases where they have been recognized legal binding
3872023-01-19T19:17:28  <ariard> in matters of civil law and spamming-only -- though still it means code of conduct have been included in the law norm hierarchy which isn't good ihmo
3882023-01-19T19:17:38  <MacroFake> No opinion on that, but I think we can just continue as before with (temporary) bans. No one seems to have complained about how things were done in the past. And the only change of the CoC.md would be that there are warnings for less severe violations, so maybe just do that in the future without the md file?
3892023-01-19T19:18:14  <ariard> achow101: the hard thing you will need probably lawyer opinions...from well all the juridctions where we have contributors :/
3902023-01-19T19:19:08  <instagibbs> MacroFake, I don't think temp bans are happening fast enough, just my humble opionion ofc
3912023-01-19T19:19:25  <achow101> MacroFake: we've taken actions on the obvious stuff like spam and threats of violence, but there are some behaviors that I think warrant action but are less obvious and potentialy more contentious, so a CoC would help us set the line for those
3922023-01-19T19:20:02  <achow101> more contentious in that taking action can be contested if it isn't written down as something that we don't think is appriopriate conduct
3932023-01-19T19:21:24  <_aj_> it can be contested anyway; as long as the people doing the moderating (and most normal contributors) are in agreement, it's fine?
3942023-01-19T19:21:53  <kanzure> i agree with some of the comments advising high levels of caution before deciding to implement a code of conduct programme
3952023-01-19T19:23:19  <achow101> _aj_: how would we do that though? Have a topic in the meeting of "proposal to ban X"?
3962023-01-19T19:24:12  <sipa> I have little opinion, fwiw. I do see some of the problems that may merit different moderation and policies; I don't know whether a CoC is the right way to address those, but also don't oppose it.
3972023-01-19T19:24:12  <kanzure> is your concern about a ban of a contributor looking like a unilateral action which might be subject to backlash/headaches that you would like to be personally protected from
3982023-01-19T19:24:14  <MacroFake> achow101: The people that can ban (+ maybe some maintainers ) could discuss a warning/ban?
3992023-01-19T19:24:30  <achow101> kanzure: yes
4002023-01-19T19:24:39  <_aj_> achow101: have the moderators moderate things quickly; have a signal group for the moderators to get quick feedback; be prepared to undo things if you go too far
4012023-01-19T19:24:54  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4022023-01-19T19:25:13  *** kmartin <kmartin!~kmartin@26.126.103.87.rev.vodafone.pt> has quit IRC (Ping timeout: 260 seconds)
4032023-01-19T19:26:37  <_aj_> achow101: maybe have a wiki page where you document what people should(n't) be doing if reasonable people seem to be getting confused
4042023-01-19T19:26:41  <kanzure> well, you can't be everything to everyone, and it's naturally okay for some people to just not want to work together
4052023-01-19T19:28:39  <achow101> _aj_: I guess so
4062023-01-19T19:29:15  <achow101> in terms of who can moderate, right now it's basically just the maintainers, github does have Moderator position though
4072023-01-19T19:29:38  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
4082023-01-19T19:30:24  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4092023-01-19T19:31:08  <achow101> if anyone wants that permission, we could have a discussion about it like we do for maintainership?
4102023-01-19T19:31:57  <kanzure> https://www.lesswrong.com/posts/tscc3e5eujrsEeFN4/well-kept-gardens-die-by-pacifism
4112023-01-19T19:32:34  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Read error: Connection reset by peer)
4122023-01-19T19:33:06  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4132023-01-19T19:33:47  <achow101> seems like there isn't much else to say on this topic
4142023-01-19T19:33:55  <achow101> #topic libsecp256k1 release schedule (sipa)
4152023-01-19T19:33:55  <core-meetingbot> topic: libsecp256k1 release schedule (sipa)
4162023-01-19T19:34:04  <sipa> Just a short announcement mostly.
4172023-01-19T19:34:49  <sipa> In the libsecp256k1 meeting monday we decided to aim for a roughly every-3-months release schedule, every second one of which synchronized with the bitcoin core releases (~1 month before feature freeze).
4182023-01-19T19:35:06  <sipa> So the next one would be early march.
4192023-01-19T19:35:31  <achow101> sipa: will the versioning be sane?
4202023-01-19T19:35:44  <sipa> semantic versioning
4212023-01-19T19:35:55  <sipa> we releases 0.2.0 in december, in case you missed it
4222023-01-19T19:35:59  <sipa> *released
4232023-01-19T19:36:34  <sipa> https://github.com/bitcoin-core/secp256k1/blob/master/CHANGELOG.md
4242023-01-19T19:36:38  <achow101> is the idea that we would do a subtree update just before feature freeze every release?
4252023-01-19T19:36:50  <sipa> or at least, have the opportunity to do so
4262023-01-19T19:36:53  <sipa> yeah
4272023-01-19T19:37:44  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 256 seconds)
4282023-01-19T19:37:51  <sipa> so far libsecp256k1 pulls have mostly been "enough useful stuff has accumulated"
4292023-01-19T19:38:01  <sipa> but now we also have a changelog etc, so it should be easier to reason about that
4302023-01-19T19:38:25  <achow101> doing it on a regular schedule seems reasonable
4312023-01-19T19:39:00  <sipa> yeah, we considered doing it more feature based ("there is enough useful stuff"), but having regular releases may be beneficial for contributions too
4322023-01-19T19:39:24  <sipa> but on the other hand, the overhead of a release is so low that we don't need to go to once-every-6-months either
4332023-01-19T19:39:50  <sipa> not that much to discuss, just wanted to announce it here, and if people have comments/opinions, feel free to reach out
4342023-01-19T19:40:00  <_aj_> sounds great
4352023-01-19T19:40:04  <sipa> for now we'll just see how it goes
4362023-01-19T19:40:04  <achow101> cool
4372023-01-19T19:40:06  <MacroFake> Will previous releases receive bugfixes?
4382023-01-19T19:40:33  <MacroFake> If yes, then you may underestimate the overhead, as it scales with the number of supported previous releases
4392023-01-19T19:40:39  <sipa> MacroFake: Yes, that's the plan. Though we have little experience with bugs... *humblebrag*
4402023-01-19T19:41:31  <_aj_> i'm sure you could do a call for contributors if you want more experience with bugs?
4412023-01-19T19:42:30  <sipa> There is one open question I now think of, which is how to deal with Bitcoin Core PRs that depend on new features (specifically, #23432 currently).
4422023-01-19T19:42:34  <gribble> https://github.com/bitcoin/bitcoin/issues/23432 | BIP324: CKey encode/decode to elligator-swift by dhruv · Pull Request #23432 · bitcoin/bitcoin · GitHub
4432023-01-19T19:43:25  <_aj_> new released features that just need a subtree update?
4442023-01-19T19:44:22  <sipa> Yeah, I guess it just needs some synchronization.
4452023-01-19T19:44:23  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4462023-01-19T19:45:18  <_aj_> once there's a concept ack'ed pr that needs the subtree update, put the subtree update in high-prio?
4472023-01-19T19:45:37  <achow101> I think it's fine to just update the subtree ad-hoc if we really need it
4482023-01-19T19:45:42  <sipa> yeah
4492023-01-19T19:46:07  <_aj_> oh, as opposed to only updating the subtree just before a bitcoin release? yeah
4502023-01-19T19:48:22  <achow101> any other topics to discuss?
4512023-01-19T19:50:17  <achow101> #endmeeting
4522023-01-19T19:50:17  <core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
4532023-01-19T19:50:17  <core-meetingbot> Meeting ended Thu Jan 19 19:50:17 2023 UTC.
4542023-01-19T19:50:17  <core-meetingbot> Minutes:        https://bitcoin.jonasschnelli.ch/ircmeetings/logs/bitcoin-core-dev/2023/bitcoin-core-dev.2023-01-19-19.00.moin.txt
4552023-01-19T19:50:39  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
4562023-01-19T19:57:54  <sipa> kanzure: That was an interesting read.
4572023-01-19T20:04:14  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4582023-01-19T20:10:48  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
4592023-01-19T20:19:07  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4602023-01-19T20:23:11  *** Guest13 <Guest13!~Guest13@129.205.0.252> has quit IRC (Quit: Client closed)
4612023-01-19T20:23:39  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
4622023-01-19T20:30:41  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4632023-01-19T20:35:11  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 268 seconds)
4642023-01-19T20:42:06  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4652023-01-19T20:43:27  *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 252 seconds)
4662023-01-19T20:49:41  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has quit IRC (Ping timeout: 252 seconds)
4672023-01-19T20:50:11  *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:6d49:62d4:cd6b:65ee> has quit IRC ()
4682023-01-19T20:54:20  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
4692023-01-19T21:25:24  *** Guest6969 <Guest6969!~Guest6969@2804:1530:104:44a:5af3:1bf6:8f8:4934> has joined #bitcoin-core-dev
4702023-01-19T21:27:42  *** Guest6969 <Guest6969!~Guest6969@2804:1530:104:44a:5af3:1bf6:8f8:4934> has quit IRC (Client Quit)
4712023-01-19T21:31:04  *** scg <scg!~Guest0@2804:1530:104:44a:5af3:1bf6:8f8:4934> has joined #bitcoin-core-dev
4722023-01-19T21:33:42  *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
4732023-01-19T21:38:47  <scg> gm! why does bitcoind creates a PSBTv0 if I specify locktime ?? I can see that it set PSBT_GLOBAL_FALLBACK_LOCKTIME on psbt but kept version of psbt 0. In BIP174 I read that v0 psbts require exclusion of PSBT_GLOBAL_FALLBACK_LOCKTIME. What am I missing ?
4742023-01-19T21:50:21  <scg> bitcoind v24.0
4752023-01-19T21:50:55  <instagibbs> 24.0 whoudl only make v0, but shouldn't include PSBT_GLOBAL_FALLBACK_LOCKTIME afaik
4762023-01-19T21:51:05  <sipa> support for PSBTv2 isn't even merged in master
4772023-01-19T21:51:25  <sipa> and I don't see PSBT_GLOBAL_FALLBACK_LOCKTIME or anything related to psbt-locktime in the code.
4782023-01-19T21:51:51  <instagibbs> only mention i found was in the python test suite
4792023-01-19T21:53:17  <scg> let me check - maybe parsing it with HWI populated that field
4802023-01-19T22:15:14  <scg> meh - yes it was HWI, which sets it in `PSBT.setup_from_tx` from CTransaction (Fills in the PSBTv2 fields for this PSBT given a transaction)
4812023-01-19T22:23:25  *** weylin__ <weylin__!~weylin@2600:8800:4005:6d00:f4a3:1aaf:bee5:c8ec> has quit IRC (Remote host closed the connection)
4822023-01-19T22:24:48  *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:f4a3:1aaf:bee5:c8ec> has joined #bitcoin-core-dev
4832023-01-19T22:30:50  *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:f4a3:1aaf:bee5:c8ec> has quit IRC (Ping timeout: 260 seconds)
4842023-01-19T22:32:49  *** scg <scg!~Guest0@2804:1530:104:44a:5af3:1bf6:8f8:4934> has quit IRC (Quit: Client closed)
4852023-01-19T22:45:26  *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:31e2:7912:f322:bbfb> has joined #bitcoin-core-dev
4862023-01-19T22:51:43  <bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/250598a905a7...58da1619be7a
4872023-01-19T22:51:43  <bitcoin-git> bitcoin/master 8e3fc99 Russell O'Connor: Do not use CScript for tapleaf scripts until the tapleaf version is known
4882023-01-19T22:51:43  <bitcoin-git> bitcoin/master dee8943 Russell O'Connor: Abstract out ComputeTapbranchHash
4892023-01-19T22:51:43  <bitcoin-git> bitcoin/master 58da161 Andrew Chow: Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scri...
4902023-01-19T22:51:50  <bitcoin-git> [bitcoin] achow101 merged pull request #25877: refactor: Do not use CScript for tapleaf scripts until the tapleaf version is known (master...202208_tapleaf_script) https://github.com/bitcoin/bitcoin/pull/25877
4912023-01-19T22:53:36  *** b_101_ <b_101_!~robert@185.242.5.35> has joined #bitcoin-core-dev
4922023-01-19T22:56:09  *** b_101 <b_101!~robert@185.242.5.35> has quit IRC (Ping timeout: 260 seconds)
4932023-01-19T23:07:48  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Remote host closed the connection)
4942023-01-19T23:08:25  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4952023-01-19T23:14:28  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 272 seconds)
4962023-01-19T23:15:05  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4972023-01-19T23:19:35  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has quit IRC (Ping timeout: 260 seconds)
4982023-01-19T23:26:20  *** andrew_mo_ <andrew_mo_!andrew_mo_@gateway/vpn/protonvpn/andrewmo/x-47904524> has joined #bitcoin-core-dev
4992023-01-19T23:29:36  *** halosghost <halosghost!~halosghos@user/halosghost> has quit IRC (Quit: WeeChat 3.8)
5002023-01-19T23:45:25  *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:f4a3:1aaf:bee5:c8ec> has joined #bitcoin-core-dev
5012023-01-19T23:46:13  *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:f4a3:1aaf:bee5:c8ec> has quit IRC (Remote host closed the connection)