12023-01-16T00:06:40 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
22023-01-16T00:12:35 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 268 seconds)
32023-01-16T00:13:09 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
42023-01-16T00:14:02 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Remote host closed the connection)
52023-01-16T00:17:51 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 260 seconds)
62023-01-16T00:23:55 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
72023-01-16T00:28:23 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
82023-01-16T00:30:00 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
92023-01-16T00:32:53 *** as2333 <as2333!~as2333@host168.190-138-75.telecom.net.ar> has joined #bitcoin-core-dev
102023-01-16T00:34:36 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 255 seconds)
112023-01-16T00:35:08 *** BUSY <BUSY!~BUSY@user/busy> has quit IRC (Ping timeout: 252 seconds)
122023-01-16T00:46:46 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
132023-01-16T00:58:27 <bitcoin-git> [bitcoin] KolbyML opened pull request #26894: test: Remove redundant function call (master...test-redundant-assignment) https://github.com/bitcoin/bitcoin/pull/26894
142023-01-16T01:01:45 *** Guest36 <Guest36!~Guest36@2600:6c5d:67f:5c2b:8c24:8829:9b3d:ec8c> has joined #bitcoin-core-dev
152023-01-16T01:03:15 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
162023-01-16T01:07:43 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 265 seconds)
172023-01-16T01:11:18 *** Guest36 <Guest36!~Guest36@2600:6c5d:67f:5c2b:8c24:8829:9b3d:ec8c> has quit IRC (Ping timeout: 260 seconds)
182023-01-16T01:13:05 *** jon_atack <jon_atack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 246 seconds)
192023-01-16T01:15:03 *** jon_atack <jon_atack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
202023-01-16T01:18:20 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
212023-01-16T01:18:26 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 272 seconds)
222023-01-16T01:23:05 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 260 seconds)
232023-01-16T01:24:23 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
242023-01-16T01:27:19 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:8c24:4d07:ca49:2d65> has joined #bitcoin-core-dev
252023-01-16T01:28:59 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 265 seconds)
262023-01-16T01:35:10 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
272023-01-16T01:39:23 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:61c3:a6da:f46f:a942> has quit IRC (Remote host closed the connection)
282023-01-16T01:40:06 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 265 seconds)
292023-01-16T01:40:51 <phantomcircuit> theStack: no 8k elements is quite small, older non descriptor wallets often had on the order of 100k keys
302023-01-16T01:42:20 <phantomcircuit> sipa: it was suggested that the filters could use the same key as the block obfuscation, but that isn't currently guaranteed to be a real key, it's been there for a long time though, maybe logic to guarantee the block obfuscation key is non-zero would be accepted now?
312023-01-16T01:42:22 <phantomcircuit> (either just asserting that the key is non-zero or migrating zero key blocks to non-zero)
322023-01-16T01:44:02 <sipa> It's also only a 64-bit key, the obfuscation one.
332023-01-16T01:44:32 <sipa> I think it'd be a lot easier to have an independent key; the filters are already very separate code organization wise too.
342023-01-16T01:44:49 <phantomcircuit> sipa: the filters are siphash , so a 64 bit key is probably fine anyways?
352023-01-16T01:44:54 <sipa> If we'd want to do something like that.
362023-01-16T01:46:50 <phantomcircuit> sipa: or are these some 128 bit siphash variant?
372023-01-16T01:47:02 <phantomcircuit> oh it's a 64 bit result from a 128 bit key
382023-01-16T01:47:09 <sipa> siphash has a 128 bit key
392023-01-16T01:47:09 <phantomcircuit> nvm
402023-01-16T01:47:59 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:61c3:a6da:f46f:a942> has joined #bitcoin-core-dev
412023-01-16T01:50:41 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
422023-01-16T01:54:02 *** BUSY <BUSY!~BUSY@user/busy> has joined #bitcoin-core-dev
432023-01-16T01:55:26 <phantomcircuit> sipa: any opinion on where that key should go
442023-01-16T01:55:46 <sipa> in the filter itself?
452023-01-16T01:56:03 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 265 seconds)
462023-01-16T01:56:43 <phantomcircuit> sipa: i maybe can do that, iirc it's kind of annoying because of the existing format not having any version
472023-01-16T01:57:26 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
482023-01-16T01:57:47 <phantomcircuit> sipa: i guess there's GCS_SER_VERSION actually
492023-01-16T01:58:17 <sipa> this would be a totally separate index, i'd imagine
502023-01-16T01:59:38 <phantomcircuit> sipa: yes, there's a BlockFilterType that i could use but i think just doing it as a completely separate thing would be easier
512023-01-16T02:03:47 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
522023-01-16T02:08:54 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
532023-01-16T02:10:51 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:8c24:4d07:ca49:2d65> has quit IRC (Ping timeout: 248 seconds)
542023-01-16T02:14:04 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 268 seconds)
552023-01-16T02:26:58 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
562023-01-16T02:27:03 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
572023-01-16T02:31:47 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 260 seconds)
582023-01-16T02:33:02 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
592023-01-16T02:37:28 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 252 seconds)
602023-01-16T02:43:54 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
612023-01-16T02:48:36 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 268 seconds)
622023-01-16T02:54:41 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
632023-01-16T02:58:55 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 252 seconds)
642023-01-16T02:59:35 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
652023-01-16T03:00:45 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
662023-01-16T03:05:11 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 252 seconds)
672023-01-16T03:06:49 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
682023-01-16T03:10:12 <bitcoin-git> [bitcoin] ThatGuy000001 opened pull request #26895: Update BitcoinCore.md (master...master) https://github.com/bitcoin/bitcoin/pull/26895
692023-01-16T03:11:35 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 260 seconds)
702023-01-16T03:17:35 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
712023-01-16T03:22:23 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
722023-01-16T03:22:51 *** sudoforge <sudoforge!~sudoforge@wireguard/tunneler/sudoforge> has quit IRC (Quit: 404)
732023-01-16T03:28:22 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
742023-01-16T03:28:48 *** ishaanam[m] <ishaanam[m]!~ishaanamm@2001:470:69fc:105::2:4078> has joined #bitcoin-core-dev
752023-01-16T03:33:12 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 265 seconds)
762023-01-16T03:35:50 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
772023-01-16T03:40:00 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
782023-01-16T03:44:30 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 255 seconds)
792023-01-16T03:46:23 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
802023-01-16T03:47:00 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
812023-01-16T03:50:45 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
822023-01-16T03:55:23 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
832023-01-16T03:56:49 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
842023-01-16T04:00:33 <bitcoin-git> [bitcoin] achow101 closed pull request #26895: Update BitcoinCore.md (master...master) https://github.com/bitcoin/bitcoin/pull/26895
852023-01-16T04:01:45 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 260 seconds)
862023-01-16T04:02:15 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
872023-01-16T04:06:33 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 255 seconds)
882023-01-16T04:08:23 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
892023-01-16T04:12:51 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 255 seconds)
902023-01-16T04:16:05 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
912023-01-16T04:16:27 *** Guest13 <Guest13!~Guest13@202.9.41.11> has joined #bitcoin-core-dev
922023-01-16T04:16:42 *** Guest13 <Guest13!~Guest13@202.9.41.11> has quit IRC (Client Quit)
932023-01-16T04:18:22 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
942023-01-16T04:18:31 *** Guest13 <Guest13!~Guest13@202.9.41.11> has joined #bitcoin-core-dev
952023-01-16T04:18:38 *** Guest13 <Guest13!~Guest13@202.9.41.11> has quit IRC (Client Quit)
962023-01-16T04:24:39 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
972023-01-16T04:29:07 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 252 seconds)
982023-01-16T04:37:41 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Ping timeout: 255 seconds)
992023-01-16T04:40:07 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
1002023-01-16T04:46:54 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1012023-01-16T04:51:47 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
1022023-01-16T04:52:59 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1032023-01-16T04:56:23 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
1042023-01-16T04:57:47 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
1052023-01-16T04:58:15 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1062023-01-16T05:01:02 *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
1072023-01-16T05:01:34 *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
1082023-01-16T05:03:11 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
1092023-01-16T05:24:20 *** jarthur <jarthur!~jarthur@user/jarthur> has quit IRC (Quit: jarthur)
1102023-01-16T05:29:07 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 260 seconds)
1112023-01-16T05:32:10 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1122023-01-16T05:36:56 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 265 seconds)
1132023-01-16T05:50:57 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1142023-01-16T05:55:47 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 265 seconds)
1152023-01-16T06:17:24 *** Randolf <Randolf!~randolf@184.70.10.188> has joined #bitcoin-core-dev
1162023-01-16T06:21:27 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1172023-01-16T06:26:03 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 255 seconds)
1182023-01-16T06:27:25 *** Randolf <Randolf!~randolf@184.70.10.188> has quit IRC (Quit: Leaving)
1192023-01-16T06:32:14 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1202023-01-16T06:36:43 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 252 seconds)
1212023-01-16T06:37:12 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
1222023-01-16T06:38:18 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1232023-01-16T06:42:51 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 260 seconds)
1242023-01-16T07:00:39 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1252023-01-16T07:05:23 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 265 seconds)
1262023-01-16T07:06:43 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1272023-01-16T07:08:39 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 260 seconds)
1282023-01-16T07:16:05 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 256 seconds)
1292023-01-16T07:16:32 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
1302023-01-16T07:17:39 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1312023-01-16T07:18:00 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1322023-01-16T07:19:03 *** as2333 <as2333!~as2333@host168.190-138-75.telecom.net.ar> has quit IRC (Remote host closed the connection)
1332023-01-16T07:22:18 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 265 seconds)
1342023-01-16T07:23:43 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1352023-01-16T07:28:11 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 248 seconds)
1362023-01-16T07:29:52 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
1372023-01-16T07:34:28 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 252 seconds)
1382023-01-16T07:38:35 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
1392023-01-16T07:41:42 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1402023-01-16T07:44:46 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
1412023-01-16T07:45:31 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1422023-01-16T07:48:11 *** Earnestly <Earnestly!~earnest@user/earnestly> has quit IRC (Ping timeout: 246 seconds)
1432023-01-16T07:49:22 *** Earnestly <Earnestly!~earnest@user/earnestly> has joined #bitcoin-core-dev
1442023-01-16T07:57:18 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1452023-01-16T08:01:44 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 252 seconds)
1462023-01-16T08:08:05 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1472023-01-16T08:11:36 *** salvatoshi <salvatoshi!~salvatosh@genymobile-2-6-86.fib.nerim.net> has joined #bitcoin-core-dev
1482023-01-16T08:13:39 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 260 seconds)
1492023-01-16T08:14:20 *** dermoth <dermoth!~dermoth@user/dermoth> has quit IRC (Ping timeout: 260 seconds)
1502023-01-16T08:24:29 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
1512023-01-16T08:26:34 *** dermoth <dermoth!~dermoth@user/dermoth> has joined #bitcoin-core-dev
1522023-01-16T08:27:58 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1532023-01-16T08:33:21 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
1542023-01-16T08:36:52 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1552023-01-16T08:39:41 <phantomcircuit> sipa: do you know why the filter index uses the block height for in chain blocks but the block hash for out of chain?
1562023-01-16T08:39:49 <phantomcircuit> is that just to save on the size of the key?
1572023-01-16T08:41:05 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 246 seconds)
1582023-01-16T08:46:06 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
1592023-01-16T08:47:38 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1602023-01-16T08:52:07 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 260 seconds)
1612023-01-16T08:54:17 *** jespada <jespada!~jespada@148.252.133.50> has joined #bitcoin-core-dev
1622023-01-16T09:09:54 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1632023-01-16T09:21:16 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1642023-01-16T09:26:47 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3dd2762cf839...53ae1022eaa3
1652023-01-16T09:26:47 <bitcoin-git> bitcoin/master 61360e0 Kolby ML: test: Remove redundant function call
1662023-01-16T09:26:47 <bitcoin-git> bitcoin/master 53ae102 MarcoFalke: Merge bitcoin/bitcoin#26894: test: Remove redundant key_to_p2pkh call
1672023-01-16T09:26:52 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26894: test: Remove redundant key_to_p2pkh call (master...test-redundant-assignment) https://github.com/bitcoin/bitcoin/pull/26894
1682023-01-16T09:29:03 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:196d:5e3c:129f:2c55> has joined #bitcoin-core-dev
1692023-01-16T09:32:35 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 264 seconds)
1702023-01-16T09:39:55 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/53ae1022eaa3...ac4c79a26786
1712023-01-16T09:39:56 <bitcoin-git> bitcoin/master 8cbd926 Sebastian Falbesoner: test: refactor: simplify p2p_permissions.py by using MiniWallet
1722023-01-16T09:39:56 <bitcoin-git> bitcoin/master ac4c79a MarcoFalke: Merge bitcoin/bitcoin#26892: test: refactor: simplify p2p_permissions.py b...
1732023-01-16T09:40:01 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26892: test: refactor: simplify p2p_permissions.py by using MiniWallet (master...202301-test-use_MiniWallet_in_p2p_permissions) https://github.com/bitcoin/bitcoin/pull/26892
1742023-01-16T09:45:20 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
1752023-01-16T09:46:07 *** jespada_ <jespada_!~jespada@148.252.133.50> has joined #bitcoin-core-dev
1762023-01-16T09:46:56 *** jespada <jespada!~jespada@148.252.133.50> has quit IRC (Read error: Connection reset by peer)
1772023-01-16T09:51:31 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1782023-01-16T09:52:36 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
1792023-01-16T09:53:47 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1802023-01-16T09:55:59 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Ping timeout: 246 seconds)
1812023-01-16T09:57:35 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has joined #bitcoin-core-dev
1822023-01-16T10:08:22 *** jespada_ <jespada_!~jespada@148.252.133.50> has quit IRC (Read error: Connection reset by peer)
1832023-01-16T10:08:57 *** jespada <jespada!~jespada@148.252.133.50> has joined #bitcoin-core-dev
1842023-01-16T10:10:18 *** jespada <jespada!~jespada@148.252.133.50> has quit IRC (Read error: Connection reset by peer)
1852023-01-16T10:15:04 *** jespada <jespada!~jespada@148.252.133.50> has joined #bitcoin-core-dev
1862023-01-16T10:16:29 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ac4c79a26786...08d2a3ab4b69
1872023-01-16T10:16:29 <bitcoin-git> bitcoin/master 1039ed4 Hennadii Stepanov: ci: Bump vcpkg to the latest version 2023.01.09
1882023-01-16T10:16:29 <bitcoin-git> bitcoin/master 46c31ee Hennadii Stepanov: ci: Bump `ccache` version to the latest 4.7.4 in "Win64 native" task
1892023-01-16T10:16:29 <bitcoin-git> bitcoin/master 08d2a3a MarcoFalke: Merge bitcoin/bitcoin#26891: ci: Update "Win64 native" task
1902023-01-16T10:16:34 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26891: ci: Update "Win64 native" task (master...230113-vcpkg) https://github.com/bitcoin/bitcoin/pull/26891
1912023-01-16T10:39:02 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/08d2a3ab4b69...2182149dc58f
1922023-01-16T10:39:02 <bitcoin-git> bitcoin/master 8a5dbe2 Sebastian Falbesoner: test: add `CScript` method for checking for witness program
1932023-01-16T10:39:03 <bitcoin-git> bitcoin/master d6fc1d6 Sebastian Falbesoner: test: add coverage for dust mempool policy (`-dustrelayfee` setting)
1942023-01-16T10:39:03 <bitcoin-git> bitcoin/master 2182149 MarcoFalke: Merge bitcoin/bitcoin#26631: test: add coverage for dust mempool policy (`...
1952023-01-16T10:39:08 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26631: test: add coverage for dust mempool policy (`-dustrelayfee` setting) (master...202212-test-add_dustrelayfee_coverage) https://github.com/bitcoin/bitcoin/pull/26631
1962023-01-16T10:42:57 *** Guest33 <Guest33!~Guest33@068-190-020-255.res.spectrum.com> has joined #bitcoin-core-dev
1972023-01-16T10:44:17 *** Guest33 <Guest33!~Guest33@068-190-020-255.res.spectrum.com> has quit IRC (Client Quit)
1982023-01-16T10:46:06 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Remote host closed the connection)
1992023-01-16T10:47:56 *** jespada <jespada!~jespada@148.252.133.50> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
2002023-01-16T11:03:43 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
2012023-01-16T11:04:14 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
2022023-01-16T11:08:08 <bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/ffef91a5c18a...dd04f2dda5fa
2032023-01-16T11:08:08 <bitcoin-git> bitcoin/23.x 192759e Hennadii Stepanov: ci, refactor: Add `MACOS_NATIVE_TASK_TEMPLATE`
2042023-01-16T11:08:08 <bitcoin-git> bitcoin/23.x 6a5bb10 Hennadii Stepanov: ci: Improve naming related to "macOS 12 native x86_64" task
2052023-01-16T11:08:09 <bitcoin-git> bitcoin/23.x 53fd827 Hennadii Stepanov: ci: Make `getopt` path architecture agnostic
2062023-01-16T11:08:13 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26879: [23.x] ci: replace Intel macOS CI job (23.x...23_remove_intel_macos_ci) https://github.com/bitcoin/bitcoin/pull/26879
2072023-01-16T11:17:43 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
2082023-01-16T11:28:43 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:8af:6398:55d:8e67> has quit IRC (Remote host closed the connection)
2092023-01-16T11:29:10 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2102023-01-16T11:29:35 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
2112023-01-16T11:30:04 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
2122023-01-16T11:33:47 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 264 seconds)
2132023-01-16T11:36:54 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Remote host closed the connection)
2142023-01-16T11:43:22 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
2152023-01-16T11:58:30 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2162023-01-16T12:02:49 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 256 seconds)
2172023-01-16T12:07:56 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
2182023-01-16T12:17:57 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2192023-01-16T12:41:48 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 272 seconds)
2202023-01-16T12:42:02 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
2212023-01-16T12:43:04 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
2222023-01-16T12:48:19 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2182149dc58f...6b7ccb98a59f
2232023-01-16T12:48:19 <bitcoin-git> bitcoin/master 282019c fanquake: refactor: add kernel/cs_main.*
2242023-01-16T12:48:19 <bitcoin-git> bitcoin/master 6b7ccb9 MarcoFalke: Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.h
2252023-01-16T12:48:25 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26251: refactor: add kernel/cs_main.h (master...move_cs_main_own_file) https://github.com/bitcoin/bitcoin/pull/26251
2262023-01-16T13:39:17 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:196d:5e3c:129f:2c55> has quit IRC (Ping timeout: 246 seconds)
2272023-01-16T13:42:35 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev (Closing Window)
2282023-01-16T14:03:13 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:196d:5e3c:129f:2c55> has joined #bitcoin-core-dev
2292023-01-16T14:10:08 <bitcoin-git> [bitcoin] fanquake opened pull request #26896: build: Remove port-forwarding runtime setting options from configure (master...remove_network_compile_time_default_setting) https://github.com/bitcoin/bitcoin/pull/26896
2302023-01-16T14:24:34 *** ghost43_ <ghost43_!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
2312023-01-16T14:25:24 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
2322023-01-16T14:29:23 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has quit IRC (Remote host closed the connection)
2332023-01-16T14:40:57 *** jarthur <jarthur!~jarthur@user/jarthur> has joined #bitcoin-core-dev
2342023-01-16T14:42:44 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has joined #bitcoin-core-dev
2352023-01-16T14:52:06 <bitcoin-git> [bitcoin] fanquake closed pull request #26897: Add checkpoint 2020 05 16 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26897
2362023-01-16T14:56:04 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:196d:5e3c:129f:2c55> has quit IRC (Ping timeout: 252 seconds)
2372023-01-16T14:57:29 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
2382023-01-16T14:58:18 *** musquash <musquash!~musquash@iri37.iri.uni-frankfurt.de> has joined #bitcoin-core-dev
2392023-01-16T14:59:55 *** Guest6 <Guest6!~Guest6@172-104-163-213.ip.linodeusercontent.com> has joined #bitcoin-core-dev
2402023-01-16T15:00:33 *** Guest6 <Guest6!~Guest6@172-104-163-213.ip.linodeusercontent.com> has quit IRC (Client Quit)
2412023-01-16T15:01:32 <bitcoin-git> [bitcoin] hebasto closed pull request #26749: refactor: Use move semanitcs instead of custom swap functions (master...221224-move) https://github.com/bitcoin/bitcoin/pull/26749
2422023-01-16T15:01:35 <bitcoin-git> [bitcoin] hebasto reopened pull request #26749: refactor: Use move semanitcs instead of custom swap functions (master...221224-move) https://github.com/bitcoin/bitcoin/pull/26749
2432023-01-16T15:01:52 <bitcoin-git> [bitcoin] aureleoules closed pull request #26865: [PoC] Integrate SonarCloud (master...2023-01-sonarcloud) https://github.com/bitcoin/bitcoin/pull/26865
2442023-01-16T15:20:21 *** user___ <user___!~user@mail.deeplinkmedia.com> has quit IRC (Quit: leaving)
2452023-01-16T15:23:01 *** jarthur_ <jarthur_!~jarthur@user/jarthur> has joined #bitcoin-core-dev
2462023-01-16T15:25:25 *** jarthur <jarthur!~jarthur@user/jarthur> has quit IRC (Ping timeout: 260 seconds)
2472023-01-16T15:30:51 <bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/6b7ccb98a59f...599e941c1947
2482023-01-16T15:30:51 <bitcoin-git> bitcoin/master e5b9127 Miles Liu: test: Add signs P2TR and RAWSCRIPT to MiniWallet sign_tx
2492023-01-16T15:30:51 <bitcoin-git> bitcoin/master d0a909a Miles Liu: test: Add "include immature coinbase" flag to MiniWallet get_utxos
2502023-01-16T15:30:51 <bitcoin-git> bitcoin/master fc0caaf Miles Liu: test: Add "include mempool" flag to MiniWallet rescan_utxos
2512023-01-16T15:31:02 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26657: test: Run feature_bip68_sequence.py with MiniWallet (master...test-feature_bip68_sequence-mini-wallet) https://github.com/bitcoin/bitcoin/pull/26657
2522023-01-16T15:38:07 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
2532023-01-16T15:39:08 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
2542023-01-16T15:39:56 <bitcoin-git> [bitcoin] dergoegge opened pull request #26898: fuzz: Add PartiallyDownloadedBlock target (master...2023-11-pdb-fuzz) https://github.com/bitcoin/bitcoin/pull/26898
2552023-01-16T15:43:31 *** musquash <musquash!~musquash@iri37.iri.uni-frankfurt.de> has quit IRC (Quit: Client closed)
2562023-01-16T15:54:12 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
2572023-01-16T16:06:59 *** jarthur_ <jarthur_!~jarthur@user/jarthur> has quit IRC (Read error: Connection reset by peer)
2582023-01-16T16:07:41 *** jarthur <jarthur!~jarthur@user/jarthur> has joined #bitcoin-core-dev
2592023-01-16T16:09:47 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 264 seconds)
2602023-01-16T16:16:23 <bitcoin-git> [bitcoin] brunoerg opened pull request #26899: p2p: set `-dnsseed` and `-listen` false if `maxconnections=0` (master...2023-01-maxconnections-0) https://github.com/bitcoin/bitcoin/pull/26899
2612023-01-16T16:21:05 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #26900: refactor: Add BlockManager getters (master...2301-blockman-fun-ð) https://github.com/bitcoin/bitcoin/pull/26900
2622023-01-16T16:34:31 *** as2333 <as2333!~as2333@host168.190-138-75.telecom.net.ar> has joined #bitcoin-core-dev
2632023-01-16T16:39:09 *** user___ <user___!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
2642023-01-16T17:15:38 *** user___ <user___!~user@mail.deeplinkmedia.com> has quit IRC (Ping timeout: 268 seconds)
2652023-01-16T17:16:18 *** user <user!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
2662023-01-16T17:25:18 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Remote host closed the connection)
2672023-01-16T17:26:11 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2682023-01-16T17:27:49 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
2692023-01-16T17:28:32 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
2702023-01-16T17:30:01 *** user <user!~user@mail.deeplinkmedia.com> has quit IRC (Quit: leaving)
2712023-01-16T17:31:25 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 260 seconds)
2722023-01-16T17:36:25 *** user <user!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
2732023-01-16T17:38:41 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
2742023-01-16T17:38:44 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
2752023-01-16T17:43:09 *** user <user!~user@mail.deeplinkmedia.com> has quit IRC (Quit: leaving)
2762023-01-16T17:43:42 *** user <user!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
2772023-01-16T17:43:42 *** user <user!~user@mail.deeplinkmedia.com> has quit IRC (Client Quit)
2782023-01-16T17:43:45 *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
2792023-01-16T17:44:29 *** user <user!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
2802023-01-16T17:54:08 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2812023-01-16T17:58:44 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 260 seconds)
2822023-01-16T18:01:03 *** gnaf <gnaf!~gnaf@51-15-0-88.rev.poneytelecom.eu> has joined #bitcoin-core-dev
2832023-01-16T18:04:54 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2842023-01-16T18:07:41 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
2852023-01-16T18:10:23 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 264 seconds)
2862023-01-16T18:12:25 *** w0xlt <w0xlt!sid555702@id-555702.ilkley.irccloud.com> has quit IRC ()
2872023-01-16T18:12:34 *** w0xlt <w0xlt!sid555702@id-555702.ilkley.irccloud.com> has joined #bitcoin-core-dev
2882023-01-16T18:16:41 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2892023-01-16T18:21:16 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 252 seconds)
2902023-01-16T18:22:45 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2912023-01-16T18:27:31 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 260 seconds)
2922023-01-16T18:30:10 *** user__ <user__!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
2932023-01-16T18:31:37 *** user__ <user__!~user@mail.deeplinkmedia.com> has quit IRC (Client Quit)
2942023-01-16T18:33:32 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2952023-01-16T18:40:54 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 272 seconds)
2962023-01-16T18:44:46 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 265 seconds)
2972023-01-16T18:46:20 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
2982023-01-16T18:47:17 *** codo <codo!~codeautis@user/codeautist> has left #bitcoin-core-dev (nil)
2992023-01-16T18:50:44 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 246 seconds)
3002023-01-16T18:51:27 *** codo <codo!~codeautis@user/codeautist> has joined #bitcoin-core-dev
3012023-01-16T18:52:28 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
3022023-01-16T18:55:23 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
3032023-01-16T18:57:07 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
3042023-01-16T18:57:47 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 252 seconds)
3052023-01-16T19:02:47 *** user__ <user__!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
3062023-01-16T19:02:54 *** user__ <user__!~user@mail.deeplinkmedia.com> has quit IRC (Client Quit)
3072023-01-16T19:07:56 *** jon_atack <jon_atack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 246 seconds)
3082023-01-16T19:10:05 *** jon_atack <jon_atack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
3092023-01-16T19:26:05 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
3102023-01-16T19:29:37 *** user <user!~user@mail.deeplinkmedia.com> has quit IRC (Quit: leaving)
3112023-01-16T19:30:41 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 265 seconds)
3122023-01-16T19:40:08 *** user <user!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
3132023-01-16T19:42:45 *** user <user!~user@mail.deeplinkmedia.com> has quit IRC (Client Quit)
3142023-01-16T19:51:22 *** user <user!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
3152023-01-16T19:54:20 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
3162023-01-16T19:59:12 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
3172023-01-16T19:59:17 *** user <user!~user@mail.deeplinkmedia.com> has quit IRC (Quit: leaving)
3182023-01-16T20:03:35 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 246 seconds)
3192023-01-16T20:09:54 *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
3202023-01-16T20:12:20 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
3212023-01-16T20:12:20 *** Jackielove4u <Jackielove4u!uid43977@user/jackielove4u> has quit IRC (*.net *.split)
3222023-01-16T20:12:20 *** sanket1729 <sanket1729!~sanket172@ec2-100-24-255-95.compute-1.amazonaws.com> has quit IRC (*.net *.split)
3232023-01-16T20:12:21 *** cncr04s <cncr04s!~cncr04s@afxr.net> has quit IRC (*.net *.split)
3242023-01-16T20:13:01 *** Jackielove4u <Jackielove4u!uid43977@user/jackielove4u> has joined #bitcoin-core-dev
3252023-01-16T20:13:02 *** sanket1729 <sanket1729!~sanket172@ec2-100-24-255-95.compute-1.amazonaws.com> has joined #bitcoin-core-dev
3262023-01-16T20:13:02 *** cncr04s <cncr04s!~cncr04s@afxr.net> has joined #bitcoin-core-dev
3272023-01-16T20:28:04 <bitcoin-git> [bitcoin] rodentrabies opened pull request #26902: wallet: do not backdate locktime if it may lead to fingerprinting (master...avoid-locktime-backdating) https://github.com/bitcoin/bitcoin/pull/26902
3282023-01-16T20:33:36 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
3292023-01-16T20:38:14 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
3302023-01-16T20:38:21 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 265 seconds)
3312023-01-16T20:46:08 *** gnaf <gnaf!~gnaf@51-15-0-88.rev.poneytelecom.eu> has quit IRC (Quit: Konversation terminated!)
3322023-01-16T20:48:48 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:fe:cee6:7165:cbc9> has joined #bitcoin-core-dev
3332023-01-16T21:09:58 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 268 seconds)
3342023-01-16T21:13:06 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
3352023-01-16T21:15:53 *** MrFrancis <MrFrancis!~MrFrancis@2001:8a0:fa4c:901:fe:cee6:7165:cbc9> has quit IRC (Ping timeout: 256 seconds)
3362023-01-16T21:19:06 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
3372023-01-16T21:21:30 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:61c3:a6da:f46f:a942> has quit IRC (Remote host closed the connection)
3382023-01-16T21:22:27 *** user <user!~user@mail.deeplinkmedia.com> has joined #bitcoin-core-dev
3392023-01-16T21:23:40 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has joined #bitcoin-core-dev
3402023-01-16T21:28:11 *** brunoerg <brunoerg!~brunoerg@2804:14d:5281:8ae2:cdba:a4d7:543b:804f> has quit IRC (Ping timeout: 248 seconds)
3412023-01-16T21:29:17 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
3422023-01-16T21:31:42 *** b_101 <b_101!~robert@189.236.51.174> has joined #bitcoin-core-dev
3432023-01-16T21:31:43 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
3442023-01-16T21:33:34 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
3452023-01-16T21:52:39 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:e5ad:7b06:edf0:b23d> has joined #bitcoin-core-dev
3462023-01-16T21:56:01 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has quit IRC (Remote host closed the connection)
3472023-01-16T21:56:54 *** andrewtoth_ <andrewtoth_!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
3482023-01-16T22:01:30 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:e5ad:7b06:edf0:b23d> has quit IRC (Ping timeout: 260 seconds)
3492023-01-16T22:06:30 *** b_101 <b_101!~robert@189.236.51.174> has quit IRC (Ping timeout: 256 seconds)
3502023-01-16T22:08:46 *** b_101 <b_101!~robert@189.236.51.174> has joined #bitcoin-core-dev
3512023-01-16T22:17:33 *** KenYYC40 <KenYYC40!~KenYYC@S01069050ca43ce53.cg.shawcable.net> has joined #bitcoin-core-dev
3522023-01-16T22:24:11 <bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/599e941c1947...b55b11f92a47
3532023-01-16T22:24:12 <bitcoin-git> bitcoin/master a07a413 Juan Pablo Civile: Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund...
3542023-01-16T22:24:12 <bitcoin-git> bitcoin/master cfe5aeb ishaanam: rpc: add minconf and maxconf options to sendall
3552023-01-16T22:24:12 <bitcoin-git> bitcoin/master b55b11f Andrew Chow: Merge bitcoin/bitcoin#25375: rpc: add minconf/maxconf options to sendall a...
3562023-01-16T22:24:21 <bitcoin-git> [bitcoin] achow101 merged pull request #25375: rpc: add minconf/maxconf options to sendall and fund transaction calls (master...fundrawtransaction_minconf) https://github.com/bitcoin/bitcoin/pull/25375
3572023-01-16T22:27:28 *** KenYYC40 <KenYYC40!~KenYYC@S01069050ca43ce53.cg.shawcable.net> has quit IRC (Quit: Client closed)
3582023-01-16T22:40:06 <bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b55b11f92a47...04e54fd21fdf
3592023-01-16T22:40:06 <bitcoin-git> bitcoin/master 5ca7a7b Aurèle Oulès: rpc: Return accurate results for scanblocks
3602023-01-16T22:40:06 <bitcoin-git> bitcoin/master 04e54fd Andrew Chow: Merge bitcoin/bitcoin#26325: rpc: Return accurate results for scanblocks
3612023-01-16T22:40:13 <bitcoin-git> [bitcoin] achow101 merged pull request #26325: rpc: Return accurate results for scanblocks (master...2022-10-improve-scanblocks) https://github.com/bitcoin/bitcoin/pull/26325
3622023-01-16T22:43:23 *** user <user!~user@mail.deeplinkmedia.com> has quit IRC (Quit: leaving)
3632023-01-16T22:48:08 *** Guest80 <Guest80!~Guest80@2601:4c1:4000:9c5:80b2:3b52:805c:eb3> has joined #bitcoin-core-dev
3642023-01-16T22:49:02 *** Guest80 <Guest80!~Guest80@2601:4c1:4000:9c5:80b2:3b52:805c:eb3> has quit IRC (Client Quit)
3652023-01-16T22:51:34 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:e5ad:7b06:edf0:b23d> has joined #bitcoin-core-dev
3662023-01-16T22:56:49 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:e5ad:7b06:edf0:b23d> has quit IRC (Ping timeout: 252 seconds)
3672023-01-16T23:09:00 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
3682023-01-16T23:10:34 *** b_101 <b_101!~robert@189.236.51.174> has quit IRC (Ping timeout: 260 seconds)
3692023-01-16T23:12:40 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Remote host closed the connection)
3702023-01-16T23:13:47 *** Guest4654 <Guest4654!~Guest46@2600:387:f:6318::4> has joined #bitcoin-core-dev
3712023-01-16T23:17:48 *** Guest4654 <Guest4654!~Guest46@2600:387:f:6318::4> has quit IRC (Client Quit)
3722023-01-16T23:27:19 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
3732023-01-16T23:28:09 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:e5ad:7b06:edf0:b23d> has joined #bitcoin-core-dev
3742023-01-16T23:30:45 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
3752023-01-16T23:32:38 *** weylin_ <weylin_!~weylin@2600:8800:4005:6d00:e5ad:7b06:edf0:b23d> has quit IRC (Ping timeout: 256 seconds)
3762023-01-16T23:39:26 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Ping timeout: 256 seconds)
3772023-01-16T23:49:55 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Remote host closed the connection)
3782023-01-16T23:50:44 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has joined #bitcoin-core-dev
3792023-01-16T23:55:40 *** brunoerg <brunoerg!~brunoerg@187.183.43.178> has quit IRC (Ping timeout: 272 seconds)