12022-10-29T00:05:02  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te42f98qsv2cp22.ipv6.telus.net> has joined #bitcoin-core-dev
  22022-10-29T00:09:29  *** amovfx_ <amovfx_!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
  32022-10-29T00:11:17  <bitcoin-git> [bitcoin] achow101 opened pull request #26418: Fix signing of multi_a and rawtr scripts with wallets that only have corresponding keys (master...fix-psbt-multia) https://github.com/bitcoin/bitcoin/pull/26418
  42022-10-29T00:12:08  <bitcoin-git> [bitcoin] jamesob opened pull request #26419: log: mempool: log removal reason in validation interface (master...2022-10-log-mempool-removal-reason) https://github.com/bitcoin/bitcoin/pull/26419
  52022-10-29T00:18:07  <BlueMatt[m]> oookayyy, so my question yesterday was hitting on a not-quite-bug-but-definitely-usability-issue
  62022-10-29T00:20:07  <BlueMatt[m]> the issue was basically that some folks were running bitcoin core on regtest and calling `generatetoaddress`, some software was seeing the block, persisting its "latest chain tip", then the bitcoin node was crashing (even after an hour, but basically docker container shutdown was just kill'ing) and on restart the block was gone. the aforementioned software would then later load its "latest chain tip", not have any idea where that
  72022-10-29T00:20:07  <BlueMatt[m]> is on the chain and get very sad cause it couldnt ask for the block.
  82022-10-29T00:22:07  <BlueMatt[m]> so, kinda annoying that no flush happens if bitcoin core is idle for an hour, but ultimately the issue could also appear in prod if there's a reorg while a node that just crashed is offline
  92022-10-29T00:22:17  <BlueMatt[m]> at least on regtest
 102022-10-29T00:22:38  <BlueMatt[m]> doubly annoying cause on regtest you're not generating large blocks, so flushing is rare, afaiu?
 112022-10-29T00:46:07  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te42f98qsv2cp22.ipv6.telus.net> has quit IRC (Remote host closed the connection)
 122022-10-29T00:46:20  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te42f98qsv2cp22.ipv6.telus.net> has joined #bitcoin-core-dev
 132022-10-29T00:47:13  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te42f98qsv2cp22.ipv6.telus.net> has quit IRC (Remote host closed the connection)
 142022-10-29T01:10:48  *** amovfx_ <amovfx_!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 252 seconds)
 152022-10-29T01:22:53  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 162022-10-29T01:23:35  *** mudsip <mudsip!~mudsip@user/mudsip> has joined #bitcoin-core-dev
 172022-10-29T01:27:38  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 276 seconds)
 182022-10-29T01:30:02  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 192022-10-29T01:31:59  <luke-jr> BlueMatt[m]: "don't do that"
 202022-10-29T01:33:42  <luke-jr> killing a program forcefully bypassing its shutdown sequence is not reasonable behaviour. of course the program should recover, but not necessarily in the most efficient manner
 212022-10-29T01:34:06  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 260 seconds)
 222022-10-29T01:34:31  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 255 seconds)
 232022-10-29T01:35:01  *** mudsip <mudsip!~mudsip@user/mudsip> has quit IRC ()
 242022-10-29T01:36:01  <BlueMatt[m]> apparently that's "Just How Docker Works", cant help that.
 252022-10-29T01:36:10  <BlueMatt[m]> also, machines lose power 🤷
 262022-10-29T01:45:51  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 272022-10-29T01:56:33  <luke-jr> yes, but the current behaviour is acceptable for power loss type scenarios
 282022-10-29T01:57:00  <luke-jr> can perhaps improve it, but I'd consider it a feature, not a bugfix
 292022-10-29T01:57:09  <luke-jr> IIRC the reason we don't flush more, is that it also clears the cache
 302022-10-29T01:57:15  <luke-jr> I think there's a PR to change that though
 312022-10-29T02:00:22  <luke-jr> here it is, #17487
 322022-10-29T02:00:25  <gribble> https://github.com/bitcoin/bitcoin/issues/17487 | coins: allow write to disk without cache drop by jamesob · Pull Request #17487 · bitcoin/bitcoin · GitHub
 332022-10-29T02:01:43  <luke-jr> looks fairly ready to merge, but considering a prior version had a consensus bug, it could benefit from additional review BlueMatt[m]
 342022-10-29T02:03:14  <BlueMatt[m]> sure, but if you're talking about regtest and its been an hour, it seems like flush should be done :)
 352022-10-29T02:03:51  <sipa> I had no idea anyone was even interested in having a regtest node run for more than a few minutes
 362022-10-29T02:03:54  <luke-jr> special-casing for regtest seems not useful
 372022-10-29T02:04:33  *** zeropoint <zeropoint!~alex@c-67-169-157-130.hsd1.ca.comcast.net> has quit IRC (Quit: leaving)
 382022-10-29T02:04:35  <sipa> Regtest or not could change some default timeout for flush configuration option, perhaps.
 392022-10-29T02:05:12  <luke-jr> could, but I don't think it's worth that
 402022-10-29T02:05:25  <luke-jr> especially with 17487 around the corner enabling a more aggressive flush without drop
 412022-10-29T02:05:44  <sipa> I don't think 17487 changes much.
 422022-10-29T02:06:01  <sipa> Flushing without dropping the cache is fairly terrible for performance.
 432022-10-29T02:06:37  <sipa> I can imagine there are special cases where that's useful, but it's not a good idea to use it for normal regular flushes
 442022-10-29T02:07:16  <sipa> Hmm, actually, that's not true.
 452022-10-29T02:07:56  <sipa> You can't use it for cache-size-limit-exceeded flushes, but you could use it for just regular time-based one if the cache isn't full.
 462022-10-29T02:13:20  *** mikehu44 <mikehu44!~quassel@159.65.11.175> has joined #bitcoin-core-dev
 472022-10-29T02:15:52  <luke-jr> I would think it would be ideal to flush after each block, outside of IBD
 482022-10-29T02:16:00  <luke-jr> and keep the cache for processing subsequent blocks
 492022-10-29T02:16:55  <sipa> That may make sense, or every few blocks.
 502022-10-29T02:18:17  <sipa> The main benefit of not flushing (whether you drop the cache or not) is avoiding that UTXOs, created before the flush point but spent shortly after, hit disk at all.
 512022-10-29T02:18:25  <sipa> But outside of IBD that's not nearly as important.
 522022-10-29T02:20:10  <luke-jr> right, it could perhaps be configurable for situations where I/O is more precious
 532022-10-29T02:20:23  <luke-jr> but I think the norm is that outside IBD, it's no big deal
 542022-10-29T02:21:55  <sipa> well one downside is that flushing does need a somewhat extended lock on the cache data structures, and if a block arrives in that time, processing it will be delayed (perhaps just a few ms, but possibly more)
 552022-10-29T02:22:16  <sipa> i can imagine that some network users prefer not to risk that latency hit
 562022-10-29T02:22:20  <luke-jr> hmm
 572022-10-29T02:22:39  <luke-jr> can abort the transaction in that case?
 582022-10-29T02:23:43  <luke-jr> maybe not so simple, since that would require 2 passes over the dbcache
 592022-10-29T02:23:53  <luke-jr> (one to do the actual flush, and another to update the flags)
 602022-10-29T02:45:16  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
 612022-10-29T02:51:48  *** mekster669494 <mekster669494!~mekster@user/mekster> has joined #bitcoin-core-dev
 622022-10-29T03:00:47  *** mikehu44 <mikehu44!~quassel@159.65.11.175> has quit IRC (Ping timeout: 272 seconds)
 632022-10-29T03:01:31  *** mikehu44 <mikehu44!~quassel@159.65.11.175> has joined #bitcoin-core-dev
 642022-10-29T03:03:25  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
 652022-10-29T03:05:12  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
 662022-10-29T03:48:57  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 672022-10-29T04:01:02  *** cmirror <cmirror!~cmirror@4.53.92.114> has quit IRC (Remote host closed the connection)
 682022-10-29T04:01:33  *** cmirror <cmirror!~cmirror@4.53.92.114> has joined #bitcoin-core-dev
 692022-10-29T04:02:50  *** yanmaani2 <yanmaani2!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Remote host closed the connection)
 702022-10-29T04:04:44  *** yanmaani2 <yanmaani2!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
 712022-10-29T04:38:17  *** mekster669494 <mekster669494!~mekster@user/mekster> has quit IRC (Ping timeout: 240 seconds)
 722022-10-29T04:53:02  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 276 seconds)
 732022-10-29T04:59:50  *** cm_ <cm_!~chaz@user/cm> has joined #bitcoin-core-dev
 742022-10-29T05:00:02  *** cm <cm!~chaz@user/cm> has quit IRC (Ping timeout: 260 seconds)
 752022-10-29T05:00:08  *** cm_ is now known as cm
 762022-10-29T05:22:02  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 772022-10-29T05:27:04  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 246 seconds)
 782022-10-29T05:50:04  *** mikehu44 <mikehu44!~quassel@159.65.11.175> has quit IRC (Ping timeout: 250 seconds)
 792022-10-29T05:57:17  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 802022-10-29T06:01:43  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 246 seconds)
 812022-10-29T06:31:31  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 822022-10-29T07:35:11  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
 832022-10-29T07:37:25  *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has joined #bitcoin-core-dev
 842022-10-29T08:00:40  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
 852022-10-29T08:01:32  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8b050762b1b4...984a01589b7b
 862022-10-29T08:01:32  <bitcoin-git> bitcoin/master ef97b89 Jeff Ruane: Exclude rand from debug log
 872022-10-29T08:01:32  <bitcoin-git> bitcoin/master 984a015 MacroFake: Merge bitcoin/bitcoin#26408: test: Remove spam from debug log
 882022-10-29T08:01:44  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26408: test: Remove spam from debug log (master...2210-fix-noisy-tests) https://github.com/bitcoin/bitcoin/pull/26408
 892022-10-29T08:03:24  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 902022-10-29T08:09:20  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 276 seconds)
 912022-10-29T08:10:27  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
 922022-10-29T08:11:11  <bitcoin-git> [bitcoin] TheQuantumPhysicist closed pull request #24922: Isolate the storage abstraction layer from the application/serialization layer (master...feat/storage-isolation) https://github.com/bitcoin/bitcoin/pull/24922
 932022-10-29T08:23:19  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
 942022-10-29T08:52:06  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has joined #bitcoin-core-dev
 952022-10-29T09:13:55  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
 962022-10-29T09:15:43  *** ___nick___ <___nick___!~quassel@82.9.109.62> has joined #bitcoin-core-dev
 972022-10-29T09:15:48  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/984a01589b7b...4f270d2b6391
 982022-10-29T09:15:48  <bitcoin-git> bitcoin/master 8a9f1e4 Martin Zumsande: test: fix intermittent failure in rpc_getblockfrompeer.py
 992022-10-29T09:15:48  <bitcoin-git> bitcoin/master 4f270d2 MacroFake: Merge bitcoin/bitcoin#26404: test: fix intermittent failure in rpc_getbloc...
1002022-10-29T09:15:50  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #26404: test: fix intermittent failure in rpc_getblockfrompeer.py (master...202210_testfix_blockfrompeer) https://github.com/bitcoin/bitcoin/pull/26404
1012022-10-29T09:16:17  *** ___nick___ <___nick___!~quassel@82.9.109.62> has quit IRC (Client Quit)
1022022-10-29T09:17:08  *** Guest34 <Guest34!~Guest34@46-237-67-111.pz.ddns.bulsat.com> has joined #bitcoin-core-dev
1032022-10-29T09:17:15  *** Guest34 <Guest34!~Guest34@46-237-67-111.pz.ddns.bulsat.com> has quit IRC (Client Quit)
1042022-10-29T09:18:09  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has joined #bitcoin-core-dev
1052022-10-29T09:26:36  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
1062022-10-29T09:51:32  *** AaronvanW <AaronvanW!~AaronvanW@user/AaronvanW> has quit IRC (Quit: Leaving...)
1072022-10-29T09:59:06  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev (Closing Window)
1082022-10-29T10:20:38  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
1092022-10-29T10:56:52  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 250 seconds)
1102022-10-29T10:59:58  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
1112022-10-29T11:22:06  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
1122022-10-29T11:36:42  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has quit IRC (Ping timeout: 252 seconds)
1132022-10-29T11:41:07  *** sipsorcery <sipsorcery!~sipsorcer@37.228.225.67> has joined #bitcoin-core-dev
1142022-10-29T11:51:52  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
1152022-10-29T11:57:14  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 252 seconds)
1162022-10-29T12:11:14  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has joined #bitcoin-core-dev
1172022-10-29T12:19:09  *** yanmaani2 <yanmaani2!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Remote host closed the connection)
1182022-10-29T12:19:49  *** yanmaani2 <yanmaani2!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
1192022-10-29T13:09:26  *** nanotube <nanotube!~nanotube@user/nanotube> has quit IRC (Ping timeout: 244 seconds)
1202022-10-29T13:12:17  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
1212022-10-29T13:13:16  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te4fuxljle3u02k.ipv6.telus.net> has quit IRC (Ping timeout: 246 seconds)
1222022-10-29T13:15:38  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has joined #bitcoin-core-dev
1232022-10-29T13:22:59  *** yanmaani2 <yanmaani2!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Remote host closed the connection)
1242022-10-29T13:29:32  *** DeanGuss <DeanGuss!~dean@user/deanguss> has quit IRC (Quit: buhbye)
1252022-10-29T13:30:49  *** DeanGuss <DeanGuss!~dean@nonplayercharacter.me> has joined #bitcoin-core-dev
1262022-10-29T13:37:36  *** sudoforge <sudoforge!~sudoforge@wireguard/tunneler/sudoforge> has joined #bitcoin-core-dev
1272022-10-29T13:43:06  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
1282022-10-29T13:48:28  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 255 seconds)
1292022-10-29T14:01:55  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
1302022-10-29T14:17:50  *** flooded <flooded!flooded@gateway/vpn/protonvpn/flood/x-43489060> has joined #bitcoin-core-dev
1312022-10-29T14:20:59  *** _flood <_flood!flooded@gateway/vpn/protonvpn/flood/x-43489060> has quit IRC (Ping timeout: 272 seconds)
1322022-10-29T14:28:06  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has joined #bitcoin-core-dev
1332022-10-29T14:30:33  *** sudoforge <sudoforge!~sudoforge@wireguard/tunneler/sudoforge> has quit IRC (Quit: 404)
1342022-10-29T14:31:06  *** yanmaani2 <yanmaani2!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
1352022-10-29T14:40:33  *** Guyver2 <Guyver2!~Guyver@77-174-98-73.fixed.kpn.net> has left #bitcoin-core-dev (Closing Window)
1362022-10-29T14:55:02  <bitcoin-git> [bitcoin] fanquake opened pull request #26421: build: copy config.{guess,sub} post autogen in zmq package (master...fix_macos_zeromq_older_ubuntu) https://github.com/bitcoin/bitcoin/pull/26421
1372022-10-29T15:04:21  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
1382022-10-29T15:14:55  *** jb55 <jb55!~jb55@S010660e327dca171.vc.shawcable.net> has quit IRC (Quit: jb55)
1392022-10-29T15:15:13  *** jb55 <jb55!~jb55@user/jb55> has joined #bitcoin-core-dev
1402022-10-29T15:28:20  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
1412022-10-29T15:30:24  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1422022-10-29T16:08:06  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
1432022-10-29T16:13:37  *** flooded <flooded!flooded@gateway/vpn/protonvpn/flood/x-43489060> has quit IRC (Read error: Connection reset by peer)
1442022-10-29T16:14:01  *** flooded <flooded!flooded@gateway/vpn/protonvpn/flood/x-43489060> has joined #bitcoin-core-dev
1452022-10-29T16:22:03  *** Aeohrta <Aeohrta!~Aeohrta@c-68-39-112-177.hsd1.in.comcast.net> has joined #bitcoin-core-dev
1462022-10-29T16:31:10  <sipa> @[luke-jr] Yeah, and without significant refactor, flushing does take time proportional to the cache size, even when it has few dirty entries (because it requires iterating the whole cache)
1472022-10-29T16:32:51  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Quit: !be back soon)
1482022-10-29T16:33:44  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1492022-10-29T16:48:07  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Quit: !be back soon)
1502022-10-29T16:48:57  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1512022-10-29T16:54:23  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Quit: !be back soon)
1522022-10-29T16:56:36  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1532022-10-29T17:00:10  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Client Quit)
1542022-10-29T17:00:49  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Remote host closed the connection)
1552022-10-29T17:01:42  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
1562022-10-29T17:02:27  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1572022-10-29T17:04:13  *** Aeohrta <Aeohrta!~Aeohrta@c-68-39-112-177.hsd1.in.comcast.net> has quit IRC (Ping timeout: 255 seconds)
1582022-10-29T17:07:31  *** Aeohrta <Aeohrta!~Aeohrta@c-68-39-112-177.hsd1.in.comcast.net> has joined #bitcoin-core-dev
1592022-10-29T17:10:13  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 246 seconds)
1602022-10-29T17:13:27  *** mekster669494 <mekster669494!~mekster@user/mekster> has joined #bitcoin-core-dev
1612022-10-29T17:18:22  *** mekster6694943 <mekster6694943!~mekster@user/mekster> has joined #bitcoin-core-dev
1622022-10-29T17:19:35  *** mekster669494 <mekster669494!~mekster@user/mekster> has quit IRC (Ping timeout: 272 seconds)
1632022-10-29T17:19:35  *** mekster6694943 is now known as mekster669494
1642022-10-29T17:31:08  *** bytes1440000 <bytes1440000!~bytes1440@212-129-37-129.rev.poneytelecom.eu> has joined #bitcoin-core-dev
1652022-10-29T17:33:13  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Quit: !be back soon)
1662022-10-29T17:33:43  <bytes1440000> jonatack: Sorry, for some reasons i could not test this today: #26328 looks easy and will do tomorrow and a few others
1672022-10-29T17:33:44  <gribble> https://github.com/bitcoin/bitcoin/issues/26328 | netinfo: fix relaytxes doc, display 3 relaytxes states by jonatack · Pull Request #26328 · bitcoin/bitcoin · GitHub
1682022-10-29T17:33:56  *** bytes1440000 <bytes1440000!~bytes1440@212-129-37-129.rev.poneytelecom.eu> has left #bitcoin-core-dev
1692022-10-29T17:34:23  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1702022-10-29T17:38:48  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
1712022-10-29T17:39:52  *** Aeohrta <Aeohrta!~Aeohrta@c-68-39-112-177.hsd1.in.comcast.net> has quit IRC (Ping timeout: 250 seconds)
1722022-10-29T17:44:06  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 252 seconds)
1732022-10-29T17:44:47  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Quit: !be back soon)
1742022-10-29T17:46:00  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1752022-10-29T17:47:16  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Remote host closed the connection)
1762022-10-29T17:48:06  *** mekster6694943 <mekster6694943!~mekster@user/mekster> has joined #bitcoin-core-dev
1772022-10-29T17:50:04  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1782022-10-29T17:50:42  *** mekster669494 <mekster669494!~mekster@user/mekster> has quit IRC (Ping timeout: 250 seconds)
1792022-10-29T17:51:12  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Remote host closed the connection)
1802022-10-29T17:52:09  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1812022-10-29T17:58:58  *** Aeohrta <Aeohrta!~Aeohrta@c-68-39-112-177.hsd1.in.comcast.net> has joined #bitcoin-core-dev
1822022-10-29T17:59:04  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
1832022-10-29T17:59:55  *** Guest36 <Guest36!~Guest36@116.106.204.110> has joined #bitcoin-core-dev
1842022-10-29T18:00:03  *** Guest36 <Guest36!~Guest36@116.106.204.110> has quit IRC (Client Quit)
1852022-10-29T18:00:04  *** mekster6694943 <mekster6694943!~mekster@user/mekster> has quit IRC (Quit: mekster6694943)
1862022-10-29T18:01:11  *** mekster6694943 <mekster6694943!~mekster@user/mekster> has joined #bitcoin-core-dev
1872022-10-29T18:17:12  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
1882022-10-29T18:18:59  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has joined #bitcoin-core-dev
1892022-10-29T18:18:59  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has quit IRC (Client Quit)
1902022-10-29T18:20:48  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has joined #bitcoin-core-dev
1912022-10-29T18:29:17  *** sipsorcery <sipsorcery!~sipsorcer@37.228.225.67> has quit IRC (Ping timeout: 240 seconds)
1922022-10-29T18:30:11  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Quit: !be back soon)
1932022-10-29T18:31:56  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has joined #bitcoin-core-dev
1942022-10-29T18:37:13  *** sipsorcery <sipsorcery!~sipsorcer@37.228.225.67> has joined #bitcoin-core-dev
1952022-10-29T18:40:32  *** Alina-malina <Alina-malina!~Alina-mal@user/alina-malina> has quit IRC (Ping timeout: 250 seconds)
1962022-10-29T19:00:36  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
1972022-10-29T19:11:17  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
1982022-10-29T19:35:57  *** mekster6694943 <mekster6694943!~mekster@user/mekster> has quit IRC (Ping timeout: 240 seconds)
1992022-10-29T19:59:38  *** Talkless <Talkless!~Talkless@217.8.174.100> has joined #bitcoin-core-dev
2002022-10-29T20:00:44  *** Talkless <Talkless!~Talkless@217.8.174.100> has quit IRC (Client Quit)
2012022-10-29T20:04:15  *** ___nick___ <___nick___!~quassel@cpc68289-cdif17-2-0-cust317.5-1.cable.virginm.net> has quit IRC (Ping timeout: 272 seconds)
2022022-10-29T20:13:40  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 255 seconds)
2032022-10-29T20:33:37  *** Aeohrta <Aeohrta!~Aeohrta@c-68-39-112-177.hsd1.in.comcast.net> has quit IRC (Ping timeout: 240 seconds)
2042022-10-29T20:41:53  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
2052022-10-29T20:46:20  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 252 seconds)
2062022-10-29T21:10:30  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
2072022-10-29T21:11:50  *** Aeohrta <Aeohrta!~Aeohrta@c-68-39-112-177.hsd1.in.comcast.net> has joined #bitcoin-core-dev
2082022-10-29T21:17:32  *** Aeohrta <Aeohrta!~Aeohrta@c-68-39-112-177.hsd1.in.comcast.net> has left #bitcoin-core-dev
2092022-10-29T22:06:37  *** ghostarchist[m] <ghostarchist[m]!~jakwolfma@2001:470:69fc:105::2:acc8> has joined #bitcoin-core-dev
2102022-10-29T22:14:51  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
2112022-10-29T22:40:18  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has joined #bitcoin-core-dev
2122022-10-29T23:20:07  *** bomb-on <bomb-on!~bomb-on@user/bomb-on> has quit IRC (Quit: aллилѹіа!)
2132022-10-29T23:32:49  *** nanotube <nanotube!~nanotube@user/nanotube> has joined #bitcoin-core-dev
2142022-10-29T23:36:50  *** sipsorcery <sipsorcery!~sipsorcer@37.228.225.67> has quit IRC (Ping timeout: 252 seconds)
2152022-10-29T23:37:51  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6180:500::12b> has joined #bitcoin-core-dev
2162022-10-29T23:49:56  *** amovfx <amovfx!~amovfx@node-1w7jr9yi65te5ac1uzn2zj67o.ipv6.telus.net> has quit IRC (Ping timeout: 260 seconds)
2172022-10-29T23:55:15  *** bomb-on <bomb-on!~bomb-on@user/bomb-on> has joined #bitcoin-core-dev