19:00:11 #startmeeting 19:00:11 Meeting started Thu Apr 28 19:00:11 2016 UTC. The chair is wumpus. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:00:11 Useful Commands: #action #agreed #help #info #idea #link #topic. 19:00:12 sipa: jonasschnelli wumpus morcos sdaftuar kanzure BlueMatt jtimon cfields luke-jr petertodd 19:00:29 proposed topics? 19:00:30 mildly present 19:00:48 i propose follow-up from last week re: segwit code review, and new/upcoming tasks on that front 19:00:50 i'm here for 10 mins 19:01:02 gmaxwell: thanks for the ping 19:01:03 I have two very small topic proposals: wording for RBF, a request for creating/storing CI material 19:01:05 morcos: anything you want to talk about in 10 minutes. 19:01:10 thanks, here 19:01:31 just to encourage anyone who is going to review segwit to get on it! :) 19:01:56 action items of last time were a) more code review of segwit 2) kanzure: look at test coverage output 3) (Luke) update GBT segwit stuff 4) (jtimon) tutorial to enable travis on your own repo 5) (cfields) travis changes requiring some downtime 6) merge #7920 when cfields says so 19:01:56 i have some segwit review notes but they are not precisely publicly consumable, can i get a volunteer to go through my notes? ideally not sipa :) 19:01:59 What is the status of the segwit BIPs? are they all consistent with the implementation right now? 19:02:27 wumpus: if i was supposed to look at test coverage output then i totally barfed on that, my bad-- i thought someone else took that. 19:02:29 last two items are done at least, transition to trusty and c++11 was succesful 19:02:50 \O/ 19:02:52 kanzure: yes the name is who suggested it, Idon't know the context 19:02:52 wumpus: re 4 I thought cfields was going to write the tutorail, not me...I'm still on https://docs.travis-ci.com/user/getting-started/ 19:02:58 kanzure: i'd be happy to review your notes 19:03:07 sdaftuar: cool, i will spam you with them 19:03:16 jtimon: sorry, i got lost in the transition stuff 19:03:24 jtimon: oh maybe he's going to, but he had a lot on his hands 19:03:46 no hurry, just saying that I'm not working on that 19:04:01 okay :) 19:04:25 how is the review of segwit going? 19:04:34 sdaftuar: you have been spammed, thanks. 19:05:53 wumpus: i'm feeling pretty good, but it's hard to tell who all has done deep commit by commit reviews 19:05:55 topic suggestion-- how to convince sipa to give more context about testing status of segwit 19:06:15 wumpus: i'm slowly making my way through 19:06:23 morcos: good to hear that you're making your way through 19:06:24 morcos: perhaps we should all post about our review status? 19:06:31 tangentially: I've finally started working with the mining pools (with Kang's help translating) to ensure that their real-world environments. Aim is to get at least one segnet block mined by each pool. Happy to report that last night, BTCC's patched pool mined a few blocks. I'll be working with the others in the coming days 19:06:49 cfields: oh thats great! 19:07:00 *segnet block with witness txs, ofc 19:07:07 i have done a preliminary read of all the diffs for segwit but not commit-by-commit.... i have a number of places that i am considering investigating the test situation more closely but it's all probably dead-ends ( sdaftuar to advise ). 19:07:09 time for someone else to get some segnet coins, i have too many 19:07:45 i could list a few areas where i think mildly tricky things are done that warrant review 19:07:50 yes please. 19:08:50 #action (sipa) list a few areas where i think mildly tricky things are done that warrant review 19:08:55 sipa: in particular the areas that are new for me (such as the wallet/signing code) are harder to be confident about. i'd feel better knowing others are reviewing it as well 19:09:20 good to know 19:09:32 signaturehash changes were specified by bip and one (trivial) review task is "confirm it follows the bip spec" 19:09:47 sipa: harder b/c of me, not b/c the code is tricky looking 19:10:14 morcos, maybe have people express review coverage with amount of certainty based on familiarity with the code 19:10:33 the wallet signing code adds a refactor to stop working directly on scriotsigs, but initially work on just the stacks being pushed, and only convert them at the last step 19:10:52 for me, review of wallet code was much easier than parsing the tree commitment stuff 19:11:02 kanzure: some input from other projects (NicolasDorier *poke*) may be helpful there. 19:11:14 instagibbs: i like that idea. not sure how easy it is to break up 19:11:37 that said, I read *every* commit, and attempted best-effort understanding 19:11:37 cfields: i'd like some comments from you ob luke-jr's proposed bip9 gbt changes 19:11:54 ok got to run. overall, yay for c++11, yay for segwit! 19:11:54 sipa: ah, right. ack. 19:12:17 I was talking to nickler about doing consensus harness tests for verifying consensus consistence, e.g. between 0.13 and 0.12.x or pre-segwit. Maybe there will be something to report there in a week or so. 19:12:47 yeah, for example, I'm less familiar with the p2p and wallet parts, unfortunately I don't think I will be able to give a full utACK to #7910, but that of course shouldn't not stop it from being merged 19:13:21 jtimon, which brings me to my point, aside from sipa and a few others, I doubt anyone can full utACK #7910 19:14:09 one of the things i'd like to investigate more closely is the set of tests that were written versus the expected set of tests... but hard to find all the corner cases. 19:14:59 instagibbs: good point, the PR touches many parts. I think I will focus on the consensus and relay policy parts and only utACK that 19:15:03 also in general: what do people think of the strategy i've been following to not rebase/squash, but only add small patches and a changing merge commit at the end? 19:15:23 sipa: i think that is a good idea. it gives us time to ACK various older commits. 19:15:31 jtimon, seems wise, people have to self-select what they feel competent to review 19:16:00 at some point i'll squash and rebase in such a way that the resulting tree id identical to the old broken down branch 19:16:07 sipa: no strong opinion but it seems to partly defeat the point of having the commits separated in related sections (btw, I would separate p2p from consensus) 19:16:42 tree id similarity is a nice approach.... 19:16:49 (git ls-tree and such) 19:17:18 jtimon: i'll keep the section 19:17:25 sipa: some kind of warning before you squash/rebase would be helpful for me at least 19:17:44 sipa: but i like how you've done it so far 19:17:46 it would also be good if you could keep the original commits around on your git repo 19:17:52 kanzure: of course 19:17:54 sipa: I see, so your question is more about squashing only once at the end, fine with me 19:17:59 it needs to be verifiable 19:18:03 good, thanks. 19:18:25 sipa: you can just push to a spare branch before final squash, then we can diff the two 19:18:42 only add commits, once we have enough ACKS, hash the diff, rebase, check the hash of the diff and merge? 19:18:55 jonasschnelli: indeed 19:20:06 ok next topic? 19:20:29 #topic status of the segwit BIPs 19:21:18 (gmaxwell) 19:21:29 bip 144 needs to include the service bit stuff 19:22:23 everyone agree? 19:22:48 ugh, that was never uodated 19:22:51 yes, agree 19:23:15 #action bip 144 needs to include the service bit stuff 19:23:31 I suppose we should try to extract some feedback e.g. from roastbeef to reimplemented, who might be aware of other limitations in the spec. 19:23:50 roasbeef* 19:24:00 just noticed someone has a python-bitcoinlib segwit branch too 19:24:07 armory does as well 19:24:27 (sorry, just got in) 19:24:59 petertodd: just in time for the python-bitcoinlib segwit branch! 19:25:31 wumpus: ha yeah - no credit to me though :) 19:26:20 #action (gmaxwell) try to extract some feedback e.g. from roasbeef to reimplemented, who might be aware of other limitations in the spec 19:26:46 we have gotten some comments from a few people and making small clarifications frequently 19:26:55 including from tadge 19:27:29 i'm surprised nobody commented about the service bit 19:27:52 sipa: I think I brought it up a couple of weeks ago but didn't follow up on it 19:28:02 achow101: sorry then! 19:29:22 I can verify 141 and 143 match up 19:30:33 great 19:32:15 small update: the reviewer that btcdrak contacted about ctaes wrote a report 19:32:33 sipa: the tor lead dev? 19:32:51 jonasschnelli: no, someone mathhew green recommemded 19:33:04 he formally proved that some parts were correct, and analyzed the condtant timeness 19:33:07 Okay. Good. What was the result? 19:33:09 i can share the reoort 19:33:11 sipa: +1 19:33:16 a+ :) 19:33:24 sipa: Can you add it on your ctaes repository? 19:33:27 awesome! 19:33:49 sipa: nice! 19:35:16 any more topics? i'll be off otherwise 19:35:30 RBF naming: should we flag/attribute RBF transaction as "replaceable" or should we attribute "current" non RBF transaction as "non-replacable"? 19:35:59 jonasschnelli: I'd lean towards replacable, as non-replacable implies we're promising something... 19:36:00 bringing segwit testing to testnet? 19:36:09 the former, I think. It's incorrect to say non-RBF is non-replacable; they're just somewhat less replacable. 19:36:55 agree with gmaxwell 19:37:13 Okay. I agree as well. Will continue with this term. 19:37:16 'mempool-replaceable' ? 19:37:26 doublespends happen all the time, and only a small subset of them are opt-in RBF txs 19:37:42 but RBF transactions the user can easily replace themselves 19:37:42 sipa: are we ready to define the testnet BIP9 parameter for segwit? 19:37:47 that should be the focus imo 19:38:06 what the user can do with it 19:38:10 instagibbs: I was also thinking about that. But does the normal bitcoin-qt user really knows what the mempool is? 19:38:13 "standard-policy-0.12-replaceable"? 19:38:26 :} 19:38:40 jtimon: all the user's node knowns is they think it's replacable, so the 0.12 is implicit :) 19:38:40 "standard-policy-0.12-BIP125-replaceable" 19:39:13 yes the 0.12 is implicit, the BIP125 part makes sense 19:39:34 yeah, 0.12 was kind of joking, the point is all tx are equally replaceable with a custom policy, the opt-in stuff is just about the standard policy 19:39:36 don't we already have a bip125-replacable or similar name used in the RPC anyway? 19:39:54 petertodd: Yes. Listtransaction 19:40:03 yes entry.push_back(Pair("bip125-replaceable", rbfStatus)); 19:40:21 ack bip125-replaceable 19:40:26 Also I think someone should refactor the RBF BIP125 rules to the new rbf.cpp 19:40:31 jtimon: you can also replace txs by flooding mempools and getting them kicked out :) 19:40:40 The bumpfee or feealter command could than re-check the validity 19:40:52 s/re-check/pre-check 19:41:37 In the GUI we should probably just use the term "replaceable". 19:42:22 then we have the same problem I think 19:42:24 jonasschnelli: "easily replacable" 19:42:27 opt-in-repleaceable ? 19:42:38 jonasschnelli: or heck, "trivially replacable" 19:42:45 "updatable"? 19:43:03 "replacement-requested" 19:43:04 of "signs replicability"? 19:43:21 paveljanik: eh, changing the name to something other than replacable would invite trolling possibly 19:43:39 replacability signalled ;-) 19:43:48 replacability signalled: +1 19:43:57 yes I think whatever the name is it should contain 'replace', otherwise it's too confusing, introducing completely new terminology 19:44:02 wumpus: +1 19:44:06 Indeed 19:44:12 replaceability signalled sounds good to me 19:44:22 sure, why not 19:44:36 ack 19:44:38 "replace explicitly allowed"? 19:44:41 fee-replaceable ? 19:44:56 sdaftuar: but it could also add a output 19:44:57 I mean, "replacability signalled" is good enough for me 19:45:28 sdaftuar: but right. You mean replaceable by fee 19:45:37 yeah, you can replace it if you up the fee 19:45:58 "fee-replacability signalled"? 19:46:06 jonasschnelli: which is tricky, because any low fee tx is in practice replacable by fee regardless of whether bip125 is used or not 19:46:20 but not by your wallet 19:46:38 I don't think the GUI term needs to be so specific - just make sure that the mouseover or other documentation explains it in more detail 19:46:45 +1 19:46:46 Sure. But the term would also be for attributing incoming payment. 19:46:47 oh, key question: are we going to show this for all txs, or just txs sent by the user? 19:46:54 sdaftuar, depends on the wallet IMO 19:46:56 petertodd: exactly, for all we know, miners could replace by hash alphabetic order rather than fees 19:47:01 sdaftuar: i like that, but it describes the mechanics more than the intent. 19:47:07 petertodd: incoming and outdoing. 19:47:25 jonasschnelli: see, if it was just outgoing, this conversation would be a lot simpler :) 19:48:11 replacability signalled is fine, let's move on 19:48:15 incoming tx: "replacability signalled", create tx: "[ ] signall replacability" 19:48:18 ack. 19:48:21 what was wrong about "Opted in to replacement" or something along those lines? 19:48:23 any other topics? 19:48:44 yeah, nv, "replacability signalled" does it 19:48:59 s/nv/never mind 19:49:01 topic: another boring one, not sure if this is the right place: Someone contacted me that we should have a repository for Bitcoin Core logos and communication material. 19:49:11 Somehow that made me think that Bitcoin Core has no clear logo/visual identity. Its not define what to use when, the font, the colors. Not sure if anyone from us cares about that though. 19:49:25 press kit? ;-) 19:49:30 paveljanik: +1 19:49:44 We probably don't care. But out userbase does a lot 19:49:46 paveljanik: or maybe call it "media kit" to shift focus to all media in general 19:49:50 *our 19:49:59 jonasschnelli: a press kit would be a good idea 19:50:06 we don't have that, but if anyone wants to make it and collect some things why not 19:50:54 It would imply that we first need to create a identity, proper logo, font, etc. I'm not interested ATM, but happy if someone know someone who is. 19:50:56 jonaschnelli: ideally we could store that in a "media kit" repository. 19:51:16 I think it should be a subarea of the website 19:51:37 jonasschnelli: that makes sense 19:51:46 yes I think the question is more *who* than if, I don't think press kits are very usual for open source projects, but if someone wants to work on that I don't want to discourage 19:52:21 Agree. 19:52:26 wumpus: they're very common among altcoins though :p 19:52:27 wumpus: for open-source, they almost always accompany a licensing policy 19:52:41 (lived through that hell for a while in a past life) 19:52:50 cfields: yes, as for firefox 19:52:54 right 19:53:38 so for us, unless we wanted to police it, a press kit would be more of a collection of recommended images/text that we also use. 19:54:08 i suppose that was the idea, though 19:54:08 right 19:54:10 Yes. There is even no clear logo that Bitcoin Core uses/represents. 19:54:15 "\nExamples:\n" 19:54:17 + HelpExampleCli("getnewaddress", "") 19:54:21 + HelpExampleRpc("getnewaddress", "") 19:54:23 Any idea why this has both, and they're identical? 19:54:25 warren: dumpprivatekey 19:54:39 warren: we're in the middle of a meeting 19:54:45 oops sorry! 19:54:45 well, at the end 19:55:20 I think we're done 19:55:34 \รถ/ 19:55:37 #endmeeting