12021-02-28T00:00:19  *** owowo <owowo!~ovovo@unaffiliated/ovovo> has quit IRC (Ping timeout: 265 seconds)
  22021-02-28T00:04:49  <sipa> s7r: i believe you need gcc 7 or 8, but gcc 8.3 is in debian stable
  32021-02-28T00:04:59  <sipa> https://packages.debian.org/buster/gcc
  42021-02-28T00:08:38  <phantomcircuit> sipa, on the ibd latching thing, you're right that it doesn't entirely fix things if there isn't a single listening peer that has headers, but it does radically increase the number of listening nodes that can provide some headers, leaving other listening peers able to maybe provide current headers and blocks
  52021-02-28T00:08:53  <phantomcircuit> sipa, fixing it fundamentally requires sync from tip instead of genesis i think
  62021-02-28T00:09:11  <phantomcircuit> iirc sdaftuar was working on that at some point but ran into issues?
  72021-02-28T00:09:30  <phantomcircuit> at the very least it would need a protocol change
  82021-02-28T00:09:49  <sipa> phantomcircuit: perhaps, yes
  92021-02-28T00:10:12  <sipa> though i think that modifying everything that depends on IsIBD() just for that is still a too heavy hammer
 102021-02-28T00:10:17  <phantomcircuit> im not sure what the perhaps is too
 112021-02-28T00:10:59  <sipa> i suggested earlier that we could just start responding to GETHEADERS even when not yet out of IsIBD()
 122021-02-28T00:11:10  <phantomcircuit> the restriction on GETHEADERS could be changed so only serve headers past our own idea of min chain work pretty easily, but the banned for serving bad headers things complicates that
 132021-02-28T00:12:59  <sipa> yeah, just permitting headers server past our own min work/last checkpoint seems reasomnable to me
 142021-02-28T00:13:21  <sipa> *serving
 152021-02-28T00:14:07  <phantomcircuit> im happy to setup a pr that does that instead
 162021-02-28T00:14:58  <sipa> i also don't want to send you on a goose chase of trying X and Y and Z, and then only figuring out it's not a desirable solution after you've implemented it
 172021-02-28T00:15:12  <sipa> could bring it up in the next p2p meeting or so
 182021-02-28T00:23:25  <phantomcircuit> sipa, sure when's that?
 192021-02-28T00:27:21  <phantomcircuit> sipa, i do think the ultimate solution is to get headers from more sources
 202021-02-28T00:30:07  <sipa> yes, but there are a whole bunch of things to improve that
 212021-02-28T00:30:40  <sipa> 1) reaponding to headers requests even when in ibd
 222021-02-28T00:30:54  <sipa> 2) some way of letting peers know "i have no more headers for you"
 232021-02-28T00:31:43  <sipa> 3) detecting wgen a peer has no more headers for us, and finding another one if so
 242021-02-28T00:33:44  <sipa> 4) not exclusively asking outbound peers
 252021-02-28T00:37:08  <fanquake> s7r: I take it your using Stretch. While GCC 5 & 6 have some C++17 language features, the majority didn't arrive until GCC 7
 262021-02-28T00:37:09  <sipa> phantomcircuit: next meeting is march 9th, maybe a bit long
 272021-02-28T00:37:50  <sipa> buster is also very new... 2 weeks now?
 282021-02-28T00:38:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 292021-02-28T00:38:49  <bitcoin-git> [bitcoin] luke-jr opened pull request #21313: More robust file/directory syncing and error handling (master...fsync_dir_pt2) https://github.com/bitcoin/bitcoin/pull/21313
 302021-02-28T00:38:50  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 312021-02-28T00:40:01  <fanquake> sipa: the eighth point release of Buster came out ~2 weeks ago yea
 322021-02-28T00:41:24  <sipa> oh, i misread then
 332021-02-28T00:43:10  *** bitdex <bitdex!~bitdex@gateway/tor-sasl/bitdex> has joined #bitcoin-core-dev
 342021-02-28T01:07:28  *** jonatack_ <jonatack_!~jon@37.172.209.215> has quit IRC (Ping timeout: 276 seconds)
 352021-02-28T01:11:02  <fanquake> sipa / wumpus: can you block schuie2528
 362021-02-28T01:15:15  <sipa> fanquake: done
 372021-02-28T01:30:04  *** brg444 <brg444!uid207215@gateway/web/irccloud.com/x-ywoijfaymppijeyx> has joined #bitcoin-core-dev
 382021-02-28T01:36:21  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Ping timeout: 246 seconds)
 392021-02-28T01:50:30  *** Guest13 <Guest13!~textual@64-18-155-61.starry-inc.net> has joined #bitcoin-core-dev
 402021-02-28T01:59:27  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
 412021-02-28T02:03:13  <sipa> achow101: is there any way of generating an xprv in the test framework?
 422021-02-28T02:04:16  <achow101> I don't think so
 432021-02-28T02:05:21  <sipa> ok, i'll just pregenerate a bunch
 442021-02-28T02:05:50  <sipa> it'd probably not be a bad idea to have bip32 derivation in the test framework
 452021-02-28T02:17:56  <phantomcircuit> sipa, that seems like a long time
 462021-02-28T02:18:53  <sipa> Two Weeks(tm)
 472021-02-28T02:19:55  *** Guest13 <Guest13!~textual@64-18-155-61.starry-inc.net> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
 482021-02-28T02:56:46  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Ping timeout: 268 seconds)
 492021-02-28T03:08:50  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
 502021-02-28T03:09:22  *** belcher_ <belcher_!~belcher@unaffiliated/belcher> has joined #bitcoin-core-dev
 512021-02-28T03:12:55  *** belcher <belcher!~belcher@unaffiliated/belcher> has quit IRC (Ping timeout: 276 seconds)
 522021-02-28T03:14:40  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has quit IRC (Ping timeout: 268 seconds)
 532021-02-28T03:22:00  *** TonyStone <TonyStone!~TonyStone@cpe-74-76-58-56.nycap.res.rr.com> has joined #bitcoin-core-dev
 542021-02-28T03:30:25  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 552021-02-28T03:30:25  <bitcoin-git> [gui] RandyMcMillan opened pull request #231: splash: new layout and new icon (master...new-icon) https://github.com/bitcoin-core/gui/pull/231
 562021-02-28T03:30:26  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 572021-02-28T03:34:03  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has joined #bitcoin-core-dev
 582021-02-28T03:38:42  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has quit IRC (Ping timeout: 268 seconds)
 592021-02-28T03:48:59  *** rex4539 <rex4539!~rex4539@gateway/tor-sasl/rex4539> has joined #bitcoin-core-dev
 602021-02-28T03:49:49  *** elector <elector!~elector@gateway/tor-sasl/elector> has quit IRC (Ping timeout: 268 seconds)
 612021-02-28T03:52:40  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has quit IRC (Remote host closed the connection)
 622021-02-28T03:57:04  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has joined #bitcoin-core-dev
 632021-02-28T04:04:16  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has quit IRC (Ping timeout: 276 seconds)
 642021-02-28T04:04:17  <luke-jr> #18466 might be an easy review+merge
 652021-02-28T04:04:33  <gribble> https://github.com/bitcoin/bitcoin/issues/18466 | rpc: fix invalid parameter error codes for {sign,verify}message RPCs by theStack · Pull Request #18466 · bitcoin/bitcoin · GitHub
 662021-02-28T04:05:23  *** elector <elector!~elector@gateway/tor-sasl/elector> has joined #bitcoin-core-dev
 672021-02-28T04:33:24  *** egp_ <egp_!~egp_@2.95.74.168> has quit IRC (Quit: EXIT)
 682021-02-28T04:45:42  *** shesek <shesek!~shesek@unaffiliated/shesek> has quit IRC (Remote host closed the connection)
 692021-02-28T04:46:04  *** shesek <shesek!~shesek@164.90.217.137> has joined #bitcoin-core-dev
 702021-02-28T04:48:35  *** livestradamus <livestradamus!~quassel@unaffiliated/livestradamus> has quit IRC (Quit: I'm out.)
 712021-02-28T04:48:57  *** livestradamus <livestradamus!~quassel@unaffiliated/livestradamus> has joined #bitcoin-core-dev
 722021-02-28T04:53:09  *** zeropoint[m] <zeropoint[m]!zeropointi@gateway/shell/matrix.org/x-fvjbddazkpfeytnz> has joined #bitcoin-core-dev
 732021-02-28T04:55:08  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has quit IRC (Read error: Connection reset by peer)
 742021-02-28T05:08:11  *** gribble <gribble!~gribble@unaffiliated/nanotube/bot/gribble> has joined #bitcoin-core-dev
 752021-02-28T05:13:19  *** egp_ <egp_!~egp_@2.95.74.168> has joined #bitcoin-core-dev
 762021-02-28T05:13:56  *** roconnor <roconnor!~roconnor@host-104-157-194-235.dyn.295.ca> has quit IRC (Quit: Konversation terminated!)
 772021-02-28T05:14:53  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 782021-02-28T05:14:53  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb67caebe26f...e52ce9f2b312
 792021-02-28T05:14:54  <bitcoin-git> bitcoin/master faa06ec Hennadii Stepanov: build: Bump minimum Qt version to 5.9.5
 802021-02-28T05:14:54  <bitcoin-git> bitcoin/master e52ce9f fanquake: Merge #21286: build: Bump minimum Qt version to 5.9.5
 812021-02-28T05:14:56  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 822021-02-28T05:15:13  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
 832021-02-28T05:15:13  <bitcoin-git> [bitcoin] fanquake merged pull request #21286: build: Bump minimum Qt version to 5.9.5 (master...210223-qtmin) https://github.com/bitcoin/bitcoin/pull/21286
 842021-02-28T05:15:14  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
 852021-02-28T05:40:20  *** jd21 <jd21!adf606c9@173-246-6-201.qc.cable.ebox.net> has joined #bitcoin-core-dev
 862021-02-28T05:42:23  *** jd21 <jd21!adf606c9@173-246-6-201.qc.cable.ebox.net> has quit IRC (Client Quit)
 872021-02-28T05:57:09  *** dhruvm <dhruvm!~dhruv@165.227.49.220> has quit IRC (Remote host closed the connection)
 882021-02-28T05:58:56  *** brg444 <brg444!uid207215@gateway/web/irccloud.com/x-ywoijfaymppijeyx> has quit IRC (Quit: Connection closed for inactivity)
 892021-02-28T05:59:36  *** dhruvm <dhruvm!~dhruv@165.227.49.220> has joined #bitcoin-core-dev
 902021-02-28T06:33:16  *** infinitis <infinitis!~infinitis@2603:3024:e0f:0:8569:6540:b5dc:f58f> has joined #bitcoin-core-dev
 912021-02-28T06:36:57  *** infinitis <infinitis!~infinitis@2603:3024:e0f:0:8569:6540:b5dc:f58f> has quit IRC (Client Quit)
 922021-02-28T06:50:56  *** belcher_ <belcher_!~belcher@unaffiliated/belcher> has quit IRC (Read error: Connection reset by peer)
 932021-02-28T06:51:33  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Remote host closed the connection)
 942021-02-28T06:51:59  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
 952021-02-28T06:52:25  *** belcher_ <belcher_!~belcher@unaffiliated/belcher> has joined #bitcoin-core-dev
 962021-02-28T07:04:43  *** rc_423 <rc_423!~r_423@cpe-75-185-100-189.cinci.res.rr.com> has quit IRC (Remote host closed the connection)
 972021-02-28T07:05:08  *** rc_423 <rc_423!~r_423@cpe-75-185-100-189.cinci.res.rr.com> has joined #bitcoin-core-dev
 982021-02-28T07:13:06  *** aferreira44 <aferreira44!~andre@2001:1284:f013:f973:2150:4a84:6f92:91d8> has joined #bitcoin-core-dev
 992021-02-28T07:52:44  *** egp_ <egp_!~egp_@2.95.74.168> has quit IRC (Remote host closed the connection)
1002021-02-28T07:52:44  *** egp__ <egp__!~egp_@2.95.74.168> has quit IRC (Remote host closed the connection)
1012021-02-28T08:17:27  *** Emcy <Emcy!~Emcy@unaffiliated/emcy> has joined #bitcoin-core-dev
1022021-02-28T08:44:28  *** I440r <I440r!~I440r@217.146.82.202> has quit IRC (Remote host closed the connection)
1032021-02-28T08:48:48  *** retroj1 <retroj1!~retroj@195.140.213.38> has joined #bitcoin-core-dev
1042021-02-28T08:54:08  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has joined #bitcoin-core-dev
1052021-02-28T08:54:08  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has quit IRC (Excess Flood)
1062021-02-28T08:57:00  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has joined #bitcoin-core-dev
1072021-02-28T08:57:01  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has quit IRC (Excess Flood)
1082021-02-28T08:57:23  *** harland <harland!~harland@2408:8207:1854:af90:d01e:7d3b:9e2f:c711> has quit IRC (Remote host closed the connection)
1092021-02-28T09:01:43  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has joined #bitcoin-core-dev
1102021-02-28T09:01:44  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has quit IRC (Excess Flood)
1112021-02-28T09:04:55  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has joined #bitcoin-core-dev
1122021-02-28T09:04:55  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has quit IRC (Excess Flood)
1132021-02-28T09:06:08  *** egp_ <egp_!~egp_@2.95.74.168> has joined #bitcoin-core-dev
1142021-02-28T09:06:11  *** egp__ <egp__!~egp_@2.95.74.168> has joined #bitcoin-core-dev
1152021-02-28T09:08:20  *** Harland <Harland!~harland@2408:8207:1854:af90:54a8:96aa:841a:9b52> has joined #bitcoin-core-dev
1162021-02-28T09:24:26  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has joined #bitcoin-core-dev
1172021-02-28T09:24:27  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has quit IRC (Excess Flood)
1182021-02-28T09:27:25  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has joined #bitcoin-core-dev
1192021-02-28T09:27:25  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has quit IRC (Excess Flood)
1202021-02-28T09:33:20  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has joined #bitcoin-core-dev
1212021-02-28T09:33:20  *** zolferino <zolferino!~zolferino@host-79-37-103-102.retail.telecomitalia.it> has quit IRC (Excess Flood)
1222021-02-28T09:35:46  *** promag <promag!~promag@188.250.84.129> has quit IRC (Remote host closed the connection)
1232021-02-28T09:36:23  *** promag <promag!~promag@188.250.84.129> has joined #bitcoin-core-dev
1242021-02-28T09:44:30  <fanquake> wumpus / sipa please block Roman-ios
1252021-02-28T09:49:05  *** Talkless <Talkless!~Talkless@mail.dargis.net> has joined #bitcoin-core-dev
1262021-02-28T10:11:33  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Remote host closed the connection)
1272021-02-28T10:17:35  *** jonatack <jonatack!~jon@37.170.56.180> has joined #bitcoin-core-dev
1282021-02-28T10:19:47  *** jungly <jungly!~jungly@a-por2-10.tin.it> has joined #bitcoin-core-dev
1292021-02-28T10:20:55  *** belcher_ is now known as belcher
1302021-02-28T10:21:30  *** fossapup64_6191 <fossapup64_6191!~puppy@51.36.223.164> has joined #bitcoin-core-dev
1312021-02-28T10:25:21  *** nullptr_ <nullptr_!~nullptr|@ip-94-112-13-119.net.upcbroadband.cz> has quit IRC (Quit: ZNC - http://znc.in)
1322021-02-28T10:42:16  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
1332021-02-28T10:45:51  *** nullptr| <nullptr|!~nullptr|@ip-94-112-13-119.net.upcbroadband.cz> has joined #bitcoin-core-dev
1342021-02-28T10:47:16  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 276 seconds)
1352021-02-28T10:48:33  *** jungly <jungly!~jungly@a-por2-10.tin.it> has quit IRC (Ping timeout: 264 seconds)
1362021-02-28T11:02:41  *** DeanGuss <DeanGuss!~dean@gateway/tor-sasl/deanguss> has quit IRC (Remote host closed the connection)
1372021-02-28T11:02:41  *** ogo <ogo!~ogo@gateway/tor-sasl/ogo> has quit IRC (Remote host closed the connection)
1382021-02-28T11:03:06  *** DeanGuss <DeanGuss!~dean@gateway/tor-sasl/deanguss> has joined #bitcoin-core-dev
1392021-02-28T11:03:10  *** ogo <ogo!~ogo@gateway/tor-sasl/ogo> has joined #bitcoin-core-dev
1402021-02-28T11:15:40  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
1412021-02-28T11:18:44  *** Kristopher29Wael <Kristopher29Wael!~Kristophe@static.57.1.216.95.clients.your-server.de> has joined #bitcoin-core-dev
1422021-02-28T11:21:36  *** fossapup64_6191 <fossapup64_6191!~puppy@51.36.223.164> has quit IRC (Ping timeout: 240 seconds)
1432021-02-28T11:23:41  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Ping timeout: 268 seconds)
1442021-02-28T11:25:30  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
1452021-02-28T11:27:30  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has joined #bitcoin-core-dev
1462021-02-28T11:40:14  *** Kristopher29Wael <Kristopher29Wael!~Kristophe@static.57.1.216.95.clients.your-server.de> has quit IRC (Ping timeout: 260 seconds)
1472021-02-28T11:48:56  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 240 seconds)
1482021-02-28T12:08:56  *** Eagle[TM] <Eagle[TM]!~EagleTM@unaffiliated/eagletm> has joined #bitcoin-core-dev
1492021-02-28T12:12:19  *** EagleTM <EagleTM!~EagleTM@unaffiliated/eagletm> has quit IRC (Ping timeout: 260 seconds)
1502021-02-28T12:43:10  <Talkless> Damn I feel so utterly helpless when using Git... I used git fetch origin pull/227/head:227; git checkout 227, but how do I now update it after PR code was force-pushed?
1512021-02-28T12:44:04  <Talkless> jonatack: didn't you had some sort of "tutorial" for working with Bitcoin PR's?
1522021-02-28T12:55:23  <Talkless> It seems I can do `git fetch origin pull/227/head` and then `git reset FETCH_HEAD`
1532021-02-28T12:55:25  <Talkless> ...
1542021-02-28T12:58:11  *** GankMove <GankMove!~GankMove@unaffiliated/gankmove> has joined #bitcoin-core-dev
1552021-02-28T13:05:09  <hebasto> Talkless: why not to fetch updated pr into another branch?
1562021-02-28T13:06:10  <hebasto> it could be helpful to check diff even a pr is rebased -- `git range-diff master old-pr new-pr`
1572021-02-28T13:06:33  <Talkless> hebasto: yeah I though I could just rage quit, delete branch and fetch again
1582021-02-28T13:06:43  <Talkless> oh diffing would be better, yeas...
1592021-02-28T13:06:46  <Talkless> yes*
1602021-02-28T13:07:02  <Talkless> hebasto: that's good point, thanks
1612021-02-28T13:07:16  <hebasto> Talkless: yw
1622021-02-28T13:23:09  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
1632021-02-28T13:27:57  <jonatack> Talkless: https://jonatack.github.io/articles/how-to-review-pull-requests-in-bitcoin-core#pull-down-the-code-locally
1642021-02-28T13:30:51  <jonatack> Talkless: also, if you have GitHub CLI installed: gh pr checkout --help
1652021-02-28T13:31:27  <jonatack> (I don't use that but should add it to that section, thanks for the reminder)
1662021-02-28T13:31:32  <Talkless> jonatack: interesting, I did not knew it existed
1672021-02-28T13:31:34  <Talkless> thanks
1682021-02-28T13:31:39  <michaelfolkson> Such a fan of these articles, they are great :)
1692021-02-28T13:32:57  <jonatack> Talkless: I do use github cli as much as I can compared to the web interface because it loads PRs much faster, but it's still WIP in terms of having all of the web features, it's getting there slowly
1702021-02-28T13:33:44  <jonatack> https://cli.github.com/
1712021-02-28T13:34:08  <jonatack> michaelfolkson: (thanks!)
1722021-02-28T14:26:37  *** Guest13 <Guest13!~textual@64-18-155-61.starry-inc.net> has joined #bitcoin-core-dev
1732021-02-28T15:15:38  <jonatack> A user named KayMining appears to be spamming the repo
1742021-02-28T15:24:42  *** smartineng <smartineng!~Icedove@88.135.18.171> has joined #bitcoin-core-dev
1752021-02-28T15:26:19  *** GankMove <GankMove!~GankMove@unaffiliated/gankmove> has quit IRC (Ping timeout: 245 seconds)
1762021-02-28T15:29:28  *** sr_gi <sr_gi!~sr_gi@static-57-159-230-77.ipcom.comunitel.net> has quit IRC (Read error: Connection reset by peer)
1772021-02-28T15:29:51  *** sr_gi <sr_gi!~sr_gi@static-57-159-230-77.ipcom.comunitel.net> has joined #bitcoin-core-dev
1782021-02-28T15:32:06  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1792021-02-28T15:32:06  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #21317: util: Make Assume() usable as unary expression (master...2102-utilAssumeUnary) https://github.com/bitcoin/bitcoin/pull/21317
1802021-02-28T15:32:07  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
1812021-02-28T15:47:41  *** jungly <jungly!~jungly@a-por2-10.tin.it> has joined #bitcoin-core-dev
1822021-02-28T16:04:53  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 268 seconds)
1832021-02-28T16:10:46  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
1842021-02-28T16:12:16  *** jungly <jungly!~jungly@a-por2-10.tin.it> has quit IRC (Ping timeout: 240 seconds)
1852021-02-28T16:19:56  *** jeremyrubin <jeremyrubin!~jr@024-176-247-182.res.spectrum.com> has joined #bitcoin-core-dev
1862021-02-28T16:46:43  *** TonyStone <TonyStone!~TonyStone@cpe-74-76-58-56.nycap.res.rr.com> has quit IRC (Quit: Leaving)
1872021-02-28T17:01:20  *** eoin <eoin!5d6b90cf@93.107.144.207> has joined #bitcoin-core-dev
1882021-02-28T17:29:39  *** dirymr <dirymr!80c7281e@128.199.40.30> has joined #bitcoin-core-dev
1892021-02-28T17:34:06  *** jungly <jungly!~jungly@a-por2-10.tin.it> has joined #bitcoin-core-dev
1902021-02-28T17:36:05  *** dirymr91 <dirymr91!80c7281e@128.199.40.30> has joined #bitcoin-core-dev
1912021-02-28T17:38:16  *** jungly <jungly!~jungly@a-por2-10.tin.it> has quit IRC (Ping timeout: 240 seconds)
1922021-02-28T17:41:16  *** stortz <stortz!bb3fa187@187.63.161.135> has joined #bitcoin-core-dev
1932021-02-28T17:46:44  *** dirymr91 <dirymr91!80c7281e@128.199.40.30> has quit IRC (Quit: Connection closed)
1942021-02-28T17:46:44  *** dirymr <dirymr!80c7281e@128.199.40.30> has quit IRC (Quit: Connection closed)
1952021-02-28T17:49:15  *** retroj1 <retroj1!~retroj@195.140.213.38> has quit IRC (Remote host closed the connection)
1962021-02-28T17:51:19  *** SchwarzeLocke <SchwarzeLocke!~SchwarzeL@178.239.168.171> has joined #bitcoin-core-dev
1972021-02-28T17:54:36  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
1982021-02-28T17:54:36  <bitcoin-git> [bitcoin] practicalswift closed pull request #20383: Avoid signed integer overflow and invalid integer negation when loading malformed mempool.dat files (master...signed-integer-malformed-mempool-dat-and-rpc) https://github.com/bitcoin/bitcoin/pull/20383
1992021-02-28T17:54:37  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2002021-02-28T17:58:20  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Ping timeout: 268 seconds)
2012021-02-28T18:13:02  *** belcher_ <belcher_!~belcher@unaffiliated/belcher> has joined #bitcoin-core-dev
2022021-02-28T18:15:04  *** belcher <belcher!~belcher@unaffiliated/belcher> has quit IRC (Ping timeout: 245 seconds)
2032021-02-28T18:15:42  *** eoin <eoin!5d6b90cf@93.107.144.207> has quit IRC (Quit: Connection closed)
2042021-02-28T18:37:43  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has joined #bitcoin-core-dev
2052021-02-28T18:44:50  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
2062021-02-28T18:54:18  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
2072021-02-28T18:58:09  *** sdaftuar <sdaftuar!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Ping timeout: 268 seconds)
2082021-02-28T18:58:25  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Remote host closed the connection)
2092021-02-28T18:58:48  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
2102021-02-28T19:02:04  *** sdaftuar <sdaftuar!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
2112021-02-28T19:05:33  *** sdaftuar_ <sdaftuar_!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Ping timeout: 268 seconds)
2122021-02-28T19:11:37  *** sdaftuar <sdaftuar!~sdaftuar@gateway/tor-sasl/sdaftuar> has quit IRC (Remote host closed the connection)
2132021-02-28T19:11:59  *** sdaftuar <sdaftuar!~sdaftuar@gateway/tor-sasl/sdaftuar> has joined #bitcoin-core-dev
2142021-02-28T19:31:27  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has quit IRC (Ping timeout: 268 seconds)
2152021-02-28T19:54:35  *** mackster <mackster!9eae0ad6@h-10-214.A333.priv.bahnhof.se> has joined #bitcoin-core-dev
2162021-02-28T19:55:55  *** mackster <mackster!9eae0ad6@h-10-214.A333.priv.bahnhof.se> has quit IRC (Client Quit)
2172021-02-28T19:57:02  *** brdro <brdro!587ec826@88.126.200.38> has quit IRC (Quit: Connection closed)
2182021-02-28T19:57:27  *** jonatack_ <jonatack_!~jon@37.167.88.65> has joined #bitcoin-core-dev
2192021-02-28T19:59:46  *** mackster <mackster!5b848a9c@91.132.138.156> has joined #bitcoin-core-dev
2202021-02-28T20:00:29  *** jonatack <jonatack!~jon@37.170.56.180> has quit IRC (Ping timeout: 245 seconds)
2212021-02-28T20:04:36  *** mackster <mackster!5b848a9c@91.132.138.156> has quit IRC (Client Quit)
2222021-02-28T20:04:56  *** mackster <mackster!5b848a9c@91.132.138.156> has joined #bitcoin-core-dev
2232021-02-28T20:13:41  *** Talkless <Talkless!~Talkless@mail.dargis.net> has quit IRC (Quit: Konversation terminated!)
2242021-02-28T20:15:49  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has joined #bitcoin-core-dev
2252021-02-28T20:15:49  <bitcoin-git> [bitcoin] luke-jr opened pull request #21319: RPC/Blockchain: Optimise getblock for simple disk->hex case (master...getblock_optimise) https://github.com/bitcoin/bitcoin/pull/21319
2262021-02-28T20:15:50  *** bitcoin-git <bitcoin-git!~bitcoin-g@x0f.org> has left #bitcoin-core-dev
2272021-02-28T20:21:27  *** jonatack_ <jonatack_!~jon@37.167.88.65> has quit IRC (Read error: Connection reset by peer)
2282021-02-28T20:28:46  *** Anduck_ is now known as Anduck
2292021-02-28T20:48:30  <luke-jr> should #19763 get backported?
2302021-02-28T20:48:34  <gribble> https://github.com/bitcoin/bitcoin/issues/19763 | net: dont try to relay to the address originator by vasild · Pull Request #19763 · bitcoin/bitcoin · GitHub
2312021-02-28T20:51:21  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Read error: Connection reset by peer)
2322021-02-28T20:51:50  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2332021-02-28T21:04:30  *** guaj0 <guaj0!~guaj0@190.red-88-13-53.dynamicip.rima-tde.net> has joined #bitcoin-core-dev
2342021-02-28T21:09:38  *** jonatack <jonatack!~jon@37.167.88.65> has joined #bitcoin-core-dev
2352021-02-28T21:15:22  *** ovovo <ovovo!~ovovo@unaffiliated/ovovo> has quit IRC (Ping timeout: 260 seconds)
2362021-02-28T21:21:43  *** smartineng <smartineng!~Icedove@88.135.18.171> has quit IRC (Ping timeout: 245 seconds)
2372021-02-28T21:23:21  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Read error: Connection reset by peer)
2382021-02-28T21:23:58  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2392021-02-28T21:25:02  *** vdero133[m] <vdero133[m]!vdero133ma@gateway/shell/matrix.org/x-rhqiropytnaniwee> has joined #bitcoin-core-dev
2402021-02-28T21:35:10  *** mol_ <mol_!~mol@unaffiliated/molly> has quit IRC (Read error: Connection reset by peer)
2412021-02-28T21:35:37  *** mol_ <mol_!~mol@unaffiliated/molly> has joined #bitcoin-core-dev
2422021-02-28T21:37:16  *** mackster <mackster!5b848a9c@91.132.138.156> has quit IRC (Quit: Connection closed)
2432021-02-28T21:38:35  *** verdes22 <verdes22!ae47217b@ip174-71-33-123.om.om.cox.net> has joined #bitcoin-core-dev
2442021-02-28T21:40:35  <phantomcircuit> sipa, im starting to think that my first thought on fixing this, just to make the algorithm for selecting which peers to get headers from be 'looser' the longer it's been since you advanced makes sense
2452021-02-28T21:43:01  *** guaj0 <guaj0!~guaj0@190.red-88-13-53.dynamicip.rima-tde.net> has quit IRC (Quit: Leaving)
2462021-02-28T21:45:07  *** guaj0 <guaj0!~guaj0@190.red-88-13-53.dynamicip.rima-tde.net> has joined #bitcoin-core-dev
2472021-02-28T21:54:20  *** jonatack <jonatack!~jon@37.167.88.65> has quit IRC (Read error: Connection reset by peer)
2482021-02-28T21:56:07  *** Aaronvan_ <Aaronvan_!~AaronvanW@unaffiliated/aaronvanw> has joined #bitcoin-core-dev
2492021-02-28T22:00:01  *** AaronvanW <AaronvanW!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 276 seconds)
2502021-02-28T22:06:37  *** SchwarzeLocke <SchwarzeLocke!~SchwarzeL@178.239.168.171> has quit IRC (Remote host closed the connection)
2512021-02-28T22:11:38  *** ghost43_ <ghost43_!~daer@gateway/tor-sasl/daer> has joined #bitcoin-core-dev
2522021-02-28T22:13:02  *** ghost43 <ghost43!~daer@gateway/tor-sasl/daer> has quit IRC (Ping timeout: 268 seconds)
2532021-02-28T22:16:32  *** GankMove <GankMove!~GankMove@unaffiliated/gankmove> has joined #bitcoin-core-dev
2542021-02-28T22:17:59  *** GankMove <GankMove!~GankMove@unaffiliated/gankmove> has quit IRC (Max SendQ exceeded)
2552021-02-28T22:20:13  *** GankMove <GankMove!~GankMove@unaffiliated/gankmove> has joined #bitcoin-core-dev
2562021-02-28T22:21:54  *** GankMove <GankMove!~GankMove@unaffiliated/gankmove> has quit IRC (Max SendQ exceeded)
2572021-02-28T22:22:49  *** Guest68145 <Guest68145!~SatanX@185.204.1.185> has joined #bitcoin-core-dev
2582021-02-28T22:26:13  *** az0re <az0re!~az0re@gateway/tor-sasl/az0re> has joined #bitcoin-core-dev
2592021-02-28T22:35:01  *** az0re <az0re!~az0re@gateway/tor-sasl/az0re> has quit IRC (Quit: Leaving)
2602021-02-28T22:54:06  *** Guyver2 <Guyver2!Guyver@guyver2.xs4all.nl> has quit IRC (Remote host closed the connection)
2612021-02-28T22:59:17  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has quit IRC (Ping timeout: 268 seconds)
2622021-02-28T23:02:31  *** davterra <davterra!~davterra@gateway/tor-sasl/tralfaz> has joined #bitcoin-core-dev
2632021-02-28T23:04:05  *** yanmaani <yanmaani!~yanmaani@gateway/tor-sasl/yanmaani> has joined #bitcoin-core-dev
2642021-02-28T23:16:07  *** copumpkin <copumpkin!~copumpkin@unaffiliated/copumpkin> has quit IRC (Quit: Hmmm)
2652021-02-28T23:20:28  *** vasild_ <vasild_!~vd@gateway/tor-sasl/vasild> has joined #bitcoin-core-dev
2662021-02-28T23:20:28  *** vasild <vasild!~vd@gateway/tor-sasl/vasild> has quit IRC (Disconnected by services)
2672021-02-28T23:20:29  *** vasild_ is now known as vasild
2682021-02-28T23:22:34  *** guaj0 <guaj0!~guaj0@190.red-88-13-53.dynamicip.rima-tde.net> has quit IRC (Quit: Leaving)
2692021-02-28T23:24:38  *** aferreira44 <aferreira44!~andre@2001:1284:f013:f973:2150:4a84:6f92:91d8> has quit IRC (Ping timeout: 264 seconds)
2702021-02-28T23:34:34  <sipa> phantomcircuit: that'd work, i think
2712021-02-28T23:39:29  *** Aaronvan_ <Aaronvan_!~AaronvanW@unaffiliated/aaronvanw> has quit IRC (Ping timeout: 260 seconds)
2722021-02-28T23:44:20  *** copumpkin <copumpkin!~copumpkin@unaffiliated/copumpkin> has joined #bitcoin-core-dev
2732021-02-28T23:46:26  *** belcher_ is now known as belcher
2742021-02-28T23:58:59  *** stortz <stortz!bb3fa187@187.63.161.135> has quit IRC (Quit: Connection closed)