12016-06-28T00:01:47  *** pedrobranco has joined #bitcoin-core-dev
  22016-06-28T00:05:50  *** pedrobranco has quit IRC
  32016-06-28T00:12:47  *** fengling has joined #bitcoin-core-dev
  42016-06-28T00:45:24  *** Chris_Stewart_5 has quit IRC
  52016-06-28T00:45:46  *** Ylbam has quit IRC
  62016-06-28T01:10:42  *** xiangfu has joined #bitcoin-core-dev
  72016-06-28T01:43:24  *** murch has quit IRC
  82016-06-28T01:54:21  *** justanotheruser has quit IRC
  92016-06-28T01:54:36  *** justanotheruser has joined #bitcoin-core-dev
 102016-06-28T01:55:30  *** Giszmo has quit IRC
 112016-06-28T02:08:58  *** Giszmo has joined #bitcoin-core-dev
 122016-06-28T02:24:33  *** fanquake has joined #bitcoin-core-dev
 132016-06-28T04:14:46  *** fengling has quit IRC
 142016-06-28T04:46:55  *** fengling has joined #bitcoin-core-dev
 152016-06-28T05:26:39  <GitHub184> [bitcoin] pstratem opened pull request #8277: Refactor CBlockHeaderAndShortTxIDs::GetShortID into CTransaction (master...2016-06-26-ctransaction-getshortid) https://github.com/bitcoin/bitcoin/pull/8277
 162016-06-28T05:29:44  *** Cory has quit IRC
 172016-06-28T05:51:12  *** Cory has joined #bitcoin-core-dev
 182016-06-28T05:55:08  *** Giszmo has quit IRC
 192016-06-28T06:23:17  *** Alopex has quit IRC
 202016-06-28T06:24:22  *** Alopex has joined #bitcoin-core-dev
 212016-06-28T06:33:52  *** tincap has joined #bitcoin-core-dev
 222016-06-28T06:34:34  *** tincap has quit IRC
 232016-06-28T06:40:44  *** BashCo has quit IRC
 242016-06-28T07:02:56  *** BashCo has joined #bitcoin-core-dev
 252016-06-28T07:08:34  *** moli has quit IRC
 262016-06-28T07:17:00  *** kadoban has quit IRC
 272016-06-28T07:19:00  *** Ylbam has joined #bitcoin-core-dev
 282016-06-28T07:32:14  *** xiangfu has quit IRC
 292016-06-28T07:57:47  <GitHub81> [bitcoin] laanwj closed pull request #8264: src: Fix spelling error in comment - tinyformat.h (master...bitcoiner-fix-typo-tinyformat) https://github.com/bitcoin/bitcoin/pull/8264
 302016-06-28T08:08:10  *** AaronvanW has quit IRC
 312016-06-28T08:11:46  *** AaronvanW has joined #bitcoin-core-dev
 322016-06-28T08:12:27  <GitHub147> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5a06ebbf2d5f...ff03c50c0048
 332016-06-28T08:12:27  <GitHub147> bitcoin/master 1acf1db Pieter Wuille: Do not ask a UI question from bitcoind
 342016-06-28T08:12:28  <GitHub147> bitcoin/master ff03c50 Wladimir J. van der Laan: Merge #8257: Do not ask a UI question from bitcoind...
 352016-06-28T08:12:35  <GitHub126> [bitcoin] laanwj closed pull request #8257: Do not ask a UI question from bitcoind (master...noask) https://github.com/bitcoin/bitcoin/pull/8257
 362016-06-28T08:22:24  *** paveljanik has quit IRC
 372016-06-28T08:33:38  *** CubicEarth has quit IRC
 382016-06-28T09:20:06  *** Guyver2 has joined #bitcoin-core-dev
 392016-06-28T09:35:30  <GitHub126> [bitcoin] ChoHag opened pull request #8278: Forking daemon (master...forking-daemon) https://github.com/bitcoin/bitcoin/pull/8278
 402016-06-28T09:42:23  *** pedrobranco has joined #bitcoin-core-dev
 412016-06-28T09:50:26  <GitHub193> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ff03c50c0048...3b2dadc8d5bb
 422016-06-28T09:50:26  <GitHub193> bitcoin/master 9a227e9 Wladimir J. van der Laan: tx: change slug to `bitcoin.qt-translation-013x`...
 432016-06-28T09:50:27  <GitHub193> bitcoin/master 3b2dadc Wladimir J. van der Laan: qt: Periodic translations update
 442016-06-28T09:53:34  *** roidster has quit IRC
 452016-06-28T09:59:33  <wumpus> morcos: thanks for the info; yes that makes sense, I think we should (separately) consider lowering the default mempool size
 462016-06-28T09:59:47  <wumpus> but not for 0.13, maybe, as you say it warrants more testing
 472016-06-28T10:12:21  <phantomcircuit> sipa, i'd like to implement mempool sync using short ids
 482016-06-28T10:12:37  <phantomcircuit> looking at the trickle logic for this
 492016-06-28T10:12:43  <phantomcircuit> im thinking this is no longer trivial
 502016-06-28T10:12:52  <phantomcircuit> is there a shortcut you can point me towards?
 512016-06-28T10:12:53  <phantomcircuit> :)
 522016-06-28T10:14:21  <sipa> can you elaborate?
 532016-06-28T10:15:33  <phantomcircuit> sipa, the goal is to essentially prime the cache for compact block
 542016-06-28T10:16:48  <gmaxwell> phantomcircuit: the lack of any fetch by short ID might get in your way. :P
 552016-06-28T10:16:50  <phantomcircuit> peers request the top ~2MiB of a nodes mempool (ancestor index) and the node responds with short ids
 562016-06-28T10:17:01  <phantomcircuit> gmaxwell, well yeah i'd be adding that
 572016-06-28T10:17:21  <phantomcircuit> keyed on the last block the requestee had seen
 582016-06-28T10:17:32  <gmaxwell> perhaps better is to request a "fakeblock", and then use the getblocktxn mechenism?
 592016-06-28T10:17:33  <phantomcircuit> so if you weren't at the same tip you'd just get gibberish
 602016-06-28T10:18:02  <gmaxwell> why require same tip? just have the sender pick a nonce.
 612016-06-28T10:18:20  <phantomcircuit> because this can be cached by the node receiving the request
 622016-06-28T10:18:20  <gmaxwell> or even generate a block, cache it, and serve requests on it.
 632016-06-28T10:18:31  <gmaxwell> you can cache a generated block.
 642016-06-28T10:19:46  <phantomcircuit> hmm
 652016-06-28T10:20:49  <gmaxwell> what kind of timeframe do you think you'd do this in?  for mempool sync in general, set reconcillation should be used. PinSketch is super easy to use C++ code, but we couldn't put it into production until rewriting it. (due to incompatible licensing and because NTL is huge)
 662016-06-28T10:23:16  <gmaxwell> set recon may or may not make sense for block relay, because the cpu time to decode is prohibitive enough to get in the way of latency... but for mempool sync no such issue exists.
 672016-06-28T10:23:29  <gmaxwell> and it sends data exactly equal in size to the symmetric difference.
 682016-06-28T10:25:56  <phantomcircuit> i'd like something really simple that we can do like
 692016-06-28T10:26:01  <phantomcircuit> nowish
 702016-06-28T10:26:26  <phantomcircuit> i have some private patches which are kind of stupid that do this for mining nodes
 712016-06-28T10:27:05  <phantomcircuit> there's a pretty significant advantage to having a mining node with a smaller mempool
 722016-06-28T10:27:56  <gmaxwell> If there is we should fix that.
 732016-06-28T10:29:48  <gmaxwell> because of the use of indexes I'd consider it a bug if createnew block was taking more than a tiny amount longer with a 100MB mempool than a 2MB one.
 742016-06-28T10:30:04  <phantomcircuit> it's removing conflicts that's slow
 752016-06-28T10:30:17  <phantomcircuit> but yeah i guess i should try to benchmark that first
 762016-06-28T10:30:54  <gmaxwell> I was wondering that as I commented, but that might just be the case where we're missing some index we should have.
 772016-06-28T10:31:23  <sipa> gmaxwell: the mempool remove of conflicts code copies CTransaction objects all over the place
 782016-06-28T10:31:34  <sipa> eh phantomcircuit
 792016-06-28T10:32:11  <phantomcircuit> gmaxwell, i'll benchmark it
 802016-06-28T10:32:15  <phantomcircuit> im prettttty sure it's slow
 812016-06-28T10:32:28  <gmaxwell> great. "we should fix that"
 822016-06-28T10:32:38  <sipa> we should switch that to shared_ptr based
 832016-06-28T10:32:51  <sipa> so it can return the deleted transactions without copying
 842016-06-28T10:34:03  <gmaxwell> phantomcircuit: I think mempool sync is useful and important, but it shouldn't be used to hack around even more important speed improvements.
 852016-06-28T10:36:21  <phantomcircuit> gmaxwell, the principle reason for it is to prime the cache for compact blocks
 862016-06-28T10:36:32  <phantomcircuit> but i guess that can just be a simple list of txids
 872016-06-28T10:36:36  <phantomcircuit> once per connect
 882016-06-28T10:37:20  <gmaxwell> yes, thats an initially useful application, though we should also be considering directing our attention toward reducing relay overhead, because with BIP152, it's now the biggest user of bandwidth on a listening node.
 892016-06-28T10:38:23  <phantomcircuit> ok well i guess i'll benchmark the conflict thing
 902016-06-28T10:40:50  <sipa> phantomcircuit: that would be very useful
 912016-06-28T10:41:16  <sipa> i can write a patch that i think will improve its performance significantly
 922016-06-28T10:44:17  *** paveljanik has joined #bitcoin-core-dev
 932016-06-28T11:03:06  *** fengling has quit IRC
 942016-06-28T11:16:27  *** harrymm has quit IRC
 952016-06-28T11:19:57  *** spudowiar has quit IRC
 962016-06-28T11:31:29  *** Guyver2 has quit IRC
 972016-06-28T11:32:43  *** cryptapus has joined #bitcoin-core-dev
 982016-06-28T11:35:10  *** JackH has quit IRC
 992016-06-28T11:36:15  *** harrymm has joined #bitcoin-core-dev
1002016-06-28T11:50:34  *** moli has joined #bitcoin-core-dev
1012016-06-28T11:59:52  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1022016-06-28T12:14:12  *** BashCo has quit IRC
1032016-06-28T12:18:26  *** BashCo has joined #bitcoin-core-dev
1042016-06-28T12:21:23  *** JackH has joined #bitcoin-core-dev
1052016-06-28T12:29:57  *** Amnez777 has quit IRC
1062016-06-28T12:30:01  *** BashCo has quit IRC
1072016-06-28T12:34:55  *** fengling has joined #bitcoin-core-dev
1082016-06-28T12:39:46  *** fengling has quit IRC
1092016-06-28T13:13:48  <phantomcircuit> sipa, uh first off it seems we're iterating vTx twice in removeForBlock for no reason?
1102016-06-28T13:27:07  *** Chris_Stewart_5 has quit IRC
1112016-06-28T13:36:28  *** fengling has joined #bitcoin-core-dev
1122016-06-28T13:37:00  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1132016-06-28T13:40:46  *** fengling has quit IRC
1142016-06-28T13:45:37  *** Amnez777 has joined #bitcoin-core-dev
1152016-06-28T13:51:09  *** cryptapus has quit IRC
1162016-06-28T14:00:33  *** kadoban has joined #bitcoin-core-dev
1172016-06-28T14:00:37  *** bsm117532 has quit IRC
1182016-06-28T14:00:57  *** JackH has quit IRC
1192016-06-28T14:05:33  <GitHub157> [bitcoin] laanwj pushed 4 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/9adad33938ec...080457c4ee97
1202016-06-28T14:05:33  <GitHub76> [bitcoin] laanwj closed pull request #8148: Backport leveldb build integration to 0.12 (0.12...0.12) https://github.com/bitcoin/bitcoin/pull/8148
1212016-06-28T14:05:34  <GitHub157> bitcoin/0.12 03c709b Johnathan Corgan: Backport leveldb build integration to 0.12...
1222016-06-28T14:05:34  <GitHub157> bitcoin/0.12 932aedd Johnathan Corgan: Cherry-pick of f59dceb (#7925) to 0.12....
1232016-06-28T14:05:35  <GitHub157> bitcoin/0.12 9462e79 Johnathan Corgan: This is a cherry-pick of 89c844d back to 0.12....
1242016-06-28T14:06:59  <GitHub19> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3b2dadc8d5bb...3685e0c1da29
1252016-06-28T14:06:59  <GitHub19> bitcoin/master 2129fce Pavel Janík: The bit field is shown only when status is "started"
1262016-06-28T14:07:00  <GitHub19> bitcoin/master 3685e0c Wladimir J. van der Laan: Merge #8261: The bit field is shown only when status is "started"...
1272016-06-28T14:07:11  <GitHub152> [bitcoin] laanwj closed pull request #8261: The bit field is shown only when status is "started" (master...20160625_sw_getblockchaininfo_bit) https://github.com/bitcoin/bitcoin/pull/8261
1282016-06-28T14:11:29  <kanzure> https://petertodd.org/2016/segwit-consensus-critical-code-review
1292016-06-28T14:15:23  *** MarcoFalke has joined #bitcoin-core-dev
1302016-06-28T14:25:26  *** Giszmo has joined #bitcoin-core-dev
1312016-06-28T14:37:14  *** fengling has joined #bitcoin-core-dev
1322016-06-28T14:37:18  <GitHub17> [bitcoin] sdaftuar opened pull request #8280: Tests: Increase sync_blocks() timeouts in pruning.py (master...fix-pruning-test) https://github.com/bitcoin/bitcoin/pull/8280
1332016-06-28T14:39:29  *** cryptapus has joined #bitcoin-core-dev
1342016-06-28T14:42:06  *** fengling has quit IRC
1352016-06-28T14:44:48  <sipa> petertodd: re your review the witness cost check is in contextual because we need to know whether segwit is enabled when seeing a block without context
1362016-06-28T14:48:27  *** Chris_Stewart_5 has quit IRC
1372016-06-28T15:04:14  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1382016-06-28T15:07:12  *** cryptapus has quit IRC
1392016-06-28T15:23:50  *** zooko has joined #bitcoin-core-dev
1402016-06-28T15:38:41  *** fengling has joined #bitcoin-core-dev
1412016-06-28T15:43:06  *** fengling has quit IRC
1422016-06-28T15:47:30  *** cryptapus has joined #bitcoin-core-dev
1432016-06-28T16:20:13  *** zxzzt has quit IRC
1442016-06-28T16:20:46  *** morcos has quit IRC
1452016-06-28T16:21:15  *** zxzzt has joined #bitcoin-core-dev
1462016-06-28T16:21:19  *** sdaftuar has quit IRC
1472016-06-28T16:21:46  *** morcos has joined #bitcoin-core-dev
1482016-06-28T16:21:58  *** sdaftuar has joined #bitcoin-core-dev
1492016-06-28T16:28:27  *** Chris_Stewart_5 has quit IRC
1502016-06-28T16:32:18  <GitHub142> [bitcoin] laanwj opened pull request #8281: qt: Remove client name from debug window (master...2016_06_qt_remove_client_name) https://github.com/bitcoin/bitcoin/pull/8281
1512016-06-28T16:39:30  *** fengling has joined #bitcoin-core-dev
1522016-06-28T16:44:26  *** fengling has quit IRC
1532016-06-28T16:46:29  *** spudowiar has joined #bitcoin-core-dev
1542016-06-28T16:54:35  *** spudowiar has quit IRC
1552016-06-28T16:54:53  *** spudowiar has joined #bitcoin-core-dev
1562016-06-28T16:56:26  *** spudowiar has quit IRC
1572016-06-28T16:56:43  *** spudowiar has joined #bitcoin-core-dev
1582016-06-28T17:05:54  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1592016-06-28T17:09:50  *** Giszmo has quit IRC
1602016-06-28T17:11:22  *** MarcoFalke has left #bitcoin-core-dev
1612016-06-28T17:12:35  *** face has joined #bitcoin-core-dev
1622016-06-28T17:19:56  <GitHub20> [bitcoin] EthanHeilman opened pull request #8282: net: Feeler connections to increase online addrs in the tried table. (master...feelers3) https://github.com/bitcoin/bitcoin/pull/8282
1632016-06-28T17:23:18  <paveljanik> FYI: github's download PR as a diff doesn't work: Pavels-MacBook-Pro:tmp pavel$ curl -L https://github.com/bitcoin/bitcoin/pull/8281.diff
1642016-06-28T17:23:18  <paveljanik> curl: (51) SSL: no alternative certificate subject name matches target host name 'patch-diff.githubusercontent.com'
1652016-06-28T17:23:18  <paveljanik> Pavels-MacBook-Pro:tmp pavel$
1662016-06-28T17:23:31  <paveljanik> their cert doesn't contain proper SAN.
1672016-06-28T17:26:22  <paveljanik> reported to github
1682016-06-28T17:27:50  *** Giszmo has joined #bitcoin-core-dev
1692016-06-28T17:33:49  *** spudowiar is now known as SPUDOWIAR
1702016-06-28T17:35:57  *** bsm117532 has joined #bitcoin-core-dev
1712016-06-28T17:36:24  *** SPUDOWIAR is now known as spudowiar
1722016-06-28T17:39:10  *** pmienk has joined #bitcoin-core-dev
1732016-06-28T17:40:58  *** fengling has joined #bitcoin-core-dev
1742016-06-28T17:45:50  *** fengling has quit IRC
1752016-06-28T17:53:05  <petertodd> sipa: but my point is, currently the way that cost check is written is such that it's applied even if segwit isn't enabled, for non-segwit blocks
1762016-06-28T17:53:27  <petertodd> sipa: that said, I think you're right that the content of the footnote is wrong; I'll delete it
1772016-06-28T17:53:44  <sipa> petertodd: yes, but only after checking that there is no superfluous witness record, and that check is dependent on context
1782016-06-28T17:54:01  <sipa> thank you for the review though!
1792016-06-28T17:54:32  <sipa> the malleability to exceed size limits needs to be addressed
1802016-06-28T17:54:50  <petertodd> sipa: sure, the existing code I do believe works, I was concerned about problems if we ever add anything else to that cost check
1812016-06-28T17:56:37  <sipa> ah, ok
1822016-06-28T18:00:49  *** molz has joined #bitcoin-core-dev
1832016-06-28T18:01:55  <petertodd> sipa: sorry if it's not clear, but most of my objections are semi-theoretical, "if we screw up x this will break", belt-and-suspenders stuff :)
1842016-06-28T18:03:43  <petertodd> speaking of, I just added this sentence to the summary: "Put another way, in a number of places we either have a belt, or suspenders, when given the importance of this code we’d rather have both a belt and suspenders."
1852016-06-28T18:04:18  *** moli has quit IRC
1862016-06-28T18:21:28  *** pedrobranco has quit IRC
1872016-06-28T18:21:55  *** pedrobranco has joined #bitcoin-core-dev
1882016-06-28T18:24:16  *** Chris_Stewart_5 has quit IRC
1892016-06-28T18:24:26  *** [Author] has quit IRC
1902016-06-28T18:24:27  <bsm117532> Hey petertodd, I'm doing some stuff with your python-bitcoinlib.  Have you had a chance to incorporate the new address types and whatnot for segwit?
1912016-06-28T18:25:37  <sipa> there are no new address tyoes
1922016-06-28T18:25:39  <sipa> tyoes
1932016-06-28T18:25:41  <sipa> tyPes
1942016-06-28T18:26:10  *** pedrobranco has quit IRC
1952016-06-28T18:28:34  <bsm117532> Oh I see, you embedded it in P2SH.
1962016-06-28T18:31:33  * bsm117532 does a little dance, and pushes the "segwit required from now on" button in  his code.
1972016-06-28T18:35:00  <bsm117532> I have a use case which absolutely needs the txid to be immutable.  In order to achieve that, is it necessary that the *inputs* to my transaction be *outputs* of a segwit transaction?
1982016-06-28T18:35:29  <sipa> yes
1992016-06-28T18:36:13  <bsm117532> Ok then I'll have to test the inputs.  Thanks sipa.
2002016-06-28T18:39:36  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2012016-06-28T18:42:28  *** afk11 has quit IRC
2022016-06-28T18:42:54  *** fengling has joined #bitcoin-core-dev
2032016-06-28T18:47:46  *** fengling has quit IRC
2042016-06-28T18:49:50  *** afk11 has joined #bitcoin-core-dev
2052016-06-28T18:49:50  *** afk11 has quit IRC
2062016-06-28T18:49:50  *** afk11 has joined #bitcoin-core-dev
2072016-06-28T19:19:11  *** pedrobranco has joined #bitcoin-core-dev
2082016-06-28T19:23:54  *** pedrobranco has quit IRC
2092016-06-28T19:28:24  *** molly has joined #bitcoin-core-dev
2102016-06-28T19:31:21  *** molz has quit IRC
2112016-06-28T19:36:27  *** linton_s_dawson has joined #bitcoin-core-dev
2122016-06-28T19:44:22  *** fengling has joined #bitcoin-core-dev
2132016-06-28T19:47:27  *** Chris_Stewart_5 has quit IRC
2142016-06-28T19:49:06  *** fengling has quit IRC
2152016-06-28T19:52:20  *** linton_s_dawson1 has joined #bitcoin-core-dev
2162016-06-28T19:52:27  *** linton_s_dawson1 has left #bitcoin-core-dev
2172016-06-28T19:54:53  *** linton_s_dawson has quit IRC
2182016-06-28T20:01:18  *** spudowiar has quit IRC
2192016-06-28T20:07:22  *** cryptapus has quit IRC
2202016-06-28T20:08:13  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2212016-06-28T20:19:13  <bsm117532> So the trick is that the scriptSig is only data pushes.  Since the top of the stack is non-zero (unless you know a preimage that hashes to zero), pre-segwit considers it anyone can spend, and any following input with an empty scriptPubKey can spend it.  No?
2222016-06-28T20:20:29  <sipa> in segwit scriptSig will  e empty
2232016-06-28T20:20:51  <sipa> the scriptPubKey is just pushes
2242016-06-28T20:21:01  <sdaftuar> well, p2sh-wrapped-segwit won't have empty scriptsig
2252016-06-28T20:22:56  <sipa> right, it would just have a redeemScript
2262016-06-28T20:27:34  *** molly has quit IRC
2272016-06-28T20:28:19  *** moli has joined #bitcoin-core-dev
2282016-06-28T20:37:56  <petertodd> bsm117532: apparently someone else has been working on adding segwit to python-bitcoinlib; I haven't looked at their code yet, which afaik isn't public yet :(
2292016-06-28T20:42:14  *** JackH has joined #bitcoin-core-dev
2302016-06-28T20:45:52  *** fengling has joined #bitcoin-core-dev
2312016-06-28T20:50:46  *** fengling has quit IRC
2322016-06-28T20:51:43  *** cryptapus_afk is now known as cryptapus
2332016-06-28T20:57:18  <GitHub58> [bitcoin] Mirobit opened pull request #8283: Move AdvertiseLocal debug output to net category (master...master) https://github.com/bitcoin/bitcoin/pull/8283
2342016-06-28T20:57:21  <bsm117532> I'm looking at P2SH-wrapped-segwit.  And yes I mixed up scriptSig and scriptPubkey...I wish we could rename those... :-/
2352016-06-28T20:57:44  <bsm117532> petertodd: If you have any further references, I'd be happy to try it out.
2362016-06-28T20:58:40  *** bustd_soket has quit IRC
2372016-06-28T20:59:05  <bsm117532> or collaborate on a PR for python-bitcoinlib...
2382016-06-28T21:08:25  *** Guyver2 has joined #bitcoin-core-dev
2392016-06-28T21:12:26  *** bustd_soket has joined #bitcoin-core-dev
2402016-06-28T21:22:04  *** Chris_Stewart_5 has quit IRC
2412016-06-28T21:31:49  <gmaxwell> gmail is marking all erik's mail as spam, I was wondering why I was only seeing one half of the conversation.
2422016-06-28T21:32:05  <gmaxwell> "Be careful with this message. It contains content that's typically used to steal personal information."
2432016-06-28T21:32:22  <btcdrak> what's the header?
2442016-06-28T21:37:38  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2452016-06-28T21:37:41  <btcdrak> gmaxwell if you mean Eric Voskuil, strangely my gmail isnt marking his messages as spam.
2462016-06-28T21:38:33  <gmaxwell> yes, I do.
2472016-06-28T21:39:43  *** bsm117532 has quit IRC
2482016-06-28T21:40:55  *** spudowiar has joined #bitcoin-core-dev
2492016-06-28T21:41:09  *** bsm117532 has joined #bitcoin-core-dev
2502016-06-28T21:42:51  *** owowo has quit IRC
2512016-06-28T21:47:25  *** fengling has joined #bitcoin-core-dev
2522016-06-28T21:48:08  *** owowo has joined #bitcoin-core-dev
2532016-06-28T21:48:08  *** owowo has joined #bitcoin-core-dev
2542016-06-28T21:51:31  *** moli has quit IRC
2552016-06-28T21:51:46  *** fengling has quit IRC
2562016-06-28T22:13:49  *** moli has joined #bitcoin-core-dev
2572016-06-28T22:23:40  *** grubles has quit IRC
2582016-06-28T22:48:25  *** fengling has joined #bitcoin-core-dev
2592016-06-28T22:48:41  *** cryptapus is now known as cryptapus_afk
2602016-06-28T22:53:06  *** fengling has quit IRC
2612016-06-28T23:04:59  *** hsmiths has quit IRC
2622016-06-28T23:05:53  *** hsmiths has joined #bitcoin-core-dev
2632016-06-28T23:06:53  *** Guyver2 has quit IRC
2642016-06-28T23:15:38  *** grubles has joined #bitcoin-core-dev
2652016-06-28T23:22:06  *** xiangfu has joined #bitcoin-core-dev
2662016-06-28T23:23:56  *** grubles has quit IRC
2672016-06-28T23:27:50  *** grubles has joined #bitcoin-core-dev
2682016-06-28T23:50:05  *** fengling has joined #bitcoin-core-dev
2692016-06-28T23:54:46  *** fengling has quit IRC