19:00:07 #startmeeting 19:00:07 Meeting started Thu Sep 14 19:00:07 2017 UTC. The chair is wumpus. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:00:07 Useful Commands: #action #agreed #help #info #idea #link #topic. 19:00:10 present 19:00:20 hi 19:00:20 sipa: you're late 19:00:22 Hy 19:00:30 #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 19:00:52 hi 19:01:00 short topic: congrats for 0.15.0! 19:01:08 yay! 19:01:14 woohoo 19:01:21 congrats and thanks everyone 19:01:26 \o/ 19:01:26 ! 19:01:37 :) 19:01:51 #topic high priority for review 19:01:55 beatings will continue until 0.15.1 is out the door 19:02:17 we managed to merge quite a lot during the coredev meet, so there's some place for new things in https://github.com/bitcoin/bitcoin/projects/8 19:03:05 so any suggestions? 19:03:14 hi 19:03:52 * BlueMatt is keeping hi 19:03:53 s 19:03:57 * sipa also 19:04:07 sipa: you dont have one 19:04:17 anything for 0.15.1 maybe? 19:04:26 #11167 then 19:04:29 https://github.com/bitcoin/bitcoin/issues/11167 | Full BIP173 (Bech32) support by sipa · Pull Request #11167 · bitcoin/bitcoin · GitHub 19:04:39 #11089 19:04:41 https://github.com/bitcoin/bitcoin/issues/11089 | Enable various p2sh-p2wpkh functionality by luke-jr · Pull Request #11089 · bitcoin/bitcoin · GitHub 19:04:52 added 11167 19:04:55 where are we on 0.15.1? 19:05:16 i have a pretty long stream of stuff to prep for libevent, but i don't want to burn everyone out by nagging too much. would you all prefer a few prs, all of which build on each-other, and a final one that incorporates everything? 19:05:23 i'll work on the segwit-by-default stuff for 0.15.1 19:05:31 added 11089 19:06:18 (#10663 is the first of those. It's by no means high priority, other than it's necessary for the rest) 19:06:18 cfields_: that depends; if some part stands on itself, it might make sense to PR it first then give it as a blocker 19:06:19 https://github.com/bitcoin/bitcoin/issues/10663 | net: split resolve out of connect by theuni · Pull Request #10663 · bitcoin/bitcoin · GitHub 19:06:41 that says enough, added 10663 19:06:45 cfields_ I Prefer a single one to get the overall pictures 19:07:06 wumpus: thanks 19:07:07 but if it's a single one there's just so damn much to review 19:07:10 jonasschnelli, or all of them, chained, with backpointers to first one to review 19:07:16 this gui crash issues should be considered a 0.15.1 blocker, but we still aren't sure of the precise cause. 19:07:25 jonasschnelli: sure, but you cant merge that...opening one which will be final eventually and then breaking it into chunks is also ok 19:07:30 gmaxwell: agree 19:07:33 gmaxwell: yup :( 19:07:46 jonasschnelli: ok, i can break them up into nice chunks, and have a tracking PR with them all rebased on top of eachother 19:07:51 considering the flood of reports I am really no longer able to believe we didn't recently introduce it. 19:07:56 i think that's pretty common these days 19:08:07 cfields_: sounds good to me 19:08:12 (maybe via a dep upgrade) 19:08:13 o/ 19:08:27 one for conceptual overview and multiple for real merge 19:08:28 gmaxwell: agreed 19:08:41 gmaxwell: possible that other clients are dinking with config files? 19:09:01 (sorry phone typping) 19:09:04 that was a theory I had too but have seen no evidence of it. 19:09:20 harrymm: have you run bitcoin unlimited or bitcoin cash or likewise on that system you crashed on? 19:09:25 Wouldn't we see 0.14 reports in that case 19:09:28 we really need a config or regtest dump from someone that has the issue 19:09:33 harrymm: how are those -qt debug symbols coming? 19:09:40 before they run -resetguisettings 19:09:55 in retrospect we should have made resetguisettings dump the settings to a backup file 19:10:00 cfields_ : perfect 19:10:14 gmaxwell: iirc we didn't bump qt for 0.15. so deps seem unlikely 19:10:23 wumpus: we should start doing that now 19:10:25 I mean you only run it when something is wrong 19:10:30 achow101: yes 19:11:06 #action Make -resetguisettings dump settings to troubleshooting file in datadir 19:11:09 cfields_: well I'm not completely sure that the issue is 0.15.x specific based on report load it could have been, say, 0.14.2 too ... and just a lot of people are upgrading. 19:11:32 "oh, it's faster, i'll try running a full node again" 19:12:04 gmaxwell: what's the OS diversity? 19:12:06 but it was *never* reported for 0.14.x 19:12:14 wumpus: fair point... 19:12:14 it would explain more reports, sure 19:12:22 we have a linux report now. so far mostly windows reports. 19:12:41 gmaxwell: I suspect that's because more people use windows than linux 19:12:42 I don't think we've had a mac report. maybe there are just no mac users. :P 19:13:05 ah damn, i was thinking it could be a windows update 19:13:06 did we update qt in between 0.14.2 and 0.15.0? 19:13:20 gmaxwell: not those you mentioned. i did try some other bitcoin python stuff at various times tho 19:13:32 hmm. I can run on osx and plug/unplug monitors like a madman. 19:13:37 harrymm: thanks. 19:13:43 cfields_: it's not a monitor problem 19:13:49 So thats counter evidence to the theory that bch or bu is corrupting it. 19:14:03 the monitor problem just disappears the window 19:14:07 I think this is unrelated 19:14:15 This is definitely unrelated 19:14:25 ok 19:14:38 is that still the offscreen issue? 19:14:44 There may be two issues fixed with the same thing or two manifestiations of the same issue. 19:14:56 BlueMatt: i got the right symbols down and loaded into gdb, but there's still many symbols i don't have. i was checking if the relevant ones were there but not sure i have the right skills anyway so i will pastebin what i have 19:15:00 jonasschnelli: it's the #11171 issue 19:15:02 https://github.com/bitcoin/bitcoin/issues/11171 | RC2 Exits After Initialization · Issue #11171 · bitcoin/bitcoin · GitHub 19:15:17 which is not an offscreen issue although we initially thought it was 19:15:21 again: GUI: TransactionTablePriv::refreshWallet 19:15:48 jonasschnelli: was that the same problem? 19:15:57 * BlueMatt gets the impression there are at least 2 distinct issues here (+ the offscreen one which is not a segfault, right?) 19:16:02 jonasschnelli: I don'tremember that one was fixed by clearing gui settings 19:16:10 the offscreen issue is not a segfault, ever 19:16:14 no... not possible IMO 19:16:31 11171 seems totally unrelated to the offscreen issue 19:16:34 the refreshWallet crash was intermittent, very hard to reproduce 19:16:34 * BlueMatt also doesnt believe this exists on 0.14.2...so far 2 reports from ppa folks, and they tend to be a rather well-upgraded bunch 19:16:37 this one is 100% reproducible 19:16:44 unless you clear the settings 19:16:56 Okay. I'll track down 11171 19:17:01 harrymm: yea, pastebin what you have would be great 19:17:12 jonasschnelli: that's what we're doing now with harrymm :) 19:17:31 xyzzy099 == harrymm? 19:17:35 BlueMatt: offscreen gets the same report from users though: window doesn't appear, resetting the gui settings fixes it. 19:17:52 gmaxwell: I have tracked this down and it's no longer present in 0.15 19:17:52 jonasschnelli: no, different people, same symptoms, possibly same problem 19:17:56 (official builds) 19:18:08 It may happen if you self compile with (symptoms being crash after splash screen) 19:18:32 yes the offscreen one has unclear status on the release binaries, jonasschnelli's testing points at it being fixed 19:18:34 jonasschnelli: which issue is that? 19:18:40 ah, offscreen 19:18:52 wumpus: I believe the offscreen issue should be fixed in 0.15 19:19:00 achow101: yes 19:19:01 it'd be nice to fix the qt5 issues so that ppa can upgrade to it instead of being stuck on qt4...... 19:19:15 It's fixed in 0.15.0 (I have tested with Win7,8.1/10) 19:19:16 BlueMatt: just wait for unity to die 19:19:20 jonasschnelli: how does wasn't the most serious qt5 problem on ubuntu the tray icon thing? no such issue on GNOME 19:20:02 gmaxwell: I'm not sure if Qt is related. I could not find if the bug was fixed upstream (I think we had a Qt depdendency upgrade from 0.14 to 0.15) or if its fixed in out sources. 19:20:05 wumpus: heh, I mean there was discussion of killing the tray icon 19:20:12 wumpus: yes, I believe the tray icon was ~the only blocker 19:20:17 jonasschnelli: the problem is that we've had users reporting all through the rcs something that sounds like that, and now in releases. So just saying its fixed isn't helpful, since there is clearly something that isn't fixed. 19:20:32 anyhow that's yet another different issue 19:20:37 wumpus: there was some minimize issue that was also there, but I believe it was related...just kill the tray icon and its fixed, I think 19:20:46 gmaxwell: jonasschnelli: I think you're talking about different issues 19:20:47 gmaxwell: IMO its an upstream bug. 19:20:48 BlueMatt: best backtrace I have: https://pastebin.com/ZEZUhEDW 19:20:57 it's almost as if we have a lot of GUI issues and not many people working on the GUI :) 19:21:04 jonasschnelli: i don't understand 19:21:13 jonasschnelli: is it fixed, or is it an upstream bug? 19:21:23 both - upstream bug that is fixed 19:21:29 the offscreen issue was present in our official 0.14.x bninaries while it's gone in our 0.15.0 binary 19:21:37 or "is it fixed" or "can't reproduce"? 19:21:38 we're not talking about the offscreen issue... 19:21:48 let's discuss one issue at a time 19:21:51 sipa: it is fixed,.. very likely in an upstream fix (could not track down the commit) 19:21:51 this is getting crazy 19:22:00 jonasschnelli: then why are we getting reports? 19:22:12 jonasschnelli: what patch fixed it in 0.15? 19:22:26 sipa: offscreen bug: could be because people compile with an Qt version below qt5.6? 19:22:31 we really need a test for the offscreen issue, right now we have *no* way to evaluate any fix 19:22:40 we could merge another PR that claims to fix it 19:22:45 but I'm kind of sick of that 19:22:49 wait, i thought we were talking about the crash-at-startup issue? 19:22:50 https://github.com/bitcoin/bitcoin/blob/0.15/src/qt/sendcoinsdialog.cpp#L131 <-- the bug 19:22:58 gmaxwell: I need to track it down. I just tested 0.14.1 and 0.15.0 on win7,8.1,10 and verfied that it is fixed in 0.15 19:23:09 ok, but lets be clear there are multiple bugs here 19:23:09 BlueMatt: yay! 19:23:13 sipa: sorry,... we slipped to the offscreen issue. 19:23:18 okay, ignore me 19:23:19 the offscreen issue, which jonasschnelli believes to be fixed 19:23:23 jonasschnelli: what does verified that it's fixed in 0.15 mean? Does that just mean you were unable to reproduce it at all? 19:23:31 also the settings issue, which is L131 as above based on harrymm's backtrace 19:23:37 gmaxwell: yes, that means it 19:23:51 gmaxwell: I set the window position by RegEdit to 3000,3000, 0.14 has the issue, 0.15 doens't 19:24:07 BlueMatt: I don't see how there's a bug there 19:24:23 jonasschnelli: thanks for doing a sane, reproducible test :) 19:25:02 11171 is far more important 19:25:10 jonasschnelli: okay, but if the issue users are hitting is that the use positions the window in the bottom left of the screen (below task bar) then they'd still be hitting it... since the reproduction was synthetic. 19:25:10 I agree 19:25:20 crash bugs are more important, and this happens for a lot more users 19:25:45 I know that at least one of the users I helped during the RCs wasn't crashing (Because they had to kill bitcoin-qt in their task manager) 19:25:52 oops, I'm late 19:25:57 gmaxwell: I can investigate again and report 19:25:58 yay 0.15! 19:26:03 gmaxwell: sure, but there's only so much we can do 19:26:19 sipa: we could stop saving the position. 19:26:29 yes, ideally we should test all 8 areas outside the screen, something for an automated test 19:26:49 or just nuke the remember-position functionality 19:27:03 my observation is that Qt handles offscreen situation pretty well... if a certain area of the window is offscreen, it re-centers. 19:27:05 the longer this remains an issue the more I'm tempted to the latter 19:27:17 does -resetguisettings change anything but the remembered window coordinates? 19:27:35 jonasschnelli: QT5 but perhaps not QT4? (which, for example, the ppa uses, I believe) 19:27:37 sipa: yes, it clears all settings set through the gui optioins dialog 19:27:38 It may kill your dbcache / proxy settings 19:27:47 oh! 19:27:56 Oh. PPA / QT4 19:28:02 Oh, I think I found harrymm's bug 19:28:03 Yes. The issue is very likely present there... 19:28:04 as well as all other things the GUI remembers (there might be something in the send dialog with fee, I vaguely remember) 19:28:07 sipa: you missed earlier discussion, based on debuglog traffic achow has suggested its actually the proxy that is implicated in the crash., 19:28:11 I don't see a reason to do the PPA with Qt4? 19:28:22 achow101: yea, there's only one button in that group 19:28:23 sipa: I pointed out that 0.15 did change proxy handling (name lookup) but a cause of a crash isn't obvious there. 19:28:25 gmaxwell: ah 19:28:48 BlueMatt: I mean how different settings for nCustomFeeRadio cause a segfault 19:28:50 Maybe we just add a failsafe: if offscreen then re-center... (but sounds simpler then it is) 19:28:59 the user in here with the crash on linux knows the function where the segfault happens for him (inside a qt button setting function) 19:29:09 achow101: interesting, so it might be the custom fee setting? 19:29:12 achow101: yes 19:29:21 achow101: I forgot about that one completely as it's not in the options dialog 19:29:25 wumpus: it appears to be a what-button-had-you-clicked-on-in-14.2 issue 19:29:29 wumpus: yes 19:29:36 I set nCustomFeeRadio=1 and that causes a segfault 19:29:37 oh we also changed the options for fees at some point in recent memory, could people have settings that made sense in 0.14 but not now? 19:29:46 gmaxwell: ouch 19:29:53 achow101: nice catch 19:29:57 sounds like it. 19:29:58 we deleted a button 19:30:04 could it happend by https://github.com/bitcoin/bitcoin/pull/10769? 19:30:09 there is only one button in that group 19:30:09 consistent with the segfault location that harrymm reported too 19:30:12 so it obviously segfaults 19:30:57 well that was a productive first half of the meeting 19:31:13 so nCustomFeeRadio should be removed completely? or are there other settitngs? 19:31:28 good work :) 19:31:37 0.15.1 next week? :P 19:31:44 debugging an issue during the meeting is kinda cool 19:31:57 heh... 19:32:00 bughunting-by-committee 19:32:00 my money was on sinister alt clients 19:32:27 oh had nothing to do with sinister, just incompatible. 19:32:34 where everyone forgets it's really achow101 who found it 19:32:40 sinister alt clients could have more custom fee settings, we should be robust against corrupt configuration in any case :) 19:32:54 thats the advantages of committess, one guy does all the work and everyone gets the credit! 19:33:01 lol 19:33:09 haha good old USSR-style 19:33:14 I found a way to reliably reproduce it 19:33:27 committees* 19:33:27 which is the ncustomefeeradio thing, but I'm not sure what to do going forward 19:33:38 achow101: i'm pretty sure that's the root cause 19:33:41 so how do we solve it? 19:33:52 do we have to figure that out now? 19:34:04 if there are no other topics, why not, i guess 19:34:04 achow101 will figure it out. our work here is done. 19:34:06 no, not really, I just wonder what is the use of a radio button with one option 19:34:20 I'll can tackle the groupCustomFee segfault today 19:34:27 anyhow, any other topics? 19:34:35 wumpus: so you have the freedom to choose the Correct option, of course. 19:34:49 any color car as long as it is black 19:35:02 gmaxwell: lol! 19:35:03 time to ford ahead. 19:35:20 ok, fix is easy, I'll get it fixed right after meeting 19:35:22 jonasschnelli: great! 19:35:24 anything to discuss for 0.15.1? 19:35:26 https://github.com/bitcoin/bitcoin/commit/6ba2214e0fe57ecb9271819d2422ec44a9020a8d fixes it for now 19:35:34 if there's nothing else; i have some open questions about segwit-by-default support in 0.15.1 19:35:46 #topic segwit-by-default support in 0.15.1 19:35:54 oh, wait, hmm 19:36:13 my idea was to have a cmdline option to select a default address style, which could be p2pkh, p2sh-p2wpkh, or p2wpkh 19:36:23 or jonasschnelli can do it 19:36:27 (where the middle one is default) 19:36:31 and have an optional argument to getnewaddress to override it 19:36:34 sipa: seems reasonable? 19:36:43 open question: separate option for change? 19:37:05 imo yes 19:37:14 imo yes 19:37:24 sipa: yes 19:37:26 open question: do we want to return both p2wpkh and p2sh-p2wpkh (for now), as there is an efficiency gain when you want to give both to a peer 19:37:42 downside: may not want we want to support longer term with split chains 19:37:46 no, I think that will confuse people 19:37:49 upside: more efficient to rescan 19:37:52 I'd say no 19:37:58 may confuse 19:38:10 users who care will crank the option surely 19:38:17 we can't do that by default, interface breaking change. If you want to call getnewaddress with style=gangnam and it returns both, that would be fine. 19:38:39 style=gangnam <-- lol 19:38:56 yep, i tested, running 0.14, setting the at least button, 0.15 crashes 19:39:00 but style=gangnam would be pre-deprecated, and scheduled for removal in a future version 19:39:03 oops was backlogged 19:39:12 morcos: good to know that 19:39:13 hahahahaa 19:39:57 achow101: morcos also tested the 6ba2...fix from above, which fixed it, though the real fix isnt something that stupidly hacky 19:40:05 ok, end of my topic 19:40:07 let's just let users decide with a 1-option combo-box :p 19:40:10 I'd say we could make the GUI show both too, except the URI/qr code can't really do that. 19:40:19 er, radio 19:40:25 cfields_: unary encoding, i like it 19:40:39 wait, i'm confused 19:40:44 are you serious about giving both addresses 19:40:48 no, why would we do that 19:40:49 lets not do that 19:40:56 you could also just call getnewaddress twice 19:40:59 who cares 19:41:17 morcos: as an option. The reason is so you can say "here is the bech32 one if you can pay to it, otherwise use X" 19:41:17 you should have a way of selecting which type of address you want for change or for getnewaddress 19:41:29 then give them 2 different keys 19:41:34 that's how it'll work in 0.16 19:41:56 lets not try to be cheap and save a couple of keys and start teaching people that you can use one or the other 19:41:57 BlueMatt: my wallet.dat barely fits on a 3.5" floppy disk anymore... 19:42:15 morcos: +1 19:42:17 will there be an argument to getnewaddress to override? 19:42:21 id hope so 19:42:21 i agree that's a downside, but its more important to set the precedent that these thigns are NOT interoperable 19:42:24 instagibbs: i hope so, yes 19:42:24 yes 19:42:30 ok, then that's fine 19:42:34 okay... when I talked to sipa about it my objection was that we couldn't support it in the future. his counter was that we don't have to offer it in the future. 19:42:35 i prefer 19:42:42 somehow I doubt bdb is useable on floppy-latency disks anyway :p 19:42:53 instagibbs: yes, there would be an option, setting would just set the default. 19:43:14 then I see no reason to return both 19:43:20 yes,we need to make it very clear they're not interoperable, that you can't, in general just convert the one to the othe and have it work 19:43:30 then require two getnewaddress calls 19:43:38 sounds good, you need to call getnewaddress twice 19:43:40 ack 19:43:44 +1 19:43:46 no gangnam 19:44:29 also in the scheme of things, each 0.15.1 wallet is wasting 2000 + N * (# getnewaddress calls) + (# changes) keys.... where N is 2 if you do what I want (only in the cases where you give out both) or 1 if you do what you want 19:44:40 it makes no difference relatively speaking for almost all users 19:45:26 wumpus: ack on removing remember position functionality until we can test it automatically 19:45:48 jtimon has the gribble disease. 19:45:56 jtimon: that'd make sense, I guess 19:46:09 (20 minutes behind. :) ) 19:46:16 seems the segwit-by-default topic is conclded, anything else? 19:47:15 I think we need to announce a workaround for this issue we all collectively figured out through our joint effort where no one person did all the work during the meeting. 19:47:23 haha yes gribble's behavior seemed very curious and random, before I realized it was just backlogged (or rather, github was?) 19:47:43 yes, do we have a mechanism for release errata? 19:47:46 or make a 0.15.0.1 19:48:04 given the ppa is still not up (cause arm qt...) I'll probably ship that with the hacky workaround patch posted above 19:48:15 unless there are objections 19:48:18 did you manage to debug the ARM qt issue? I'm curious 19:48:29 no objections, if you can patch it in your distro, do so 19:48:35 it's zero risk... 19:48:44 there appear to now be at least two separate issues, a miscompile, and I now have a stacktrace for another test_bitcoin-qt fail that I'm looking at now 19:48:46 BlueMatt: I believe (not tested yet) that you can just remove L131 entirely 19:48:55 let's fix the things at least in the 0.15 branch 19:49:16 I won't ack 0.15.0.1 because I do none of the required work for it but it might be nice. 19:49:17 then depending on progress we can see whether it goes in 0.15.1, or if a 0.15.0.1 may be needed (at release manager's discretion...) 19:49:20 achow101: possibly, but BlueMatt's fix is obviosuly correct, a better fix is to just remove the setting completely 19:49:21 achow101: well the commit linked above works, so whatever 19:49:26 achow101: and the single-choice radio button 19:49:27 what sipa said 19:49:43 but for a quick hack that change is good 19:49:53 in master can we please fix properly, remove the whole group 19:49:59 yes 19:50:01 yes 19:50:03 yes 19:50:14 yes 19:50:53 someone will need to contemplate how to prevent this kind of issue in the future. 19:50:56 well yes let's fix it on the branch then decide whether to do 0.15.0.1 19:51:10 better testing of the gui is the only answer 19:51:13 gmaxwell: fuzz the qsettings options :) 19:51:17 remove all features until qt is a single button 19:51:32 Better GUI tests... but more important, "upgrade tests" 19:51:33 "moon" 19:51:41 hah 19:51:44 Non of our test do cover upgrade of wallets, etc. 19:51:44 (responding to instagibbs) 19:52:00 jonasschnelli, hmm good point 19:52:26 Upgrade tests would probably require static data files from older versions.... 19:52:31 well at least the reduced one radio buttons group to one button, that's a start... 19:52:34 was fuzz qsettings a joke? i did that with the fee estimation changes manually, i think thats a good idea 19:52:37 s/the/we/ 19:52:42 morcos: not really 19:52:56 no, it's not a joke, it'd help with robustness against corrupt configs a lot 19:53:03 ok, the smiley threw me 19:53:05 but as we're not even fuzzing bitcoin.conf settings yet 19:53:07 but it would mean a lot more changes since weird shit in qsettings totally screws up qt 19:53:22 ha ha, fuzzing bitcoin.conf DEFINITELY breaks things 19:53:23 we would need better bad-setting rejection 19:53:29 gui testing is always at least 3 times as much work 19:53:30 sipa: yeah, both formats seems like un ugly optimization. Doesn't look like it's worth it 19:54:09 sipa: I think he's still 20min behind. 19:54:11 Not sure if fuzzing qt-settings (QSettings) make sense. It's not a file edited by users 19:54:16 is jtimon working on-site on the blockstream Mars project 19:54:17 jtimon: is stuck on moon 19:54:21 gmaxwell: well, I arrived 30 mins late 19:54:22 Fuzzing peers.dat or similar would also make little sense I guess 19:54:23 jonasschnelli: but it can get corrupt, like anything 19:54:43 though I agree there's a limit 19:54:54 that would at least test it handles corrupted files right 19:55:00 recently ran into a case where we werent 19:55:17 Corrupt files should be handled by Qt IMO 19:55:25 usually with bitcoin.conf we don't change the meaning of the options (cough cough sipa) 19:55:26 The file itself is hidden on our application layer 19:55:30 We just deal with QSettings 19:55:42 we could be better about making sure we rename options in QT if we are goign to change their meaning 19:55:47 yes 19:56:00 much, much better to lose the setting than crash 19:56:03 morcos: yes! 19:56:06 unless it's soomething like the proxy 19:56:40 but a nicety like remembering the fee setting? nah 19:56:42 0.15.0.1 ? why not 15.0.1 directly and we stop writing the 0. prefix now? /me hides 19:56:42 I don't understand why the crash does not happen on OSX (could only reproduce on Linux) 19:57:11 likely the implementation of radio button group is different there 19:57:36 making it return e.g. a dummy object instead of corruption or null when reading out of range 19:57:44 macosx users just got lucky 19:58:09 wumpus: we have occasionally had x.x.x.1 released for bugfixes that affect just some platforms 19:58:14 *releases 19:58:14 2 minutes 19:58:15 one could argue they were silently forced to lose their at least setting which made them erroneously pay the wrong fees 19:58:26 sipa: yes, I wouldn't like to burn 0.15.1 on this mainly 19:58:32 wumpus: agreed 19:58:48 finally catched up...to late to suggest a topic, but perhaps we can talk about it after the meeting 19:59:21 is about an index for scriptPubKeys 19:59:42 yes, we're done for today 19:59:45 #endmeeting