12018-03-16T00:00:16  *** hirish has quit IRC
  22018-03-16T00:00:30  *** hirish has joined #bitcoin-core-dev
  32018-03-16T00:00:36  <promag> sipa: I was reading that one, are you going to remove the remaining REF usages?
  42018-03-16T00:00:47  *** weez17 has joined #bitcoin-core-dev
  52018-03-16T00:01:40  <sipa> promag: i'm going to remove all casts from the serialization code, see #10785
  62018-03-16T00:01:44  <gribble> https://github.com/bitcoin/bitcoin/issues/10785 | Serialization improvements by sipa · Pull Request #10785 · bitcoin/bitcoin · GitHub
  72018-03-16T00:02:18  *** harrymm has quit IRC
  82018-03-16T00:04:35  *** AaronvanW has quit IRC
  92018-03-16T00:05:10  *** AaronvanW has joined #bitcoin-core-dev
 102018-03-16T00:15:37  *** harrymm has joined #bitcoin-core-dev
 112018-03-16T00:16:43  <kallewoof> I'm a little confused by luke-jr's comment on {sign/verify}message replacement thread. He is saying not specific UTXO's but prove that funds are available. How would you do that, if you didn't sign for specific UTXO's?
 122018-03-16T00:17:18  <kallewoof> Basically, he wants to be able to prove that funds are available using a signature, since that's often what people do with signmessage today.
 132018-03-16T00:21:35  *** Guyver2 has quit IRC
 142018-03-16T00:29:03  *** promag has quit IRC
 152018-03-16T00:29:22  *** qrestlove has joined #bitcoin-core-dev
 162018-03-16T00:30:17  *** YellowSphere has joined #bitcoin-core-dev
 172018-03-16T00:30:28  *** qrestlove has quit IRC
 182018-03-16T00:30:45  *** YellowSphere has quit IRC
 192018-03-16T00:31:26  *** qrestlove has joined #bitcoin-core-dev
 202018-03-16T00:31:32  *** YellowSphere has joined #bitcoin-core-dev
 212018-03-16T00:32:28  *** YellowSphere has quit IRC
 222018-03-16T00:34:52  *** YellowSphere has joined #bitcoin-core-dev
 232018-03-16T00:37:36  *** rootreddragon has joined #bitcoin-core-dev
 242018-03-16T00:38:27  *** AaronvanW has quit IRC
 252018-03-16T00:41:14  *** vicenteH` has quit IRC
 262018-03-16T00:43:00  *** YellowSphere has quit IRC
 272018-03-16T00:51:28  <bitcoin-git> [bitcoin] kallewoof opened pull request #12701: [wallet] importprivkey: explicit rescan for known key (master...importprivkey-explicit-rescan) https://github.com/bitcoin/bitcoin/pull/12701
 282018-03-16T00:52:00  *** grafcaps has quit IRC
 292018-03-16T00:54:39  *** Randolf has joined #bitcoin-core-dev
 302018-03-16T00:56:42  *** promag has joined #bitcoin-core-dev
 312018-03-16T00:57:06  *** Murch has quit IRC
 322018-03-16T00:59:33  <bitcoin-git> [bitcoin] kallewoof opened pull request #12702: [wallet] [rpc] [doc] importprivkey: hint about importmulti (master...importprivkey-importmulti-hint) https://github.com/bitcoin/bitcoin/pull/12702
 332018-03-16T00:59:39  *** dabura667 has joined #bitcoin-core-dev
 342018-03-16T01:01:45  <bitcoin-git> [bitcoin] kallewoof closed pull request #12701: [wallet] importprivkey: explicit rescan for known key (master...importprivkey-explicit-rescan) https://github.com/bitcoin/bitcoin/pull/12701
 352018-03-16T01:02:34  <promag> kallewoof: IMO all RPC that are a subset of importmulti should be deprecated
 362018-03-16T01:02:47  <sipa> well not right now
 372018-03-16T01:02:56  <sipa> importmulti can't deal with P2SH-P2WPKH addresses yet
 382018-03-16T01:03:02  * sipa adds to TODO list
 392018-03-16T01:03:15  <promag> sipa maybe never (so it doesn't break anything)
 402018-03-16T01:03:21  <sipa> ?
 412018-03-16T01:04:02  <promag> I mean, existing software would have to change if we deprecated those calls
 422018-03-16T01:04:17  <sipa> deprecating doesn't mean removing
 432018-03-16T01:04:21  *** grafcaps has joined #bitcoin-core-dev
 442018-03-16T01:04:29  <promag> sipa: means it will be removed
 452018-03-16T01:04:33  <promag> no?
 462018-03-16T01:04:39  <promag> eventually.. :P
 472018-03-16T01:04:41  <sipa> yes, at some point in the future
 482018-03-16T01:04:43  <sipa> exactly
 492018-03-16T01:04:55  <sipa> we're deprecating and removing things all the time
 502018-03-16T01:05:36  *** pyericz has joined #bitcoin-core-dev
 512018-03-16T01:05:46  <promag> anyway, IMO the note should be "use importmulti instead, even for 1 entry"
 522018-03-16T01:06:12  <kallewoof> promag: I'm fine with that, but sipa noted that there are cases where you cannot use importmulti.
 532018-03-16T01:06:19  *** tecneecs has joined #bitcoin-core-dev
 542018-03-16T01:06:40  <sipa> well we should fix that :)
 552018-03-16T01:06:40  <kallewoof> promag: So I'm keeping it as is. To be updated once P2SH-P2WPKH support is added to importmulti.
 562018-03-16T01:07:11  <kallewoof> sipa: Yeah that would be ideal, I suppose
 572018-03-16T01:07:55  <promag> is there a plan for that sipa?
 582018-03-16T01:08:08  <sipa> I hereby instate such a plan.
 592018-03-16T01:08:41  <sipa> (it's listed as a future TODO in #11403
 602018-03-16T01:08:45  <gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
 612018-03-16T01:14:37  <kallewoof> Weird that the importmulti says `"rescan": <false>   (boolean, optional, default: true)`. Sending mixed signals there lol...
 622018-03-16T01:15:06  <sipa> lol
 632018-03-16T01:15:09  <sipa> that should be fixed
 642018-03-16T01:15:27  <kallewoof> Yeah, it's no biggie, but it had me scratching my head for a sec.
 652018-03-16T01:17:10  <kallewoof> Also feels like "scriptPubKey": "<script>" | { "address":"<address>" } could just be... "scriptPubKey" : "<script or address>" since I don't think there's ever a case where you would confuse an addy for a script or vice versa.
 662018-03-16T01:17:33  *** Victorsueca has quit IRC
 672018-03-16T01:17:40  <kallewoof> Or rather, you can always determine which it is, I think.
 682018-03-16T01:17:42  <sipa> the design makes things intentionally explicit
 692018-03-16T01:17:58  <sipa> to minimize risk for having the RPC doing something other than what you intend
 702018-03-16T01:18:09  <sipa> you also have to explicitly say you want something as watch only etc
 712018-03-16T01:18:26  <kallewoof> sipa: Gotcha. Yeah, that makes sense.
 722018-03-16T01:18:39  <sipa> it's certainly not the easiest thing to use as a human
 732018-03-16T01:18:44  *** Victorsueca has joined #bitcoin-core-dev
 742018-03-16T01:18:47  <sipa> but for programmatic access, none of these things matter
 752018-03-16T01:18:53  *** wolfspraul has quit IRC
 762018-03-16T01:19:22  <kallewoof> *nod*
 772018-03-16T01:19:42  *** wolfspraul has joined #bitcoin-core-dev
 782018-03-16T01:20:45  <promag> +1
 792018-03-16T01:21:30  <promag> it doesn't try to guess, but it validates the input
 802018-03-16T01:22:16  <promag> out of battery o/
 812018-03-16T01:22:19  *** promag has quit IRC
 822018-03-16T01:30:19  *** midnightmagic has joined #bitcoin-core-dev
 832018-03-16T01:33:07  *** baldur has quit IRC
 842018-03-16T01:35:19  *** Samdney has quit IRC
 852018-03-16T01:37:53  *** tknp has quit IRC
 862018-03-16T01:45:21  *** ken2812221 has quit IRC
 872018-03-16T01:46:03  *** ken2812221 has joined #bitcoin-core-dev
 882018-03-16T01:53:08  *** dafunkiz_ has joined #bitcoin-core-dev
 892018-03-16T01:55:16  *** baldur has joined #bitcoin-core-dev
 902018-03-16T01:57:36  *** Krellan has quit IRC
 912018-03-16T02:04:36  *** belcher has quit IRC
 922018-03-16T02:11:34  <jimpo> quit
 932018-03-16T02:11:47  <jimpo> :facepalm:
 942018-03-16T02:13:16  <sipa> hah
 952018-03-16T02:14:20  <sipa> jimpo: i just had a look at bip157/158; do you think it's really necessary that the extended filter is mandatory for the p2p protocol?
 962018-03-16T02:15:06  <jimpo> There was some discussion about how to do support for multiple filter types
 972018-03-16T02:15:30  <jimpo> the first draft had a getcftypes/cftypes message pair where a client could query a node's supported filters
 982018-03-16T02:16:13  <jimpo> but BlueMatt pointed out that it is something you want to filter nodes for before connecting (ie. exposed through addr advertisements)
 992018-03-16T02:16:27  *** qu4ku has joined #bitcoin-core-dev
1002018-03-16T02:16:29  <sipa> i guess i mostly don't understand why the extended filter is useful
1012018-03-16T02:16:36  <jimpo> so that was dropped and the service bit mandates nodes support all currently defined types
1022018-03-16T02:17:06  <sipa> so it seems like a waste of space
1032018-03-16T02:18:19  *** blackjesus11 has joined #bitcoin-core-dev
1042018-03-16T02:18:44  <sipa> but maybe i'm just missing the use case
1052018-03-16T02:18:47  <jimpo> hmm, I can't remember the reason right now. roasbeef would know.
1062018-03-16T02:19:23  <sipa> also, are there some numbers for how large the fikters typically are?
1072018-03-16T02:19:45  <jimpo> I'm collecting that data right now actually
1082018-03-16T02:19:49  <sipa> cool
1092018-03-16T02:20:11  <sipa> ideally it should be some small multiple of 20 bits per element, i expect.
1102018-03-16T02:21:45  <jimpo> right, the question is how many elements are expected per tx and how big they are compared to 20 bits
1112018-03-16T02:21:57  <jimpo> I should have an answer shortly
1122018-03-16T02:22:13  <jimpo> Thx for taking a look at the BIPs
1132018-03-16T02:24:25  *** go1111111 has quit IRC
1142018-03-16T02:24:29  *** Giszmo has quit IRC
1152018-03-16T02:24:43  <sipa> i also suggested before that it may be better to index just the entire scriptPubKey rather than individual pushes in it (every realistic output type these days has just one push, so for practical things it's the same, and has less risk for someone filling up the filter with many tiny pushes)
1162018-03-16T02:24:59  <sipa> but maybe that's a bit late to change (or there is another reason i'm missing)
1172018-03-16T02:26:56  <jimpo> Regarding the extended filter, it sounds like there aren't concrete applications right now, but it's for more complex contracting applications
1182018-03-16T02:27:19  <jimpo> So for example, in a world with MAST, you might want to find all txs with a particular script redeem clause
1192018-03-16T02:27:29  <sipa> mhmm
1202018-03-16T02:27:54  <sipa> in a world with signature aggregation there may not be anything to match o
1212018-03-16T02:28:08  <sipa> i'm not convinced that's useful in the long term
1222018-03-16T02:28:31  <jimpo> with sig aggregation aren't all of the pubkeys published?
1232018-03-16T02:28:32  <sipa> and in general, when there is, that in itself is sort of a sign that we're regealing too much information
1242018-03-16T02:28:40  <sipa> *key aggregation
1252018-03-16T02:28:48  <jimpo> I guess I'm not up to date on whether you are planning on using MuSig or Bellare-Neven
1262018-03-16T02:29:00  <sipa> BN, but this is orthogonal
1272018-03-16T02:29:15  <jimpo> With BN, individual pubkeys are published, right?
1282018-03-16T02:29:29  <sipa> yes, but there would generally just be one per output
1292018-03-16T02:29:41  <sipa> BN is used across the inputs of a tx
1302018-03-16T02:29:42  <jimpo> and regardless of key/sig aggregation, the use case of scanning for MAST redeem clauses still stands
1312018-03-16T02:29:53  <jimpo> no?
1322018-03-16T02:30:07  <sipa> ideally there would not be something to match on
1332018-03-16T02:30:45  <sipa> i do say ideally here - i see how it could be useful
1342018-03-16T02:30:54  <jimpo> he's something concrete:
1352018-03-16T02:31:05  <sipa> but in general we should aim for systems where all outputs and inouts are indistinguishable
1362018-03-16T02:31:33  <sipa> so the only thing to match on would be an exact output script, or an input (based on outpoint) spending iy
1372018-03-16T02:31:34  <jimpo> say lightning contracts are implemented with MAST and you want to find the ones that are redeemed with a particular hash preimage (for some reason)
1382018-03-16T02:31:48  <sipa> sure, for now
1392018-03-16T02:32:06  *** baldur has quit IRC
1402018-03-16T02:32:12  <sipa> longer term i think we want to avoid having hash preimages?
1412018-03-16T02:32:35  <sipa> i'm probably thinking further
1422018-03-16T02:33:37  *** Randolf has quit IRC
1432018-03-16T02:36:13  <jimpo> Perhaps
1442018-03-16T02:36:35  <sipa> i'm just a bit hesitant about committing to building a filter that only has uncertain use cases now, and is really only usable in situationd that are already undesirable
1452018-03-16T02:36:47  <jimpo> Ultimately, this becomes philosophical: do we want to have more options to be future-proof or only support uses cases that we can think of today
1462018-03-16T02:37:05  <sipa> hmm, i think it's the other way around
1472018-03-16T02:37:12  <sipa> adding a filter is easy if necessary
1482018-03-16T02:37:20  <jimpo> I don't have a strong preference as long as the basic filter is in
1492018-03-16T02:37:32  <sipa> removing one is hard, if there is an ecosystem that unnecessarily relies on ot
1502018-03-16T02:37:39  <sipa> *on it
1512018-03-16T02:38:03  *** qu4ku has quit IRC
1522018-03-16T02:38:07  <sipa> anyway, thanks for discussing it
1532018-03-16T02:38:15  <sipa> and i'm looking forward to seeing some numbers
1542018-03-16T02:39:12  * sipa afk
1552018-03-16T02:41:34  *** qu4ku has joined #bitcoin-core-dev
1562018-03-16T02:45:37  *** kryptopraxis has quit IRC
1572018-03-16T02:50:51  *** AaronvanW has joined #bitcoin-core-dev
1582018-03-16T02:52:15  *** Aaronvan_ has joined #bitcoin-core-dev
1592018-03-16T02:53:28  *** baldur has joined #bitcoin-core-dev
1602018-03-16T02:55:27  *** AaronvanW has quit IRC
1612018-03-16T02:57:39  *** Aaronvan_ has quit IRC
1622018-03-16T02:58:18  *** AaronvanW has joined #bitcoin-core-dev
1632018-03-16T02:59:16  *** kryptopraxis has joined #bitcoin-core-dev
1642018-03-16T03:02:59  *** AaronvanW has quit IRC
1652018-03-16T03:06:30  *** cryptojanitor has quit IRC
1662018-03-16T03:06:31  *** TheRec has quit IRC
1672018-03-16T03:06:32  *** tecneecs has quit IRC
1682018-03-16T03:11:52  *** Victorsueca has quit IRC
1692018-03-16T03:13:29  *** Victorsueca has joined #bitcoin-core-dev
1702018-03-16T03:36:31  *** dafunkiz_ has quit IRC
1712018-03-16T03:43:38  *** ula has quit IRC
1722018-03-16T03:54:54  *** baldur has quit IRC
1732018-03-16T04:08:13  *** Randolf has joined #bitcoin-core-dev
1742018-03-16T04:09:08  *** AaronvanW has joined #bitcoin-core-dev
1752018-03-16T04:14:09  *** AaronvanW has quit IRC
1762018-03-16T04:16:37  *** pyericz has quit IRC
1772018-03-16T04:19:48  *** sanada has joined #bitcoin-core-dev
1782018-03-16T04:24:28  *** Squidicc has joined #bitcoin-core-dev
1792018-03-16T04:25:57  *** Squidicuz has quit IRC
1802018-03-16T04:27:02  *** dafunkiz_ has joined #bitcoin-core-dev
1812018-03-16T04:28:41  *** lnostdal has quit IRC
1822018-03-16T04:36:51  *** pyericz has joined #bitcoin-core-dev
1832018-03-16T04:48:33  *** qu4ku has quit IRC
1842018-03-16T04:51:33  *** dafunkiz_ has quit IRC
1852018-03-16T04:52:33  *** pyericz has quit IRC
1862018-03-16T04:53:00  *** rex_4539 has joined #bitcoin-core-dev
1872018-03-16T04:58:03  *** dafunkiz_ has joined #bitcoin-core-dev
1882018-03-16T05:07:44  *** Victorsueca has quit IRC
1892018-03-16T05:09:04  *** Victorsueca has joined #bitcoin-core-dev
1902018-03-16T05:10:23  *** lnostdal has joined #bitcoin-core-dev
1912018-03-16T05:10:33  *** Randolf has quit IRC
1922018-03-16T05:31:02  *** d9b4bef9 has quit IRC
1932018-03-16T05:32:07  *** d9b4bef9 has joined #bitcoin-core-dev
1942018-03-16T05:34:30  *** Guest1754 has joined #bitcoin-core-dev
1952018-03-16T05:37:25  *** pyericz has joined #bitcoin-core-dev
1962018-03-16T05:56:22  <bitcoin-git> [bitcoin] bitkevin opened pull request #12704: base58: use map instead of strchr() when decode (master...b58_bitmap) https://github.com/bitcoin/bitcoin/pull/12704
1972018-03-16T06:01:53  *** qu4ku has joined #bitcoin-core-dev
1982018-03-16T06:07:50  *** qu4ku has quit IRC
1992018-03-16T06:09:59  *** AaronvanW has joined #bitcoin-core-dev
2002018-03-16T06:14:45  *** AaronvanW has quit IRC
2012018-03-16T06:19:24  *** lnostdal has quit IRC
2022018-03-16T06:20:28  *** lnostdal has joined #bitcoin-core-dev
2032018-03-16T06:21:08  *** dafunkiz_ has quit IRC
2042018-03-16T06:30:38  *** paracyst_ has joined #bitcoin-core-dev
2052018-03-16T06:31:26  *** paracyst has quit IRC
2062018-03-16T06:47:23  *** pyericz has quit IRC
2072018-03-16T06:50:49  *** pyericz has joined #bitcoin-core-dev
2082018-03-16T06:56:43  *** jtimon has quit IRC
2092018-03-16T07:20:14  *** Guest1754 has quit IRC
2102018-03-16T07:25:46  *** indistylo has joined #bitcoin-core-dev
2112018-03-16T07:40:13  <bitcoin-git> [bitcoin] kallewoof opened pull request #12705: Importmulti private key support (master...importmulti-wif-support) https://github.com/bitcoin/bitcoin/pull/12705
2122018-03-16T07:42:25  *** dgenr8 has quit IRC
2132018-03-16T07:43:13  *** dgenr8 has joined #bitcoin-core-dev
2142018-03-16T08:05:29  <stevenroose> Is there a limit on the number of outputs in a tx?
2152018-03-16T08:05:57  <stevenroose> it's just uint32, I guess? so no
2162018-03-16T08:06:22  *** lnostdal has quit IRC
2172018-03-16T08:06:57  *** lnostdal has joined #bitcoin-core-dev
2182018-03-16T08:11:26  *** AaronvanW has joined #bitcoin-core-dev
2192018-03-16T08:12:04  *** TheRec has joined #bitcoin-core-dev
2202018-03-16T08:14:45  *** Emcy has quit IRC
2212018-03-16T08:16:53  *** AaronvanW has quit IRC
2222018-03-16T08:29:19  *** zarez has joined #bitcoin-core-dev
2232018-03-16T08:29:21  *** TheRec_ has joined #bitcoin-core-dev
2242018-03-16T08:29:21  *** TheRec_ has joined #bitcoin-core-dev
2252018-03-16T08:34:20  *** TheRec_ has quit IRC
2262018-03-16T08:44:06  *** CubicEarths has quit IRC
2272018-03-16T08:44:16  *** Victorsueca has quit IRC
2282018-03-16T08:44:50  *** CubicEarths has joined #bitcoin-core-dev
2292018-03-16T08:45:35  *** Victorsueca has joined #bitcoin-core-dev
2302018-03-16T08:45:36  <pyericz> the more outputs in a tx, the more fees you have to pay
2312018-03-16T08:53:38  *** timothy has joined #bitcoin-core-dev
2322018-03-16T08:58:08  *** drizztbsd has joined #bitcoin-core-dev
2332018-03-16T08:58:14  *** timothy has quit IRC
2342018-03-16T08:59:42  *** CubicEar_ has joined #bitcoin-core-dev
2352018-03-16T09:00:55  <eklitzke> good luck fitting (1<<32) tx in a singe block
2362018-03-16T09:02:57  *** CubicEarths has quit IRC
2372018-03-16T09:06:01  <kallewoof> output, not tx, but yeah... 0.0002328306 bytes per output (excluding other tx content). need some rad compression to pull that off.
2382018-03-16T09:06:34  *** rex_4539 has quit IRC
2392018-03-16T09:07:59  *** dabura667 has quit IRC
2402018-03-16T09:10:01  *** Emcy has joined #bitcoin-core-dev
2412018-03-16T09:10:01  *** d9b4bef9 has quit IRC
2422018-03-16T09:11:13  *** d9b4bef9 has joined #bitcoin-core-dev
2432018-03-16T09:15:33  *** arbitrary_guy has quit IRC
2442018-03-16T09:19:43  *** promag has joined #bitcoin-core-dev
2452018-03-16T09:19:58  *** promag has joined #bitcoin-core-dev
2462018-03-16T09:26:26  *** vicenteH has joined #bitcoin-core-dev
2472018-03-16T09:31:53  *** dlb76_ has joined #bitcoin-core-dev
2482018-03-16T09:32:53  *** dlb76 has quit IRC
2492018-03-16T09:40:59  *** aruns__ has joined #bitcoin-core-dev
2502018-03-16T09:42:57  *** indistylo has quit IRC
2512018-03-16T09:43:01  *** dabura667 has joined #bitcoin-core-dev
2522018-03-16T09:49:57  *** go1111111 has joined #bitcoin-core-dev
2532018-03-16T09:51:39  *** rex_4539 has joined #bitcoin-core-dev
2542018-03-16T09:54:51  *** aruns__ has quit IRC
2552018-03-16T09:56:53  *** aruns__ has joined #bitcoin-core-dev
2562018-03-16T09:57:21  *** niska has quit IRC
2572018-03-16T09:58:36  *** dabura667 has quit IRC
2582018-03-16T10:03:24  *** niska has joined #bitcoin-core-dev
2592018-03-16T10:06:13  <karelb> Where do translations lie in bitcoin core source code?
2602018-03-16T10:07:03  <karelb> Oh, here?
2612018-03-16T10:07:03  <karelb> https://github.com/bitcoin/bitcoin/tree/master/src/qt/locale
2622018-03-16T10:09:10  <karelb> @spudowiar (not here now) had an idea - that it would be good to separate RPC documentation from the code, so things like https://github.com/bitcoin-core/bitcoincore.org/pull/526 could be generated (and fixed) more easily. I was thinking which format is best
2632018-03-16T10:11:13  *** CubicEar_ has quit IRC
2642018-03-16T10:11:53  *** CubicEarths has joined #bitcoin-core-dev
2652018-03-16T10:12:30  <karelb> since once you separate it into a format, you need to parse that :) if it isn't a C code
2662018-03-16T10:16:24  *** CubicEarths has quit IRC
2672018-03-16T10:19:29  *** promag has quit IRC
2682018-03-16T10:43:15  *** dlb76_ is now known as dlb76
2692018-03-16T10:43:37  *** dlb76 has joined #bitcoin-core-dev
2702018-03-16T10:50:00  *** promag has joined #bitcoin-core-dev
2712018-03-16T10:51:27  *** pyericz has quit IRC
2722018-03-16T10:54:45  *** promag has quit IRC
2732018-03-16T11:10:54  *** promag has joined #bitcoin-core-dev
2742018-03-16T11:24:30  *** CubicEarths has joined #bitcoin-core-dev
2752018-03-16T11:29:46  *** CubicEarths has quit IRC
2762018-03-16T11:35:39  <rex_4539> karelb Translations are in https://www.transifex.com/bitcoin
2772018-03-16T11:37:34  *** CubicEarths has joined #bitcoin-core-dev
2782018-03-16T11:42:25  *** CubicEarths has quit IRC
2792018-03-16T11:52:23  *** CubicEarths has joined #bitcoin-core-dev
2802018-03-16T11:53:59  *** Guyver2 has joined #bitcoin-core-dev
2812018-03-16T11:55:13  *** promag has quit IRC
2822018-03-16T11:57:06  *** belcher has joined #bitcoin-core-dev
2832018-03-16T11:57:19  *** CubicEarths has quit IRC
2842018-03-16T12:03:01  *** CubicEarths has joined #bitcoin-core-dev
2852018-03-16T12:04:09  *** particleman has quit IRC
2862018-03-16T12:06:55  *** promag has joined #bitcoin-core-dev
2872018-03-16T12:08:08  *** CubicEarths has quit IRC
2882018-03-16T12:08:14  *** luke-jr has quit IRC
2892018-03-16T12:10:20  *** setpill has joined #bitcoin-core-dev
2902018-03-16T12:16:06  *** doo-dah has joined #bitcoin-core-dev
2912018-03-16T12:17:02  *** CubicEarths has joined #bitcoin-core-dev
2922018-03-16T12:19:39  *** Victorsueca has quit IRC
2932018-03-16T12:21:05  *** Victorsueca has joined #bitcoin-core-dev
2942018-03-16T12:21:35  *** CubicEarths has quit IRC
2952018-03-16T12:23:48  *** CubicEarths has joined #bitcoin-core-dev
2962018-03-16T12:28:14  *** CubicEarths has quit IRC
2972018-03-16T12:33:30  *** Guest1754 has joined #bitcoin-core-dev
2982018-03-16T12:35:42  *** icey_KQ1ENX has joined #bitcoin-core-dev
2992018-03-16T12:41:41  *** Gnof has joined #bitcoin-core-dev
3002018-03-16T12:42:01  *** Gnof has left #bitcoin-core-dev
3012018-03-16T12:42:19  *** rex_4539 has quit IRC
3022018-03-16T12:46:21  *** zarez has quit IRC
3032018-03-16T12:46:41  *** zarez has joined #bitcoin-core-dev
3042018-03-16T12:47:01  *** CubicEarths has joined #bitcoin-core-dev
3052018-03-16T12:50:05  *** promag has quit IRC
3062018-03-16T12:51:58  *** CubicEarths has quit IRC
3072018-03-16T12:55:32  *** luke-jr has joined #bitcoin-core-dev
3082018-03-16T12:55:58  *** CubicEarths has joined #bitcoin-core-dev
3092018-03-16T12:55:58  *** cryptojanitor has joined #bitcoin-core-dev
3102018-03-16T12:58:05  *** Samdney has joined #bitcoin-core-dev
3112018-03-16T13:00:57  *** CubicEarths has quit IRC
3122018-03-16T13:03:38  *** indistylo has joined #bitcoin-core-dev
3132018-03-16T13:05:21  *** AaronvanW has joined #bitcoin-core-dev
3142018-03-16T13:05:33  *** aruns__ has quit IRC
3152018-03-16T13:07:06  *** CubicEarths has joined #bitcoin-core-dev
3162018-03-16T13:08:24  *** Chris_Stewart_5 has joined #bitcoin-core-dev
3172018-03-16T13:08:27  *** Randolf has joined #bitcoin-core-dev
3182018-03-16T13:10:00  *** aruns__ has joined #bitcoin-core-dev
3192018-03-16T13:10:04  *** indistylo has quit IRC
3202018-03-16T13:11:27  *** CubicEarths has quit IRC
3212018-03-16T13:12:22  *** justanotheruser has quit IRC
3222018-03-16T13:14:42  *** CubicEarths has joined #bitcoin-core-dev
3232018-03-16T13:19:29  *** CubicEarths has quit IRC
3242018-03-16T13:20:39  *** promag has joined #bitcoin-core-dev
3252018-03-16T13:20:45  *** CubicEarths has joined #bitcoin-core-dev
3262018-03-16T13:21:09  *** meshcollider has quit IRC
3272018-03-16T13:25:27  *** promag has quit IRC
3282018-03-16T13:25:33  *** CubicEarths has quit IRC
3292018-03-16T13:25:59  *** Guest1754 has quit IRC
3302018-03-16T13:33:29  *** CubicEarths has joined #bitcoin-core-dev
3312018-03-16T13:33:51  *** rex_4539 has joined #bitcoin-core-dev
3322018-03-16T13:34:30  *** pyericz has joined #bitcoin-core-dev
3332018-03-16T13:37:35  *** CubicEarths has quit IRC
3342018-03-16T13:38:36  *** farsider350 has joined #bitcoin-core-dev
3352018-03-16T13:41:35  <ossifrage> Has anyone shone interest in changing outbound rate limit works from a bytes/time interval to something a bit smoother?
3362018-03-16T13:42:28  <ossifrage> I added the ability to specify the nMaxOutboundLimit on the command line and I use a 1 hour limit vs the default of 24hrs
3372018-03-16T13:45:00  <ossifrage> But I still get these spikes where bitcoind will saturate my gbit connection until it consumes the 1 hour limit
3382018-03-16T13:45:47  <ossifrage> I could rate limit at the firewall, but I don't want to slow down normal usage, just serving old blocks
3392018-03-16T13:47:12  *** promag has joined #bitcoin-core-dev
3402018-03-16T13:48:34  *** drizztbsd is now known as timothy
3412018-03-16T13:51:58  *** promag has quit IRC
3422018-03-16T13:55:26  *** CubicEarths has joined #bitcoin-core-dev
3432018-03-16T13:57:44  *** larafale has joined #bitcoin-core-dev
3442018-03-16T13:59:57  *** CubicEarths has quit IRC
3452018-03-16T14:03:22  *** aruns__ has quit IRC
3462018-03-16T14:03:45  *** indistylo has joined #bitcoin-core-dev
3472018-03-16T14:05:37  *** CubicEarths has joined #bitcoin-core-dev
3482018-03-16T14:06:30  *** Chris_Stewart_5 has quit IRC
3492018-03-16T14:10:33  *** CubicEarths has quit IRC
3502018-03-16T14:13:48  *** CubicEarths has joined #bitcoin-core-dev
3512018-03-16T14:18:29  *** CubicEarths has quit IRC
3522018-03-16T14:19:03  *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
3532018-03-16T14:19:03  *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
3542018-03-16T14:20:15  *** Chris_Stewart_5 has joined #bitcoin-core-dev
3552018-03-16T14:26:20  *** promag has joined #bitcoin-core-dev
3562018-03-16T14:39:25  <hkjn0> hm, when building on armv7l, I a) build depends, b) do ./configure with --prefix set to depends/<arch>, c) make, this works fine, but unexpectedly leads 'make install' to put bins and libs in that prefix
3572018-03-16T14:39:45  <hkjn0> i.e instead of bitcoind being installed in /usr/local/bin, I get: 'libtool: install: /usr/bin/install -c bitcoind /usr/local/src/bitcoin/depends/armv7l-unknown-linux-gnueabihf/bin/bitcoind'
3582018-03-16T14:41:50  *** TaintedTrust has joined #bitcoin-core-dev
3592018-03-16T14:42:08  <hkjn0> I found https://cmake.org/cmake/help/v3.0/variable/CMAKE_INSTALL_PREFIX.html which looked promising, but doesn't quite do it: 'libtool: install: /usr/bin/install -c bitcoind /usr/local/bin/usr/local/src/bitcoin/depends/armv7l-unknown-linux-gnueabihf/bin/bitcoind'
3602018-03-16T14:45:39  *** pyericz has quit IRC
3612018-03-16T14:52:27  *** Guest43997 has quit IRC
3622018-03-16T15:00:12  *** TaintedTrust has quit IRC
3632018-03-16T15:12:20  <bitcoin-git> [bitcoin] practicalswift opened pull request #12707: log: Be less confusing in the way we inform the user that logging has started (master...scrolling-can-be-fun-but-this-is-too-much-fun) https://github.com/bitcoin/bitcoin/pull/12707
3642018-03-16T15:13:01  *** nman999_ has joined #bitcoin-core-dev
3652018-03-16T15:15:11  *** TaintedTrust has joined #bitcoin-core-dev
3662018-03-16T15:15:24  *** vicenteH has quit IRC
3672018-03-16T15:16:51  *** Guyver2 has quit IRC
3682018-03-16T15:21:42  *** mrannanay has joined #bitcoin-core-dev
3692018-03-16T15:22:47  *** Cogito_Ergo_Sum has quit IRC
3702018-03-16T15:29:43  *** qu4ku has joined #bitcoin-core-dev
3712018-03-16T15:30:57  *** indistylo has quit IRC
3722018-03-16T15:35:04  *** setpill has quit IRC
3732018-03-16T15:36:02  *** TaintedTrust has quit IRC
3742018-03-16T15:39:35  *** CubicEarths has joined #bitcoin-core-dev
3752018-03-16T15:39:54  *** Giszmo has joined #bitcoin-core-dev
3762018-03-16T15:42:53  *** Something__ has joined #bitcoin-core-dev
3772018-03-16T15:42:57  *** Randolf has quit IRC
3782018-03-16T15:44:09  *** CubicEarths has quit IRC
3792018-03-16T15:45:55  *** CubicEarths has joined #bitcoin-core-dev
3802018-03-16T15:46:24  *** Something__ has quit IRC
3812018-03-16T15:50:06  *** CubicEarths has quit IRC
3822018-03-16T15:52:28  *** CubicEarths has joined #bitcoin-core-dev
3832018-03-16T15:53:29  *** HFRadical has quit IRC
3842018-03-16T15:54:46  *** qu4ku has quit IRC
3852018-03-16T15:55:22  *** pindarhk__ has joined #bitcoin-core-dev
3862018-03-16T15:55:35  *** promag has quit IRC
3872018-03-16T15:55:45  *** cryptojanitor has quit IRC
3882018-03-16T15:55:45  *** freedomcode has joined #bitcoin-core-dev
3892018-03-16T15:57:05  *** CubicEarths has quit IRC
3902018-03-16T15:58:00  *** comboy has joined #bitcoin-core-dev
3912018-03-16T15:58:25  *** Eliel has joined #bitcoin-core-dev
3922018-03-16T15:58:34  *** sjums has joined #bitcoin-core-dev
3932018-03-16T15:58:59  *** lari_ has joined #bitcoin-core-dev
3942018-03-16T15:59:17  *** wump has joined #bitcoin-core-dev
3952018-03-16T16:01:57  *** phantomcircuit_ has joined #bitcoin-core-dev
3962018-03-16T16:02:46  *** Ge0rges_ has joined #bitcoin-core-dev
3972018-03-16T16:03:01  *** Evel-Knievel has quit IRC
3982018-03-16T16:03:01  *** gwillen has quit IRC
3992018-03-16T16:03:01  *** Eliel_ has quit IRC
4002018-03-16T16:03:01  *** comboy_ has quit IRC
4012018-03-16T16:03:01  *** sjums_ has quit IRC
4022018-03-16T16:03:02  *** wumpus has quit IRC
4032018-03-16T16:03:02  *** lio17 has quit IRC
4042018-03-16T16:03:02  *** Soligor has quit IRC
4052018-03-16T16:03:02  *** lari has quit IRC
4062018-03-16T16:03:02  *** eklitzke has quit IRC
4072018-03-16T16:03:02  *** robby938 has quit IRC
4082018-03-16T16:03:03  *** pindarhk_ has quit IRC
4092018-03-16T16:03:03  *** reardencode has quit IRC
4102018-03-16T16:03:03  *** Sentineo has quit IRC
4112018-03-16T16:03:03  *** phantomcircuit has quit IRC
4122018-03-16T16:03:03  *** Ge0rges has quit IRC
4132018-03-16T16:03:03  *** Ge0rges_ is now known as Ge0rges
4142018-03-16T16:03:03  *** pindarhk__ is now known as pindarhk_
4152018-03-16T16:03:36  *** lio17 has joined #bitcoin-core-dev
4162018-03-16T16:04:11  *** Evel-Knievel has joined #bitcoin-core-dev
4172018-03-16T16:06:30  *** Something__ has joined #bitcoin-core-dev
4182018-03-16T16:06:40  *** CubicEarths has joined #bitcoin-core-dev
4192018-03-16T16:08:11  *** nman999_ has quit IRC
4202018-03-16T16:09:27  *** Something__ has quit IRC
4212018-03-16T16:09:36  *** promag has joined #bitcoin-core-dev
4222018-03-16T16:09:36  *** eklitzke has joined #bitcoin-core-dev
4232018-03-16T16:10:10  *** Sentineo has joined #bitcoin-core-dev
4242018-03-16T16:10:17  *** robby938 has joined #bitcoin-core-dev
4252018-03-16T16:11:46  *** CubicEarths has quit IRC
4262018-03-16T16:16:52  *** CubicEarths has joined #bitcoin-core-dev
4272018-03-16T16:18:58  *** gwillen has joined #bitcoin-core-dev
4282018-03-16T16:18:58  *** Soligor has joined #bitcoin-core-dev
4292018-03-16T16:21:57  *** CubicEarths has quit IRC
4302018-03-16T16:22:07  *** jtimon has joined #bitcoin-core-dev
4312018-03-16T16:31:34  *** Randolf has joined #bitcoin-core-dev
4322018-03-16T16:31:41  *** CubicEarths has joined #bitcoin-core-dev
4332018-03-16T16:33:17  *** guest_ has joined #bitcoin-core-dev
4342018-03-16T16:35:57  *** CubicEarths has quit IRC
4352018-03-16T16:37:11  <Guest39> ping
4362018-03-16T16:39:29  *** schmidty has joined #bitcoin-core-dev
4372018-03-16T16:39:35  *** Chris_Stewart_5 has quit IRC
4382018-03-16T16:39:53  *** schmidty is now known as Guest17915
4392018-03-16T16:42:28  *** Guest39 has joined #bitcoin-core-dev
4402018-03-16T16:43:11  *** guest_ has quit IRC
4412018-03-16T16:45:30  *** CubicEarths has joined #bitcoin-core-dev
4422018-03-16T16:48:56  *** laurentmt has joined #bitcoin-core-dev
4432018-03-16T16:49:59  *** CubicEarths has quit IRC
4442018-03-16T16:50:55  *** laurentmt has quit IRC
4452018-03-16T16:51:17  *** laurentmt has joined #bitcoin-core-dev
4462018-03-16T16:52:01  *** justanotheruser has joined #bitcoin-core-dev
4472018-03-16T16:52:13  *** jcorgan has quit IRC
4482018-03-16T16:52:40  *** CubicEarths has joined #bitcoin-core-dev
4492018-03-16T16:52:50  *** justanotheruser has quit IRC
4502018-03-16T16:53:09  *** justanotheruser has joined #bitcoin-core-dev
4512018-03-16T16:53:25  *** Something__ has joined #bitcoin-core-dev
4522018-03-16T16:53:47  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4532018-03-16T16:56:11  *** Something__ has quit IRC
4542018-03-16T16:57:33  *** CubicEarths has quit IRC
4552018-03-16T16:58:09  *** promag has quit IRC
4562018-03-16T16:59:46  *** CubicEarths has joined #bitcoin-core-dev
4572018-03-16T17:00:08  *** promag has joined #bitcoin-core-dev
4582018-03-16T17:00:36  *** cryptapus has quit IRC
4592018-03-16T17:01:26  *** Giszmo has quit IRC
4602018-03-16T17:01:49  *** grafcaps has quit IRC
4612018-03-16T17:03:57  *** CubicEarths has quit IRC
4622018-03-16T17:07:19  *** Deinogalerix21 has joined #bitcoin-core-dev
4632018-03-16T17:13:55  *** SopaXorzTaker has joined #bitcoin-core-dev
4642018-03-16T17:17:37  *** SopaXorzTaker has quit IRC
4652018-03-16T17:18:40  *** SopaXorzTaker has joined #bitcoin-core-dev
4662018-03-16T17:19:01  *** CubicEarths has joined #bitcoin-core-dev
4672018-03-16T17:20:48  *** grafcaps has joined #bitcoin-core-dev
4682018-03-16T17:23:52  *** CubicEarths has quit IRC
4692018-03-16T17:25:38  <arubi> hkjn0, you need to use --exec-prefix to set the install directory
4702018-03-16T17:28:26  *** zarez has quit IRC
4712018-03-16T17:28:54  <bitcoin-git> [bitcoin] sipa opened pull request #12708: Make verify-commits.sh test that merges are clean (master...201803_cleanmerge) https://github.com/bitcoin/bitcoin/pull/12708
4722018-03-16T17:31:23  *** jojeyh has quit IRC
4732018-03-16T17:31:26  *** farsider350 has quit IRC
4742018-03-16T17:32:26  *** Guest39 is now known as Moneyball
4752018-03-16T17:32:49  *** farsider350 has joined #bitcoin-core-dev
4762018-03-16T17:34:33  *** grafcaps has quit IRC
4772018-03-16T17:35:27  *** promag has quit IRC
4782018-03-16T17:42:15  *** CubicEarths has joined #bitcoin-core-dev
4792018-03-16T17:46:53  <hkjn0> arubi: oh, so ./configure with both --prefix and --exec-prefix? thanks, will give it a try
4802018-03-16T17:47:09  *** CubicEarths has quit IRC
4812018-03-16T17:49:28  *** Moneyball is now known as moneyball
4822018-03-16T17:50:03  *** Chris_Stewart_5 has quit IRC
4832018-03-16T17:51:27  *** moneyball has quit IRC
4842018-03-16T17:51:49  *** moneyball has joined #bitcoin-core-dev
4852018-03-16T17:52:40  *** contrapumpkin has quit IRC
4862018-03-16T17:53:43  *** moneyball has quit IRC
4872018-03-16T17:54:05  *** Moneyball has joined #bitcoin-core-dev
4882018-03-16T17:54:37  *** CubicEarths has joined #bitcoin-core-dev
4892018-03-16T17:55:41  *** Guest1754 has joined #bitcoin-core-dev
4902018-03-16T17:55:47  *** CubicEarths has quit IRC
4912018-03-16T17:56:06  *** CubicEarths has joined #bitcoin-core-dev
4922018-03-16T17:56:09  *** Moneyball has quit IRC
4932018-03-16T17:56:50  *** Moneyball has joined #bitcoin-core-dev
4942018-03-16T17:57:24  *** Moneyball has quit IRC
4952018-03-16T17:57:42  *** moneyball has joined #bitcoin-core-dev
4962018-03-16T18:01:33  *** rex_4539 has quit IRC
4972018-03-16T18:04:53  *** meshcollider has joined #bitcoin-core-dev
4982018-03-16T18:10:07  *** Deinogalerix21 has quit IRC
4992018-03-16T18:10:49  *** dafunkiz_ has joined #bitcoin-core-dev
5002018-03-16T18:12:20  *** grafcaps has joined #bitcoin-core-dev
5012018-03-16T18:12:58  *** contrapumpkin has joined #bitcoin-core-dev
5022018-03-16T18:36:25  <bitcoin-git> [bitcoin] instagibbs opened pull request #12709: shuffle sendmany recipients ordering, since caller cannot control (master...shuffleoutputs) https://github.com/bitcoin/bitcoin/pull/12709
5032018-03-16T18:42:21  *** d_t has quit IRC
5042018-03-16T18:43:09  *** larafale has quit IRC
5052018-03-16T18:43:49  *** larafale has joined #bitcoin-core-dev
5062018-03-16T18:46:11  *** timothy has quit IRC
5072018-03-16T18:47:57  *** larafale has quit IRC
5082018-03-16T18:49:33  *** justanotheruser has quit IRC
5092018-03-16T18:58:16  *** rex_4539 has joined #bitcoin-core-dev
5102018-03-16T19:06:33  *** twistedline_ has quit IRC
5112018-03-16T19:06:38  *** twistedline has joined #bitcoin-core-dev
5122018-03-16T19:12:01  *** jcorgan has joined #bitcoin-core-dev
5132018-03-16T19:16:07  *** laurentmt has quit IRC
5142018-03-16T19:31:57  *** go1111111 has quit IRC
5152018-03-16T19:43:13  *** dafunkiz_ has quit IRC
5162018-03-16T19:51:34  *** Randolf has quit IRC
5172018-03-16T19:56:07  *** SopaXorzTaker has quit IRC
5182018-03-16T20:01:00  *** moneyball has quit IRC
5192018-03-16T20:04:49  *** dafunkiz_ has joined #bitcoin-core-dev
5202018-03-16T20:07:30  *** bsm117532 has quit IRC
5212018-03-16T20:13:02  *** Randolf has joined #bitcoin-core-dev
5222018-03-16T20:13:20  *** jtimon has quit IRC
5232018-03-16T20:14:39  *** meshcollider has quit IRC
5242018-03-16T20:19:22  <provoostenator> Alright, I went through the list of open Github tickets today. Hopefully helped a few get closed soon, but I may also have awakened a dragon or two.
5252018-03-16T20:20:15  *** larafale has joined #bitcoin-core-dev
5262018-03-16T20:23:29  *** dafunkiz_ has quit IRC
5272018-03-16T20:24:23  *** dafunkiz_ has joined #bitcoin-core-dev
5282018-03-16T20:25:55  *** Giszmo has joined #bitcoin-core-dev
5292018-03-16T20:32:00  <jimpo> That's epic, provoostenator. Thanks!
5302018-03-16T20:32:05  *** promag has joined #bitcoin-core-dev
5312018-03-16T20:39:42  *** promag has quit IRC
5322018-03-16T20:41:07  *** promag has joined #bitcoin-core-dev
5332018-03-16T20:42:43  *** jtimon has joined #bitcoin-core-dev
5342018-03-16T20:45:18  *** belcher has quit IRC
5352018-03-16T20:51:37  *** vicenteH has joined #bitcoin-core-dev
5362018-03-16T20:51:57  *** Randolf has quit IRC
5372018-03-16T20:53:56  *** arbitrary_guy has joined #bitcoin-core-dev
5382018-03-16T20:57:48  *** rootreddragon_ has joined #bitcoin-core-dev
5392018-03-16T20:58:21  *** promag has quit IRC
5402018-03-16T20:59:42  *** larafale has quit IRC
5412018-03-16T21:00:16  *** dafunkiz_ has quit IRC
5422018-03-16T21:00:24  *** rootreddragon has quit IRC
5432018-03-16T21:03:02  *** Guyver2 has joined #bitcoin-core-dev
5442018-03-16T21:17:29  *** moneyball has joined #bitcoin-core-dev
5452018-03-16T21:23:55  *** tknp has joined #bitcoin-core-dev
5462018-03-16T21:25:36  *** Guest1754 has quit IRC
5472018-03-16T21:26:03  *** tknp has quit IRC
5482018-03-16T21:27:02  *** Randolf has joined #bitcoin-core-dev
5492018-03-16T21:28:40  *** Murch has joined #bitcoin-core-dev
5502018-03-16T21:32:45  *** cryptojanitor has joined #bitcoin-core-dev
5512018-03-16T21:38:03  *** sneakerhax has joined #bitcoin-core-dev
5522018-03-16T21:39:29  *** Murch has quit IRC
5532018-03-16T21:50:24  *** belcher has joined #bitcoin-core-dev
5542018-03-16T21:56:24  *** Murchone has joined #bitcoin-core-dev
5552018-03-16T22:00:26  *** larafale has joined #bitcoin-core-dev
5562018-03-16T22:01:47  *** kryptopraxis has quit IRC
5572018-03-16T22:04:25  *** d_t has joined #bitcoin-core-dev
5582018-03-16T22:04:48  <Randolf> provoostenator:  Dragons waking up now?  Excellent, for cryptocurrencies need more dragons to scare the troublemakers away.  :)
5592018-03-16T22:05:27  *** larafale has quit IRC
5602018-03-16T22:07:23  *** belcher has quit IRC
5612018-03-16T22:07:23  *** Sentineo has quit IRC
5622018-03-16T22:07:24  *** Emcy has quit IRC
5632018-03-16T22:07:24  *** weez17 has quit IRC
5642018-03-16T22:07:24  *** atroxes has quit IRC
5652018-03-16T22:07:25  *** adiabat has quit IRC
5662018-03-16T22:07:25  *** karelb has quit IRC
5672018-03-16T22:07:28  *** Murchone has quit IRC
5682018-03-16T22:07:52  *** belcher has joined #bitcoin-core-dev
5692018-03-16T22:07:52  *** Sentineo has joined #bitcoin-core-dev
5702018-03-16T22:07:52  *** Emcy has joined #bitcoin-core-dev
5712018-03-16T22:07:52  *** weez17 has joined #bitcoin-core-dev
5722018-03-16T22:07:52  *** atroxes has joined #bitcoin-core-dev
5732018-03-16T22:07:52  *** adiabat has joined #bitcoin-core-dev
5742018-03-16T22:07:52  *** karelb has joined #bitcoin-core-dev
5752018-03-16T22:09:57  *** d9b4bef9 has quit IRC
5762018-03-16T22:11:34  *** grafcaps has quit IRC
5772018-03-16T22:19:48  *** drexl has joined #bitcoin-core-dev
5782018-03-16T22:20:33  *** sneakerhax has quit IRC
5792018-03-16T22:21:45  *** timothy has joined #bitcoin-core-dev
5802018-03-16T22:21:56  *** timothy has quit IRC
5812018-03-16T22:26:41  *** grafcaps has joined #bitcoin-core-dev
5822018-03-16T22:29:34  *** dafunkiz_ has joined #bitcoin-core-dev
5832018-03-16T22:35:35  *** Deinogalerix21 has joined #bitcoin-core-dev
5842018-03-16T22:43:31  *** Victorsueca has quit IRC
5852018-03-16T22:45:05  *** Victorsueca has joined #bitcoin-core-dev
5862018-03-16T22:45:09  *** Deinogalerix21 has quit IRC
5872018-03-16T23:00:24  *** randy-waterhouse has joined #bitcoin-core-dev
5882018-03-16T23:00:41  *** randy-waterhouse has joined #bitcoin-core-dev
5892018-03-16T23:01:05  *** Sinclair6 has quit IRC
5902018-03-16T23:01:33  *** Randolf has quit IRC
5912018-03-16T23:02:28  *** Sinclair6 has joined #bitcoin-core-dev
5922018-03-16T23:11:28  *** mrannanay has quit IRC
5932018-03-16T23:12:15  *** rex_4539 has quit IRC
5942018-03-16T23:16:31  *** AaronvanW has quit IRC
5952018-03-16T23:23:45  *** owowo has quit IRC
5962018-03-16T23:28:07  *** owowo has joined #bitcoin-core-dev
5972018-03-16T23:28:07  *** owowo has joined #bitcoin-core-dev
5982018-03-16T23:31:32  *** grafcaps_ has joined #bitcoin-core-dev
5992018-03-16T23:32:06  *** grafcaps has quit IRC
6002018-03-16T23:36:18  *** grafcaps_ is now known as grafcaps
6012018-03-16T23:36:36  *** intcat has quit IRC
6022018-03-16T23:38:24  *** intcat has joined #bitcoin-core-dev
6032018-03-16T23:41:08  *** ProfMac has quit IRC
6042018-03-16T23:46:50  *** rootreddragon_ has quit IRC
6052018-03-16T23:54:48  *** larafale has joined #bitcoin-core-dev
6062018-03-16T23:59:54  <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7be9a9a570c1...af20f9b1d485
6072018-03-16T23:59:54  <bitcoin-git> bitcoin/master 7ef46d0 practicalswift: Remove redundant includes. Conform to header include guidelines....
6082018-03-16T23:59:55  <bitcoin-git> bitcoin/master af20f9b Pieter Wuille: Merge #12542: Remove redundant includes. Conform to header include guidelines....