12019-04-27T00:00:01 *** dfkt has quit IRC
22019-04-27T00:03:14 *** justanotheruser has joined #bitcoin-core-dev
32019-04-27T00:04:20 *** flukiluke1 has joined #bitcoin-core-dev
42019-04-27T00:06:30 *** pinheadmz has quit IRC
52019-04-27T00:42:48 *** brianhoffman has quit IRC
62019-04-27T00:48:50 *** pinheadmz has joined #bitcoin-core-dev
72019-04-27T00:48:59 *** Tralfaz has quit IRC
82019-04-27T00:59:13 *** Tralfaz has joined #bitcoin-core-dev
92019-04-27T01:00:59 *** Tralfaz has quit IRC
102019-04-27T01:09:19 *** pinheadmz has quit IRC
112019-04-27T01:17:44 *** pinheadmz has joined #bitcoin-core-dev
122019-04-27T01:19:08 *** Tralfaz has joined #bitcoin-core-dev
132019-04-27T01:23:30 *** scoop has joined #bitcoin-core-dev
142019-04-27T01:26:54 *** bitcoin-git has joined #bitcoin-core-dev
152019-04-27T01:26:54 <bitcoin-git> [bitcoin] amitiuttarwar opened pull request #15906: [wallet] Remove AvailableCoins nMinDepth argument (master...refactor_available_coins) https://github.com/bitcoin/bitcoin/pull/15906
162019-04-27T01:26:55 *** bitcoin-git has left #bitcoin-core-dev
172019-04-27T01:27:57 *** scoop has quit IRC
182019-04-27T01:30:09 *** scoop has joined #bitcoin-core-dev
192019-04-27T01:32:51 *** pinheadmz has quit IRC
202019-04-27T01:54:44 *** scoop has quit IRC
212019-04-27T02:10:01 *** pinheadmz has joined #bitcoin-core-dev
222019-04-27T02:19:42 <luke-jr> prevector.h:438:32: runtime error: reference binding to misaligned address 0x7ffcbf3f7962 for type 'prevector<28, unsigned char, unsigned int, int>::size_type' (aka 'unsigned int'), which requires 4 byte alignment
232019-04-27T02:19:51 <luke-jr> is this something to be concerned about? shouldn't Travis be detecting it?
242019-04-27T02:21:50 <sipa> that sounds concerning
252019-04-27T02:22:52 <sipa> i don't think we support any platform where this actually matters, but if we're violating an alignment it should be fixed
262019-04-27T02:25:00 <luke-jr> I've seen misaligned stuff crash on x86, but presumably not this particular case
272019-04-27T02:25:58 *** pinheadmz has quit IRC
282019-04-27T02:26:19 <sipa> there are some sse instructions that actually require alignment, but afaik for everything else it's at worst a performance penalty
292019-04-27T02:27:09 *** pinheadmz has joined #bitcoin-core-dev
302019-04-27T02:38:53 *** ccdle12 has joined #bitcoin-core-dev
312019-04-27T02:43:13 *** ccdle12 has quit IRC
322019-04-27T02:45:05 *** Skirmant has quit IRC
332019-04-27T02:50:13 *** laptop__ has quit IRC
342019-04-27T03:00:02 *** flukiluke1 has quit IRC
352019-04-27T03:00:42 <gmaxwell> sipa: misalignment is usually also UB, ... also the compiler will emit aligned SSE instructions when it can, and they will crash the program (unfortunately only when the misaligment is on a page boundary, so it can work correctly 99/100 times)
362019-04-27T03:01:41 <luke-jr> 4093/4096? :P
372019-04-27T03:04:26 *** Oejet has joined #bitcoin-core-dev
382019-04-27T03:11:06 *** pinheadmz has quit IRC
392019-04-27T03:23:05 *** Tralfaz has quit IRC
402019-04-27T03:30:28 *** bitcoin-git has joined #bitcoin-core-dev
412019-04-27T03:30:28 <bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65ec4d6fb2be...703414994aa4
422019-04-27T03:30:29 <bitcoin-git> bitcoin/master 99e88a3 Antoine Riard: rpc: Remove dependency on interfaces::Chain in SignTransaction
432019-04-27T03:30:30 <bitcoin-git> bitcoin/master 7034149 MeshCollider: Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransacti...
442019-04-27T03:30:30 *** bitcoin-git has left #bitcoin-core-dev
452019-04-27T03:31:13 *** bitcoin-git has joined #bitcoin-core-dev
462019-04-27T03:31:13 <bitcoin-git> [bitcoin] meshcollider merged pull request #15784: rpc: Remove dependency on interfaces::Chain in SignTransaction (master...2019-04-remove-chain-sign-tx-utility) https://github.com/bitcoin/bitcoin/pull/15784
472019-04-27T03:31:16 *** bitcoin-git has left #bitcoin-core-dev
482019-04-27T03:55:11 *** scoop has joined #bitcoin-core-dev
492019-04-27T03:59:53 *** scoop has quit IRC
502019-04-27T04:17:56 *** pinheadmz has joined #bitcoin-core-dev
512019-04-27T04:19:40 *** Tralfaz has joined #bitcoin-core-dev
522019-04-27T04:40:46 *** spinza has quit IRC
532019-04-27T05:35:22 *** spinza has joined #bitcoin-core-dev
542019-04-27T05:36:17 *** SopaXorzTaker has joined #bitcoin-core-dev
552019-04-27T05:42:00 *** pinheadmz has quit IRC
562019-04-27T05:45:10 *** hebasto has joined #bitcoin-core-dev
572019-04-27T05:56:05 *** BlueMatt has quit IRC
582019-04-27T05:56:56 *** pinheadmz has joined #bitcoin-core-dev
592019-04-27T06:00:01 *** Oejet has quit IRC
602019-04-27T06:18:05 *** tty1 has joined #bitcoin-core-dev
612019-04-27T06:26:52 *** justanotheruser has quit IRC
622019-04-27T06:40:01 *** scoop has joined #bitcoin-core-dev
632019-04-27T06:56:49 *** ccdle12 has joined #bitcoin-core-dev
642019-04-27T07:16:08 *** pinheadmz has quit IRC
652019-04-27T07:17:26 *** scoop has quit IRC
662019-04-27T07:18:21 *** scoop has joined #bitcoin-core-dev
672019-04-27T07:24:04 *** queip has quit IRC
682019-04-27T07:25:12 *** rafalcpp_ has quit IRC
692019-04-27T07:25:27 *** rafalcpp_ has joined #bitcoin-core-dev
702019-04-27T07:35:19 *** queip has joined #bitcoin-core-dev
712019-04-27T07:38:09 *** scoop has quit IRC
722019-04-27T08:05:29 *** IGHOR has joined #bitcoin-core-dev
732019-04-27T08:06:50 *** IGHOR has quit IRC
742019-04-27T08:09:15 *** IGHOR has joined #bitcoin-core-dev
752019-04-27T08:13:47 *** IGHOR has quit IRC
762019-04-27T08:16:23 *** IGHOR has joined #bitcoin-core-dev
772019-04-27T08:18:17 *** IGHOR has quit IRC
782019-04-27T08:20:36 *** IGHOR has joined #bitcoin-core-dev
792019-04-27T08:22:19 *** ccdle12_ has joined #bitcoin-core-dev
802019-04-27T08:23:48 *** IGHOR has quit IRC
812019-04-27T08:25:02 *** ccdle12 has quit IRC
822019-04-27T08:26:01 *** ccdle12_ has quit IRC
832019-04-27T08:26:27 *** IGHOR has joined #bitcoin-core-dev
842019-04-27T08:31:26 *** SopaXorzTaker has quit IRC
852019-04-27T08:54:25 *** bitcoin-git has joined #bitcoin-core-dev
862019-04-27T08:54:25 <bitcoin-git> [bitcoin] hebasto opened pull request #15908: scripts and tools, docs: Align MSVC build options with Linux build ones (master...20190427-align-msvc-linux) https://github.com/bitcoin/bitcoin/pull/15908
872019-04-27T08:54:27 *** bitcoin-git has left #bitcoin-core-dev
882019-04-27T09:00:02 *** tty1 has quit IRC
892019-04-27T09:04:26 *** kest10 has joined #bitcoin-core-dev
902019-04-27T09:22:09 *** booyah has quit IRC
912019-04-27T09:23:18 *** booyah has joined #bitcoin-core-dev
922019-04-27T09:51:21 *** bitcoin-git has joined #bitcoin-core-dev
932019-04-27T09:51:22 <bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/703414994aa4...b025aa3b9e1d
942019-04-27T09:51:22 <bitcoin-git> bitcoin/master c634b1e Pieter Wuille: [POLICY] Make sending to future native witness outputs standard
952019-04-27T09:51:22 <bitcoin-git> bitcoin/master b025aa3 MeshCollider: Merge #15846: [POLICY] Make sending to future native witness outputs stand...
962019-04-27T09:51:25 *** bitcoin-git has left #bitcoin-core-dev
972019-04-27T09:52:12 *** bitcoin-git has joined #bitcoin-core-dev
982019-04-27T09:52:12 <bitcoin-git> [bitcoin] meshcollider merged pull request #15846: [POLICY] Make sending to future native witness outputs standard (master...201904_futuresegwitstandard) https://github.com/bitcoin/bitcoin/pull/15846
992019-04-27T09:52:14 *** bitcoin-git has left #bitcoin-core-dev
1002019-04-27T10:00:16 *** laptop__ has joined #bitcoin-core-dev
1012019-04-27T10:02:48 *** bruteforcecat has joined #bitcoin-core-dev
1022019-04-27T10:08:22 *** queip has quit IRC
1032019-04-27T10:09:14 *** rafalcpp has joined #bitcoin-core-dev
1042019-04-27T10:09:42 *** rafalcpp_ has quit IRC
1052019-04-27T10:13:17 *** ElePHPhant has joined #bitcoin-core-dev
1062019-04-27T10:20:32 *** luke-jr has quit IRC
1072019-04-27T10:22:36 *** luke-jr has joined #bitcoin-core-dev
1082019-04-27T10:25:56 *** Eagle[TM] has quit IRC
1092019-04-27T10:26:52 *** EagleTM has joined #bitcoin-core-dev
1102019-04-27T10:27:55 *** queip has joined #bitcoin-core-dev
1112019-04-27T10:55:31 *** spinza has quit IRC
1122019-04-27T11:04:04 *** spinza has joined #bitcoin-core-dev
1132019-04-27T11:10:57 *** darosior has joined #bitcoin-core-dev
1142019-04-27T11:14:23 *** ccdle12 has joined #bitcoin-core-dev
1152019-04-27T11:22:19 *** bruteforcecat has quit IRC
1162019-04-27T11:29:39 *** cubancorona has joined #bitcoin-core-dev
1172019-04-27T11:58:58 *** Guest42 has joined #bitcoin-core-dev
1182019-04-27T12:00:02 *** kest10 has quit IRC
1192019-04-27T12:09:18 <fanquake> wumpus: "less than 100000 words of code" is a bit of a weird metric
1202019-04-27T12:12:11 <fanquake> hebasto: We try and keep @mentions out of PR descriptions, as they mostly just lead to spam when downstream projects pull our commits (which is why I removed the "@" from 15908).
1212019-04-27T12:20:25 <hebasto> fanquake: ok, sorry for that.
1222019-04-27T12:20:34 *** ccdle12 has quit IRC
1232019-04-27T12:23:04 <fanquake> hebasto no worries!
1242019-04-27T12:24:26 *** booyah has quit IRC
1252019-04-27T12:24:49 *** booyah has joined #bitcoin-core-dev
1262019-04-27T12:29:29 *** ccdle12 has joined #bitcoin-core-dev
1272019-04-27T12:32:22 *** ranman has joined #bitcoin-core-dev
1282019-04-27T13:20:07 *** Guest42 has quit IRC
1292019-04-27T13:23:26 *** darosior has quit IRC
1302019-04-27T13:30:15 *** bitcoin-git has joined #bitcoin-core-dev
1312019-04-27T13:30:16 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b025aa3b9e1d...3356799ee3f5
1322019-04-27T13:30:16 <bitcoin-git> bitcoin/master 5c759c7 John Newbery: [wallet] Move maxTxFee to wallet
1332019-04-27T13:30:17 <bitcoin-git> bitcoin/master 3356799 MarcoFalke: Merge #15778: [wallet] Move maxtxfee from node to wallet
1342019-04-27T13:30:20 *** bitcoin-git has left #bitcoin-core-dev
1352019-04-27T13:31:11 *** bitcoin-git has joined #bitcoin-core-dev
1362019-04-27T13:31:11 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #15778: [wallet] Move maxtxfee from node to wallet (master...remove_maxtxfeerate_from_node) https://github.com/bitcoin/bitcoin/pull/15778
1372019-04-27T13:31:14 *** bitcoin-git has left #bitcoin-core-dev
1382019-04-27T13:38:24 *** ElePHPhant has left #bitcoin-core-dev
1392019-04-27T13:42:00 *** darosior has joined #bitcoin-core-dev
1402019-04-27T13:43:55 *** TheRec has quit IRC
1412019-04-27T13:56:52 *** TheRec has joined #bitcoin-core-dev
1422019-04-27T13:58:07 *** Guest42 has joined #bitcoin-core-dev
1432019-04-27T14:13:17 *** egp_ has joined #bitcoin-core-dev
1442019-04-27T14:14:55 *** egp_ has joined #bitcoin-core-dev
1452019-04-27T14:15:34 *** egp_ has quit IRC
1462019-04-27T14:15:46 *** egp_ has joined #bitcoin-core-dev
1472019-04-27T14:21:33 *** bitcoin-git has joined #bitcoin-core-dev
1482019-04-27T14:21:33 <bitcoin-git> [bitcoin] darosior opened pull request #15909: Use 'CreateProcess' instead of 'wsystem' in 'runCommand' for Windows. (master...windows_blocknotify_blink) https://github.com/bitcoin/bitcoin/pull/15909
1492019-04-27T14:21:34 *** bitcoin-git has left #bitcoin-core-dev
1502019-04-27T14:24:33 *** pinheadmz has joined #bitcoin-core-dev
1512019-04-27T14:31:47 *** Guyver2 has joined #bitcoin-core-dev
1522019-04-27T14:37:03 *** Skirmant has joined #bitcoin-core-dev
1532019-04-27T14:37:07 *** tnamrikS has joined #bitcoin-core-dev
1542019-04-27T14:37:07 *** Skirmant has quit IRC
1552019-04-27T14:37:38 *** tnamrikS has quit IRC
1562019-04-27T14:40:20 *** pinheadmz has quit IRC
1572019-04-27T14:40:45 *** egp_ has quit IRC
1582019-04-27T14:44:58 *** ccdle12_ has joined #bitcoin-core-dev
1592019-04-27T14:47:48 *** ccdle12 has quit IRC
1602019-04-27T15:00:02 *** ranman has quit IRC
1612019-04-27T15:00:25 *** pinheadmz has joined #bitcoin-core-dev
1622019-04-27T15:00:50 *** scoop has joined #bitcoin-core-dev
1632019-04-27T15:02:06 *** Tralfaz has quit IRC
1642019-04-27T15:04:45 *** Tralfaz has joined #bitcoin-core-dev
1652019-04-27T15:08:14 *** aricon1 has joined #bitcoin-core-dev
1662019-04-27T15:16:27 *** pinheadmz has quit IRC
1672019-04-27T15:24:15 *** darosior has quit IRC
1682019-04-27T15:27:35 *** darosior has joined #bitcoin-core-dev
1692019-04-27T15:46:31 *** scoop has quit IRC
1702019-04-27T15:46:57 *** scoop has joined #bitcoin-core-dev
1712019-04-27T15:47:32 *** ElePHPhant has joined #bitcoin-core-dev
1722019-04-27T15:48:03 <ElePHPhant> I just made a Bitcoin payment and the merchant uses Bitpay. First of all, the webpage displayed a "We see you are using Bitcoin Core" message which freaked me out. How can they know that? Secondly, I got this weird Bitcoin Core error popup when actually performing the payment (which had a green coloring around it): "Error communicating with https://bitpay.com/i/<REDACTED>: Error transferring https://bitpay.com/i/<REDACTED> - server
1732019-04-27T15:48:04 <ElePHPhant> replied: Bad Request" ... But in spite of the error, the webpage said in a few seconds: "You have fully paid the invoice."
1742019-04-27T15:51:17 *** pinheadmz has joined #bitcoin-core-dev
1752019-04-27T15:55:16 *** Guest42 has quit IRC
1762019-04-27T15:56:31 *** ccdle12 has joined #bitcoin-core-dev
1772019-04-27T15:57:12 *** Tralfaz has quit IRC
1782019-04-27T15:58:31 *** davterra has joined #bitcoin-core-dev
1792019-04-27T15:58:51 *** ccdle12 has quit IRC
1802019-04-27T15:59:18 *** ccdle12_ has quit IRC
1812019-04-27T16:00:36 *** darosior_ has joined #bitcoin-core-dev
1822019-04-27T16:03:07 *** darosior has quit IRC
1832019-04-27T16:08:48 *** davterra has quit IRC
1842019-04-27T16:09:59 *** davterra has joined #bitcoin-core-dev
1852019-04-27T16:12:53 *** scoop has quit IRC
1862019-04-27T16:16:12 *** scoop has joined #bitcoin-core-dev
1872019-04-27T16:30:49 *** pinheadmz has quit IRC
1882019-04-27T16:33:23 <Lauda> ElePHPhant: it's been like that for a while now
1892019-04-27T16:33:35 *** dqx_ has joined #bitcoin-core-dev
1902019-04-27T16:34:32 *** pinheadmz has joined #bitcoin-core-dev
1912019-04-27T16:36:56 *** dqx_ has quit IRC
1922019-04-27T16:40:14 *** davterra has quit IRC
1932019-04-27T16:44:37 *** davterra has joined #bitcoin-core-dev
1942019-04-27T16:46:10 *** scoop has quit IRC
1952019-04-27T16:48:15 *** dqx_ has joined #bitcoin-core-dev
1962019-04-27T16:48:34 *** hsmiths has quit IRC
1972019-04-27T16:52:31 *** dqx_ has quit IRC
1982019-04-27T16:54:31 *** scoop has joined #bitcoin-core-dev
1992019-04-27T16:57:48 *** spinza has quit IRC
2002019-04-27T16:57:51 *** justanotheruser has joined #bitcoin-core-dev
2012019-04-27T16:59:22 *** DeanWeen has joined #bitcoin-core-dev
2022019-04-27T16:59:37 *** AaronvanW has joined #bitcoin-core-dev
2032019-04-27T17:00:44 *** scoop has quit IRC
2042019-04-27T17:08:22 *** spinza has joined #bitcoin-core-dev
2052019-04-27T17:25:03 *** pinheadmz has quit IRC
2062019-04-27T17:26:28 *** scoop has joined #bitcoin-core-dev
2072019-04-27T17:27:55 *** darosior_ has quit IRC
2082019-04-27T17:31:01 *** justanotheruser has quit IRC
2092019-04-27T17:35:43 *** scoop has quit IRC
2102019-04-27T17:37:00 <ElePHPhant> Lauda: Why? What does it mean?
2112019-04-27T17:37:08 <ElePHPhant> Is it a bug with Bitpay or Bitcoin Core?
2122019-04-27T17:38:41 <gmaxwell> Bitpay implements BIP70 incorrectly and requires their incorrect implementation (which also creates security vulnerabilities)
2132019-04-27T17:39:00 *** scoop has joined #bitcoin-core-dev
2142019-04-27T17:39:20 *** hebasto has quit IRC
2152019-04-27T17:41:38 <gmaxwell> We're removing BIP70 from bitcoin core completely, since essentially nothing uses it (except bitpay) --- we were close to removing it when they made it mandatory, then we held off, but since their implementation is hardly compatible there really isn't much reason to not remove it just for them.
2162019-04-27T17:49:45 *** justanotheruser has joined #bitcoin-core-dev
2172019-04-27T17:51:34 <Lauda> it's a Bitpay problem not a core problem, thus not relevant here
2182019-04-27T17:51:37 <Lauda> really*
2192019-04-27T17:52:16 *** Shivendra has joined #bitcoin-core-dev
2202019-04-27T17:58:24 *** Shivendra_ has joined #bitcoin-core-dev
2212019-04-27T17:59:29 *** scoop has quit IRC
2222019-04-27T18:00:01 *** aricon1 has quit IRC
2232019-04-27T18:05:50 *** bitcoin-git has joined #bitcoin-core-dev
2242019-04-27T18:05:50 <bitcoin-git> [bitcoin] Sjors opened pull request #15911: Use wallet RBF default for walletcreatefundedpsbt (master...2019/04/walletcreatefundedpsbt) https://github.com/bitcoin/bitcoin/pull/15911
2252019-04-27T18:06:02 *** bitcoin-git has left #bitcoin-core-dev
2262019-04-27T18:16:24 *** ukboi has joined #bitcoin-core-dev
2272019-04-27T18:22:35 <provoostenator> ^ one sec, simplifying it a bit...
2282019-04-27T18:52:26 *** lnostdal has joined #bitcoin-core-dev
2292019-04-27T19:19:12 *** SopaXT has joined #bitcoin-core-dev
2302019-04-27T19:19:56 *** adam3us_ is now known as adam3us
2312019-04-27T19:21:36 *** Shivendra_ has quit IRC
2322019-04-27T19:24:01 *** Shivendra has quit IRC
2332019-04-27T19:29:06 <ElePHPhant> gmaxwell: Will that mean that Bitcoin Core will no longer work with Bitpay payments?
2342019-04-27T19:29:20 <ElePHPhant> gmaxwell: And still, how did they detect which software I ran?
2352019-04-27T19:30:21 *** SopaXT has quit IRC
2362019-04-27T19:35:55 *** achow101 has quit IRC
2372019-04-27T19:37:04 <midnightmagic> ElePHPhant: #bitcoin, please. The topic here is very specifically for development of bitcoin core and not support questions.
2382019-04-27T19:37:38 *** ghost1 has joined #bitcoin-core-dev
2392019-04-27T19:38:26 <ElePHPhant> Right... but that room doesn't let me speak.
2402019-04-27T19:45:50 *** achow101 has joined #bitcoin-core-dev
2412019-04-27T19:52:34 *** Dean_Guss has joined #bitcoin-core-dev
2422019-04-27T19:55:07 *** DeanWeen has quit IRC
2432019-04-27T19:58:27 *** ghost1 has quit IRC
2442019-04-27T20:00:03 *** scoop has joined #bitcoin-core-dev
2452019-04-27T20:04:08 *** scoop has quit IRC
2462019-04-27T20:04:48 *** ghost1 has joined #bitcoin-core-dev
2472019-04-27T20:13:43 *** shtirlic has quit IRC
2482019-04-27T20:20:57 *** shtirlic has joined #bitcoin-core-dev
2492019-04-27T20:34:42 *** scoop has joined #bitcoin-core-dev
2502019-04-27T20:35:59 *** lnostdal has quit IRC
2512019-04-27T20:39:17 *** scoop has quit IRC
2522019-04-27T20:46:34 *** justan0theruser has joined #bitcoin-core-dev
2532019-04-27T20:48:17 *** justanotheruser has quit IRC
2542019-04-27T20:50:33 *** justan0theruser is now known as justanotheruser
2552019-04-27T20:56:34 *** shtirlic has quit IRC
2562019-04-27T21:00:01 *** ukboi has quit IRC
2572019-04-27T21:01:22 *** shtirlic has joined #bitcoin-core-dev
2582019-04-27T21:06:17 *** shtirlic has quit IRC
2592019-04-27T21:07:06 *** scoop has joined #bitcoin-core-dev
2602019-04-27T21:07:38 *** Guyver2 has quit IRC
2612019-04-27T21:14:06 *** EagleTM has quit IRC
2622019-04-27T21:18:45 *** feb1 has joined #bitcoin-core-dev
2632019-04-27T21:23:04 *** scoop has quit IRC
2642019-04-27T21:24:05 *** scoop has joined #bitcoin-core-dev
2652019-04-27T21:35:25 *** Dean_Guss has quit IRC
2662019-04-27T21:37:48 *** ghost1 has quit IRC
2672019-04-27T22:12:40 *** spinza has quit IRC
2682019-04-27T22:13:44 *** scoop has quit IRC
2692019-04-27T22:16:35 *** scoop has joined #bitcoin-core-dev
2702019-04-27T22:20:39 *** spinza has joined #bitcoin-core-dev
2712019-04-27T22:21:12 *** scoop has quit IRC
2722019-04-27T22:38:27 *** EagleTM has joined #bitcoin-core-dev
2732019-04-27T23:02:22 *** scoop has joined #bitcoin-core-dev
2742019-04-27T23:15:49 *** ccdle12 has joined #bitcoin-core-dev
2752019-04-27T23:24:43 *** davterra has quit IRC
2762019-04-27T23:25:40 *** davterra has joined #bitcoin-core-dev
2772019-04-27T23:33:05 *** ctrlbreak_MAD is now known as ctrlbreak