12025-09-23T00:01:22 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has quit IRC (Remote host closed the connection)
22025-09-23T00:01:53 *** SpellChecker <SpellChecker!~SpellChec@user/SpellChecker> has joined #bitcoin-core-dev
32025-09-23T00:02:53 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 250 seconds)
42025-09-23T00:18:17 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
52025-09-23T00:22:45 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
62025-09-23T00:28:07 *** enochazariah <enochazariah!uid710351@id-710351.hampstead.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)
72025-09-23T00:37:58 <_aj_> sipa: could have an iterator where "unbroadcst txs with chunk feerates above this are been put in per-peer queues, txs below are put in a single global queue" ? if the global queue grows too large, that iterator then immediately tells you a good value to use as feefilter, without having to gradually increase it from the bottom of the mempool
82025-09-23T00:38:35 <_aj_> not unbroadcst, un-relayed
92025-09-23T00:49:42 *** infernix <infernix!nix@spirit.infernix.net> has quit IRC (Ping timeout: 256 seconds)
102025-09-23T00:51:52 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
112025-09-23T00:54:35 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Remote host closed the connection)
122025-09-23T00:59:50 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
132025-09-23T01:02:39 *** infernix <infernix!nix@spirit.infernix.net> has joined #bitcoin-core-dev
142025-09-23T01:02:55 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
152025-09-23T01:08:49 *** purpleKarrot <purpleKarrot!~purpleKar@user/purpleKarrot> has quit IRC (Quit: purpleKarrot)
162025-09-23T01:09:03 *** purpleKarrot <purpleKarrot!~purpleKar@user/purpleKarrot> has joined #bitcoin-core-dev
172025-09-23T01:10:27 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
182025-09-23T01:12:26 *** gmaxwell <gmaxwell!~gmaxwell@user/gmaxwell> has quit IRC (Ping timeout: 248 seconds)
192025-09-23T01:12:49 *** purpleKarrot <purpleKarrot!~purpleKar@user/purpleKarrot> has quit IRC (Client Quit)
202025-09-23T01:13:02 *** purpleKarrot <purpleKarrot!~purpleKar@user/purpleKarrot> has joined #bitcoin-core-dev
212025-09-23T01:15:05 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 258 seconds)
222025-09-23T01:27:32 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Quit: Christoph_)
232025-09-23T01:44:25 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
242025-09-23T01:45:58 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
252025-09-23T01:48:19 *** infernix <infernix!nix@spirit.infernix.net> has quit IRC (Ping timeout: 244 seconds)
262025-09-23T02:03:03 *** infernix <infernix!nix@spirit.infernix.net> has joined #bitcoin-core-dev
272025-09-23T02:08:51 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
282025-09-23T02:15:11 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Ping timeout: 244 seconds)
292025-09-23T02:36:13 *** saturday7 <saturday7!~saturday7@206.83.122.147> has quit IRC (Read error: Connection reset by peer)
302025-09-23T02:41:43 *** saturday7 <saturday7!~saturday7@206.83.122.147> has joined #bitcoin-core-dev
312025-09-23T02:49:17 *** saturday7 <saturday7!~saturday7@206.83.122.147> has quit IRC (Ping timeout: 250 seconds)
322025-09-23T02:49:17 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 244 seconds)
332025-09-23T03:31:43 *** enochazariah <enochazariah!uid710351@id-710351.hampstead.irccloud.com> has joined #bitcoin-core-dev
342025-09-23T03:41:55 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
352025-09-23T03:54:02 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
362025-09-23T04:01:01 *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
372025-09-23T04:01:07 *** saturday7 <saturday7!~saturday7@206.83.122.147> has joined #bitcoin-core-dev
382025-09-23T04:01:31 *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
392025-09-23T04:04:45 *** saturday7 <saturday7!~saturday7@206.83.122.147> has quit IRC (Client Quit)
402025-09-23T04:07:42 *** saturday7 <saturday7!~saturday7@206.83.122.147> has joined #bitcoin-core-dev
412025-09-23T04:13:18 <_aj_> sipa: hmm, except you could do that without the iterator just by setting the feefilter to the highest fee in the global queue
422025-09-23T04:38:24 *** durandal_ <durandal_!~durandal@148.252.144.76> has quit IRC (Quit: Leaving)
432025-09-23T04:42:04 *** durandal_ <durandal_!~durandal@148.252.144.76> has joined #bitcoin-core-dev
442025-09-23T04:43:59 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 244 seconds)
452025-09-23T04:44:28 *** Cory75 <Cory75!~Cory7@user/pasha> has quit IRC (Quit: Client closed)
462025-09-23T04:44:55 *** Cory75 <Cory75!~Cory75@user/pasha> has joined #bitcoin-core-dev
472025-09-23T04:51:40 *** mbrochh <mbrochh!uid3052@id-3052.helmsley.irccloud.com> has joined #bitcoin-core-dev
482025-09-23T04:54:16 *** Cory75 <Cory75!~Cory75@user/pasha> has quit IRC (Quit: Client closed)
492025-09-23T04:54:38 *** Cory75 <Cory75!~Cory75@user/pasha> has joined #bitcoin-core-dev
502025-09-23T04:56:52 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
512025-09-23T05:01:15 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 258 seconds)
522025-09-23T05:19:33 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Remote host closed the connection)
532025-09-23T05:19:45 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
542025-09-23T05:32:59 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
552025-09-23T05:38:44 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
562025-09-23T05:42:17 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Client Quit)
572025-09-23T05:51:27 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
582025-09-23T06:01:27 *** enochazariah <enochazariah!uid710351@id-710351.hampstead.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)
592025-09-23T06:08:32 *** jerryf <jerryf!~jerryf@user/jerryf> has quit IRC (Ping timeout: 272 seconds)
602025-09-23T06:10:26 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has quit IRC (Ping timeout: 272 seconds)
612025-09-23T06:11:03 *** ghost43 <ghost43!~ghost43@gateway/tor-sasl/ghost43> has joined #bitcoin-core-dev
622025-09-23T06:13:29 *** twistedline <twistedline!~bitcoin@1tbit.com> has quit IRC (Remote host closed the connection)
632025-09-23T06:13:41 *** twistedline <twistedline!~bitcoin@c-76-100-108-154.hsd1.md.comcast.net> has joined #bitcoin-core-dev
642025-09-23T06:14:18 *** jerryf <jerryf!~jerryf@user/jerryf> has joined #bitcoin-core-dev
652025-09-23T06:22:55 *** jerryf <jerryf!~jerryf@user/jerryf> has quit IRC (Remote host closed the connection)
662025-09-23T06:23:19 *** jerryf <jerryf!~jerryf@user/jerryf> has joined #bitcoin-core-dev
672025-09-23T06:33:51 *** vasild <vasild!~vd@user/vasild> has quit IRC (Remote host closed the connection)
682025-09-23T06:34:06 *** vasild <vasild!~vd@user/vasild> has joined #bitcoin-core-dev
692025-09-23T06:35:04 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 244 seconds)
702025-09-23T06:39:30 *** Guest80 <Guest80!~Guest80@188.26.8.156> has joined #bitcoin-core-dev
712025-09-23T06:40:18 *** Guest80 <Guest80!~Guest80@188.26.8.156> has quit IRC (Client Quit)
722025-09-23T06:56:28 *** jerryf <jerryf!~jerryf@user/jerryf> has quit IRC (Remote host closed the connection)
732025-09-23T06:56:50 *** jerryf <jerryf!~jerryf@user/jerryf> has joined #bitcoin-core-dev
742025-09-23T07:01:24 *** mbrochh <mbrochh!uid3052@id-3052.helmsley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)
752025-09-23T07:10:47 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
762025-09-23T07:15:09 *** f321x <f321x!~f321x@user/f321x> has joined #bitcoin-core-dev
772025-09-23T07:24:22 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
782025-09-23T07:26:01 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Client Quit)
792025-09-23T07:38:04 *** jerryf <jerryf!~jerryf@user/jerryf> has quit IRC (Remote host closed the connection)
802025-09-23T07:38:27 *** jerryf <jerryf!~jerryf@user/jerryf> has joined #bitcoin-core-dev
812025-09-23T07:43:56 *** Guyver2 <Guyver2!Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
822025-09-23T07:59:57 *** WizJin__ <WizJin__!~Wizzy@2402:a00:184:8354:8039:8018:2c7c:57d> has joined #bitcoin-core-dev
832025-09-23T08:02:00 *** mbrochh <mbrochh!uid3052@id-3052.helmsley.irccloud.com> has joined #bitcoin-core-dev
842025-09-23T08:03:53 *** WizJin_ <WizJin_!~Wizzy@2402:a00:184:8354:e543:2733:1fa1:9bc5> has quit IRC (Ping timeout: 250 seconds)
852025-09-23T08:12:12 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 244 seconds)
862025-09-23T08:15:45 *** TallTim_ <TallTim_!~talltim@24-124-35-28-dynamic.midco.net> has joined #bitcoin-core-dev
872025-09-23T08:17:54 *** TallTim <TallTim!~talltim@24.124.35.28> has quit IRC (Ping timeout: 260 seconds)
882025-09-23T08:40:58 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
892025-09-23T08:45:32 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 265 seconds)
902025-09-23T08:48:18 *** darosior <darosior!~darosior@109.205.214.46> has quit IRC (Quit: Ping timeout (120 seconds))
912025-09-23T08:48:29 *** darosior <darosior!~darosior@109.205.214.46> has joined #bitcoin-core-dev
922025-09-23T08:49:34 *** Flow <Flow!~none@gentoo/developer/flow> has quit IRC (Ping timeout: 255 seconds)
932025-09-23T08:50:43 *** Flow <Flow!~none@gentoo/developer/flow> has joined #bitcoin-core-dev
942025-09-23T08:58:29 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
952025-09-23T09:18:53 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
962025-09-23T09:25:29 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Quit: Christoph_)
972025-09-23T09:25:51 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
982025-09-23T09:27:45 *** f321x_ <f321x_!~f321x@user/f321x> has joined #bitcoin-core-dev
992025-09-23T09:28:40 *** f321x <f321x!~f321x@user/f321x> has quit IRC (Ping timeout: 272 seconds)
1002025-09-23T09:38:29 *** jerryf_ <jerryf_!~jerryf@user/jerryf> has joined #bitcoin-core-dev
1012025-09-23T09:41:20 *** jerryf <jerryf!~jerryf@user/jerryf> has quit IRC (Ping timeout: 272 seconds)
1022025-09-23T09:42:05 *** roconnor <roconnor!~quassel@rocq/roconnor> has quit IRC (Ping timeout: 265 seconds)
1032025-09-23T09:42:24 *** roconnor <roconnor!~quassel@rocq/roconnor> has joined #bitcoin-core-dev
1042025-09-23T09:50:10 *** P8tBoy <P8tBoy!xyz@cryption.cn> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in)
1052025-09-23T09:51:39 *** PatBoy <PatBoy!xyz@cryption.cn> has joined #bitcoin-core-dev
1062025-09-23T09:56:23 *** jerryf_ <jerryf_!~jerryf@user/jerryf> has quit IRC (Remote host closed the connection)
1072025-09-23T09:56:25 *** jerryf <jerryf!~jerryf@user/jerryf> has joined #bitcoin-core-dev
1082025-09-23T10:01:01 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 258 seconds)
1092025-09-23T10:02:12 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Quit: Christoph_)
1102025-09-23T10:11:40 *** mbrochh <mbrochh!uid3052@id-3052.helmsley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity)
1112025-09-23T10:14:43 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
1122025-09-23T10:28:12 *** jerryf <jerryf!~jerryf@user/jerryf> has quit IRC (Ping timeout: 272 seconds)
1132025-09-23T10:29:49 *** jerryf <jerryf!~jerryf@user/jerryf> has joined #bitcoin-core-dev
1142025-09-23T10:33:27 *** Cory75 <Cory75!~Cory75@user/pasha> has quit IRC (Quit: Client closed)
1152025-09-23T10:33:51 *** Cory75 <Cory75!~Cory75@user/pasha> has joined #bitcoin-core-dev
1162025-09-23T10:49:15 *** TallTim_ is now known as TallTim
1172025-09-23T10:57:00 *** durandal_ <durandal_!~durandal@148.252.144.76> has quit IRC (Ping timeout: 265 seconds)
1182025-09-23T11:02:16 <sipa> _aj_: so you have a global to-be-broadcast set, and a per-peer to-be-broadcast set, in addition to the existing m_tx_inventory_to_send ?
1192025-09-23T11:03:14 <sipa> how do you keep track of which transactions in the global set have already been sent to which peers?
1202025-09-23T11:09:18 *** durandal_ <durandal_!~durandal@185.69.144.201> has joined #bitcoin-core-dev
1212025-09-23T11:17:09 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 250 seconds)
1222025-09-23T11:24:37 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
1232025-09-23T11:25:51 *** jackielove4u2 <jackielove4u2!~jackielov@user/jackielove4u> has quit IRC (Ping timeout: 244 seconds)
1242025-09-23T11:35:45 *** TheRec <TheRec!~toto@user/therec> has quit IRC (Ping timeout: 245 seconds)
1252025-09-23T11:36:39 *** Guyver2 <Guyver2!Guyver@77-174-98-73.fixed.kpn.net> has quit IRC (Remote host closed the connection)
1262025-09-23T11:39:02 *** TheRec <TheRec!~toto@user/therec> has joined #bitcoin-core-dev
1272025-09-23T11:49:10 *** jackielove4u2 <jackielove4u2!~jackielov@user/jackielove4u> has joined #bitcoin-core-dev
1282025-09-23T11:56:00 *** jerryf <jerryf!~jerryf@user/jerryf> has quit IRC (Remote host closed the connection)
1292025-09-23T11:56:29 *** jerryf <jerryf!~jerryf@user/jerryf> has joined #bitcoin-core-dev
1302025-09-23T12:02:36 *** jackielove4u2 <jackielove4u2!~jackielov@user/jackielove4u> has quit IRC (Quit: The Lounge - https://thelounge.chat)
1312025-09-23T12:05:52 *** jackielove4u2 <jackielove4u2!~jackielov@user/jackielove4u> has joined #bitcoin-core-dev
1322025-09-23T12:09:40 *** jackielove4u2 <jackielove4u2!~jackielov@user/jackielove4u> has quit IRC (Client Quit)
1332025-09-23T12:13:03 *** jackielove4u2 <jackielove4u2!~jackielov@user/jackielove4u> has joined #bitcoin-core-dev
1342025-09-23T12:28:21 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has quit IRC (Ping timeout: 265 seconds)
1352025-09-23T12:36:03 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has joined #bitcoin-core-dev
1362025-09-23T12:40:31 *** kevkevin <kevkevin!~kevkevin@209.242.39.30> has joined #bitcoin-core-dev
1372025-09-23T12:53:39 *** Cory75 <Cory75!~Cory75@user/pasha> has quit IRC (Quit: Client closed)
1382025-09-23T12:54:02 *** Cory75 <Cory75!~Cory75@user/pasha> has joined #bitcoin-core-dev
1392025-09-23T13:19:00 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has quit IRC (Remote host closed the connection)
1402025-09-23T13:27:46 *** Earnestly <Earnestly!~earnest@user/earnestly> has quit IRC (Read error: Connection reset by peer)
1412025-09-23T13:28:30 *** Earnestly <Earnestly!~earnest@user/earnestly> has joined #bitcoin-core-dev
1422025-09-23T13:44:40 *** jespada <jespada!~jespada@2800:a4:2274:4e00:bce6:af76:8106:ad16> has joined #bitcoin-core-dev
1432025-09-23T13:51:10 *** jespada <jespada!~jespada@2800:a4:2274:4e00:bce6:af76:8106:ad16> has quit IRC (Ping timeout: 245 seconds)
1442025-09-23T13:52:19 *** QUBIT_ABHAY <QUBIT_ABHAY!~QUBIT_ABH@user/QUBIT-ABHAY:31682> has joined #bitcoin-core-dev
1452025-09-23T13:53:34 *** QUBIT_ABHAY <QUBIT_ABHAY!~QUBIT_ABH@user/QUBIT-ABHAY:31682> has quit IRC (Client Quit)
1462025-09-23T13:55:48 *** flooded <flooded!~flooded@193.37.254.185> has joined #bitcoin-core-dev
1472025-09-23T14:00:12 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1482025-09-23T14:00:29 *** QUBIT_ABHAY <QUBIT_ABHAY!~QUBIT_ABH@user/QUBIT-ABHAY:31682> has joined #bitcoin-core-dev
1492025-09-23T14:08:25 *** Guest7 <Guest7!~Guest7@213-205-84-210.static.net.novis.pt> has joined #bitcoin-core-dev
1502025-09-23T14:11:25 *** Guest7 <Guest7!~Guest7@213-205-84-210.static.net.novis.pt> has quit IRC (Client Quit)
1512025-09-23T14:12:20 *** molodoy <molodoy!~molodoy@213-205-84-210.static.net.novis.pt> has joined #bitcoin-core-dev
1522025-09-23T14:17:47 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1532025-09-23T14:28:37 <_aj_> sipa: no, the inv_to_send is the per-peer to-be-broadcast set, and things are removed from the global to-be-broadcast set and added to all peers' inv-to-send ~atomically.
1542025-09-23T14:34:39 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
1552025-09-23T14:35:03 *** jon_atack <jon_atack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1562025-09-23T14:37:07 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 244 seconds)
1572025-09-23T14:38:21 *** molodoy <molodoy!~molodoy@213-205-84-210.static.net.novis.pt> has quit IRC (Quit: Client closed)
1582025-09-23T14:41:00 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Quit: Christoph_)
1592025-09-23T14:41:05 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1602025-09-23T14:42:40 *** Cory75 <Cory75!~Cory75@user/pasha> has quit IRC (Quit: Client closed)
1612025-09-23T14:43:04 *** Cory75 <Cory75!~Cory75@user/pasha> has joined #bitcoin-core-dev
1622025-09-23T14:43:23 *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev (Closing Window)
1632025-09-23T14:43:32 *** jon_atack <jon_atack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 258 seconds)
1642025-09-23T14:45:06 *** QUBIT_ABHAY <QUBIT_ABHAY!~QUBIT_ABH@user/QUBIT-ABHAY:31682> has quit IRC (Quit: Client closed)
1652025-09-23T14:51:41 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has joined #bitcoin-core-dev
1662025-09-23T14:56:39 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has quit IRC (Ping timeout: 244 seconds)
1672025-09-23T15:01:34 *** molodoy <molodoy!~molodoy@213-205-84-210.static.net.novis.pt> has joined #bitcoin-core-dev
1682025-09-23T15:17:03 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
1692025-09-23T15:54:58 <Sjors[m]1> Does our ci cache the LLVM build for the MSan/TSan jobs? Or do we just rely on Cirrus runners being really fast?
1702025-09-23T16:03:26 *** cm_ <cm_!~chaz@user/cm> has joined #bitcoin-core-dev
1712025-09-23T16:03:50 *** cm <cm!~chaz@user/cm> has quit IRC (Read error: Connection reset by peer)
1722025-09-23T16:03:53 *** cm_ is now known as cm
1732025-09-23T16:12:04 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
1742025-09-23T16:16:19 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Ping timeout: 244 seconds)
1752025-09-23T16:20:57 *** f321x_ <f321x_!~f321x@user/f321x> has quit IRC (Quit: f321x_)
1762025-09-23T16:23:07 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
1772025-09-23T16:25:56 *** jon_atack <jon_atack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1782025-09-23T16:28:12 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 244 seconds)
1792025-09-23T16:29:02 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1802025-09-23T16:30:32 <Sjors[m]1> IIUC it seems #33425 made it much faster, so no need to cache.
1812025-09-23T16:30:34 <corebot`> https://github.com/bitcoin/bitcoin/issues/33425 | ci: remove Clang build from msan fuzz job by fanquake · Pull Request #33425 · bitcoin/bitcoin · GitHub
1822025-09-23T16:31:45 *** jon_atack <jon_atack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 250 seconds)
1832025-09-23T16:36:32 *** Cory75 <Cory75!~Cory75@user/pasha> has quit IRC (Quit: Client closed)
1842025-09-23T16:36:56 *** Cory75 <Cory75!~Cory75@user/pasha> has joined #bitcoin-core-dev
1852025-09-23T16:46:27 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Quit: Christoph_)
1862025-09-23T16:50:21 *** MrHAPPY <MrHAPPY!~pxq@user/MrHAPPY> has joined #bitcoin-core-dev
1872025-09-23T16:50:51 *** molodoy <molodoy!~molodoy@213-205-84-210.static.net.novis.pt> has quit IRC (Quit: Client closed)
1882025-09-23T16:54:34 *** jon_atack <jon_atack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1892025-09-23T16:57:03 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 260 seconds)
1902025-09-23T17:00:33 *** dzxzg <dzxzg!~dzxzg@user/dzxzg> has joined #bitcoin-core-dev
1912025-09-23T17:04:23 *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has joined #bitcoin-core-dev
1922025-09-23T17:06:54 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1932025-09-23T17:09:12 *** jon_atack <jon_atack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 258 seconds)
1942025-09-23T17:14:05 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 244 seconds)
1952025-09-23T17:14:33 *** Talkless <Talkless!~Talkless@138.199.6.197> has joined #bitcoin-core-dev
1962025-09-23T17:15:09 *** eugenesiegel <eugenesiegel!~eugenesie@user/eugenesiegel> has quit IRC (Ping timeout: 250 seconds)
1972025-09-23T17:15:09 *** eugenesiegel93 <eugenesiegel93!~eugenesie@user/eugenesiegel> has joined #bitcoin-core-dev
1982025-09-23T17:16:18 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
1992025-09-23T17:20:35 *** brunoerg <brunoerg!~brunoerg@177.12.135.141> has joined #bitcoin-core-dev
2002025-09-23T17:29:46 *** Cory31 <Cory31!~Cory75@user/pasha> has joined #bitcoin-core-dev
2012025-09-23T17:33:21 *** Cory75 <Cory75!~Cory75@user/pasha> has quit IRC (Ping timeout: 250 seconds)
2022025-09-23T17:42:05 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 244 seconds)
2032025-09-23T17:42:12 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
2042025-09-23T17:50:32 *** brunoerg <brunoerg!~brunoerg@177.12.135.141> has quit IRC (Remote host closed the connection)
2052025-09-23T17:52:16 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Quit: Christoph_)
2062025-09-23T18:02:56 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
2072025-09-23T18:04:31 *** Guest77 <Guest77!~Guest77@2a00:1880:a348:626a:1867:fac7:a7ae:1919> has joined #bitcoin-core-dev
2082025-09-23T18:04:45 *** Guest77 <Guest77!~Guest77@2a00:1880:a348:626a:1867:fac7:a7ae:1919> has quit IRC (Client Quit)
2092025-09-23T18:07:18 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 244 seconds)
2102025-09-23T18:27:21 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
2112025-09-23T18:34:21 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
2122025-09-23T18:39:54 *** Cory19 <Cory19!~Cory31@user/pasha> has joined #bitcoin-core-dev
2132025-09-23T18:43:33 *** Cory31 <Cory31!~Cory75@user/pasha> has quit IRC (Ping timeout: 250 seconds)
2142025-09-23T18:47:16 *** jerryf <jerryf!~jerryf@user/jerryf> has quit IRC (Ping timeout: 272 seconds)
2152025-09-23T18:49:27 *** jerryf <jerryf!~jerryf@user/jerryf> has joined #bitcoin-core-dev
2162025-09-23T18:55:10 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
2172025-09-23T18:56:42 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
2182025-09-23T19:05:34 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has joined #bitcoin-core-dev
2192025-09-23T19:06:54 *** Talkless <Talkless!~Talkless@138.199.6.197> has quit IRC (Quit: Konversation terminated!)
2202025-09-23T19:18:15 *** eugenesiegel93 <eugenesiegel93!~eugenesie@user/eugenesiegel> has quit IRC (Quit: Client closed)
2212025-09-23T19:19:06 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
2222025-09-23T19:31:45 *** reardencode <reardencode!~reardenco@console.reardencode.com> has quit IRC (Ping timeout: 265 seconds)
2232025-09-23T19:33:59 *** reardencode <reardencode!~reardenco@shrugged.reardencode.com> has joined #bitcoin-core-dev
2242025-09-23T19:40:50 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has quit IRC (Remote host closed the connection)
2252025-09-23T19:50:05 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
2262025-09-23T19:52:35 *** molodoy <molodoy!~molodoy@2001:818:ddb6:3800:2582:644c:7c2b:3244> has joined #bitcoin-core-dev
2272025-09-23T19:53:28 *** l0rinc_ <l0rinc_!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
2282025-09-23T19:54:21 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Ping timeout: 244 seconds)
2292025-09-23T19:54:21 *** WizJin__ <WizJin__!~Wizzy@2402:a00:184:8354:8039:8018:2c7c:57d> has quit IRC (Ping timeout: 244 seconds)
2302025-09-23T19:57:51 *** MrHAPPY <MrHAPPY!~pxq@user/MrHAPPY> has quit IRC (Read error: Connection reset by peer)
2312025-09-23T20:03:13 *** corebot` is now known as corebot
2322025-09-23T20:04:13 *** MrHAPPY <MrHAPPY!~pxq@user/MrHAPPY> has joined #bitcoin-core-dev
2332025-09-23T20:08:09 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has joined #bitcoin-core-dev
2342025-09-23T20:09:52 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has joined #bitcoin-core-dev
2352025-09-23T20:12:00 *** bitcoin-git1 is now known as bitcoin-git
2362025-09-23T20:13:19 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has quit IRC (Remote host closed the connection)
2372025-09-23T20:17:49 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has joined #bitcoin-core-dev
2382025-09-23T20:22:21 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has quit IRC (Read error: Connection reset by peer)
2392025-09-23T20:22:27 *** brunoerg_ <brunoerg_!~brunoerg@189.112.73.61> has joined #bitcoin-core-dev
2402025-09-23T20:32:36 <bitcoin-git> [bitcoin] instagibbs opened pull request #33469: TxGraph: change m_excluded_clusters (master...2025-09-unordered_blockbuilder) https://github.com/bitcoin/bitcoin/pull/33469
2412025-09-23T20:32:49 *** molodoy <molodoy!~molodoy@2001:818:ddb6:3800:2582:644c:7c2b:3244> has quit IRC (Quit: Client closed)
2422025-09-23T20:41:11 *** brunoerg_ <brunoerg_!~brunoerg@189.112.73.61> has quit IRC (Remote host closed the connection)
2432025-09-23T20:42:45 *** jonatack <jonatack!~jonatack@user/jonatack> has joined #bitcoin-core-dev
2442025-09-23T20:46:00 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has joined #bitcoin-core-dev
2452025-09-23T20:47:09 *** Cory19 <Cory19!~Cory31@user/pasha> has quit IRC (Quit: Client closed)
2462025-09-23T20:47:30 *** Cory19 <Cory19!~Cory19@user/pasha> has joined #bitcoin-core-dev
2472025-09-23T20:50:34 *** brunoerg <brunoerg!~brunoerg@189.112.73.61> has quit IRC (Ping timeout: 244 seconds)
2482025-09-23T21:08:34 *** Christoph_ <Christoph_!~Christoph@2a02:810d:1399:b700:a4db:8f22:bafe:4c87> has quit IRC (Quit: Christoph_)
2492025-09-23T21:15:01 *** Cory19 <Cory19!~Cory19@user/pasha> has quit IRC (Quit: Client closed)
2502025-09-23T21:15:23 *** Cory19 <Cory19!~Cory19@user/pasha> has joined #bitcoin-core-dev
2512025-09-23T21:17:29 *** l0rinc_ <l0rinc_!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc_)
2522025-09-23T21:34:12 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
2532025-09-23T22:00:11 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
2542025-09-23T22:02:39 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
2552025-09-23T22:05:35 *** jonatack <jonatack!~jonatack@user/jonatack> has quit IRC (Ping timeout: 244 seconds)
2562025-09-23T22:21:44 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
2572025-09-23T22:22:47 *** BAM-BAM <BAM-BAM!~0x00000b@2001:8a0:d1c1:4a00:49e:6fcd:3f13:801c> has joined #bitcoin-core-dev
2582025-09-23T22:23:45 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
2592025-09-23T22:25:54 *** BAM-BAM <BAM-BAM!~0x00000b@2001:8a0:d1c1:4a00:49e:6fcd:3f13:801c> has quit IRC (Read error: Connection reset by peer)
2602025-09-23T22:29:24 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has quit IRC (Quit: l0rinc)
2612025-09-23T22:31:11 *** l0rinc <l0rinc!~l0rinc@user/l0rinc> has joined #bitcoin-core-dev
2622025-09-23T22:46:33 <bitcoin-git> [bitcoin] fanquake pushed 14 commits to 30.x: https://github.com/bitcoin/bitcoin/compare/52bcf62c0bd1...72c1f13c3374
2632025-09-23T22:46:34 <bitcoin-git> bitcoin/30.x 4b02bc1 Ryan Ofsky: test: Avoid interface_ipc.py Duplicate ID errors
2642025-09-23T22:46:34 <bitcoin-git> bitcoin/30.x 1bc3be1 Anthony Towns: p2p: Increase tx relay rate
2652025-09-23T22:46:34 <bitcoin-git> bitcoin/30.x 792a75a Hodlinator: build(windows): Remove lingering registry entries and shortcuts upon insta...
2662025-09-23T22:46:35 <bitcoin-git> [bitcoin] fanquake merged pull request #33424: [30.0] Final changes + rc2 (30.x...30_0_rc2) https://github.com/bitcoin/bitcoin/pull/33424
2672025-09-23T22:47:54 <bitcoin-git> [bitcoin] fanquake pushed tag v30.0rc2: https://github.com/bitcoin/bitcoin/compare/v30.0rc2
2682025-09-23T22:52:49 *** aleggg <aleggg!~aleggg@177.188.150.31> has quit IRC (Remote host closed the connection)
2692025-09-23T22:55:30 *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
2702025-09-23T22:58:12 *** aleggg <aleggg!~aleggg@177.188.150.31> has joined #bitcoin-core-dev
2712025-09-23T23:03:01 *** aleggg <aleggg!~aleggg@177.188.150.31> has quit IRC (Ping timeout: 258 seconds)
2722025-09-23T23:03:14 *** aleggg <aleggg!~aleggg@177.188.150.31> has joined #bitcoin-core-dev
2732025-09-23T23:11:40 *** Guest63 <Guest63!~Guest63@85.222.183.240> has joined #bitcoin-core-dev
2742025-09-23T23:11:56 *** Guest63 <Guest63!~Guest63@85.222.183.240> has quit IRC (Client Quit)
2752025-09-23T23:19:34 <bitcoin-git> [bitcoin] 151henry151 opened pull request #33470: build: Move CMAKE_SKIP_INSTALL_RPATH from CMake to Guix script (master...cmake-install-rpath-cleanup) https://github.com/bitcoin/bitcoin/pull/33470
2762025-09-23T23:37:41 *** purpleKarrot <purpleKarrot!~purpleKar@user/purpleKarrot> has quit IRC (Quit: purpleKarrot)
2772025-09-23T23:37:53 *** purpleKarrot <purpleKarrot!~purpleKar@user/purpleKarrot> has joined #bitcoin-core-dev
2782025-09-23T23:49:59 *** flooded <flooded!~flooded@193.37.254.185> has quit IRC (Read error: Connection reset by peer)