12018-10-27T00:00:49  <wumpus> leave it to libtool to do things like that
  22018-10-27T00:01:50  <gmaxwell> leave it to OSX's toolchain to do things like that. :P
  32018-10-27T00:01:53  <sipa> https://wiki.gentoo.org/wiki/AddressSanitizer/Problems
  42018-10-27T00:02:07  <gwillen> it;s weird, it's passing through -fstack-protector-all
  52018-10-27T00:02:12  <gwillen> even though it does not appear to be documented to do that
  62018-10-27T00:02:14  <sipa> i assume that they're just using a libtool that's sufficiently old to not know about asan
  72018-10-27T00:02:19  <wumpus> nah I have similar experiences with libtool on other platforms just for different things, it has a really bizarre filter
  82018-10-27T00:02:29  <sipa> wait
  92018-10-27T00:02:49  <sipa> that patch linked that fixes it in libtool upstream is dated july 24th 2018
 102018-10-27T00:03:18  <gwillen> I'm on a mac, my libtool may never be updated
 112018-10-27T00:03:24  <gwillen> it's probably fixed for other people :-)
 122018-10-27T00:03:35  <gmaxwell> sipa: that doesn't make much sense, since it's worked elsewhere for forever.
 132018-10-27T00:03:36  <sipa> gwillen: i assume that our depends environment builds libtool from scratch'
 142018-10-27T00:04:01  <gmaxwell> (possible everywhere was just patching libtool and we don't)
 152018-10-27T00:04:03  <wumpus> gwillen: yes I'm sure a newer libtool will fix this
 162018-10-27T00:04:24  <wumpus> they only let through compile options they know about for some strange reason
 172018-10-27T00:04:38  <gwillen> let's see if homebrew has libtool, that can't possibly go wrong
 182018-10-27T00:04:38  <sipa> gmaxwell: nvm, i'm stupid and looking at the wrong commit
 192018-10-27T00:05:17  <wumpus> which would be okay, I guess, if they warned instead of silently ignoring
 202018-10-27T00:05:43  <sipa> wumpus: i guess they want to filter what goes to linker, what to compiler, what to other things, ...?
 212018-10-27T00:05:54  <sipa> and sometimes guess wrong?
 222018-10-27T00:06:03  <sipa> not knowing it has to go to multiple of them
 232018-10-27T00:06:08  <wumpus> sipa: it's gcc that does that
 242018-10-27T00:06:17  <sipa> right
 252018-10-27T00:06:26  <sipa> i guess i am clueless about libtool
 262018-10-27T00:06:28  <wumpus> and gcc is very strict in argument parsing
 272018-10-27T00:06:39  *** shesek has quit IRC
 282018-10-27T00:07:21  *** shesek has joined #bitcoin-core-dev
 292018-10-27T00:07:52  <wumpus> me too, mostly
 302018-10-27T00:08:07  <wumpus> it's one of those things you'd wish wasn't necessary in the first place
 312018-10-27T00:11:12  <gwillen> hm, that's odd, it seems like I am supposed to be using latest libtool, although it's kind of hard to tell
 322018-10-27T00:12:30  <gwillen> I guess I don't understand the relationship between the libtool script and the libtool installed on the system
 332018-10-27T00:12:40  <gwillen> but the libtool script was generated with libtool 2.4.6 which is latest
 342018-10-27T00:12:58  <gwillen> I can't tell whether the system's libtool is something it invokes, or only something that would be used to generate it
 352018-10-27T00:14:28  <wumpus> it's... complicated
 362018-10-27T00:15:21  <gwillen> heh.
 372018-10-27T00:15:27  <gwillen> I hate build systems.
 382018-10-27T00:15:44  <wumpus> I think it's autoconf that generatesthe libtool executable from m3 templates elsewhere
 392018-10-27T00:15:46  <wumpus> m4*
 402018-10-27T00:18:08  <wumpus> I think that's libtool*ize*
 412018-10-27T00:18:18  *** dviola has quit IRC
 422018-10-27T00:21:20  <sipa> i never realize those could be distinct things
 432018-10-27T00:23:52  <wumpus> gwillen: I don't think I hate it, it's useful, but also it's grown organically to such a monstriosity
 442018-10-27T00:24:05  <gwillen> *nods*
 452018-10-27T00:24:12  *** shesek has quit IRC
 462018-10-27T00:24:30  *** shesek has joined #bitcoin-core-dev
 472018-10-27T00:24:30  *** shesek has joined #bitcoin-core-dev
 482018-10-27T00:26:27  <wumpus> in any case if the generated libtool executable that you have is sufficiently new I think that means everything should be okay
 492018-10-27T00:26:43  <gwillen> and yet it fails :-(
 502018-10-27T00:26:59  <wumpus> yep ...
 512018-10-27T00:28:09  <gwillen> it seems there is a magic flag to tell libtool to fuck off: "-XCClinker"
 522018-10-27T00:28:29  <gwillen> means "pass the following flag directly to cc when linking"
 532018-10-27T00:30:19  <gwillen> also the joke is apparently on me because all this was to build libbitcoinconsensus which nothing is actually using (?), apparently it had already built bitcoind the whole time I was fighting with this :D
 542018-10-27T00:30:49  *** IGHOR has quit IRC
 552018-10-27T00:31:58  <wumpus> yes, libconsensus is a library meant for external usage
 562018-10-27T00:32:15  *** shesek has quit IRC
 572018-10-27T00:32:39  *** shesek has joined #bitcoin-core-dev
 582018-10-27T00:32:39  *** shesek has joined #bitcoin-core-dev
 592018-10-27T00:35:03  *** IGHOR has joined #bitcoin-core-dev
 602018-10-27T00:35:15  *** shesek has quit IRC
 612018-10-27T00:35:19  <wumpus> it still shouldn't fail the build I suppose
 622018-10-27T00:35:27  *** ken2812221 has quit IRC
 632018-10-27T00:35:48  *** shesek has joined #bitcoin-core-dev
 642018-10-27T00:42:19  *** justanotheruser has quit IRC
 652018-10-27T00:42:38  *** justanotheruser has joined #bitcoin-core-dev
 662018-10-27T00:43:38  *** shesek has quit IRC
 672018-10-27T00:44:06  *** shesek has joined #bitcoin-core-dev
 682018-10-27T01:05:43  *** ossifrage has quit IRC
 692018-10-27T01:28:13  *** lnostdal has joined #bitcoin-core-dev
 702018-10-27T01:30:39  *** DougieBot5000 has quit IRC
 712018-10-27T01:47:51  *** DougieBot5000 has joined #bitcoin-core-dev
 722018-10-27T01:59:38  *** Krellan has quit IRC
 732018-10-27T02:07:06  *** commavir_ is now known as commavir
 742018-10-27T02:11:21  *** bitcoin-git has joined #bitcoin-core-dev
 752018-10-27T02:11:21  <bitcoin-git> [bitcoin] gwillen opened pull request #14588: Refactor PSBT signing logic to enforce invariant and fix signing bug (master...feature-psbt-sign-fix) https://github.com/bitcoin/bitcoin/pull/14588
 762018-10-27T02:11:21  *** bitcoin-git has left #bitcoin-core-dev
 772018-10-27T02:13:20  *** Aaronvan_ has joined #bitcoin-core-dev
 782018-10-27T02:16:15  *** AaronvanW has quit IRC
 792018-10-27T02:23:08  *** Aaronvan_ has quit IRC
 802018-10-27T02:25:19  *** ossifrage has joined #bitcoin-core-dev
 812018-10-27T02:26:26  *** wahaha001 has joined #bitcoin-core-dev
 822018-10-27T02:32:54  *** wahaha001 has quit IRC
 832018-10-27T02:37:13  *** josephnicholas has joined #bitcoin-core-dev
 842018-10-27T02:54:57  *** josephnicholas has quit IRC
 852018-10-27T03:03:00  *** rh0nj has quit IRC
 862018-10-27T03:06:08  *** rh0nj has joined #bitcoin-core-dev
 872018-10-27T03:06:51  *** shesek has quit IRC
 882018-10-27T03:08:24  *** shesek has joined #bitcoin-core-dev
 892018-10-27T03:08:24  *** shesek has joined #bitcoin-core-dev
 902018-10-27T03:12:07  * luke-jr wonders why there are nodes claiming to be 0.17.0.15
 912018-10-27T03:18:08  *** robo7 has joined #bitcoin-core-dev
 922018-10-27T03:24:56  *** shesek has quit IRC
 932018-10-27T03:26:22  *** shesek has joined #bitcoin-core-dev
 942018-10-27T03:29:24  *** justanotheruser has quit IRC
 952018-10-27T03:31:41  *** justanotheruser has joined #bitcoin-core-dev
 962018-10-27T03:36:45  *** justanotheruser has quit IRC
 972018-10-27T03:47:55  *** schnerchi has joined #bitcoin-core-dev
 982018-10-27T03:50:39  *** schnerch_ has quit IRC
 992018-10-27T03:51:47  *** justanotheruser has joined #bitcoin-core-dev
1002018-10-27T04:03:31  *** ap4lmtree has quit IRC
1012018-10-27T04:03:31  *** rhavar has joined #bitcoin-core-dev
1022018-10-27T04:03:58  *** ap4lmtree has joined #bitcoin-core-dev
1032018-10-27T04:17:12  *** tryphe has quit IRC
1042018-10-27T04:17:42  *** tryphe has joined #bitcoin-core-dev
1052018-10-27T04:22:15  *** ap4lmtree has quit IRC
1062018-10-27T04:30:20  *** wahaha001 has joined #bitcoin-core-dev
1072018-10-27T04:31:43  *** bitconner has quit IRC
1082018-10-27T04:40:41  *** shesek has quit IRC
1092018-10-27T04:41:31  *** shesek has joined #bitcoin-core-dev
1102018-10-27T04:43:13  *** shesek has quit IRC
1112018-10-27T04:45:35  *** shesek has joined #bitcoin-core-dev
1122018-10-27T04:49:18  *** schnerch_ has joined #bitcoin-core-dev
1132018-10-27T04:52:07  *** schnerchi has quit IRC
1142018-10-27T05:25:23  *** ap4lmtree has joined #bitcoin-core-dev
1152018-10-27T05:31:07  *** shesek has quit IRC
1162018-10-27T05:33:02  *** shesek has joined #bitcoin-core-dev
1172018-10-27T05:33:02  *** shesek has joined #bitcoin-core-dev
1182018-10-27T05:33:35  *** shesek has quit IRC
1192018-10-27T05:37:17  *** shesek has joined #bitcoin-core-dev
1202018-10-27T05:39:47  *** hatoda has joined #bitcoin-core-dev
1212018-10-27T05:41:11  *** shesek has quit IRC
1222018-10-27T05:41:35  *** shesek has joined #bitcoin-core-dev
1232018-10-27T05:41:35  *** shesek has joined #bitcoin-core-dev
1242018-10-27T05:44:46  *** hatoda has left #bitcoin-core-dev
1252018-10-27T05:46:08  *** bitconner has joined #bitcoin-core-dev
1262018-10-27T05:46:54  *** shesek has quit IRC
1272018-10-27T05:47:12  *** shesek has joined #bitcoin-core-dev
1282018-10-27T05:47:12  *** shesek has joined #bitcoin-core-dev
1292018-10-27T05:50:21  *** bitconner has quit IRC
1302018-10-27T05:50:36  *** shesek has quit IRC
1312018-10-27T05:51:04  *** shesek has joined #bitcoin-core-dev
1322018-10-27T05:54:29  *** hatoda has joined #bitcoin-core-dev
1332018-10-27T05:58:30  *** hatoda has left #bitcoin-core-dev
1342018-10-27T06:00:55  *** shesek has quit IRC
1352018-10-27T06:01:29  *** shesek has joined #bitcoin-core-dev
1362018-10-27T06:04:18  *** Cory has quit IRC
1372018-10-27T06:05:04  *** shesek has quit IRC
1382018-10-27T06:06:22  *** shesek has joined #bitcoin-core-dev
1392018-10-27T06:11:03  *** Cory has joined #bitcoin-core-dev
1402018-10-27T06:14:20  *** bralyclo_ has quit IRC
1412018-10-27T06:33:25  *** akirashinjo has joined #bitcoin-core-dev
1422018-10-27T06:46:19  *** akirashinjo has quit IRC
1432018-10-27T07:11:28  *** Victorsueca has quit IRC
1442018-10-27T07:12:37  *** Victorsueca has joined #bitcoin-core-dev
1452018-10-27T07:20:53  *** hebasto has joined #bitcoin-core-dev
1462018-10-27T07:36:26  *** KF_Sh has joined #bitcoin-core-dev
1472018-10-27T07:49:34  *** shesek has quit IRC
1482018-10-27T07:49:54  *** shesek has joined #bitcoin-core-dev
1492018-10-27T08:07:40  *** shesek has quit IRC
1502018-10-27T08:08:05  *** shesek has joined #bitcoin-core-dev
1512018-10-27T08:08:05  *** shesek has joined #bitcoin-core-dev
1522018-10-27T08:11:45  *** spinza has quit IRC
1532018-10-27T08:16:39  *** fanquake has joined #bitcoin-core-dev
1542018-10-27T08:17:09  *** spinza has joined #bitcoin-core-dev
1552018-10-27T08:19:12  <fanquake> re 0.17.0.1, there are now 3 unsigned gitian sigs for win/linux, 4 for macOS
1562018-10-27T08:34:03  *** shesek has quit IRC
1572018-10-27T08:38:19  *** shesek has joined #bitcoin-core-dev
1582018-10-27T08:38:19  *** shesek has joined #bitcoin-core-dev
1592018-10-27T08:40:02  *** shesek has quit IRC
1602018-10-27T08:40:28  *** shesek has joined #bitcoin-core-dev
1612018-10-27T09:02:23  *** shesek has quit IRC
1622018-10-27T09:04:11  *** shesek has joined #bitcoin-core-dev
1632018-10-27T09:04:11  *** shesek has joined #bitcoin-core-dev
1642018-10-27T09:09:05  *** ken2812221 has joined #bitcoin-core-dev
1652018-10-27T09:10:15  *** shesek has quit IRC
1662018-10-27T09:13:10  *** rhavar has quit IRC
1672018-10-27T09:14:59  *** shesek has joined #bitcoin-core-dev
1682018-10-27T09:20:44  *** shesek has quit IRC
1692018-10-27T09:21:09  *** shesek has joined #bitcoin-core-dev
1702018-10-27T09:21:09  *** shesek has joined #bitcoin-core-dev
1712018-10-27T09:32:54  *** shesek has quit IRC
1722018-10-27T09:33:24  *** shesek has joined #bitcoin-core-dev
1732018-10-27T09:37:13  *** shesek has quit IRC
1742018-10-27T09:37:39  *** shesek has joined #bitcoin-core-dev
1752018-10-27T09:37:39  *** shesek has joined #bitcoin-core-dev
1762018-10-27T10:04:32  <wumpus> fanquake: thanks for reminding me will push mine
1772018-10-27T10:04:45  *** shesek has quit IRC
1782018-10-27T10:05:04  *** shesek has joined #bitcoin-core-dev
1792018-10-27T10:17:32  *** shesek has quit IRC
1802018-10-27T10:17:48  *** shesek has joined #bitcoin-core-dev
1812018-10-27T10:24:39  *** spinza has quit IRC
1822018-10-27T10:32:01  *** rh0nj has quit IRC
1832018-10-27T10:33:07  *** rh0nj has joined #bitcoin-core-dev
1842018-10-27T10:37:04  *** shesek has quit IRC
1852018-10-27T10:37:26  *** shesek has joined #bitcoin-core-dev
1862018-10-27T10:37:26  *** shesek has joined #bitcoin-core-dev
1872018-10-27T10:38:04  *** spinza has joined #bitcoin-core-dev
1882018-10-27T10:38:53  *** shesek has quit IRC
1892018-10-27T10:40:17  *** shesek has joined #bitcoin-core-dev
1902018-10-27T10:40:17  *** shesek has joined #bitcoin-core-dev
1912018-10-27T10:40:55  *** AaronvanW has joined #bitcoin-core-dev
1922018-10-27T10:56:46  *** shesek has quit IRC
1932018-10-27T10:57:25  *** shesek has joined #bitcoin-core-dev
1942018-10-27T11:00:37  *** bitcoin-git has joined #bitcoin-core-dev
1952018-10-27T11:00:38  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14564: Adjust configure so that only bip70 is disabled when protobuf is missing instead of the GUI (master...bip70-disable-check) https://github.com/bitcoin/bitcoin/pull/14564
1962018-10-27T11:00:38  *** bitcoin-git has left #bitcoin-core-dev
1972018-10-27T11:00:46  *** bitcoin-git has joined #bitcoin-core-dev
1982018-10-27T11:00:47  <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #14564: Adjust configure so that only bip70 is disabled when protobuf is missing instead of the GUI (master...bip70-disable-check) https://github.com/bitcoin/bitcoin/pull/14564
1992018-10-27T11:00:47  *** bitcoin-git has left #bitcoin-core-dev
2002018-10-27T11:19:15  *** booyah has quit IRC
2012018-10-27T11:19:33  *** bitcoin-git has joined #bitcoin-core-dev
2022018-10-27T11:19:34  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4e4ea1ceecf...c70f9c0cfc9c
2032018-10-27T11:19:34  <bitcoin-git> bitcoin/master fa78a2f MarcoFalke: [tests] Test that nodes respond to getdata with notfound...
2042018-10-27T11:19:35  <bitcoin-git> bitcoin/master c70f9c0 MarcoFalke: Merge #14571: [tests] Test that nodes respond to getdata with notfound...
2052018-10-27T11:19:35  *** bitcoin-git has left #bitcoin-core-dev
2062018-10-27T11:20:41  *** booyah has joined #bitcoin-core-dev
2072018-10-27T11:21:01  *** bitcoin-git has joined #bitcoin-core-dev
2082018-10-27T11:21:01  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14571: [tests] Test that nodes respond to getdata with notfound (master...Mf1810-qaNotfound) https://github.com/bitcoin/bitcoin/pull/14571
2092018-10-27T11:21:01  *** bitcoin-git has left #bitcoin-core-dev
2102018-10-27T11:40:40  *** shesek has quit IRC
2112018-10-27T11:41:27  *** shesek has joined #bitcoin-core-dev
2122018-10-27T11:46:52  *** bitconner has joined #bitcoin-core-dev
2132018-10-27T11:51:12  *** bitconner has quit IRC
2142018-10-27T11:58:36  *** shesek has quit IRC
2152018-10-27T11:59:39  *** shesek has joined #bitcoin-core-dev
2162018-10-27T11:59:39  *** shesek has joined #bitcoin-core-dev
2172018-10-27T12:01:35  *** rex4539 has quit IRC
2182018-10-27T12:03:46  *** hebasto has quit IRC
2192018-10-27T12:04:18  *** hebasto has joined #bitcoin-core-dev
2202018-10-27T12:11:41  *** spinza has quit IRC
2212018-10-27T12:13:11  *** Zenton has quit IRC
2222018-10-27T12:13:48  *** aikque has joined #bitcoin-core-dev
2232018-10-27T12:14:43  *** shesek has quit IRC
2242018-10-27T12:15:22  *** shesek has joined #bitcoin-core-dev
2252018-10-27T12:15:29  *** shesek has joined #bitcoin-core-dev
2262018-10-27T12:15:45  *** shesek has quit IRC
2272018-10-27T12:16:50  *** shesek has joined #bitcoin-core-dev
2282018-10-27T12:16:50  *** shesek has joined #bitcoin-core-dev
2292018-10-27T12:17:40  *** rex4539 has joined #bitcoin-core-dev
2302018-10-27T12:19:47  *** Zenton has joined #bitcoin-core-dev
2312018-10-27T12:20:38  *** spinza has joined #bitcoin-core-dev
2322018-10-27T12:24:02  *** shesek has quit IRC
2332018-10-27T12:24:58  *** shesek has joined #bitcoin-core-dev
2342018-10-27T12:25:19  *** aikque has quit IRC
2352018-10-27T12:40:12  *** shesek has quit IRC
2362018-10-27T12:40:49  *** shesek has joined #bitcoin-core-dev
2372018-10-27T12:46:34  *** shesek has quit IRC
2382018-10-27T12:54:58  *** bsm117532 has joined #bitcoin-core-dev
2392018-10-27T13:00:03  *** shesek has joined #bitcoin-core-dev
2402018-10-27T13:00:03  *** shesek has joined #bitcoin-core-dev
2412018-10-27T13:04:17  *** no_input_found has quit IRC
2422018-10-27T13:04:47  *** no_input_found has joined #bitcoin-core-dev
2432018-10-27T13:04:56  *** riemann has joined #bitcoin-core-dev
2442018-10-27T13:10:59  *** KF_Sh has quit IRC
2452018-10-27T13:11:36  *** KF_Sh has joined #bitcoin-core-dev
2462018-10-27T13:12:21  *** KF_Sh has joined #bitcoin-core-dev
2472018-10-27T13:13:07  *** KF_Sh has joined #bitcoin-core-dev
2482018-10-27T13:13:51  *** KF_Sh has joined #bitcoin-core-dev
2492018-10-27T13:14:37  *** AaronvanW has quit IRC
2502018-10-27T13:14:38  *** KF_Sh has joined #bitcoin-core-dev
2512018-10-27T13:15:16  *** AaronvanW has joined #bitcoin-core-dev
2522018-10-27T13:15:28  *** KF_Sh has joined #bitcoin-core-dev
2532018-10-27T13:16:15  *** KF_Sh has joined #bitcoin-core-dev
2542018-10-27T13:19:28  *** AaronvanW has quit IRC
2552018-10-27T13:20:28  *** KF_Sh has quit IRC
2562018-10-27T13:33:12  *** instagibbs has joined #bitcoin-core-dev
2572018-10-27T13:37:11  *** hebasto has quit IRC
2582018-10-27T13:37:32  *** hebasto has joined #bitcoin-core-dev
2592018-10-27T13:47:00  *** infertux has joined #bitcoin-core-dev
2602018-10-27T13:48:03  *** KF_Sh has joined #bitcoin-core-dev
2612018-10-27T13:52:07  *** KF_Sh has quit IRC
2622018-10-27T14:28:50  *** AaronvanW has joined #bitcoin-core-dev
2632018-10-27T14:32:19  *** queip has joined #bitcoin-core-dev
2642018-10-27T14:34:02  *** rh0nj has quit IRC
2652018-10-27T14:34:18  *** AaronvanW has quit IRC
2662018-10-27T14:35:07  *** rh0nj has joined #bitcoin-core-dev
2672018-10-27T14:39:26  *** sipa has quit IRC
2682018-10-27T14:39:45  *** sipa has joined #bitcoin-core-dev
2692018-10-27T14:41:22  *** bitcoin-git has joined #bitcoin-core-dev
2702018-10-27T14:41:23  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c70f9c0cfc9c...efaf2d85e3a2
2712018-10-27T14:41:23  <bitcoin-git> bitcoin/master fa511e8 MarcoFalke: Pass tx pool reference into CheckSequenceLocks
2722018-10-27T14:41:24  <bitcoin-git> bitcoin/master efaf2d8 MarcoFalke: Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks...
2732018-10-27T14:41:24  *** bitcoin-git has left #bitcoin-core-dev
2742018-10-27T14:42:02  *** bitcoin-git has joined #bitcoin-core-dev
2752018-10-27T14:42:03  <bitcoin-git> [bitcoin] MarcoFalke closed pull request #13783: validation: Pass tx pool reference into CheckSequenceLocks (master...Mf1807-txPoolValidation) https://github.com/bitcoin/bitcoin/pull/13783
2762018-10-27T14:42:03  *** bitcoin-git has left #bitcoin-core-dev
2772018-10-27T14:45:40  *** KF_Sh has joined #bitcoin-core-dev
2782018-10-27T14:49:34  *** bralyclow has joined #bitcoin-core-dev
2792018-10-27T14:49:49  *** KF_Sh has quit IRC
2802018-10-27T14:55:52  *** rafalcpp has joined #bitcoin-core-dev
2812018-10-27T14:58:29  *** Emcy has quit IRC
2822018-10-27T14:59:16  *** Emcy has joined #bitcoin-core-dev
2832018-10-27T14:59:43  *** Emcy has quit IRC
2842018-10-27T15:02:21  *** Emcy has joined #bitcoin-core-dev
2852018-10-27T15:31:10  *** bralyclow has quit IRC
2862018-10-27T15:36:06  *** Bullit has quit IRC
2872018-10-27T15:36:30  *** Bullit has joined #bitcoin-core-dev
2882018-10-27T15:47:05  *** Zenton has joined #bitcoin-core-dev
2892018-10-27T15:47:13  *** bitconner has joined #bitcoin-core-dev
2902018-10-27T15:50:01  *** dviola has joined #bitcoin-core-dev
2912018-10-27T15:51:21  *** bitconner has quit IRC
2922018-10-27T15:55:28  *** AaronvanW has joined #bitcoin-core-dev
2932018-10-27T15:56:18  *** lnostdal has quit IRC
2942018-10-27T15:56:48  *** lnostdal has joined #bitcoin-core-dev
2952018-10-27T15:57:27  <midnightmagic> but it looks ugly
2962018-10-27T15:57:31  <midnightmagic> er. sorry wrong channel
2972018-10-27T15:59:56  *** AaronvanW has quit IRC
2982018-10-27T16:00:36  *** AaronvanW has joined #bitcoin-core-dev
2992018-10-27T16:05:28  *** AaronvanW has quit IRC
3002018-10-27T16:23:41  *** bitcoin-git has joined #bitcoin-core-dev
3012018-10-27T16:23:41  <bitcoin-git> [bitcoin] harding opened pull request #14589: Docs/Release notes: 0.17.0.1 is a minor release (0.17...2018-10-rn-minor) https://github.com/bitcoin/bitcoin/pull/14589
3022018-10-27T16:23:41  *** bitcoin-git has left #bitcoin-core-dev
3032018-10-27T16:26:20  *** rex4539 has quit IRC
3042018-10-27T16:29:14  *** bitconner has joined #bitcoin-core-dev
3052018-10-27T16:33:27  *** bitconner has quit IRC
3062018-10-27T16:37:55  *** dviola has quit IRC
3072018-10-27T16:42:06  *** dviola has joined #bitcoin-core-dev
3082018-10-27T16:53:10  *** Zenton has quit IRC
3092018-10-27T16:54:06  *** Zenton has joined #bitcoin-core-dev
3102018-10-27T16:55:44  *** satwo has joined #bitcoin-core-dev
3112018-10-27T17:12:30  *** dviola has quit IRC
3122018-10-27T17:18:48  *** shesek has quit IRC
3132018-10-27T17:19:09  *** shesek has joined #bitcoin-core-dev
3142018-10-27T17:19:16  *** Zenton has quit IRC
3152018-10-27T17:21:21  *** Zenton has joined #bitcoin-core-dev
3162018-10-27T17:23:48  *** shesek has quit IRC
3172018-10-27T17:26:07  *** Zenton has quit IRC
3182018-10-27T17:26:21  *** shesek has joined #bitcoin-core-dev
3192018-10-27T17:27:43  *** Zenton has joined #bitcoin-core-dev
3202018-10-27T17:28:24  *** dviola has joined #bitcoin-core-dev
3212018-10-27T17:38:32  *** shesek has quit IRC
3222018-10-27T17:39:11  *** shesek has joined #bitcoin-core-dev
3232018-10-27T17:39:11  *** shesek has joined #bitcoin-core-dev
3242018-10-27T17:45:52  *** justanotheruser has quit IRC
3252018-10-27T17:51:17  *** infertux has quit IRC
3262018-10-27T17:51:59  *** infertux has joined #bitcoin-core-dev
3272018-10-27T17:56:02  *** KF_Sh has joined #bitcoin-core-dev
3282018-10-27T17:58:00  *** Cory has quit IRC
3292018-10-27T18:00:13  *** KF_Sh has quit IRC
3302018-10-27T18:00:23  *** justanotheruser has joined #bitcoin-core-dev
3312018-10-27T18:04:48  *** Cory has joined #bitcoin-core-dev
3322018-10-27T19:04:11  *** KF_Sh has joined #bitcoin-core-dev
3332018-10-27T19:04:52  *** shesek has quit IRC
3342018-10-27T19:05:28  *** shesek has joined #bitcoin-core-dev
3352018-10-27T19:05:28  *** shesek has joined #bitcoin-core-dev
3362018-10-27T19:15:32  *** belcher_ has quit IRC
3372018-10-27T19:15:58  *** belcher_ has joined #bitcoin-core-dev
3382018-10-27T19:16:18  *** shesek has quit IRC
3392018-10-27T19:19:40  <phantomcircuit> gmaxwell, i think the only way to avoid confusion about what's happening is to visualize the block download window
3402018-10-27T19:19:51  <phantomcircuit> but that's a significant amount of effort
3412018-10-27T19:20:00  <phantomcircuit> (or at least i think it is, what do i know about qt)
3422018-10-27T19:25:49  <gmaxwell> I don't think confusion about the download window is a frequent problem?
3432018-10-27T19:34:20  *** esotericnonsense has quit IRC
3442018-10-27T19:36:41  *** esotericnonsense has joined #bitcoin-core-dev
3452018-10-27T19:39:44  *** dqx has joined #bitcoin-core-dev
3462018-10-27T19:43:22  *** dqx has quit IRC
3472018-10-27T19:45:57  *** shesek has joined #bitcoin-core-dev
3482018-10-27T19:45:57  *** shesek has joined #bitcoin-core-dev
3492018-10-27T19:53:09  *** michaelsdunn1 has joined #bitcoin-core-dev
3502018-10-27T19:54:38  *** sipa has quit IRC
3512018-10-27T19:54:38  *** morcos has quit IRC
3522018-10-27T19:55:05  *** esotericnonsense has quit IRC
3532018-10-27T19:55:11  *** infertux has quit IRC
3542018-10-27T19:56:19  *** intcat has quit IRC
3552018-10-27T19:56:40  *** esotericnonsense has joined #bitcoin-core-dev
3562018-10-27T19:58:19  *** AaronvanW has joined #bitcoin-core-dev
3572018-10-27T19:58:36  *** sipa has joined #bitcoin-core-dev
3582018-10-27T19:59:00  *** infertux has joined #bitcoin-core-dev
3592018-10-27T19:59:26  *** morcos has joined #bitcoin-core-dev
3602018-10-27T20:01:38  *** intcat has joined #bitcoin-core-dev
3612018-10-27T20:45:21  *** KF_Sh has quit IRC
3622018-10-27T20:45:55  *** KF_Sh has joined #bitcoin-core-dev
3632018-10-27T20:46:43  *** KF_Sh has joined #bitcoin-core-dev
3642018-10-27T20:47:26  *** KF_Sh has joined #bitcoin-core-dev
3652018-10-27T20:48:17  *** KF_Sh has joined #bitcoin-core-dev
3662018-10-27T20:50:27  *** riemann has quit IRC
3672018-10-27T20:52:15  *** riemann has joined #bitcoin-core-dev
3682018-10-27T21:01:45  *** hebasto has quit IRC
3692018-10-27T21:03:48  *** justanotheruser has quit IRC
3702018-10-27T21:25:11  *** justanotheruser has joined #bitcoin-core-dev
3712018-10-27T21:26:43  *** KF_Sh has joined #bitcoin-core-dev
3722018-10-27T21:31:20  *** KF_Sh has quit IRC
3732018-10-27T21:31:26  *** AaronvanW has quit IRC
3742018-10-27T22:13:03  *** KF_Sh has joined #bitcoin-core-dev
3752018-10-27T22:17:21  *** KF_Sh has quit IRC
3762018-10-27T22:21:55  *** michaelsdunn1 has quit IRC
3772018-10-27T22:32:14  *** spinza has quit IRC
3782018-10-27T22:37:27  *** davec has quit IRC
3792018-10-27T22:38:20  *** satwo has quit IRC
3802018-10-27T22:39:32  *** davec has joined #bitcoin-core-dev
3812018-10-27T22:49:26  *** rex4539 has joined #bitcoin-core-dev
3822018-10-27T23:00:44  *** michaelsdunn1 has joined #bitcoin-core-dev
3832018-10-27T23:01:07  *** spinza has joined #bitcoin-core-dev
3842018-10-27T23:08:09  *** michaelsdunn1 has quit IRC
3852018-10-27T23:13:29  *** Mutter has joined #bitcoin-core-dev
3862018-10-27T23:20:53  *** Mutter has quit IRC
3872018-10-27T23:22:15  *** Mutter has joined #bitcoin-core-dev
3882018-10-27T23:32:22  *** Mutter has quit IRC
3892018-10-27T23:32:34  *** Mutter has joined #bitcoin-core-dev
3902018-10-27T23:36:40  *** Mutter has quit IRC
3912018-10-27T23:37:26  *** dviola has quit IRC
3922018-10-27T23:38:12  *** no_input_found has quit IRC
3932018-10-27T23:38:32  *** no_input_found has joined #bitcoin-core-dev
3942018-10-27T23:43:02  *** rh0nj has quit IRC
3952018-10-27T23:44:07  *** rh0nj has joined #bitcoin-core-dev