1 2017-05-28 05:52:39	0|Giszmo1|Hi. Anybody around to get me some testnet coins? >10 would be appreciated. Mycelium Virtual Trader ran out of coins and I'm in charge of feeding it now. Not exactly sure how DanielW handled this while he was in charge. mivtBy3ahEJTekcjRvXR2WDe6BRUtFYUpD
 2 2017-05-28 07:18:52	0|Giszmo1|thank you for the anonymous donations. that balance of 5BTC should be good for some time now.
 3 2017-05-28 15:36:16	0|bitcoin-git|[13bitcoin] 15pavlosantoniou opened pull request #10471: Denote function CNode::GetRecvVersion() as const (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/10471
 4 2017-05-28 17:41:14	0|warren|jonasschnelli: btw, what is the status of BIP150 and BIP151 for core?  do folks want to wait for the network rewrite?
 5 2017-05-28 17:42:00	0|jcorgan|that was the last i heard, yes
 6 2017-05-28 17:43:55	0|jcorgan|though i'd be interested in seeing what can be done in anticipation without having to redo from scratch once that happens
 7 2017-05-28 17:45:43	0|warren|I ask now because of BIP154 which does have a reference implementation for current bitcoin.
 8 2017-05-28 17:53:49	0|jcorgan|yeah, i see that now. looks like it is almost entirely new code and the changes in net.cpp itself are relatively small.
 9 2017-05-28 17:54:41	0|warren|He wants conceptual feedback on BIP154 now.
10 2017-05-28 17:58:58	0|Eliel_|urm... is it just me or does listsinceblock seem to do something rather different from what it's documentation says it does? The documentation makes it seem like it never returns 0-conf transactions, but it actually returns all of them every time. It doesn't seem to make any difference what you specify for target_confirmations parameter.
11 2017-05-28 17:59:28	0|Eliel_|(0.13.2)
12 2017-05-28 18:04:30	0|sipa|Eliel_: i believe there is an open issue for that
13 2017-05-28 18:22:23	0|Eliel_|then again, it's probably more useful if it lists all 0 conf transactions every time.