12021-05-05T00:02:39  *** belcher_ <belcher_!~belcher@unaffiliated/belcher> has joined #bitcoin-core-dev
  22021-05-05T00:04:03  *** proofofkeags <proofofkeags!~proofofke@205.209.28.54> has quit IRC (Ping timeout: 268 seconds)
  32021-05-05T00:06:31  *** belcher <belcher!~belcher@unaffiliated/belcher> has quit IRC (Ping timeout: 268 seconds)
  42021-05-05T00:07:00  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
  52021-05-05T00:09:36  *** belcher_ is now known as belcher
  62021-05-05T00:17:34  <gmaxwell> sipa: it's not clear to me how it's possible to implement the policy to remove floods sent by the far side.  You can tell that you already have the txn when you recieve the flood,  so presumably you would have put it to be recon .. but it might have already been reconed and not part of your current recon set?
  72021-05-05T00:23:57  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
  82021-05-05T00:24:44  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
  92021-05-05T00:28:23  <sipa> gmaxwell: in that case you don't remove it?
 102021-05-05T00:28:50  <sipa> i believe the set is kept explicitly, not just in sketch form
 112021-05-05T00:38:33  *** mips <mips!~mips@gateway/tor-sasl/mips> has joined #bitcoin-core-dev
 122021-05-05T00:47:12  *** IckingAlpha1 <IckingAlpha1!~ident@62.182.99.225> has joined #bitcoin-core-dev
 132021-05-05T00:47:31  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Ping timeout: 265 seconds)
 142021-05-05T00:48:43  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
 152021-05-05T00:50:46  *** IcKingAlpha <IcKingAlpha!~ident@62.182.99.225> has quit IRC (Ping timeout: 260 seconds)
 162021-05-05T01:07:32  <gmaxwell> ah
 172021-05-05T01:07:38  <gmaxwell> that works then.
 182021-05-05T01:23:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 192021-05-05T01:23:31  <bitcoin-git> [bitcoin] sipa opened pull request #21859: Add minisketch subtree and integrate in build/test (master...202105_minisketch) https://github.com/bitcoin/bitcoin/pull/21859
 202021-05-05T01:23:32  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 212021-05-05T01:23:42  <sipa> ... 7712 lines
 222021-05-05T01:23:48  <sipa> really?
 232021-05-05T01:24:22  <fanquake> That's a lot of lines
 242021-05-05T01:26:54  *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has quit IRC (Ping timeout: 246 seconds)
 252021-05-05T01:27:41  <sipa> it seems correct
 262021-05-05T01:39:47  *** OP_NOP <OP_NOP!OP_NOP@gateway/vpn/privateinternetaccess/opnop/x-41418994> has joined #bitcoin-core-dev
 272021-05-05T01:52:13  *** spinza <spinza!~spin@102.132.245.16> has quit IRC (Quit: Coyote finally caught up with me...)
 282021-05-05T01:54:01  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 292021-05-05T01:54:01  <bitcoin-git> [bitcoin] fanquake opened pull request #21860: [0.21] Backport update to Boost download URL (0.21...backport_boost_download) https://github.com/bitcoin/bitcoin/pull/21860
 302021-05-05T01:54:14  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 312021-05-05T01:54:32  <sipa> jnewbery: feel like having a look at https://github.com/sipa/minisketch/pull/35 ?
 322021-05-05T01:57:24  *** biteskola <biteskola!~biteskola@170.76.76.188.dynamic.jazztel.es> has quit IRC (Remote host closed the connection)
 332021-05-05T01:57:46  <gmaxwell> sipa: secret to programmer 'productivity' -- tables.
 342021-05-05T01:58:17  <sipa> gmaxwell: hmm?
 352021-05-05T02:00:21  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 362021-05-05T02:00:21  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f8f238deb5a...dc8da2a68554
 372021-05-05T02:00:21  <bitcoin-git> bitcoin/master fafb880 MarcoFalke: refactor: [index] Replace deprecated char with uint8_t in serialization
 382021-05-05T02:00:21  <bitcoin-git> bitcoin/master dc8da2a fanquake: Merge bitcoin/bitcoin#21824: refactor: [index] Replace deprecated char wit...
 392021-05-05T02:00:22  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 402021-05-05T02:00:42  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 412021-05-05T02:00:42  <bitcoin-git> [bitcoin] fanquake merged pull request #21824: refactor: [index] Replace deprecated char with uint8_t in serialization (master...2105-refactorUint8_t) https://github.com/bitcoin/bitcoin/pull/21824
 422021-05-05T02:00:44  <gmaxwell> sipa: the minisketch LOC is 95% tables.
 432021-05-05T02:00:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 442021-05-05T02:01:26  <gmaxwell> Development Effort Estimate, Person-Years (Person-Months) = 1.84 (22.05)
 452021-05-05T02:01:36  <gmaxwell> strangly thats maybe not that far off. :P
 462021-05-05T02:01:48  <sipa> gmaxwell: more like 30%, actually
 472021-05-05T02:01:52  <sipa> or less
 482021-05-05T02:05:52  <gmaxwell> hm! I guess they just look huge when scrolling past them.
 492021-05-05T02:11:53  <sipa> there are 161 field implementations, and each have a few tables
 502021-05-05T02:11:59  <sipa> together that's 2000 lines or so
 512021-05-05T02:12:41  *** IckingAlpha1 <IckingAlpha1!~ident@62.182.99.225> has quit IRC (Quit: —I-n-v-i-s-i-o-n— 3.5.2.1 (January '19))
 522021-05-05T02:14:28  <gmaxwell> most of the loc are in build-aux. :P
 532021-05-05T02:15:06  <gmaxwell> src/ is:
 542021-05-05T02:15:07  <gmaxwell> SLOC	Directory	SLOC-by-Language (Sorted)
 552021-05-05T02:15:07  <gmaxwell> 1945    fields          cpp=1945
 562021-05-05T02:15:07  <gmaxwell> 1548    top_dir         cpp=1548
 572021-05-05T02:24:54  *** spinza <spinza!~spin@102.132.245.16> has joined #bitcoin-core-dev
 582021-05-05T02:43:31  *** dermoth_ <dermoth_!~dermoth@unaffiliated/dermoth> has joined #bitcoin-core-dev
 592021-05-05T02:43:47  *** dermoth <dermoth!~dermoth@unaffiliated/dermoth> has quit IRC (Disconnected by services)
 602021-05-05T02:43:49  *** dermoth_ is now known as dermoth
 612021-05-05T03:13:18  *** justanotheruser <justanotheruser!~justanoth@unaffiliated/justanotheruser> has joined #bitcoin-core-dev
 622021-05-05T04:16:24  *** GarouDan <GarouDan!~GarouDan@191.242.119.219.fibra.plimtelecom.com.br> has quit IRC (Remote host closed the connection)
 632021-05-05T05:09:39  *** awesome_doge <awesome_doge!~Thunderbi@36-226-65-123.dynamic-ip.hinet.net> has joined #bitcoin-core-dev
 642021-05-05T05:18:45  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
 652021-05-05T05:22:17  *** pox <pox!~pox@gateway/tor-sasl/pox> has quit IRC (Quit: pox)
 662021-05-05T05:28:39  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
 672021-05-05T05:39:31  *** OP_NOP <OP_NOP!OP_NOP@gateway/vpn/privateinternetaccess/opnop/x-41418994> has quit IRC (Ping timeout: 260 seconds)
 682021-05-05T05:44:28  *** pox <pox!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
 692021-05-05T05:52:30  *** adiabat_ <adiabat_!~adiabat@63.209.32.102> has quit IRC (Ping timeout: 265 seconds)
 702021-05-05T05:52:48  *** adiabat_ <adiabat_!~adiabat@63.209.32.102> has joined #bitcoin-core-dev
 712021-05-05T05:55:29  *** smctwo <smctwo!~smctwo@bba597217.alshamil.net.ae> has joined #bitcoin-core-dev
 722021-05-05T05:59:46  *** smctwo <smctwo!~smctwo@bba597217.alshamil.net.ae> has quit IRC (Ping timeout: 240 seconds)
 732021-05-05T06:15:39  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC ()
 742021-05-05T06:17:21  *** jungly <jungly!~jungly@host-79-35-187-51.retail.telecomitalia.it> has joined #bitcoin-core-dev
 752021-05-05T06:24:38  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
 762021-05-05T06:29:14  *** jungly <jungly!~jungly@host-79-35-187-51.retail.telecomitalia.it> has quit IRC (Ping timeout: 265 seconds)
 772021-05-05T06:31:13  *** jungly <jungly!~jungly@host-79-35-187-51.retail.telecomitalia.it> has joined #bitcoin-core-dev
 782021-05-05T06:35:20  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has joined #bitcoin-core-dev
 792021-05-05T06:37:33  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has quit IRC (Ping timeout: 240 seconds)
 802021-05-05T06:49:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 812021-05-05T06:49:13  <bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/dc8da2a68554...779aaa7f03b2
 822021-05-05T06:49:14  <bitcoin-git> bitcoin/master fa5f938 MarcoFalke: test: Remove new_tx reference
 832021-05-05T06:49:15  <bitcoin-git> bitcoin/master fa5591d MarcoFalke: test: Hide tx rehash in helper
 842021-05-05T06:49:16  <bitcoin-git> bitcoin/master fa066f1 MarcoFalke: test: Run feature_cltv with MiniWallet
 852021-05-05T06:49:20  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 862021-05-05T06:49:37  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 872021-05-05T06:49:37  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #21754: test: Run feature_cltv with MiniWallet (master...2104-testCltvNoWallet) https://github.com/bitcoin/bitcoin/pull/21754
 882021-05-05T06:49:50  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 892021-05-05T06:50:34  *** pox <pox!~pox@gateway/tor-sasl/pox> has quit IRC (Quit: pox)
 902021-05-05T06:54:44  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 912021-05-05T06:54:45  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/194b9b8792d9...bbd89d23b3d0
 922021-05-05T06:54:46  <bitcoin-git> bitcoin/0.21 856de5b fdov: build,boost: update download url.
 932021-05-05T06:54:47  <bitcoin-git> bitcoin/0.21 bbd89d2 MarcoFalke: Merge bitcoin/bitcoin#21860: [0.21] Backport update to Boost download URL
 942021-05-05T06:54:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 952021-05-05T06:55:04  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 962021-05-05T06:55:05  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #21860: [0.21] Backport update to Boost download URL (0.21...backport_boost_download) https://github.com/bitcoin/bitcoin/pull/21860
 972021-05-05T06:55:05  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 982021-05-05T06:59:24  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
 992021-05-05T07:04:32  *** OP_NOP <OP_NOP!OP_NOP@gateway/vpn/privateinternetaccess/opnop/x-41418994> has joined #bitcoin-core-dev
1002021-05-05T07:09:17  *** awesome_doge <awesome_doge!~Thunderbi@36-226-65-123.dynamic-ip.hinet.net> has quit IRC (Ping timeout: 260 seconds)
1012021-05-05T07:15:28  <jnewbery> sipa: sure. I'll take a look!
1022021-05-05T07:17:25  <aj> jnewbery: is see #21789 is proposed which conflicts with both #18685 and #19438; we going to try to get the latter two in first?
1032021-05-05T07:17:27  <gribble> https://github.com/bitcoin/bitcoin/issues/18685 | consensus: Simplify ConnectTrace by jnewbery · Pull Request #18685 · bitcoin/bitcoin · GitHub
1042021-05-05T07:17:28  <gribble> https://github.com/bitcoin/bitcoin/issues/21789 | refactor: Remove ::Params() global from CChainState by MarcoFalke · Pull Request #21789 · bitcoin/bitcoin · GitHub
1052021-05-05T07:17:30  <gribble> https://github.com/bitcoin/bitcoin/issues/19438 | Introduce deploymentstatus by ajtowns · Pull Request #19438 · bitcoin/bitcoin · GitHub
1062021-05-05T07:18:37  <aj> gribble has a weird sorting order
1072021-05-05T07:21:36  <jnewbery> 18685 isn't holding anything up and doesn't have any ACKs on the current branch, so I'm fine to rebase it
1082021-05-05T07:21:47  <jnewbery> I would like to see your 19438 merged though
1092021-05-05T07:21:55  *** awesome_doge <awesome_doge!~Thunderbi@36-226-65-123.dynamic-ip.hinet.net> has joined #bitcoin-core-dev
1102021-05-05T07:22:34  <jnewbery> (I still don't think you need a class for VersionBitsCache though: https://github.com/bitcoin/bitcoin/pull/19438#pullrequestreview-644568911)
1112021-05-05T07:22:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1122021-05-05T07:22:50  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #21862: test: Set regtest.BIP65Height = 112 to speed up tests (master...2105-testFasterBip65) https://github.com/bitcoin/bitcoin/pull/21862
1132021-05-05T07:22:50  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1142021-05-05T07:23:16  *** pox <pox!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
1152021-05-05T07:26:28  *** awesome_doge <awesome_doge!~Thunderbi@36-226-65-123.dynamic-ip.hinet.net> has quit IRC (Ping timeout: 252 seconds)
1162021-05-05T07:38:21  <aj> jnewbery: a class keeps the lock and locked data structure together so EXC_LOCKS_REQ(!mutex) works and doesn't need to be downgraded to LOCKS_EXCLUDED(mutex), but *shrug*
1172021-05-05T07:41:33  *** pox <pox!~pox@gateway/tor-sasl/pox> has quit IRC (Ping timeout: 240 seconds)
1182021-05-05T07:49:46  *** awesome_doge <awesome_doge!~Thunderbi@36-226-65-123.dynamic-ip.hinet.net> has joined #bitcoin-core-dev
1192021-05-05T07:52:56  <jnewbery> is the difference between EXC_LOCKS_REQ(!mutex) and LOCKS_EXCLUDED(mutex) documented somewhere?
1202021-05-05T07:53:50  *** lkqwejhhgasdjhgn <lkqwejhhgasdjhgn!~kljkljklk@p200300d46f06bf00a8a7c145d44f60c4.dip0.t-ipconnect.de> has joined #bitcoin-core-dev
1212021-05-05T07:54:18  *** awesome_doge <awesome_doge!~Thunderbi@36-226-65-123.dynamic-ip.hinet.net> has quit IRC (Ping timeout: 252 seconds)
1222021-05-05T07:58:39  *** mol <mol!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 265 seconds)
1232021-05-05T07:59:39  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Ping timeout: 260 seconds)
1242021-05-05T08:03:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1252021-05-05T08:03:57  <bitcoin-git> [gui] jarolrod opened pull request #317: Direction col peers (master...direction-col-peers) https://github.com/bitcoin-core/gui/pull/317
1262021-05-05T08:03:58  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1272021-05-05T08:04:06  <aj> jnewbery: REQ(!x) fails unless the compiler is sure x is not held, EXLCUDED(x) only fails if the compiler is sure x is held; but what the compiler is sure about is a bit weird
1282021-05-05T08:10:42  *** zpao <zpao!~zpao@185.163.110.100> has quit IRC (Remote host closed the connection)
1292021-05-05T08:12:41  *** jungly <jungly!~jungly@host-79-35-187-51.retail.telecomitalia.it> has quit IRC (Ping timeout: 240 seconds)
1302021-05-05T08:19:13  *** smctwo <smctwo!~smctwo@87.200.180.239> has joined #bitcoin-core-dev
1312021-05-05T08:23:26  *** smctwo <smctwo!~smctwo@87.200.180.239> has quit IRC (Ping timeout: 246 seconds)
1322021-05-05T08:26:40  *** smctwo <smctwo!~smctwo@87.200.180.239> has joined #bitcoin-core-dev
1332021-05-05T08:26:49  *** jungly <jungly!~jungly@host-79-35-187-51.retail.telecomitalia.it> has joined #bitcoin-core-dev
1342021-05-05T08:26:50  *** ogelbukh <ogelbukh!~ogelbukh@185.163.110.100> has joined #bitcoin-core-dev
1352021-05-05T08:28:26  *** mol <mol!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
1362021-05-05T08:29:41  *** OP_NOP <OP_NOP!OP_NOP@gateway/vpn/privateinternetaccess/opnop/x-41418994> has quit IRC (Ping timeout: 240 seconds)
1372021-05-05T08:31:26  *** pox <pox!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
1382021-05-05T08:34:59  *** undvrainbowvita8 <undvrainbowvita8!~egp_@128-71-13-3.broadband.corbina.ru> has quit IRC (Read error: Connection reset by peer)
1392021-05-05T08:35:32  *** p0x <p0x!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
1402021-05-05T08:37:57  *** pox <pox!~pox@gateway/tor-sasl/pox> has quit IRC (Ping timeout: 240 seconds)
1412021-05-05T08:39:36  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
1422021-05-05T08:43:35  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1432021-05-05T08:43:36  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/779aaa7f03b2...00a9b0647ee3
1442021-05-05T08:43:36  <bitcoin-git> bitcoin/master c90f6e5 Carl Dong: guix: Consistently use gcc-8 for $HOST
1452021-05-05T08:43:37  <bitcoin-git> bitcoin/master 00a9b06 W. J. van der Laan: Merge bitcoin/bitcoin#21799: guix: Use `gcc-8` across the board
1462021-05-05T08:43:38  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1472021-05-05T08:43:55  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1482021-05-05T08:43:56  <bitcoin-git> [bitcoin] laanwj merged pull request #21799: guix: Use `gcc-8` across the board (master...2021-04-guix-gcc-memcmp) https://github.com/bitcoin/bitcoin/pull/21799
1492021-05-05T08:43:56  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1502021-05-05T08:49:59  *** smctwo <smctwo!~smctwo@87.200.180.239> has quit IRC ()
1512021-05-05T09:01:02  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
1522021-05-05T09:03:20  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1532021-05-05T09:03:21  <bitcoin-git> [gui] jarolrod opened pull request #318: Add `Copy address` Peers Tab Context Menu Action (master...copy-addr-peer) https://github.com/bitcoin-core/gui/pull/318
1542021-05-05T09:03:21  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1552021-05-05T09:04:52  *** mol <mol!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 240 seconds)
1562021-05-05T09:23:33  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
1572021-05-05T09:24:35  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
1582021-05-05T09:44:09  *** p0x <p0x!~pox@gateway/tor-sasl/pox> has quit IRC (Quit: p0x)
1592021-05-05T10:05:44  *** vincenzopalazzo <vincenzopalazzo!~vincenzop@host-79-37-17-61.retail.telecomitalia.it> has joined #bitcoin-core-dev
1602021-05-05T10:17:17  *** GarouDan <GarouDan!~GarouDan@191.242.119.219.fibra.plimtelecom.com.br> has joined #bitcoin-core-dev
1612021-05-05T10:21:51  *** GarouDan <GarouDan!~GarouDan@191.242.119.219.fibra.plimtelecom.com.br> has quit IRC (Ping timeout: 260 seconds)
1622021-05-05T10:23:33  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
1632021-05-05T10:24:36  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
1642021-05-05T10:26:41  *** biteskola <biteskola!~biteskola@170.76.76.188.dynamic.jazztel.es> has joined #bitcoin-core-dev
1652021-05-05T10:29:14  *** pox <pox!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
1662021-05-05T10:43:11  *** biteskola <biteskola!~biteskola@170.76.76.188.dynamic.jazztel.es> has quit IRC (Ping timeout: 240 seconds)
1672021-05-05T10:53:39  *** infernix <infernix!~nix@unaffiliated/infernix> has quit IRC (Ping timeout: 248 seconds)
1682021-05-05T10:56:29  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Ping timeout: 268 seconds)
1692021-05-05T10:56:42  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
1702021-05-05T10:56:52  *** biteskola <biteskola!~biteskola@170.76.76.188.dynamic.jazztel.es> has joined #bitcoin-core-dev
1712021-05-05T10:59:53  *** infernix <infernix!nix@unaffiliated/infernix> has joined #bitcoin-core-dev
1722021-05-05T11:13:02  *** pox <pox!~pox@gateway/tor-sasl/pox> has quit IRC (Quit: pox)
1732021-05-05T11:15:38  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1742021-05-05T11:15:39  <bitcoin-git> [bitcoin] jonatack closed pull request #21855: fuzz: enable passing a max value to FuzzedDataProvider::ConsumeEnum() (master...ConsumeEnum-enable-passing-max-value) https://github.com/bitcoin/bitcoin/pull/21855
1752021-05-05T11:15:40  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1762021-05-05T11:20:26  *** pox <pox!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
1772021-05-05T11:21:30  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Read error: Connection reset by peer)
1782021-05-05T11:23:11  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
1792021-05-05T11:24:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1802021-05-05T11:24:19  <bitcoin-git> [bitcoin] laanwj pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/00a9b0647ee3...b7c2625703f4
1812021-05-05T11:24:20  <bitcoin-git> bitcoin/master 465967b fanquake: gitian: install LIEF in gitian container
1822021-05-05T11:24:20  <bitcoin-git> bitcoin/master 2e7a9f7 fanquake: guix: install LIEF in Guix container
1832021-05-05T11:24:21  <bitcoin-git> bitcoin/master 7e7eae7 fanquake: contrib: use f strings in security-check.py
1842021-05-05T11:24:22  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1852021-05-05T11:24:38  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1862021-05-05T11:24:39  <bitcoin-git> [bitcoin] laanwj merged pull request #21664: contrib: use LIEF for macOS and Windows symbol & security checks (master...macos_win_lief) https://github.com/bitcoin/bitcoin/pull/21664
1872021-05-05T11:24:40  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1882021-05-05T11:29:36  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1892021-05-05T11:29:36  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b7c2625703f4...cdcf82622d49
1902021-05-05T11:29:37  <bitcoin-git> bitcoin/master a549188 fanquake: build: fix configuring when building depends with NO_BDB=1
1912021-05-05T11:29:37  <bitcoin-git> bitcoin/master cdcf826 W. J. van der Laan: Merge bitcoin/bitcoin#21629: build: fix configuring when building depends ...
1922021-05-05T11:29:38  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1932021-05-05T11:29:55  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1942021-05-05T11:29:56  <bitcoin-git> [bitcoin] laanwj merged pull request #21629: build: fix configuring when building depends with NO_BDB=1 (master...fixup_depends_sqlite_only_build) https://github.com/bitcoin/bitcoin/pull/21629
1952021-05-05T11:29:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1962021-05-05T11:39:47  *** Guyver2_ <Guyver2_!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
1972021-05-05T11:42:21  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Ping timeout: 260 seconds)
1982021-05-05T11:43:47  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1992021-05-05T11:43:47  <bitcoin-git> [gui] kristapsk opened pull request #319: gui: Paste button in Open URI dialog (master...uri-paste) https://github.com/bitcoin-core/gui/pull/319
2002021-05-05T11:43:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2012021-05-05T11:46:26  *** Guyver2_ is now known as Guyver2
2022021-05-05T12:04:14  *** p0x <p0x!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
2032021-05-05T12:05:09  *** pox <pox!~pox@gateway/tor-sasl/pox> has quit IRC (Ping timeout: 240 seconds)
2042021-05-05T12:10:47  *** mips <mips!~mips@gateway/tor-sasl/mips> has quit IRC (Quit: Leaving)
2052021-05-05T12:19:40  *** ghost43_ <ghost43_!~daer@gateway/tor-sasl/daer> has joined #bitcoin-core-dev
2062021-05-05T12:20:21  *** ghost43 <ghost43!~daer@gateway/tor-sasl/daer> has quit IRC (Ping timeout: 240 seconds)
2072021-05-05T12:25:27  *** ogelbukh <ogelbukh!~ogelbukh@185.163.110.100> has quit IRC (Remote host closed the connection)
2082021-05-05T12:32:55  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2092021-05-05T12:32:56  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cdcf82622d49...df21e500d6bc
2102021-05-05T12:32:57  <bitcoin-git> bitcoin/master fa872c9 Carl Dong: depends: Fix id_string invocations
2112021-05-05T12:32:57  <bitcoin-git> bitcoin/master df21e50 W. J. van der Laan: Merge bitcoin/bitcoin#21427: depends: Fix id_string invocations
2122021-05-05T12:32:59  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2132021-05-05T12:33:15  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2142021-05-05T12:33:16  <bitcoin-git> [bitcoin] laanwj merged pull request #21427: depends: Fix id_string invocations (master...2021-03-fix-build_id_construction) https://github.com/bitcoin/bitcoin/pull/21427
2152021-05-05T12:33:17  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2162021-05-05T12:33:41  <jnewbery> sipa: thanks for the opportunity to dive deeper into c++ copy/move elision rules (:
2172021-05-05T12:54:11  *** p0x <p0x!~pox@gateway/tor-sasl/pox> has quit IRC (Quit: p0x)
2182021-05-05T13:03:07  *** mol <mol!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2192021-05-05T13:07:31  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 260 seconds)
2202021-05-05T13:08:21  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
2212021-05-05T13:09:40  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
2222021-05-05T13:33:09  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2232021-05-05T13:33:09  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df21e500d6bc...fb43d7cb1e60
2242021-05-05T13:33:09  <bitcoin-git> bitcoin/master f09e6b2 Jon Atack: test: fix off-by-ones in rpc_fundrawtransaction
2252021-05-05T13:33:09  <bitcoin-git> bitcoin/master fb43d7c W. J. van der Laan: Merge bitcoin/bitcoin#21787: test: fix off-by-ones in rpc_fundrawtransacti...
2262021-05-05T13:33:10  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2272021-05-05T13:33:29  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2282021-05-05T13:33:29  <bitcoin-git> [bitcoin] laanwj merged pull request #21787: test: fix off-by-ones in rpc_fundrawtransaction assertions (master...fix-fundrawtxn-assertions) https://github.com/bitcoin/bitcoin/pull/21787
2292021-05-05T13:33:30  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2302021-05-05T13:37:27  *** vincenzopalazzo <vincenzopalazzo!~vincenzop@host-79-37-17-61.retail.telecomitalia.it> has quit IRC (Read error: Connection reset by peer)
2312021-05-05T13:38:20  *** vincenzopalazzo <vincenzopalazzo!~vincenzop@host-79-37-17-61.retail.telecomitalia.it> has joined #bitcoin-core-dev
2322021-05-05T13:38:36  *** vincenzopalazzo <vincenzopalazzo!~vincenzop@host-79-37-17-61.retail.telecomitalia.it> has quit IRC (Remote host closed the connection)
2332021-05-05T13:47:58  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2342021-05-05T13:47:58  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb43d7cb1e60...75b3a32f033b
2352021-05-05T13:47:58  <bitcoin-git> bitcoin/master fa80a11 MarcoFalke: test: Add missing test for empty P2WSH redeem
2362021-05-05T13:47:59  <bitcoin-git> bitcoin/master 75b3a32 W. J. van der Laan: Merge bitcoin/bitcoin#21821: test: Add missing test for empty P2WSH redeem...
2372021-05-05T13:48:02  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2382021-05-05T13:48:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2392021-05-05T13:48:18  <bitcoin-git> [bitcoin] laanwj merged pull request #21821: test: Add missing test for empty P2WSH redeem (master...2105-testP2WSHemptyRedeem) https://github.com/bitcoin/bitcoin/pull/21821
2402021-05-05T13:48:20  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2412021-05-05T13:52:36  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2422021-05-05T13:52:37  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/75b3a32f033b...23109cc5485b
2432021-05-05T13:52:37  <bitcoin-git> bitcoin/master 65f30e4 Jon Atack: doc: add -addrinfo troubleshooting section to tor.md
2442021-05-05T13:52:38  <bitcoin-git> bitcoin/master 23109cc W. J. van der Laan: Merge bitcoin/bitcoin#21753: doc: add -addrinfo to tor docs
2452021-05-05T13:52:39  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2462021-05-05T13:52:56  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2472021-05-05T13:52:57  <bitcoin-git> [bitcoin] laanwj merged pull request #21753: doc: add -addrinfo to tor docs (master...tor-doc-addrinfo) https://github.com/bitcoin/bitcoin/pull/21753
2482021-05-05T13:52:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2492021-05-05T14:03:05  *** GarouDan <GarouDan!~GarouDan@191.242.119.219.fibra.plimtelecom.com.br> has joined #bitcoin-core-dev
2502021-05-05T14:03:20  *** GarouDan <GarouDan!~GarouDan@191.242.119.219.fibra.plimtelecom.com.br> has quit IRC (Remote host closed the connection)
2512021-05-05T14:03:29  *** GarouDan <GarouDan!~GarouDan@191.242.119.219.fibra.plimtelecom.com.br> has joined #bitcoin-core-dev
2522021-05-05T14:03:33  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2532021-05-05T14:03:34  <bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/23109cc5485b...3275c6e578b4
2542021-05-05T14:03:35  <bitcoin-git> bitcoin/master fa81c30 MarcoFalke: refactor: Move pruning/reindex/importing globals to blockstorage
2552021-05-05T14:03:36  <bitcoin-git> bitcoin/master fa247a3 MarcoFalke: refactor: Move block storage globals to blockstorage
2562021-05-05T14:03:37  <bitcoin-git> bitcoin/master fa7e64d MarcoFalke: move-only: Move constants to blockstorage
2572021-05-05T14:03:38  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2582021-05-05T14:03:53  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2592021-05-05T14:03:54  <bitcoin-git> [bitcoin] laanwj merged pull request #21727: refactor: Move more stuff to blockstorage (master...2104-blockstorage) https://github.com/bitcoin/bitcoin/pull/21727
2602021-05-05T14:03:55  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2612021-05-05T14:09:28  <wumpus> fanquake: thanks for making the release 0.21.1 on github https://github.com/bitcoin/bitcoin/releases/tag/v0.21.1, i forgot
2622021-05-05T14:11:03  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2632021-05-05T14:11:46  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2642021-05-05T14:11:47  <bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3275c6e578b4...54617fad9988
2652021-05-05T14:11:47  <bitcoin-git> bitcoin/master 9268270 Jon Atack: doc: update reduce-memory.md peer connections info
2662021-05-05T14:11:48  <bitcoin-git> bitcoin/master 300234a Jon Atack: doc: update bitcoin.conf maxconnections info
2672021-05-05T14:11:48  <bitcoin-git> bitcoin/master 54617fa W. J. van der Laan: Merge bitcoin/bitcoin#21709: doc: update reduce-memory.md and bitcoin.conf...
2682021-05-05T14:11:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2692021-05-05T14:12:06  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2702021-05-05T14:12:07  <bitcoin-git> [bitcoin] laanwj merged pull request #21709: doc: update reduce-memory.md and bitcoin.conf -maxconnections info (master...update-reduce-memory-doc) https://github.com/bitcoin/bitcoin/pull/21709
2712021-05-05T14:12:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2722021-05-05T14:14:52  *** mol <mol!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 240 seconds)
2732021-05-05T14:19:15  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2742021-05-05T14:19:15  <bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.21: https://github.com/bitcoin/bitcoin/compare/bbd89d23b3d0...8584a4460d52
2752021-05-05T14:19:15  <bitcoin-git> bitcoin/0.21 8584a44 W. J. van der Laan: doc: Archive and clean out release notes post-0.21.1
2762021-05-05T14:19:17  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2772021-05-05T14:21:29  *** mol <mol!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2782021-05-05T14:23:16  <wumpus> ^ ready for 0.21.1.1 when the windows code signing signature comes in
2792021-05-05T14:24:17  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 246 seconds)
2802021-05-05T14:33:09  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
2812021-05-05T14:34:14  *** mterwoord <mterwoord!~mterwoord@185.163.110.100> has joined #bitcoin-core-dev
2822021-05-05T14:34:36  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
2832021-05-05T14:36:03  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2842021-05-05T14:36:04  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54617fad9988...576300afb0ec
2852021-05-05T14:36:05  <bitcoin-git> bitcoin/master 47c3ea0 Adam Jonas: doc: add OSS-Fuzz section to fuzzing.md doc
2862021-05-05T14:36:05  <bitcoin-git> bitcoin/master 576300a MarcoFalke: Merge bitcoin/bitcoin#21856: doc: add OSS-Fuzz section to fuzzing.md doc
2872021-05-05T14:36:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2882021-05-05T14:36:23  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2892021-05-05T14:36:24  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #21856: doc: add OSS-Fuzz section to fuzzing.md doc (master...add-oss-fuzz) https://github.com/bitcoin/bitcoin/pull/21856
2902021-05-05T14:36:25  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2912021-05-05T14:37:52  *** mol <mol!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 268 seconds)
2922021-05-05T14:45:53  *** undvrainbowvita8 <undvrainbowvita8!~egp_@128-71-13-3.broadband.corbina.ru> has joined #bitcoin-core-dev
2932021-05-05T14:48:43  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2942021-05-05T14:48:43  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/576300afb0ec...a0f46028fcd2
2952021-05-05T14:48:43  <bitcoin-git> bitcoin/master fab1eb6 MarcoFalke: test: Fix feature_config_args.py intermittent issue
2962021-05-05T14:48:44  <bitcoin-git> bitcoin/master a0f4602 MarcoFalke: Merge bitcoin/bitcoin#21814: test: Fix feature_config_args.py intermittent...
2972021-05-05T14:48:45  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2982021-05-05T14:48:58  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2992021-05-05T14:48:58  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #21814: test: Fix feature_config_args.py intermittent issue (master...2104-testInt3) https://github.com/bitcoin/bitcoin/pull/21814
3002021-05-05T14:49:00  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3012021-05-05T14:55:11  *** pox <pox!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
3022021-05-05T14:58:55  <MarcoFalke> All known intermittent issues with known fixes are fixed now. If you see more popping up, please do report them. ( cc ajonas )
3032021-05-05T14:58:55  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3042021-05-05T14:58:55  <bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a0f46028fcd2...b8b68014129e
3052021-05-05T14:58:56  <bitcoin-git> bitcoin/master 2896c6c Jon Atack: doc: update addnode rpc help
3062021-05-05T14:58:56  <bitcoin-git> bitcoin/master 79685a8 Jon Atack: doc: update -addnode config option help
3072021-05-05T14:58:57  <bitcoin-git> bitcoin/master b4fcbcf Jon Atack: doc: update -maxconnections config option help
3082021-05-05T14:58:58  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3092021-05-05T14:59:15  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3102021-05-05T14:59:15  <bitcoin-git> [bitcoin] laanwj merged pull request #21710: doc: update helps for addnode rpc and -addnode/-maxconnections config options (master...update-addnode-docs) https://github.com/bitcoin/bitcoin/pull/21710
3112021-05-05T14:59:17  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3122021-05-05T15:17:53  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3132021-05-05T15:17:54  <bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b8b68014129e...1b9a5236e99f
3142021-05-05T15:17:55  <bitcoin-git> bitcoin/master 6f6bb3e windsok: test: fix file permissions on various scripts
3152021-05-05T15:17:56  <bitcoin-git> bitcoin/master 46b025e windsok: test: add new python linter to check file names and permissions
3162021-05-05T15:17:57  <bitcoin-git> bitcoin/master 1b9a523 W. J. van der Laan: Merge bitcoin/bitcoin#21740: test: add new python linter to check file nam...
3172021-05-05T15:17:58  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3182021-05-05T15:18:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3192021-05-05T15:18:14  <bitcoin-git> [bitcoin] laanwj merged pull request #21740: test: add new python linter to check file names and permissions (master...file-permissions-linter) https://github.com/bitcoin/bitcoin/pull/21740
3202021-05-05T15:18:15  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3212021-05-05T15:19:49  *** mol <mol!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
3222021-05-05T15:27:49  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has quit IRC (Ping timeout: 268 seconds)
3232021-05-05T15:28:21  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
3242021-05-05T15:29:38  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
3252021-05-05T15:41:46  *** larryruane_ <larryruane_!uid473749@gateway/web/irccloud.com/x-gxpszulmtiluljqp> has joined #bitcoin-core-dev
3262021-05-05T15:43:53  *** lightlike <lightlike!~lightlike@p200300c7ef10d70059d72de08461ce6b.dip0.t-ipconnect.de> has joined #bitcoin-core-dev
3272021-05-05T15:46:09  *** a66 <a66!2a3c1ff5@bb42-60-31-245.singnet.com.sg> has joined #bitcoin-core-dev
3282021-05-05T15:46:53  *** a66 <a66!2a3c1ff5@bb42-60-31-245.singnet.com.sg> has quit IRC (Client Quit)
3292021-05-05T15:57:48  *** vincenzopalazzo <vincenzopalazzo!~vincenzop@host-79-37-17-61.retail.telecomitalia.it> has joined #bitcoin-core-dev
3302021-05-05T16:20:02  *** proofofkeags <proofofkeags!~proofofke@205.209.28.54> has joined #bitcoin-core-dev
3312021-05-05T16:23:11  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Ping timeout: 260 seconds)
3322021-05-05T16:26:15  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3332021-05-05T16:26:16  <bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/1b9a5236e99f...32f1f021bf99
3342021-05-05T16:26:16  <bitcoin-git> bitcoin/master fabb6df Guido Vranken: script: Replace address-of idiom with vector data() method
3352021-05-05T16:26:16  <bitcoin-git> bitcoin/master fa05ddd MarcoFalke: refactor: Use CPubKey vector constructor where possible
3362021-05-05T16:26:17  <bitcoin-git> bitcoin/master face961 MarcoFalke: refactor: Use only one temporary buffer in CreateObfuscateKey
3372021-05-05T16:26:18  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3382021-05-05T16:26:35  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3392021-05-05T16:26:36  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #21817: refactor: Replace &foo[0] with foo.data() (master...2104-refactorData) https://github.com/bitcoin/bitcoin/pull/21817
3402021-05-05T16:26:37  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3412021-05-05T16:35:12  *** andrewtoth <andrewtoth!~andrewtot@gateway/tor-sasl/andrewtoth> has joined #bitcoin-core-dev
3422021-05-05T16:41:52  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3432021-05-05T16:41:53  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/32f1f021bf99...128b98fce36d
3442021-05-05T16:41:54  <bitcoin-git> bitcoin/master 931684b James O'Beirne: validation: fix ActivateSnapshot to use hardcoded nChainTx
3452021-05-05T16:41:55  <bitcoin-git> bitcoin/master 91d93aa James O'Beirne: validation: remove nchaintx from assumeutxo metadata
3462021-05-05T16:41:56  <bitcoin-git> bitcoin/master 128b98f MarcoFalke: Merge bitcoin/bitcoin#21681: validation: fix ActivateSnapshot to use hardc...
3472021-05-05T16:41:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3482021-05-05T16:42:12  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3492021-05-05T16:42:12  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #21681: validation: fix ActivateSnapshot to use hardcoded nChainTx (master...2021-04-au-nchaintx-fix) https://github.com/bitcoin/bitcoin/pull/21681
3502021-05-05T16:42:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3512021-05-05T16:47:57  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
3522021-05-05T16:48:57  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
3532021-05-05T16:49:34  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
3542021-05-05T16:49:38  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
3552021-05-05T17:10:11  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 240 seconds)
3562021-05-05T17:11:43  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
3572021-05-05T17:13:41  *** mol <mol!~mol@unaffiliated/molly> has quit IRC (Ping timeout: 240 seconds)
3582021-05-05T17:16:12  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3592021-05-05T17:17:15  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3602021-05-05T17:20:28  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 252 seconds)
3612021-05-05T17:21:51  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 260 seconds)
3622021-05-05T17:25:56  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3632021-05-05T17:26:04  *** suvi7854 <suvi7854!55fd60be@85.253.96.190.cable.starman.ee> has joined #bitcoin-core-dev
3642021-05-05T17:26:34  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3652021-05-05T17:26:47  *** suvi7854 <suvi7854!55fd60be@85.253.96.190.cable.starman.ee> has quit IRC (Client Quit)
3662021-05-05T17:29:53  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 240 seconds)
3672021-05-05T17:31:16  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3682021-05-05T17:31:46  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 268 seconds)
3692021-05-05T17:34:41  *** undvrainbowvita8 <undvrainbowvita8!~egp_@128-71-13-3.broadband.corbina.ru> has quit IRC (Ping timeout: 246 seconds)
3702021-05-05T17:36:01  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 260 seconds)
3712021-05-05T17:38:21  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3722021-05-05T17:38:21  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #21863: ci: Set depends DEBUG=1 for msan tasks to get line numbers (master...2105-ciMsanDebug) https://github.com/bitcoin/bitcoin/pull/21863
3732021-05-05T17:38:23  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3742021-05-05T17:38:49  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3752021-05-05T17:40:41  *** mutatrum <mutatrum!~quassel@2001:984:6da9:1:dafd:e84d:e06e:22a6> has quit IRC (Remote host closed the connection)
3762021-05-05T17:41:48  *** mutatrum <mutatrum!~quassel@2001:984:6da9:1:6566:e90a:80eb:155c> has joined #bitcoin-core-dev
3772021-05-05T17:43:32  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 252 seconds)
3782021-05-05T17:45:18  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3792021-05-05T17:46:48  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3802021-05-05T17:50:44  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 265 seconds)
3812021-05-05T17:51:36  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 252 seconds)
3822021-05-05T17:52:30  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Ping timeout: 246 seconds)
3832021-05-05T17:55:04  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3842021-05-05T17:59:53  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 246 seconds)
3852021-05-05T18:00:30  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3862021-05-05T18:01:50  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
3872021-05-05T18:01:50  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #21863: ci: Set depends DEBUG=1 for msan tasks to get line numbers (master...2105-ciMsanDebug) https://github.com/bitcoin/bitcoin/pull/21863
3882021-05-05T18:02:02  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
3892021-05-05T18:03:16  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3902021-05-05T18:04:33  *** luke-jr- <luke-jr-!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3912021-05-05T18:04:53  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 240 seconds)
3922021-05-05T18:05:24  *** Guyver2_ <Guyver2_!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
3932021-05-05T18:08:08  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 265 seconds)
3942021-05-05T18:08:08  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Ping timeout: 265 seconds)
3952021-05-05T18:09:09  *** luke-jr- <luke-jr-!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 260 seconds)
3962021-05-05T18:13:37  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3972021-05-05T18:16:19  *** luke-jr- <luke-jr-!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3982021-05-05T18:17:26  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
3992021-05-05T18:18:26  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 260 seconds)
4002021-05-05T18:19:16  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
4012021-05-05T18:20:56  *** luke-jr- <luke-jr-!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 252 seconds)
4022021-05-05T18:22:29  *** luke-jr- <luke-jr-!~luke-jr@unaffiliated/luke-jr> has joined #bitcoin-core-dev
4032021-05-05T18:22:31  *** luke-jr <luke-jr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 260 seconds)
4042021-05-05T18:24:11  *** lukedashjr <lukedashjr!~luke-jr@unaffiliated/luke-jr> has quit IRC (Ping timeout: 268 seconds)
4052021-05-05T18:26:34  *** luke-jr- is now known as luke-jr
4062021-05-05T18:43:23  *** undvrainbowvita8 <undvrainbowvita8!~egp_@128-71-13-3.broadband.corbina.ru> has joined #bitcoin-core-dev
4072021-05-05T18:53:01  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4082021-05-05T18:53:02  <bitcoin-git> [bitcoin] glozow opened pull request #21864: fix permissions on 00_setup_env_native_fuzz_with_msan.sh (master...2021-05-lint) https://github.com/bitcoin/bitcoin/pull/21864
4092021-05-05T18:53:03  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4102021-05-05T19:07:35  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4112021-05-05T19:07:36  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/128b98fce36d...f8575bce3118
4122021-05-05T19:07:36  <bitcoin-git> bitcoin/master d48565d glozow: fix permissions on 00_setup_env_native_fuzz_with_msan
4132021-05-05T19:07:36  <bitcoin-git> bitcoin/master f8575bc MarcoFalke: Merge bitcoin/bitcoin#21864: fix permissions on 00_setup_env_native_fuzz_w...
4142021-05-05T19:07:37  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4152021-05-05T19:07:55  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4162021-05-05T19:07:56  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #21864: fix permissions on 00_setup_env_native_fuzz_with_msan.sh (master...2021-05-lint) https://github.com/bitcoin/bitcoin/pull/21864
4172021-05-05T19:07:56  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4182021-05-05T19:12:32  *** jungly <jungly!~jungly@host-79-35-187-51.retail.telecomitalia.it> has quit IRC (Ping timeout: 240 seconds)
4192021-05-05T19:14:36  *** vincenzopalazzo <vincenzopalazzo!~vincenzop@host-79-37-17-61.retail.telecomitalia.it> has quit IRC (Remote host closed the connection)
4202021-05-05T19:14:51  *** duringo <duringo!c11b0cfd@193.27.12.253> has quit IRC (Quit: Connection closed)
4212021-05-05T19:15:38  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has joined #bitcoin-core-dev
4222021-05-05T19:19:44  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
4232021-05-05T19:27:24  *** p0x <p0x!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
4242021-05-05T19:28:45  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
4252021-05-05T19:29:34  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
4262021-05-05T19:30:45  *** pox <pox!~pox@gateway/tor-sasl/pox> has quit IRC (Ping timeout: 240 seconds)
4272021-05-05T19:37:07  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
4282021-05-05T19:38:45  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
4292021-05-05T19:39:35  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
4302021-05-05T19:47:57  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4312021-05-05T19:47:58  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #21865: ci: Properly pass msan cflags (master...2105-ciMsan) https://github.com/bitcoin/bitcoin/pull/21865
4322021-05-05T19:47:59  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4332021-05-05T20:14:25  *** Guyver2_ <Guyver2_!Guyver@guyver2.xs4all.nl> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
4342021-05-05T20:47:08  *** GarouDan <GarouDan!~GarouDan@191.242.119.219.fibra.plimtelecom.com.br> has quit IRC (Remote host closed the connection)
4352021-05-05T20:52:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
4362021-05-05T20:52:14  <bitcoin-git> [bitcoin] dongcarl opened pull request #21866: [Bundle 7/7] validation: Farewell, global Chainstate! (master...2020-10-libbitcoinruntime-v9) https://github.com/bitcoin/bitcoin/pull/21866
4372021-05-05T20:52:20  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
4382021-05-05T20:58:21  *** soonrack <soonrack!~soonrack@81.92.203.112> has joined #bitcoin-core-dev
4392021-05-05T21:03:43  *** soonrack <soonrack!~soonrack@81.92.203.112> has left #bitcoin-core-dev
4402021-05-05T21:13:09  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
4412021-05-05T21:14:36  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
4422021-05-05T21:14:50  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Ping timeout: 246 seconds)
4432021-05-05T22:07:08  *** ghost43_ <ghost43_!~daer@gateway/tor-sasl/daer> has quit IRC (Quit: Leaving)
4442021-05-05T22:07:33  *** ghost43 <ghost43!~daer@gateway/tor-sasl/daer> has joined #bitcoin-core-dev
4452021-05-05T22:18:29  *** GarouDan <GarouDan!~GarouDan@191.242.119.219.fibra.plimtelecom.com.br> has joined #bitcoin-core-dev
4462021-05-05T22:22:19  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
4472021-05-05T22:35:07  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Ping timeout: 260 seconds)
4482021-05-05T22:41:25  *** lightlike <lightlike!~lightlike@p200300c7ef10d70059d72de08461ce6b.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving)
4492021-05-05T22:51:33  *** p0x <p0x!~pox@gateway/tor-sasl/pox> has quit IRC (Ping timeout: 240 seconds)
4502021-05-05T22:58:54  *** rimuru <rimuru!677deb1f@103.125.235.31> has joined #bitcoin-core-dev
4512021-05-05T23:00:19  *** pox <pox!~pox@gateway/tor-sasl/pox> has joined #bitcoin-core-dev
4522021-05-05T23:03:33  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has quit IRC (Ping timeout: 240 seconds)
4532021-05-05T23:04:37  *** duringo <duringo!c11b0cfd@193.27.12.253> has joined #bitcoin-core-dev
4542021-05-05T23:04:39  *** mterwoord <mterwoord!~mterwoord@185.163.110.100> has quit IRC (Remote host closed the connection)
4552021-05-05T23:06:22  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has joined #bitcoin-core-dev
4562021-05-05T23:06:32  *** braydonf_ <braydonf_!~braydon@gateway/tor-sasl/braydonf> has joined #bitcoin-core-dev
4572021-05-05T23:11:26  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
4582021-05-05T23:11:35  *** biteskola <biteskola!~biteskola@170.76.76.188.dynamic.jazztel.es> has quit IRC (Remote host closed the connection)
4592021-05-05T23:21:16  *** dfkt <dfkt!~dfkt@185.163.110.100> has joined #bitcoin-core-dev
4602021-05-05T23:36:10  *** faketoshi <faketoshi!~quassel@192.252.212.36> has quit IRC (Read error: Connection reset by peer)
4612021-05-05T23:36:25  *** bcman <bcman!~quassel@192.252.212.36> has joined #bitcoin-core-dev
4622021-05-05T23:37:02  *** DeanWeen <DeanWeen!~dean@gateway/tor-sasl/deanguss> has joined #bitcoin-core-dev
4632021-05-05T23:38:09  *** DeanGuss <DeanGuss!~dean@gateway/tor-sasl/deanguss> has quit IRC (Remote host closed the connection)
4642021-05-05T23:41:37  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Remote host closed the connection)
4652021-05-05T23:42:06  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
4662021-05-05T23:48:23  *** sipsorcery <sipsorcery!~sipsorcer@2a02:8084:6981:7880::3> has quit IRC (Ping timeout: 260 seconds)