19:00:25 #startmeeting 19:00:25 Meeting started Thu Apr 11 19:00:25 2019 UTC. The chair is wumpus. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:00:25 Useful Commands: #action #agreed #help #info #idea #link #topic. 19:01:07 #topic 0.18.0 19:01:16 so it turns out we need another rc 19:01:29 hi 19:02:07 #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb 19:02:21 (for #15776) 19:02:23 https://github.com/bitcoin/bitcoin/issues/15776 | Expire inflight GETDATA requests by ajtowns · Pull Request #15776 · bitcoin/bitcoin · GitHub 19:02:31 hi 19:02:35 hi 19:02:39 hi 19:02:42 hi 19:02:48 hi 19:02:49 the schedule was to tag final today, but we're not going to make that then I guess 19:02:51 hi 19:02:54 let's at least tag a new rc? 19:02:57 In that case, I think we should also backport #15749 ? 19:02:59 https://github.com/bitcoin/bitcoin/issues/15749 | Fix: importmulti only imports origin info for PKH outputs by sipa · Pull Request #15749 · bitcoin/bitcoin · GitHub 19:03:10 wumpus: nothging changed since rc3? 19:03:21 15776 is not yet merged 19:03:25 MarcoFalke: after 15776 ofc 19:03:33 oh 19:03:57 Doesn't look like it was reviewed 19:04:00 meshcollider: yea if all kinds of other bugs were found since, makes sense to include them 19:04:09 ok 19:04:40 well, 0.18.0 will be delayed a bit that's clear at least 19:04:46 no big deal imo 19:05:14 yes. acceptable 19:06:09 no, it doesn't really matter, though I think review should focus on those PRs then 19:06:14 agree 19:07:41 added #15749 to needs backport to 0.18.0 19:07:43 https://github.com/bitcoin/bitcoin/issues/15749 | Fix: importmulti only imports origin info for PKH outputs by sipa · Pull Request #15749 · bitcoin/bitcoin · GitHub 19:08:17 thanks 19:08:34 #topic Bitcoin CRust (cfields_) 19:09:10 I'd request that #15750 gets considered for inclusion in the next rc. It completes a fix that is already in 0.18 19:09:11 https://github.com/bitcoin/bitcoin/issues/15750 | [rpc] Remove the addresses field from the getaddressinfo return object by jnewbery · Pull Request #15750 · bitcoin/bitcoin · GitHub 19:09:31 Hi! Also present 19:10:12 hi 19:10:21 jnewbery: that looks like removal of an API, not a fix; I don't really care though 19:10:35 better to remove in 0.18.0 than 0.18.1 19:10:43 ah, sorry, irc went weird for me. 19:10:55 See #15798, lots of useful info there. tl;dr: This is a cool project from Jeremy Rubin that allows us to use rust code from inside of Bitcoin Core. No plan yet, I mostly just wanted to spread the word that people should try it out and report back. It pretty much just works. It is surprisingly complete, but has only been tested in a few environments so far. 19:10:57 https://github.com/bitcoin/bitcoin/issues/15798 | RFC: Rust code integration by theuni · Pull Request #15798 · bitcoin/bitcoin · GitHub 19:11:13 jnewbery: looks like it's somewhat controversial, any reason to not do this for 0.19 instead? 19:11:15 anyway, CRust.. I don't think including Rust inside Bitcoin Core is a good idea, even optionally, so long as Rust requires trusting third party binaries 19:11:18 jnewbery: There shouldn't be any cost to only remove it in 0.19.0 19:11:19 Nice work jnewbery and cfields_! 19:11:36 luke-jr: it's an experiment AFAIK 19:11:37 which third party library is that 19:11:38 I really like the rust work 19:11:43 Because the deprecation warning in the RPC help text is removed in 0.18 19:11:51 jonasschnelli: experiments can be done outside Core 19:11:58 luke-jr: there are people working on that. This is experimental. This discussion is not helpful at this time. 19:11:59 you mean the rust binary? 19:12:01 jnewbery: wha-why ? 19:12:05 kanzure: yes, rustc 19:12:05 luke-jr: read the PR desc 19:12:09 luke-jr: Bitcoin is experimental 19:12:10 luke-jr: it says right there. NOT FOR MERGE. 19:12:16 caps and everything :) 19:12:20 luke-jr: did you see Marco's bootstrapping link as well? 19:12:33 it's an experiment, but it's good to have people aware of it 19:12:46 anyway, I'd like to get some feedback from people who have actually used rust. 19:12:56 you'd want to ping #rust-bitcoin folks 19:13:01 Hi 19:13:03 jeremyrubin: as I understand it, mrustc only works on x86 19:13:05 dongcarl: ^^ 19:13:07 rust is a pleasure to write - beyond that I don't have much input 19:13:16 I don't disagree with luke-jr concerns,.. but an experiments needs to start somewhere and Rust will evolve over time 19:13:42 don't we also use other compilers in deterministic builds..? 19:13:45 luke-jr: can you not cross compile after bootstrap? Do you want to bootstrap on every platform? 19:13:50 Yeah, it is good to see that the build system changes are smaller than anyone expected 19:13:59 Anyways, as noted, this is just for enabling more experimentation 19:14:06 luke-jr's complaint has been heard. Let's move on please. 19:14:23 yeah, its not a for merge thing. Useful announcement. 19:14:29 kanzure: hopefully we are moving away from that 19:14:45 perhaps a good question is what parts of the code is memory safety the most critical 19:15:18 anything that interfaces to the hostile outside world (e.g. P2P code) 19:15:19 It would only be interesting to merge if there were some functionality written in rust that we wanted to include. It was surprising to me that it took as much as CRust in order to do that. (it isn't like we need anything special in the build system to link code written in C, for example) 19:15:21 The parts that are not going to be rewritten in rust any time soon ;) 19:15:24 dongcarl: yes. also, what things are in-spec in rust that can only be undefined in c/c++. 19:15:25 dongcarl: ^ 19:15:28 MarcoFalke, hah! 19:16:22 a while back BlueMatt had talked about doing a secondary fallback network stack in rust which would activate if the existing p2p code started acting weird 19:16:29 but that's obviously pretty speculative... 19:16:49 that's a pretty neat idea 19:16:58 i don't understand the appeal of that idea 19:17:09 the complexity is all in the interaction between network code and the rest 19:17:11 I remember him bringing that up in tokyo 19:17:13 two is one and one is none, I guess 19:17:15 gmaxwell: well, part of the concern is that people are more likely to write stuff others want in Rust than C++, with this; but maybe not a big deal if Rust is making good progress 19:17:15 not in the network code itself 19:17:44 jamesob: sounds more complex to detect "weird" than to just replace it 19:18:01 luke-jr: could be 19:18:09 sipa: I would think something like a rust-libevent would be pretty appealing. But yeah, that's a layer below us. 19:18:09 it's not so much about the complexity I think, but potential safety issues, rust would be safer for the network code 19:18:14 if someone is compromising the original network stack, they can probably corrupt the alternate one too 19:18:44 wumpus: in a way that we've actually ever had problems? 19:18:54 It's also worth considering that new tools could be written in rust. Doesn't have to be direct bitcoind integration. 19:19:09 rewrite the node around libconsensus? ;) 19:19:10 IIRC. We have never had a bug in the network code that use of rust would have structurally prevented, we have however had many bugs of the same kind that occure in rust. see e.g. the somewhat recent parity (ethereum node software) network wide crasher vuln from memory exhaustion (I think ultimately stemming from livelocks) 19:19:22 sipa: that we haven't noticed any problems doesn't mean that they don't exist, but sure... 19:19:31 iirc all scares we've had in the past were about unbounded data structures, processing interactions, buggy logic, ... not out of bounds issues or the sort 19:19:40 a lot of this is to rule out entire bug classes, not just to fix bugs that we've found 19:19:58 wumpus: while introducing a complexity in making the two layers communicate 19:20:04 so in a sense it's speculative 19:20:06 Doesn't rust fix uninitizlized reads? #14728 19:20:08 https://github.com/bitcoin/bitcoin/issues/14728 | fix uninitialized read when stringifying an addrLocal by kazcw · Pull Request #14728 · bitcoin/bitcoin · GitHub 19:20:16 Perhaps another useful property: Safe Rust guarantees an absence of data races. 19:20:17 #6636 19:20:18 https://github.com/bitcoin/bitcoin/issues/6636 | net: correctly initialize nMinPingUsecTime by laanwj · Pull Request #6636 · bitcoin/bitcoin · GitHub 19:20:24 at a cost of radically reducing the set of people who can review things, and more complexity from interfaces looking different on each side, however. 19:20:25 rust fixes undefined behavior at least,we've had plenty of that reported 19:20:25 I think fixing some of the internal concurrent workers would be a good task 19:20:33 E.g., the CheckQueue or Task QUeue 19:20:37 my view is that if and when there is an actual project with useful code we'd like to introduce as a dependency, that happens to be written in rust, of course 19:20:41 gmaxwell: for now. 19:20:43 As that can just be treated as a scheduler 19:20:44 Put it this way, however: I would much rather be linking a upnp library written in rust. 19:21:02 but i have no interest in seeing bitcoin core becoming developed in a mix of languages 19:21:06 sipa: +1 19:21:12 Agreed 19:21:26 * cfields_ banishes sipa from the testing framework :p 19:21:38 it'd be somewhat confusing, though I'd personally be happy to move away from c++, I've really grown to dislike it 19:21:46 testing framework being written in another language has a non-trivial cost. (not that I'd suggest otherwise!) 19:21:51 (That was a joke, I realize it's not the same thing) 19:22:05 cfields_: I'm working on a c++ rewrite as we speak 19:22:08 wumpus: i realize that; but bitcoin core is a c++ project with c++ reviewers 19:22:20 sipa: yes, maybe it means I need to move to rust-bitcoin :-) 19:22:49 sipa: i think that's a fair point. But nearly every one of those reviewers that I've poked has mentioned that they'd like to learn rust. 19:22:51 anyhow, this is an experiment, I don't think merging it is even a question right now 19:22:58 A lot of the reviewers know rust or wouldn't have a problem learning it 19:23:17 It appears to me that language proliferation is doing a lot of harm to open source communties.... lots of duplication of effort and half abandoned projects just because someone wanted to do the same thing over in another language. :( 19:23:21 cfields_: sure, i'd like to learn rust; but i'm not going to be an expert in it even when i do to the extent that i'd feel like reviewing production ready code 19:23:29 wumpus: right. So the question for now is how to get eyes on it and keep it up to date. I guess we can just maintain it in a branch somewhere? 19:23:37 cfields_: yes 19:23:38 Review quality would definitely go down if people are new to the language 19:23:42 gmaxwell: if only everything used the same ABI 19:23:43 sipa: very fair point. 19:23:43 Expertise in rust is easier to attain than c++ 19:23:55 The compiler catches most of the stuff you spend time revieiwing in c++ anyways 19:24:01 cfields_: as said I'm happy to maintain that branch 19:24:39 I am skeptical also about this motivation about structurally elimiating bugs, when development in bitcoin core continues to _introduce_ bug in the form of things like memory-unbounded asynchronous layers. 19:24:40 wumpus: ok, great, you're welcome to take it over. 19:25:08 gmaxwell: concurrent programming should be more straightforward in rust at least 19:25:39 wumpus: somewhat, but the problems we have like invisible queues that grow unboundedly exist exactly the same in rust. 19:25:41 a lot of the boilerplate we're introducing in bitcoin for queues, asyn handling,et c is simply part of rust already 19:26:05 gmaxwell: yes, no one is claiming it would eliminate all problems automatically, that would have been great 19:26:16 It's a lot easier to avoid writing data races, however, indeed 19:26:52 wumpus: not all problems, of course... but the problems we actually end up shipping. 19:26:54 right 19:27:29 I really don't know, like if you and sipa are 100% against including rust in bitcoin core, it's a done deal I guess 19:27:50 i'm not; but it's a discussion to be had when there is code to include 19:27:54 yes 19:28:01 As I said before, I'd be much happier with a rust miniupnp than miniupnp. 19:28:04 Let it be an experiment 19:28:09 so let's start with miniupnp 19:28:14 So certantly not 100% against it. 19:28:22 I think the point of this PR is that if someone wanted to start exploring, they would have to spend a week just setting up building and linking 19:28:26 happy to write that in rust :) 19:28:37 I can get boostrap working 19:28:40 i'd be even happier with a minimal c++ reimplementation of miniupnp :p 19:28:51 (but i have no problem with a rust one if it would exist) 19:29:07 you really want to make another c++ upnp implementation? 19:29:10 and it's great that the build system issues are already out of the way 19:29:14 So now that we have the demo build, someone can more easily show us motivation 19:29:33 It's also good to know that rust work won't be shot down purely on the "another language" basis 19:29:36 I dunno, I think I'd rather a rust one, ignoring the build related issues (like rust notes, the blind binary trust in rust toolchains, etc) 19:29:54 I'd not be inclined to trust that tbh, even if we wrote it ourselves, we're not perfect either it's not like we'd avoid all the problems in the original one automatically 19:30:10 jeremyrubin: has the proble of the rust ecosystem where cargo effectively forces you into getting nearly blind updates been resolved? 19:30:19 i think we have a pretty good track record wrt the kind of bugs that miniupnp has 19:30:29 you mean, xml parsing? 19:30:35 memory safety 19:30:48 nah 19:31:00 jeremyrubin: my expirence at blockstream was that it was very costly to not blindly take new software via cargo... because, yes you can ping versions, but then compiler updates would break deep dependencies, and you'd have to move forward your pins... and often move all of them at once because of interactions. 19:31:24 s/ping/pin/ 19:31:28 gmaxwell: I'm not sure? Crates.io is supposed to be append only 19:31:31 wumpus: how so? 19:31:49 gmaxwell: cargo also just added the ability to have your own crate registry, which would help 19:31:57 sipa: just having a good track record doesn't guarantee anything 19:32:01 wumpus: of course 19:32:09 gmaxwell: in the PR, I manually pinned the one dep (a build tool to auto-gen headers) 19:32:12 it doesn't mean you can do arbitrarily complex things and avoid bugs 19:32:13 jeremyrubin: append only doesn't help if it doesn't build anymore with new compilers. (to be fair C++ also has this issue but on a 10x slower timescale) 19:32:39 gmaxwell: I think what grin does is not update the compiler -- just fix the version to a known stable or nightly 19:33:12 is it even possible to have multiple versions of Rustc installed on most distros? 19:33:14 jeremyrubin: yes, thats what we ended up doing at blockstream... but then that runs into issues when you want to add something else and it depends on a new compiler. 19:33:15 gmaxwell: updating to a new compiler can be annoying for anything 19:33:25 luke-jr: yes look at the rustup toolchain manager 19:33:26 luke-jr: the tooling makes it possible to do that, yes. 19:33:39 wumpus: to be clear, i say i'd prefer a c++ miniupnp because i'd be able to look at it; not because of innate qualities of the language 19:33:42 I'm just very skeptical of things like 'if we implemented it it'd be better', I'm sure the author of miniupnp thought the same, he also wanted to make a minimal upnp implementation 19:33:52 gmaxwell: yeah -- it's a pity rust is adding so many exciting new features ;) 19:34:02 it's pretty much outside all our expertise 19:34:17 but the whole question is pointless without an actual package to discuss 19:34:22 yes 19:35:02 (this is besides the rust issue btw) 19:35:10 Sorry, was laggy, had to switch servers. 19:35:11 So there are essentially two infrastructure issues for using rust stuff for non-optional functionality: (1) bootstraping needing blobs, and (2) ecosystem very strongly pressuring everyone to take blind software updates (ala JS train wreak). 19:35:53 I think using it for non-optional functionality is a bad idea right now 19:37:04 agree on gmaxwell's comments re: cargo 19:37:05 gmaxwell: #1 is unfair and not worth discussing imo unless people are going to scream about us using ubuntu's toolchain as well. 19:37:07 https://github.com/bitcoin/bitcoin/issues/1 | JSON-RPC support for mobile devices ("ultra-lightweight" clients) · Issue #1 · bitcoin/bitcoin · GitHub 19:37:12 for something like a miniupnp, the main argument against using rust is that we might get fewer reviewers (but might get more rust fad-followers to review? so maybe thats a tie), the main argument I see for it, is that would be nice that there is a class of bugs that miniupnp had many of structurally prevented by the langauge. 19:37:43 cfields: people who build their own bitcoind *don't* need to use Ubuntu's toolchain 19:37:44 cfields: we do use a toolchain that can be bit identically produced by many hetrogenious toolchains. 19:38:15 gmaxwell: for 2, there are a lot of things that could be done w/o external deps 19:38:19 gmaxwell: UPnP might be generic enough that non-Bitcoin devs are interested too 19:38:28 cfields: in particular we use a gcc binary that I can produce starting from clang. (and I've independanty produced the compiler on my laptop from a disjoint toolchain) 19:38:36 luke-jr: exactly. 19:39:02 * dongcarl agrees, but needs help 19:39:03 It's exactly the sort of thing likely to get somewhat broad interest, thats part of why I used it as a positive example. 19:39:11 Grr, I swore I wasn't going to take the bait on this :p 19:39:28 apparently there are already some projects to implement upnp in rust 19:39:30 cfields: I yield, I don't really need to argue this with you right now. 19:39:39 in any case -- let's move to other topics, this isn't so urgent now 19:39:46 Can I quickly get back to #15750? 19:39:46 cfields: we can agree that there are at least concerns there, even if we disagree how much its really any different. 19:39:48 https://github.com/bitcoin/bitcoin/issues/15750 | [rpc] Remove the addresses field from the getaddressinfo return object by jnewbery · Pull Request #15750 · bitcoin/bitcoin · GitHub 19:39:59 #topic Remove addresses field in getaddressinfo 19:40:03 The addresses field was marked deprecated in v0.17 along with other changes to validateaddress and getaddressinfo (#10583) 19:40:07 https://github.com/bitcoin/bitcoin/issues/10583 | [RPC] Split part of validateaddress into getaddressinfo by achow101 · Pull Request #10583 · bitcoin/bitcoin · GitHub 19:40:09 #12490 (V0.18) should have removed the all deprecated functionality (and depracation notes). This part was missed out. 19:40:11 https://github.com/bitcoin/bitcoin/issues/12490 | [Wallet] [RPC] Remove deprecated wallet rpc features from bitcoin_server by jnewbery · Pull Request #12490 · bitcoin/bitcoin · GitHub 19:40:13 gmaxwell: oh for sure, this really is just "here, this is possible, see if it's useful". It seems it was taken as more than that. 19:40:15 So #15750 should fully remove it in v0.18. 19:40:17 https://github.com/bitcoin/bitcoin/issues/15750 | [rpc] Remove the addresses field from the getaddressinfo return object by jnewbery · Pull Request #15750 · bitcoin/bitcoin · GitHub 19:40:19 cfields: +1000 19:40:25 cfields: thanks for bringing it up 19:40:30 I don't think it counts as controversial if some random drops in and says "NEVER CHANGE RPCS". If we let that stop useful changes to Bitcoin Core we'd never do anything. 19:40:45 jnewbery: I agree 19:41:02 cfields: also I hope it was useful to the people most interested in using rust to understand the kind of headwinds that are out there. I don't think we can really have much useful discussion without talking about something specific. 19:41:09 jnewbery: his comments also seem to be about the move from validateaddress to getaddressinfo in the first place 19:41:16 which if anything are far too late 19:41:32 jnewbery: "bugfixes only during RCs" is not "NEVER CHANGE RPCS" 19:41:32 It's unclear to me if he just needs help phrasing his argument. 19:41:40 But I agree the argument as stated should be ignored. 19:41:51 jnewbery: I was just reasoning 'what would it hurt to move this to 0.19', not trying to argue against the change! 19:41:52 Right, I don't think he's concerned about this particular field 19:42:05 luke-jr: right 19:42:05 0.17 breakages were heavier than in the past fwiw 19:42:11 Sometimes people have a real complaint (like "I use that field, can't easily generate it myself, and you're taking it away") but just don't know how to state it, so we should be sensitive to that. 19:42:26 not complaining, we just have delayed upgrading on some stuff due to it, which is fine 19:42:27 The problem is that the deprecation notice goes away in v0.18 19:42:32 gmaxwell: yes, would make sense to add documentation for that 19:42:33 (life would be better if bug reporters were assigned a lawyer) 19:42:45 gmaxwell: i'm... not sure 19:42:52 (which is also what I noted in the PR) 19:42:59 are we suing people when they file issues :) 19:43:11 no, they sue us 19:43:12 I just mean an advocate who would tell them how to state their issue in a way that makes sense to the process they're addressing. 19:43:20 ah yes 19:43:21 my point is that we should remove all of the deprecated parts of `deprecatedrpc=validateaddress` in one release or none at all 19:43:22 we can always say "use 0.17 until you're ready" too 19:43:42 jnewbery: ack 19:43:51 instagibbs: is the issue csw not being satoshi 19:43:56 jnewbery: i agree; but i also think it's a minor enough thing 19:44:14 Yeah, I wouldn't bring it up if we weren't already doing another rc 19:44:28 yes, I don't care deeply either way, it just seems to cause a lot of discussion 19:45:00 when in doubt, add docs. 19:45:32 yes 19:46:17 oh quick topic: there has been a bunch of improvements to https://github.com/bitcoin-core/bitcoin-devwiki/wiki/0.18.0-Release-Notes-Draft lately (thanks, harding); people may want to look over it before it becomes a last-minute thing before release 19:46:24 in any case, we should also consider it a good sign that we're getting compat complaints now. None is the wrong number. 19:46:25 anyhow added "needs backport" for now 19:46:36 wumpus: thanks! 19:46:38 sipa: thanks, will do 19:47:29 achow101: in particular, i think the new psbt descriptions could use slightly more text 19:47:29 sipa: good idea 19:47:33 *new psbt rpcs 19:47:55 sipa: I can take a look at those 19:48:03 yes, as a general concept, documentation belongs in the doc/ folder, not in the release notes, could always add a link :) 19:48:25 so also have a look at the updates in doc/psbt.md :p 19:48:58 it's good to meantion things in the release notes but indeed not to be too wordy 19:49:05 ok, cfields had another topic 19:49:15 #topic Platform deprecation (cfields) 19:49:18 sipa: will do 19:49:29 We don't (afaik?) have any means of deprecating old platforms. Many of the TODOs left for rust integration revolve around pretty old/unused platforms. I'm not suggesting that we drop platforms just because rust may be integrated at some point in the future, only that now seems like a reasonable time to re-evaluate. I originally planned to do the work to hack together fixes either here or upstream, but it's worth asking first: are these 19:49:29 platforms worth the effort? 19:49:38 The actual issues are documented in the PR. In particular, the troubled platforms are 32bit Windows and glibc < 2.15. glibc distro versions (unverified google hit) can be seen here: https://gist.github.com/wagenet/35adca1a032cec2999d47b6c40aa45b1 19:49:41 which platform? 19:50:17 are all newly sold x86 CPUs these days 64-bit? 19:50:29 yess since 2005 or so? 19:50:37 and do people run 64-bit OSes on them? 19:50:43 sipa: I would think anything running windows especially. 19:50:45 for windows: yes 19:50:46 (i have no clue about the windows ecosystem in this regard) 19:50:47 yes, though all still also capable of running in 32bit mode. 19:50:50 cfields: AFAIK current policy is to freely drop support for all but the most recent stable release of major distros; I assume none of them use glibc <2.15 ? 19:51:14 for a long time people were still installing new systems as 32-bit but I think thats finally stopped as of about two years ago. 19:51:26 luke-jr: see link above, I don't recall off the top of my head. 19:51:43 (e.g. two-ish years ago the default fedora download was 32-bit, in part because of compatiblity with #$@# binary only browser extensions) 19:51:50 100% behind deprecating windows 32-bit 19:52:17 me 2 19:52:41 unfortunately we don't run that well on 32-bit in any case, I'm not currently aware of a reason we shouldn't depricate windows 32-bit but I am not a windows expert. :) 19:52:42 I've tried to raise the issue two years ago (or so?) and maybe one person complained on twitter, who was in the process of migrating things to a 64-bit OS later that year so… 19:52:46 just don't deprecate the ARM 32bits 19:52:51 oh no not ARM 19:52:53 I mean x86 19:52:55 jonasschnelli: right. 19:52:59 windows 19:53:07 [13bitcoin] 15MarcoFalke opened pull request #15799: doc: Clarify RPC versioning (06master...061904-docRPC) 02https://github.com/bitcoin/bitcoin/pull/15799 19:53:15 Does that clean up any existing windows-only code or just for later 19:53:31 and for 0.19 19:53:49 Windows does have 32 bit version still 19:53:51 meshcollider: I don't think it cleans up any code tbh 19:54:03 Great, that was easy :) 19:54:04 it just leaves oneless configuration to maintain and test 19:54:06 which is good 19:54:15 Is anyone even testing 32-bit windows? 19:54:18 no. 19:54:22 I do 19:54:26 wumpus: it's also the one that takes _forever_ to run. 19:54:26 oh! 19:54:31 (VM though) 19:54:37 maybe we should solicit feedback somehow? 19:54:42 12:52:42 < wumpus> I've tried to raise the issue two years ago (or so?) and maybe one person complained on twitter, who was in the process of 19:54:47 ^ fantastic! 19:54:47 open an issue to deprecate Win32, and put it in release notes? 19:55:05 luke-jr: I don't disagree but it also sounds like wumpus already did previously. 19:55:16 I mean we already dropped xp and vista support, which are the most likely to be 32 bit 19:55:21 gmaxwell: a tweet isn't as loud as release notes 19:55:32 luke-jr: i suspect more people read tweets :p 19:55:38 sipa: could be :/ 19:55:41 (but maybe less relevant ones) 19:55:49 sipa: haha 19:55:51 windows 10 still has a 32-bit version it seems 19:56:01 windows 7/8 was already mostly 64-bit, windows 10 certainly 19:56:06 yes it exists but no one uses it 19:56:11 sipa: how many people use it? 19:56:11 okay. 19:56:25 luke-jr: i have no clue! 19:56:27 [13bitcoin] 15jnewbery opened pull request #15800: [rpc] Remove the addresses field from the getaddressinfo return object (060.18...062019_04_remove_address_from_getaddressinfo_0.18) 02https://github.com/bitcoin/bitcoin/pull/15800 19:56:42 I'm sure Microsoft does :P 19:57:31 maybe we could just neglect to post the Win32 binaries for 0.18 and see who complains?\ 19:57:50 the kind of CPUs that only run 32-bit don't really run bitcoin, you'd be better off with a rpi at that point 19:57:57 +x86 19:57:58 that way we can always upload them later if it's a problem 19:58:13 Seems sensible 19:58:26 luke-jr: good idea 19:58:29 :D 19:58:39 12:57:31 < luke-jr> maybe we could just neglect to post the Win32 binaries for 0.18 and see who complains?\ 19:58:42 ^ I'd +1 that too 19:58:48 wumpus, fwiw they croak when trying to run secp-zkp benchmarks too 19:58:51 that would be a nice way of measuring usage. 19:59:04 yes, let's do that 19:59:13 instagibbs: whoops 19:59:21 I'm not sure if people are serious, but if you are, please let me know in advance. The BitcoinCore.org site tests check for missing binaries. 19:59:24 * luke-jr glares at the clock 19:59:27 if people complain about the binaries, then we can just go ahead and post them. 19:59:34 harding, is that a complaint ;) 19:59:36 #endmeeting