12023-02-05T00:09:56 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
22023-02-05T00:38:36 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
32023-02-05T01:07:06 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
42023-02-05T01:18:01 *** Yihen <Yihen!~textual@103.138.75.83> has quit IRC (Remote host closed the connection)
52023-02-05T01:19:27 *** Yihen <Yihen!~textual@103.138.75.83> has joined #bitcoin-core-dev
62023-02-05T01:29:08 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:7df2:4861:854:89f4> has joined #bitcoin-core-dev
72023-02-05T02:15:17 <bitcoin-git> [bitcoin] Bhaney44 opened pull request #27042: Hub dataset added (master...master) https://github.com/bitcoin/bitcoin/pull/27042
82023-02-05T02:24:32 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:7df2:4861:854:89f4> has quit IRC (Ping timeout: 248 seconds)
92023-02-05T02:43:46 *** Zenton <Zenton!~user@user/zenton> has joined #bitcoin-core-dev
102023-02-05T02:48:48 <bitcoin-git> [bitcoin] achow101 closed pull request #27042: Hub dataset added (master...master) https://github.com/bitcoin/bitcoin/pull/27042
112023-02-05T02:57:25 <phantomcircuit> achow101: so i definitely think there needs to at least be someway for people to use large filters
122023-02-05T02:57:55 <phantomcircuit> since if you have a wallet with >500k keys the filters are worse than useless with the basic filter parameters
132023-02-05T03:01:55 *** hsmiths <hsmiths!~Thunderbi@76-240-112-146.lightspeed.irvnca.sbcglobal.net> has quit IRC (Quit: hsmiths)
142023-02-05T03:02:11 *** hsmiths <hsmiths!~Thunderbi@76-240-112-146.lightspeed.irvnca.sbcglobal.net> has joined #bitcoin-core-dev
152023-02-05T03:34:30 *** Yihen <Yihen!~textual@103.138.75.83> has quit IRC (Remote host closed the connection)
162023-02-05T03:35:24 *** Yihen <Yihen!~textual@103.138.75.83> has joined #bitcoin-core-dev
172023-02-05T03:37:23 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
182023-02-05T03:38:23 *** Yihen <Yihen!~textual@103.138.75.83> has quit IRC (Remote host closed the connection)
192023-02-05T03:38:29 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
202023-02-05T03:38:59 *** Yihen <Yihen!~textual@103.138.75.83> has joined #bitcoin-core-dev
212023-02-05T03:59:37 <sipa> Given a known about of scriptPubKeys to watch for, can you determine what FP rate of the filter is optimal?
222023-02-05T04:02:15 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has quit IRC (Remote host closed the connection)
232023-02-05T04:04:26 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has joined #bitcoin-core-dev
242023-02-05T04:14:01 *** piku <piku!~piku@47-202-113-113.tamp.fl.frontiernet.net> has quit IRC (Quit: Leaving)
252023-02-05T04:37:43 *** nanotube <nanotube!~nanotube@user/nanotube> has quit IRC (Ping timeout: 252 seconds)
262023-02-05T04:47:11 <phantomcircuit> sipa: i think it's some function of the non-false positive rate and the relative cost of decoding and scanning a block
272023-02-05T04:47:27 <phantomcircuit> the non-false positive rate is unknowable ahead of time though
282023-02-05T04:48:29 <phantomcircuit> it's also not really a question of optimal time wise as it's a time/space trade off (possibly at some extreme filter size it would be slower, but I doubt it)
292023-02-05T04:49:17 <phantomcircuit> i was actually thinking that saving the raw siphashes might be worth it for people with very large wallets, but if they have lots of transactions they're going to be scanning most of the blocks anyways
302023-02-05T04:50:48 *** brunoerg <brunoerg!~brunoerg@2804:14c:3bfb:8a:864:ab5a:7a82:f6ad> has quit IRC (Remote host closed the connection)
312023-02-05T04:51:04 <phantomcircuit> for the bip157/158 filters there's an optimal size, since there's a single thing you're optimizing for, bandwidth, but with filters on disk it's definitely harder to choose a filter size as it's a time/disk space trade off
322023-02-05T04:51:40 *** brunoerg <brunoerg!~brunoerg@2804:14c:3bfb:8a:864:ab5a:7a82:f6ad> has joined #bitcoin-core-dev
332023-02-05T05:01:02 *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
342023-02-05T05:01:34 *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
352023-02-05T05:14:27 <phantomcircuit> sipa: that being said on a wallet with 750k keys going from P=32 to P=48 actually cost me 2 minutes, presumably because the decoder is slow
362023-02-05T05:52:23 *** Yihen <Yihen!~textual@103.138.75.83> has quit IRC (Remote host closed the connection)
372023-02-05T05:53:08 *** Yihen <Yihen!~textual@103.138.75.83> has joined #bitcoin-core-dev
382023-02-05T06:04:50 *** Yihen <Yihen!~textual@103.138.75.83> has quit IRC (Remote host closed the connection)
392023-02-05T06:09:51 *** Yihen <Yihen!~textual@103.138.75.83> has joined #bitcoin-core-dev
402023-02-05T06:20:17 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has quit IRC (Ping timeout: 255 seconds)
412023-02-05T06:21:07 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has joined #bitcoin-core-dev
422023-02-05T06:27:47 *** Guest62 <Guest62!~Guest62@2600:1700:2800:9980:50f5:122e:491c:e47f> has joined #bitcoin-core-dev
432023-02-05T06:28:05 *** Guest62 <Guest62!~Guest62@2600:1700:2800:9980:50f5:122e:491c:e47f> has quit IRC (Client Quit)
442023-02-05T06:36:51 *** PaperSword <PaperSword!~Thunderbi@securemail.qrsnap.io> has quit IRC (Ping timeout: 255 seconds)
452023-02-05T06:40:31 *** Yihen <Yihen!~textual@103.138.75.83> has quit IRC (Remote host closed the connection)
462023-02-05T06:40:57 *** Yihen <Yihen!~textual@103.138.75.83> has joined #bitcoin-core-dev
472023-02-05T07:06:41 *** Yihen <Yihen!~textual@103.138.75.83> has quit IRC (Remote host closed the connection)
482023-02-05T07:07:43 *** PaperSword <PaperSword!~Thunderbi@securemail.qrsnap.io> has joined #bitcoin-core-dev
492023-02-05T07:21:57 *** cm <cm!~chaz@user/cm> has quit IRC (Quit: Bye.)
502023-02-05T07:22:23 *** cm <cm!~chaz@user/cm> has joined #bitcoin-core-dev
512023-02-05T07:32:17 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
522023-02-05T07:34:34 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
532023-02-05T08:01:53 *** dviola <dviola!~diego@user/dviola> has quit IRC (Quit: WeeChat 3.8)
542023-02-05T08:15:02 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
552023-02-05T08:20:49 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
562023-02-05T08:23:14 *** Guest77 <Guest77!~Guest77@136.233.9.99> has joined #bitcoin-core-dev
572023-02-05T08:26:30 *** dviola <dviola!~diego@user/dviola> has joined #bitcoin-core-dev
582023-02-05T08:30:58 *** Guest77 <Guest77!~Guest77@136.233.9.99> has quit IRC (Quit: Client closed)
592023-02-05T08:36:11 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
602023-02-05T08:39:03 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
612023-02-05T08:52:27 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
622023-02-05T08:53:44 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
632023-02-05T08:58:22 *** martin_1 <martin_1!~martin@adsl-178-39-110-172.adslplus.ch> has joined #bitcoin-core-dev
642023-02-05T08:59:49 *** robszarka <robszarka!~szarka@2001-48F8-9004-580-802-B37C-5559-5D34-static.midco.net> has joined #bitcoin-core-dev
652023-02-05T09:00:05 *** kvaciral <kvaciral!~kvaciral@2001:470:69fc:105::17b> has quit IRC (Quit: You have been kicked for being idle)
662023-02-05T09:01:24 <yancy> re the conversation about using Gitlab to backup Github - everyone who uses the git project creates their own local copy when they clone the project, so it really has many backups already
672023-02-05T09:02:48 *** rszarka <rszarka!~szarka@2001:48f8:9004:580:8520:8679:ebad:cb0c> has quit IRC (Ping timeout: 252 seconds)
682023-02-05T09:13:59 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
692023-02-05T09:15:06 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
702023-02-05T09:53:18 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:7df2:4861:854:89f4> has joined #bitcoin-core-dev
712023-02-05T09:54:00 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
722023-02-05T10:30:24 *** b_101_ <b_101_!~robert@185.242.5.35> has joined #bitcoin-core-dev
732023-02-05T10:32:39 *** b_101 <b_101!~robert@185.242.5.35> has quit IRC (Ping timeout: 252 seconds)
742023-02-05T10:34:26 *** bitdex_ <bitdex_!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
752023-02-05T10:36:20 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
762023-02-05T10:40:58 *** Allio84 <Allio84!~Android@host-78-149-161-40.as13285.net> has joined #bitcoin-core-dev
772023-02-05T10:42:47 *** Allio84 <Allio84!~Android@host-78-149-161-40.as13285.net> has left #bitcoin-core-dev
782023-02-05T10:49:41 *** salvatoshi <salvatoshi!~salvatosh@lfbn-idf3-1-333-227.w83-199.abo.wanadoo.fr> has joined #bitcoin-core-dev
792023-02-05T11:19:59 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
802023-02-05T11:35:43 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
812023-02-05T11:35:43 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
822023-02-05T11:36:33 *** salvatoshi <salvatoshi!~salvatosh@lfbn-idf3-1-333-227.w83-199.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)
832023-02-05T11:36:38 *** bitdex_ <bitdex_!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
842023-02-05T11:36:54 *** salvatoshi <salvatoshi!~salvatosh@lfbn-idf3-1-333-227.w83-199.abo.wanadoo.fr> has joined #bitcoin-core-dev
852023-02-05T11:46:07 *** salvatoshi <salvatoshi!~salvatosh@lfbn-idf3-1-333-227.w83-199.abo.wanadoo.fr> has quit IRC (Ping timeout: 248 seconds)
862023-02-05T11:54:50 *** Livestradamus <Livestradamus!~Livestrad@user/livestradamus> has quit IRC (Quit: Ping timeout (120 seconds))
872023-02-05T11:55:09 *** Livestradamus <Livestradamus!~Livestrad@user/livestradamus> has joined #bitcoin-core-dev
882023-02-05T12:21:20 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:7df2:4861:854:89f4> has quit IRC (Ping timeout: 248 seconds)
892023-02-05T12:22:18 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has joined #bitcoin-core-dev
902023-02-05T12:25:14 *** Norrin <Norrin!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
912023-02-05T12:48:11 *** AmunRa <AmunRa!~NorrinRad@gateway/tor-sasl/norrinradd> has quit IRC (Ping timeout: 255 seconds)
922023-02-05T13:03:44 *** Yuvz <Yuvz!~Yuvz@2401:4900:1c2b:72fe:9551:2101:20bf:b00b> has joined #bitcoin-core-dev
932023-02-05T13:28:32 <bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d71b0e78eb0f...8f4ae6581874
942023-02-05T13:28:32 <bitcoin-git> bitcoin/master 61431e3 Martin Zumsande: validation: Skip VerifyDB checks of level >=3 if dbcache is too small
952023-02-05T13:28:32 <bitcoin-git> bitcoin/master fe683f3 Martin Zumsande: log: Log VerifyDB Progress over multiple lines
962023-02-05T13:28:33 <bitcoin-git> bitcoin/master 8f4ae65 fanquake: Merge bitcoin/bitcoin#27009: validation: Skip VerifyDB checks of level >=3...
972023-02-05T13:28:37 <bitcoin-git> [bitcoin] fanquake merged pull request #27009: validation: Skip VerifyDB checks of level =3 if dbcache is too small (master...202301_verifychain_assertfix) https://github.com/bitcoin/bitcoin/pull/27009
982023-02-05T13:33:33 *** Yuvz <Yuvz!~Yuvz@2401:4900:1c2b:72fe:9551:2101:20bf:b00b> has quit IRC (Quit: Client closed)
992023-02-05T13:48:57 *** salvatoshi <salvatoshi!~salvatosh@lfbn-idf3-1-333-227.w83-199.abo.wanadoo.fr> has joined #bitcoin-core-dev
1002023-02-05T13:52:17 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1012023-02-05T13:52:46 *** Guyver2_ <Guyver2_!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1022023-02-05T13:53:30 *** Guyver2_ <Guyver2_!~Guyver@77-174-98-73.fixed.kpn.net> has quit IRC (Client Quit)
1032023-02-05T13:55:34 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:7df2:4861:854:89f4> has joined #bitcoin-core-dev
1042023-02-05T14:11:07 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has quit IRC (Remote host closed the connection)
1052023-02-05T14:12:10 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has joined #bitcoin-core-dev
1062023-02-05T14:15:28 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:7df2:4861:854:89f4> has quit IRC (Ping timeout: 248 seconds)
1072023-02-05T14:21:03 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
1082023-02-05T14:21:03 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
1092023-02-05T14:21:20 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1102023-02-05T14:22:49 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
1112023-02-05T14:23:39 *** salvatoshi <salvatoshi!~salvatosh@lfbn-idf3-1-333-227.w83-199.abo.wanadoo.fr> has quit IRC (Ping timeout: 248 seconds)
1122023-02-05T15:08:51 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:7df2:4861:854:89f4> has joined #bitcoin-core-dev
1132023-02-05T15:10:58 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Remote host closed the connection)
1142023-02-05T15:16:37 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8f4ae6581874...d8f982603722
1152023-02-05T15:16:37 <bitcoin-git> bitcoin/master 82f895d Martin Leitner-Ankerl: Update nanobench to version v4.3.10
1162023-02-05T15:16:37 <bitcoin-git> bitcoin/master d8f9826 fanquake: Merge bitcoin/bitcoin#27030: Update nanobench to version v4.3.10
1172023-02-05T15:16:39 <bitcoin-git> [bitcoin] fanquake merged pull request #27030: Update nanobench to version v4.3.10 (master...2023-02-update-nanobench) https://github.com/bitcoin/bitcoin/pull/27030
1182023-02-05T15:17:08 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Ping timeout: 255 seconds)
1192023-02-05T15:18:09 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
1202023-02-05T15:18:39 <sipa> yancy: The concern is not the git repository itself; it's about having a backup (and fallback option for) the issues/PRs/discussions/...
1212023-02-05T15:19:13 <sipa> The code won't get lost, but we need a place where development takes place.
1222023-02-05T15:20:56 <fanquake> back to a mailing list and git send-email
1232023-02-05T15:20:59 * fanquake ducks
1242023-02-05T15:21:05 <sipa> ð¦
1252023-02-05T15:21:47 <sipa> phantomcircuit: I don't think the true positive rate matters, because that's a cost you pay equally with small and bigger filters.
1262023-02-05T15:37:57 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
1272023-02-05T15:39:38 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 255 seconds)
1282023-02-05T15:43:17 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1292023-02-05T15:50:53 *** FrancisMr <FrancisMr!~MrFrancis@2001:8a0:fa4c:901:7df2:4861:854:89f4> has quit IRC (Ping timeout: 256 seconds)
1302023-02-05T16:00:05 *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Quit: Leaving...)
1312023-02-05T16:27:40 *** bugs_ <bugs_!~bugs@user/bugs/x-5128603> has joined #bitcoin-core-dev
1322023-02-05T16:54:23 *** martin_1 <martin_1!~martin@adsl-178-39-110-172.adslplus.ch> has quit IRC (Ping timeout: 248 seconds)
1332023-02-05T17:29:54 *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
1342023-02-05T17:49:32 *** jelloshooter848 <jelloshooter848!~jelloshoo@071-080-234-063.res.spectrum.com> has joined #bitcoin-core-dev
1352023-02-05T17:56:23 *** jelloshooter848 <jelloshooter848!~jelloshoo@071-080-234-063.res.spectrum.com> has quit IRC (Quit: Client closed)
1362023-02-05T17:58:15 *** javi404 <javi404!~quassel@c-73-1-238-68.hsd1.fl.comcast.net> has quit IRC (Quit: No Ping reply in 180 seconds.)
1372023-02-05T17:59:35 *** javi404 <javi404!~quassel@c-73-1-238-68.hsd1.fl.comcast.net> has joined #bitcoin-core-dev
1382023-02-05T18:24:09 *** Guyver2_ <Guyver2_!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1392023-02-05T18:26:08 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has quit IRC (Ping timeout: 248 seconds)
1402023-02-05T18:28:14 *** Guyver2_ <Guyver2_!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev
1412023-02-05T19:01:14 *** martin_1 <martin_1!~martin@adsl-178-39-110-172.adslplus.ch> has joined #bitcoin-core-dev
1422023-02-05T19:10:23 *** Zenton <Zenton!~user@user/zenton> has quit IRC (Ping timeout: 252 seconds)
1432023-02-05T19:12:56 *** martin_1 <martin_1!~martin@adsl-178-39-110-172.adslplus.ch> has quit IRC (Remote host closed the connection)
1442023-02-05T19:13:14 *** martin_1 <martin_1!~martin@adsl-178-39-110-172.adslplus.ch> has joined #bitcoin-core-dev
1452023-02-05T19:34:38 *** FrancisMr <FrancisMr!~MrFrancis@bl15-115-2.dsl.telepac.pt> has joined #bitcoin-core-dev
1462023-02-05T19:36:14 *** martin_1 <martin_1!~martin@adsl-178-39-110-172.adslplus.ch> has quit IRC (Ping timeout: 260 seconds)
1472023-02-05T19:40:15 *** FrancisMr <FrancisMr!~MrFrancis@bl15-115-2.dsl.telepac.pt> has quit IRC (Ping timeout: 248 seconds)
1482023-02-05T20:04:38 *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
1492023-02-05T20:09:09 *** Zenton <Zenton!~user@user/zenton> has joined #bitcoin-core-dev
1502023-02-05T20:49:48 *** martin_1 <martin_1!~martin@adsl-178-39-110-172.adslplus.ch> has joined #bitcoin-core-dev
1512023-02-05T21:24:16 *** martin_1 <martin_1!~martin@adsl-178-39-110-172.adslplus.ch> has quit IRC (Ping timeout: 248 seconds)
1522023-02-05T21:26:45 *** amishbtc <amishbtc!~amishbtc@cpe-74-72-75-120.nyc.res.rr.com> has quit IRC (Quit: Leaving)
1532023-02-05T21:34:04 *** amishbtc <amishbtc!~amishbtc@cpe-74-72-75-120.nyc.res.rr.com> has joined #bitcoin-core-dev
1542023-02-05T21:42:35 *** FrancisMr <FrancisMr!~MrFrancis@bl15-115-2.dsl.telepac.pt> has joined #bitcoin-core-dev
1552023-02-05T22:53:01 *** bugs_ <bugs_!~bugs@user/bugs/x-5128603> has quit IRC (Quit: Leaving)
1562023-02-05T23:27:27 *** FrancisMr <FrancisMr!~MrFrancis@bl15-115-2.dsl.telepac.pt> has quit IRC (Ping timeout: 248 seconds)
1572023-02-05T23:42:28 <bitcoin-git> [bitcoin] Jazz811 opened pull request #27047: Update SECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27047