--- Log opened Fri Oct 30 00:00:02 2020 00:03 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 00:08 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 258 seconds] 00:15 -!- AdulrunaRedviva [c3d69d22@195.214.157.34] has joined #bitcoin-core-dev 00:15 < AdulrunaRedviva> good morning 00:15 < AdulrunaRedviva> I have many addresses in my wallet. and I want to pay with the address I chose. So I want to choose the address I will send to? 00:40 -!- reardencode [~reardenco@shrugged.reardencode.com] has quit [Ping timeout: 272 seconds] 00:40 -!- reardencode [~reardenco@shrugged.reardencode.com] has joined #bitcoin-core-dev 00:44 < jonasschnelli> AdulrunaRedviva -> head over to #bitcoin (this is the development channel) 00:53 -!- reardencode [~reardenco@shrugged.reardencode.com] has quit [Ping timeout: 240 seconds] 00:53 -!- sdaftuar [~sdaftuar@gateway/tor-sasl/sdaftuar] has joined #bitcoin-core-dev 00:54 < vasild> hmm, it just occured to me (after staring at some fuzzing failure) that some CNetAddr objects do not ser+deser into the original. For example a torv3 address when serialized (as done by the fuzzer, ADDRV2_FORMAT is not set) end up with 16 zeroes. 00:54 < vasild> When 16 zeroes are deserialized the result is not equal to the torv3 address. 00:57 < wumpus> that's expected, right? 00:57 < vasild> What about extending AssertEqualAfterSerializeDeserialize() so that when called with CNetAddr it also uses ADDRV2_FORMAT. 00:57 < vasild> wumpus: exactlty, that is expected 00:57 -!- sdaftuar_ [~sdaftuar@gateway/tor-sasl/sdaftuar] has quit [Ping timeout: 240 seconds] 00:57 < vasild> ... but not expected by the fuzzer :-D 00:58 -!- reardencode [~reardenco@shrugged.reardencode.com] has joined #bitcoin-core-dev 00:59 < wumpus> could do that; there would need to be some exception there, the fuzzer shouldn't generate, do this test on objects that are not valid to be serialized in the target representation 00:59 < AdulrunaRedviva> I will have another important question. Is there anyone to answer? 01:00 < vasild> wumpus: yeah, something like that 01:00 < jonasschnelli> AdulrunaRedviva: please go to the channel #bitcoin 01:00 < vasild> AdulrunaRedviva: this is the development channel, do you have any suggestions on the above fuzzing issue? 01:04 -!- reardencode [~reardenco@shrugged.reardencode.com] has quit [Ping timeout: 264 seconds] 01:16 -!- reardencode [~reardenco@shrugged.reardencode.com] has joined #bitcoin-core-dev 01:19 < wumpus> does anyone here have knowledge regarding bind-now, relro and such hardening flags on POWER64? it looks like on POWER64 architecture, the .plt section remains writable: https://github.com/bitcoin/bitcoin/pull/14066#pullrequestreview-520439303 01:19 < wumpus> any idea why? is this unavoidable? 01:19 < wumpus> or just a compiler/linker limitation 01:21 -!- sdaftuar [~sdaftuar@gateway/tor-sasl/sdaftuar] has quit [Remote host closed the connection] 01:24 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:e41d:8dc:7220:17e7] has joined #bitcoin-core-dev 01:25 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 01:26 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Remote host closed the connection] 01:29 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:e41d:8dc:7220:17e7] has quit [Ping timeout: 240 seconds] 01:34 < wumpus> it looks like it is a harmless detail of how .plt is handled on POWER64: in the ELF binary it's part of the LOAD program header with 'RW ' permissions (not 'R E'), something else like the dynamic linker or program initialization code needs to mprotect it to 'R E' after loading, before it can be used 01:35 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:35 < bitcoin-git> [bitcoin] gwillen closed pull request #20264: test: Make secp tests optional in `make check` (master...feature-optional-secp-check) https://github.com/bitcoin/bitcoin/pull/20264 01:35 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:35 < wumpus> luke-jr: ^^ 01:37 -!- sdaftuar [~sdaftuar@gateway/tor-sasl/sdaftuar] has joined #bitcoin-core-dev 01:48 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] 01:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:54 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20268: ci: Move s390x build to cirrus (master...2010-ciS390x) https://github.com/bitcoin/bitcoin/pull/20268 01:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:00 -!- Robert1 [~Robert@217.146.82.202] has quit [] 02:04 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 02:04 -!- kexkey [~kexkey@static-198-54-132-94.cust.tzulo.com] has quit [Ping timeout: 260 seconds] 02:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 02:11 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 264 seconds] 02:34 < real_or_random> fwiw, I'm playing around with the "shippable" ci for secp256k1. it took me just an hour to migrate the travis config (ignoring a minor issue with apt-get) and deploy it my secp fork https://app.shippable.com/github/real-or-random/secp256k1/runs/6/1/console 02:35 < real_or_random> and no need to give write permissions to the code 02:36 < real_or_random> just linux for now but they offer windows and mac os for money. 02:38 < real_or_random> (money is not a big issue) but I was surprised that my builds on the free plan get scheduled immediately. it's just limited to one build at a time 02:41 < hebasto> s390x on travis works again 02:43 -!- promag_ [~promag@188.250.84.129] has joined #bitcoin-core-dev 02:45 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:45 < bitcoin-git> [bitcoin] hebasto closed pull request #18077: net: Add NAT-PMP port forwarding support (master...20200130-natpmp) https://github.com/bitcoin/bitcoin/pull/18077 02:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:46 < bitcoin-git> [bitcoin] hebasto reopened pull request #18077: net: Add NAT-PMP port forwarding support (master...20200130-natpmp) https://github.com/bitcoin/bitcoin/pull/18077 02:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:46 -!- jonatack [~jon@213.152.161.133] has quit [Ping timeout: 258 seconds] 02:46 < real_or_random> hebasto: yes, what worries me is the travis migration to .com, see my comment here https://github.com/bitcoin/bitcoin/issues/17802 02:48 -!- promag_ [~promag@188.250.84.129] has quit [Ping timeout: 268 seconds] 02:48 -!- jonatack [~jon@213.152.161.133] has joined #bitcoin-core-dev 02:49 < real_or_random> I wonder if people here are happy with cirrus. so far we stuck with travis for secp 02:50 < hebasto> real_or_random: https://github.com/bitcoin/bitcoin/issues/19336 02:54 -!- kreative [~kreative@84.39.117.57] has joined #bitcoin-core-dev 02:55 -!- geeker [~geeker@222.128.10.171] has joined #bitcoin-core-dev 02:56 -!- geeker [~geeker@222.128.10.171] has quit [Quit: WeeChat 2.9] 02:59 -!- jonatack [~jon@213.152.161.133] has quit [Ping timeout: 265 seconds] 03:07 -!- geeker [~geeker@222.128.10.171] has joined #bitcoin-core-dev 03:08 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 03:11 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 03:11 -!- vasild_ is now known as vasild 03:18 < AdulrunaRedviva> hi 03:45 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 272 seconds] 03:52 -!- michagogo [sid14316@wikia/Michagogo] has quit [Ping timeout: 272 seconds] 03:52 -!- michagogo [sid14316@wikia/Michagogo] has joined #bitcoin-core-dev 04:07 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 04:09 -!- geeker [~geeker@222.128.10.171] has quit [Ping timeout: 240 seconds] 04:10 -!- IGHOR [~quassel@176.121.4.135] has joined #bitcoin-core-dev 04:12 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 04:12 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 240 seconds] 04:20 -!- Kody50Balistreri [~Kody50Bal@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 04:26 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 04:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:29 -!- Kody50Balistreri [~Kody50Bal@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 260 seconds] 04:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 04:51 -!- reallll [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 04:53 -!- reallll is now known as belcher 04:55 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 268 seconds] 04:57 -!- kreative [~kreative@84.39.117.57] has quit [Remote host closed the connection] 05:20 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 05:20 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 05:21 -!- Salt1 [~Salt@195.206.169.184] has joined #bitcoin-core-dev 05:43 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 05:46 < sdaftuar> anyone have workarounds for github not properly expanding comments that are hidden? in my case, someone left comments on a PR and marked as resolved, but i can't expand to see them (#20187) 05:46 < gribble> https://github.com/bitcoin/bitcoin/issues/20187 | Addrman: test-before-evict bugfix and improvements for block-relay-only peers by sdaftuar · Pull Request #20187 · bitcoin/bitcoin · GitHub 05:47 < hebasto> sdaftuar: search for that comment in email notification, and open it via emailed link 05:52 -!- dviola [~diego@unaffiliated/dviola] has quit [Quit: WeeChat 2.9] 05:52 < sdaftuar> thanks, i think that may have worked (slightly confusing but i believe github duplicated the comment on their website, as part of someone else's review and in-thread with an earlier review comment - ugh) 05:53 < fanquake> sdaftuar: if you can be bothered documenting any exmaples, please pass them on to me, and pass them through to GH 05:54 < fanquake> Although they don't seem too concerned about any of the issues we've raised so far 05:54 < sdaftuar> fanquake: sure, not sure what documentation is helpful exactly but the last "show resolved" on https://github.com/bitcoin/bitcoin/pull/20187 is failing to expand for me, just get the spinny github logo 05:54 < sdaftuar> under ariard's review 05:55 < sdaftuar> would be curious to know if it loads for you! 05:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:55 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20271: doc: Document that wallet salvage is experimental (master...2010-docWalletSalvage) https://github.com/bitcoin/bitcoin/pull/20271 05:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:56 < fanquake> sdaftuar: heh nice. It doesn't load for me issue. 05:56 < fanquake> *either 05:56 < fanquake> I'll open another issue about things continuing to not load 05:56 < sdaftuar> thanks! 06:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:05 < bitcoin-git> [bitcoin] vasild closed pull request #20234: net: don't extra bind for Tor if binds are restricted (master...bind) https://github.com/bitcoin/bitcoin/pull/20234 06:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:05 < bitcoin-git> [bitcoin] vasild reopened pull request #20234: net: don't extra bind for Tor if binds are restricted (master...bind) https://github.com/bitcoin/bitcoin/pull/20234 06:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:08 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 06:13 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 06:13 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 240 seconds] 06:17 < fanquake> Opened an issue: https://0bin.net/paste/8T3phlGO#dRbRyf68aZgFD6rOrbcx5OdUQLilkXGRbWxjoUsYQU1, https://imgur.com/a/PDbhLMg 06:27 -!- promag [~promag@188.250.84.129] has quit [Read error: Connection reset by peer] 06:27 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 06:28 -!- promag_ [~promag@188.250.84.129] has joined #bitcoin-core-dev 06:33 -!- promag_ [~promag@188.250.84.129] has quit [Ping timeout: 264 seconds] 06:38 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:46 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 258 seconds] 06:49 -!- Relis [~Relis@185.224.103.72] has joined #bitcoin-core-dev 06:51 < luke-jr> wumpus: so what do you recommend? 06:55 < ariard> sdaftuar: fyi, it's displayed properly if you go directly on the commit https://github.com/bitcoin/bitcoin/pull/20187/commits/e8b215a086d91a8774210bb6ce8d1560aaaf0789 06:55 < ariard> at least on my side, but I can't load it on the main PR thread 07:06 < sdaftuar> ariard: got it, thanks for confirming that -- it did load for me as well higher up on the page (threaded with other comments on same chunk of code) 07:37 -!- jonatack [~jon@213.152.162.99] has joined #bitcoin-core-dev 07:39 -!- sr_gi [~sr_gi@static-77-88-225-77.ipcom.comunitel.net] has quit [Read error: Connection reset by peer] 07:40 -!- sr_gi [~sr_gi@static-77-88-225-77.ipcom.comunitel.net] has joined #bitcoin-core-dev 07:42 -!- kexkey [~kexkey@static-198-54-132-126.cust.tzulo.com] has joined #bitcoin-core-dev 07:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:50 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 08:00 -!- Salt1 [~Salt@195.206.169.184] has quit [] 08:10 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 08:16 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 264 seconds] 08:22 -!- Lestaty [~Lestaty@84.39.116.180] has joined #bitcoin-core-dev 08:22 -!- Lestaty is now known as Guest14615 08:33 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] 08:40 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:45 < bitcoin-git> [bitcoin] vasild opened pull request #20272: Add missing thread safety annotations (master...add_missing_tsa) https://github.com/bitcoin/bitcoin/pull/20272 08:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:49 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 09:01 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Ping timeout: 240 seconds] 09:07 -!- Relis [~Relis@185.224.103.72] has quit [Quit: This computer has gone to sleep] 09:12 -!- kexkey [~kexkey@static-198-54-132-126.cust.tzulo.com] has quit [Ping timeout: 264 seconds] 09:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:18 < bitcoin-git> [bitcoin] jonasschnelli opened pull request #20273: Extend support for nested commands to bitcoin-cli (master...2020/10/client_rpc_nested) https://github.com/bitcoin/bitcoin/pull/20273 09:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:26 -!- Relis [~Relis@185.224.103.66] has joined #bitcoin-core-dev 09:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:44 < bitcoin-git> [bitcoin] hebasto opened pull request #20274: util: Drop redundant NDEBUG check (master...201030-ndebug) https://github.com/bitcoin/bitcoin/pull/20274 09:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:44 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 09:55 < vasild> hebasto: "Is -Wthread-safety-negative on by default in Clang 12 for you?" -- I am not sure how to check that. 09:55 < vasild> Definitely it is not present explicitly in the compilation commands 09:55 < hebasto> me neither :) 09:56 < hebasto> does `-Wno-thread-safety-negative` silence warnings? 09:57 < vasild> aha! let me try... 09:58 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 09:58 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 09:58 < vasild> hebasto: no, it does not silence them 09:59 < hebasto> hmm... 09:59 < vasild> but now I see it prints blockchain.cpp:121:5: warning: calling function...ility '!cs_main' [-Wthread-safety-analysis] 09:59 < vasild> it is due to -Wthread-safety-analysis 10:02 < vasild> MarcoFalke: ^ 10:02 < vasild> what "negative annotations" where merged? was this recently? 10:03 < vasild> It used to compile for me a few days ago and now I assume that those warnings are due to a clang upgrade, but maybe they are due to some recent changes in the source? 10:06 < vasild> actually I have a backup of the previous clang... 10:06 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 10:08 < hebasto> vasild: you keep backups of compilers? 10:08 < vasild> :-D 10:09 < vasild> the upgrade script keeps backup of previous packages, not just compilers 10:09 < vasild> it is convenient if the new stuff bricks 10:09 < hebasto> is it freebsd feature? 10:10 < vasild> yes, to one of the tools I use - portmaster 10:10 < vasild> right now I am with llvm-devel-12.0.d20201027 10:10 < hebasto> with `apt` one could set package version explicitly 10:11 < vasild> and I see llvm-devel-12.0.d20200811.txz and llvm-devel-12.0.d20200925.txz lurking here 10:11 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:204d:3357:57a2:574a] has joined #bitcoin-core-dev 10:11 < hebasto> October number is 10, right? 10:12 < hebasto> :) 10:12 < vasild> llvm-devel-12.0.d20200925 -- no warnings 10:13 < hebasto> so it seems not our problem 10:13 < vasild> yes, Oct is 10 :) 10:15 < vasild> a recent compiler is issuing warnings on our code and that is not our problem? 10:15 < vasild> it is too recent ;) 10:16 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 10:16 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:204d:3357:57a2:574a] has quit [Ping timeout: 268 seconds] 10:23 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 10:48 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 10:48 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 11:00 -!- Guest14615 [~Lestaty@84.39.116.180] has quit [] 11:01 -!- Relis [~Relis@185.224.103.66] has quit [Quit: This computer has gone to sleep] 11:19 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 11:22 -!- csadilek [~csadilek@184.75.223.203] has joined #bitcoin-core-dev 11:26 -!- alko89 [~alko89@unaffiliated/alko89] has quit [Quit: ZNC 1.7.5 - https://znc.in] 11:27 -!- alko89 [~alko89@unaffiliated/alko89] has joined #bitcoin-core-dev 11:34 -!- Relis [~Relis@185.224.103.66] has joined #bitcoin-core-dev 11:48 -!- csadilek [~csadilek@184.75.223.203] has quit [Ping timeout: 264 seconds] 11:59 -!- Relis [~Relis@185.224.103.66] has quit [Quit: This computer has gone to sleep] 12:01 -!- kexkey [~kexkey@static-198-54-132-118.cust.tzulo.com] has joined #bitcoin-core-dev 12:14 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 12:14 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 12:27 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has quit [Remote host closed the connection] 12:27 -!- ctrlbreak_MAD [~ctrlbreak@159.2.182.106] has joined #bitcoin-core-dev 12:30 -!- hellekin1 [~hellekin@84.39.116.180] has joined #bitcoin-core-dev 12:34 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 264 seconds] 12:34 -!- manojncs [~manojncs@27.5.238.137] has joined #bitcoin-core-dev 12:34 -!- zndtoshi [~zndtoshi@79.112.63.203] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 12:36 -!- manojncs [~manojncs@27.5.238.137] has quit [Client Quit] 12:38 -!- manojncs [~manojncs@27.5.238.137] has joined #bitcoin-core-dev 12:44 -!- manojncs [~manojncs@27.5.238.137] has quit [Quit: Leaving] 13:03 -!- JD2983 [~jarret@S01069050cacf3d53.ed.shawcable.net] has quit [Read error: Connection reset by peer] 13:30 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 13:51 -!- Relis [~Relis@185.224.103.66] has joined #bitcoin-core-dev 13:53 -!- Relis [~Relis@185.224.103.66] has quit [Client Quit] 14:00 -!- hellekin1 [~hellekin@84.39.116.180] has quit [] 14:00 -!- Relis [~Relis@185.224.103.66] has joined #bitcoin-core-dev 14:02 -!- mmitech___ [sid446259@gateway/web/irccloud.com/x-rgcvqqydadrmudef] has quit [Ping timeout: 240 seconds] 14:02 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-dbncdqygguolxwsp] has quit [Ping timeout: 240 seconds] 14:03 -!- endogenic [sid145991@gateway/web/irccloud.com/x-cysirwsrudjtolco] has quit [Ping timeout: 260 seconds] 14:03 -!- mariorz [sid490@gateway/web/irccloud.com/x-lxuxodkltbkymocd] has quit [Ping timeout: 260 seconds] 14:04 -!- NicolasDorier [sid129442@gateway/web/irccloud.com/x-cszzgperrruoampp] has joined #bitcoin-core-dev 14:04 -!- mmitech___ [sid446259@gateway/web/irccloud.com/x-ahtithmervvrwkwv] has joined #bitcoin-core-dev 14:04 -!- endogenic [sid145991@gateway/web/irccloud.com/x-xcgcwegchesgvdlf] has joined #bitcoin-core-dev 14:05 -!- mariorz [sid490@gateway/web/irccloud.com/x-acbkcczxvtaosnpg] has joined #bitcoin-core-dev 14:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:20 < bitcoin-git> [bitcoin] ryanofsky opened pull request #20275: wallet: List SQLite wallets in non-SQLite builds (master...pr/exist) https://github.com/bitcoin/bitcoin/pull/20275 14:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:27 -!- andreacab [~andreacab@179.152.5.85.dynamic.wline.res.cust.swisscom.ch] has joined #bitcoin-core-dev 14:31 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 268 seconds] 14:32 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:38 -!- Relis [~Relis@185.224.103.66] has quit [Quit: This computer has gone to sleep] 14:39 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Remote host closed the connection] 14:41 -!- Relis [~Relis@185.224.103.66] has joined #bitcoin-core-dev 14:44 -!- Relis [~Relis@185.224.103.66] has quit [Client Quit] 14:49 -!- andreacab [~andreacab@179.152.5.85.dynamic.wline.res.cust.swisscom.ch] has quit [Remote host closed the connection] 14:53 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 14:54 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 14:56 -!- neutraltc [~neutraltc@84.39.117.57] has joined #bitcoin-core-dev 14:56 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 14:58 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 15:03 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 15:08 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 15:09 -!- promag_ [~promag@188.250.84.129] has joined #bitcoin-core-dev 15:11 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:11 -!- vasild_ is now known as vasild 15:12 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 264 seconds] 15:14 -!- promag_ [~promag@188.250.84.129] has quit [Ping timeout: 258 seconds] 15:28 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 16:09 -!- jrayhawk_ is now known as jrayhawk 16:23 -!- tryphe_ [~tryphe@unaffiliated/tryphe] has joined #bitcoin-core-dev 16:27 -!- tryphe [~tryphe@unaffiliated/tryphe] has quit [Ping timeout: 256 seconds] 16:30 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 16:30 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Remote host closed the connection] 16:44 -!- filchef [~filchef@212.104.97.177] has quit [Read error: Connection reset by peer] 16:49 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 17:00 -!- neutraltc [~neutraltc@84.39.117.57] has quit [] 17:07 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 17:09 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 17:11 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 17:15 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 240 seconds] 17:22 -!- SummerNinja [~SummerNin@217.146.82.202] has joined #bitcoin-core-dev 17:23 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:23 < bitcoin-git> [bitcoin] mjdietzx opened pull request #20276: test: run mempool_expiry.py even with wallet disabled (master...mempool-expiry-miniwallet) https://github.com/bitcoin/bitcoin/pull/20276 17:23 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:25 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 260 seconds] 17:34 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Ping timeout: 240 seconds] 17:44 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 18:12 -!- Squidicuz [~squid@pool-72-74-34-120.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 18:15 -!- Squidicuz [~squid@pool-72-74-34-120.bstnma.fios.verizon.net] has quit [Read error: Connection reset by peer] 18:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:18 < bitcoin-git> [bitcoin] ariard opened pull request #20277: p2p: Do not resolve orphans during IBD and extend p2p_ibd_txrelay.py coverage (master...2020-10-ibd-txrelay) https://github.com/bitcoin/bitcoin/pull/20277 18:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:56 -!- xzcva [~xzcva@072-176-068-059.res.spectrum.com] has joined #bitcoin-core-dev 19:03 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 19:04 -!- Emcy_ [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 240 seconds] 19:12 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 19:16 -!- xzcva [~xzcva@072-176-068-059.res.spectrum.com] has left #bitcoin-core-dev [] 19:17 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 258 seconds] 19:37 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 19:44 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 19:48 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 19:49 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 240 seconds] 19:51 -!- felixweis [sid154231@gateway/web/irccloud.com/x-obqpsjwlqqjjaomn] has quit [Read error: Connection reset by peer] 19:51 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-mqxlouvlewbgfsxl] has quit [Write error: Connection reset by peer] 19:51 -!- jakesyl [sid56879@gateway/web/irccloud.com/x-lymonnuvqdnemnbq] has quit [Read error: Connection reset by peer] 19:51 -!- elichai2 [sid212594@gateway/web/irccloud.com/x-cdozfxriapgckafr] has quit [Ping timeout: 264 seconds] 19:51 -!- jakesyl [sid56879@gateway/web/irccloud.com/x-elfpxiatfmtcrcnh] has joined #bitcoin-core-dev 19:52 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-zimxlbezegakwndh] has joined #bitcoin-core-dev 19:52 -!- felixweis [sid154231@gateway/web/irccloud.com/x-vitkynaxykoqgxgj] has joined #bitcoin-core-dev 19:52 -!- elichai2 [sid212594@gateway/web/irccloud.com/x-ifjdvpfecsaibrgx] has joined #bitcoin-core-dev 20:00 -!- SummerNinja [~SummerNin@217.146.82.202] has quit [] 20:21 -!- Nimda3 [~Nimda3@84.39.117.57] has joined #bitcoin-core-dev 20:31 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Quit: Leaving] 20:34 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has joined #bitcoin-core-dev 20:38 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Client Quit] 20:40 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has joined #bitcoin-core-dev 20:43 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Remote host closed the connection] 20:44 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Read error: Connection reset by peer] 20:45 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 20:47 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has joined #bitcoin-core-dev 20:53 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Remote host closed the connection] 20:55 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 20:58 < wumpus> luke-jr: still the same as on github: add a platform specific override that changes the expectation for .plt to 'RW ' on power* 20:58 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 20:59 < wumpus> it's expected so it's fine to change the script but not for all architectures 21:03 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Read error: Connection reset by peer] 21:03 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 21:04 -!- aqua42 [~aqua42@amsterdam3.jp.net] has quit [Quit: Ping timeout (120 seconds)] 21:05 -!- aqua42 [~aqua42@amsterdam3.jp.net] has joined #bitcoin-core-dev 21:05 -!- rjected [~dan@pool-151-203-65-159.bstnma.fios.verizon.net] has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in] 21:05 < luke-jr> wumpus: ok 21:06 -!- kexkey [~kexkey@static-198-54-132-118.cust.tzulo.com] has quit [Ping timeout: 260 seconds] 21:06 -!- rjected [~dan@pool-151-203-65-159.bstnma.fios.verizon.net] has joined #bitcoin-core-dev 21:07 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:09 < wumpus> I can take a look at fixing the script but not in the coming days 21:10 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 21:13 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 21:13 < wumpus> maybe something like: - call `readelf -h `, parse out the 'Machine:' part - match that on what is returned for power64 (I don't know) -if so change the .plt* sections in the expected array to 'RW ' from 'R E' 21:18 < wumpus> "Machine: PowerPC64" 21:19 < luke-jr> right 21:19 < luke-jr> probably no rush since it slipped 0.21 anyway 21:22 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 21:24 < wumpus> well getting this in early for the 0.22 cycle would be good, at least it's finaly in then and not something that needs to be considered last minute every time :) 21:25 -!- bralyclow2 [~bralyclow@unaffiliated/bralyclow] has joined #bitcoin-core-dev 21:27 -!- bralyclow [~bralyclow@unaffiliated/bralyclow] has quit [Ping timeout: 264 seconds] 21:27 < luke-jr> looks like fanquake insists on an answer to a question I don't have answers to, so no clue how to even proceed anyway 21:28 < fanquake> luke-jr: which question 21:28 < luke-jr> fanquake: why 970 21:29 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 21:29 < luke-jr> the usual way to compare two archs in GCC doesn't work for PPC for some reason, so I have no idea 21:30 < fanquake> right here: https://github.com/bitcoin/bitcoin/pull/14066/files#r515443745 21:30 < luke-jr> right, that question 21:30 -!- bralyclow2 is now known as bralyclow3 21:31 -!- bralyclow3 is now known as bralyclow 21:31 < fanquake> Carls questions seemed reasonable, and it was unclear given you hadn't responded. I'm not sure no-response is the way forward. If you don't know why you're making that change, you could still respond to him. 21:31 < luke-jr> it's not a change.. it's the first time we support ppc64 at all O.o 21:32 < fanquake> Right. Well in any case, leaving him answer-less is just confusing. It's unclear if you missed it, forgot to respond, ignored it etc. 21:35 < luke-jr> ok, so … I basically said the same thing (I don't know) 21:35 < fanquake> Cool, thanks 21:36 < wumpus> from what I've heard he's not the only one with tha question, more prople have concerns about that 21:37 < luke-jr> I mean, the 970 was released in 2002.. 21:38 < wumpus> (I don't know the details, I'm not sure if the problem is whether the setting is too new or too old) 21:39 < wumpus> targeting Talos seems most important 21:39 < luke-jr> I think I originally had -mcpu=power9 for both 21:39 < luke-jr> but someone complained that was too new 21:41 < luke-jr> it's not like we can't change it later 21:41 < wumpus> what do common linux distros target? 21:41 < luke-jr> not sure; I think a few have recently dropped BE entirely 21:44 < luke-jr> dunno why we can't just do 970 and if someone complains try changing it to whatever they need it to be :x 21:45 < luke-jr> don't let perfect be enemy of good or whatever :P 21:45 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 21:47 < wumpus> I haven't really followed it in detail (I will as soon as someone sends me a POWER9 machine :-) ), but it depends on what dongcarl's concerns really are 21:49 < wumpus> in any case fanquake's remark is valid: you really need to respond to review comments even if you disagree with them, otherwise it's at the least unclear if you missed them 21:50 < wumpus> I don't have any particular opinion on what chips to support here, I just like build system changes to be uncontroversial :) 21:50 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 240 seconds] 21:50 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:51 < wumpus> ofc, it's clear there's not that much gain to supporting 2002 chips, practally, even high end 2008 chips have a hard time running a validating bitcoin node 21:53 < wumpus> I do also agree it's a decision that can be easily changed later 21:55 < wumpus> would have to do some more research: what is the magnitude of the performance differences on a Talos between compiling for the different targets? is there more than a performance difference between compiling for power9 or 970? say, security extensions 21:55 < sipa> luke-jr: do you have thr means to say benchmark a reindex-chainstate on a build with -mcpu=970 vs -mcpu=power9? 21:55 < sipa> !jinx 21:55 < gribble> Error: "jinx" is not a valid command. 22:01 -!- mol [~mol@unaffiliated/molly] has quit [Read error: Connection reset by peer] 22:02 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 22:02 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Remote host closed the connection] 22:03 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 22:03 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 22:03 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Remote host closed the connection] 22:06 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 22:07 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 264 seconds] 22:08 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 22:13 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 22:17 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 264 seconds] 22:31 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Remote host closed the connection] 22:34 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 22:35 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Max SendQ exceeded] 22:37 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 260 seconds] 22:39 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 22:45 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 22:46 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Remote host closed the connection] 22:52 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 265 seconds] 22:53 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 23:00 -!- Nimda3 [~Nimda3@84.39.117.57] has quit [] 23:00 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 264 seconds] 23:15 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 23:18 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 23:19 -!- kljasdfvv [~flack@p200300d46f015200ee2b54fd00f38acb.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 23:19 < wumpus> apparently in modern compilers you can also build without a .plt section at all with -fno-plt (no, not a serious suggestion to work around a python script issue, though I'm not quite sure what are the drawbacks) 23:19 -!- kljasdfvv [~flack@p200300d46f24de007887c37597c774bc.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 23:21 -!- clintbellanger [~clintbell@195.140.213.38] has joined #bitcoin-core-dev 23:22 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 268 seconds] 23:25 -!- masterdonx2 [~masterdon@45.9.249.246] has joined #bitcoin-core-dev 23:25 -!- mol_ [~mol@unaffiliated/molly] has quit [Quit: Leaving] 23:25 -!- MasterdonX [~masterdon@45.9.249.246] has quit [Ping timeout: 272 seconds] 23:42 -!- andreacab [~andreacab@2a02:1205:5059:8b30:78c8:aab9:5a3d:bcb5] has joined #bitcoin-core-dev 23:46 -!- jesseposner [~jesse@98.37.146.62] has joined #bitcoin-core-dev 23:52 -!- jesseposner [~jesse@98.37.146.62] has quit [Ping timeout: 272 seconds] 23:53 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Read error: Connection reset by peer] 23:54 -!- andreacab [~andreacab@2a02:1205:5059:8b30:78c8:aab9:5a3d:bcb5] has quit [Remote host closed the connection] 23:57 -!- andreacab [~andreacab@2a02:1205:5059:8b30:78c8:aab9:5a3d:bcb5] has joined #bitcoin-core-dev --- Log closed Sat Oct 31 00:00:03 2020