1 2018-10-27T00:00:49 <wumpus> leave it to libtool to do things like that
2 2018-10-27T00:01:50 <gmaxwell> leave it to OSX's toolchain to do things like that. :P
3 2018-10-27T00:01:53 <sipa> https://wiki.gentoo.org/wiki/AddressSanitizer/Problems
4 2018-10-27T00:02:07 <gwillen> it;s weird, it's passing through -fstack-protector-all
5 2018-10-27T00:02:12 <gwillen> even though it does not appear to be documented to do that
6 2018-10-27T00:02:14 <sipa> i assume that they're just using a libtool that's sufficiently old to not know about asan
7 2018-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
8 2018-10-27T00:02:29 <sipa> wait
9 2018-10-27T00:02:49 <sipa> that patch linked that fixes it in libtool upstream is dated july 24th 2018
10 2018-10-27T00:03:18 <gwillen> I'm on a mac, my libtool may never be updated
11 2018-10-27T00:03:24 <gwillen> it's probably fixed for other people :-)
12 2018-10-27T00:03:35 <gmaxwell> sipa: that doesn't make much sense, since it's worked elsewhere for forever.
13 2018-10-27T00:03:36 <sipa> gwillen: i assume that our depends environment builds libtool from scratch'
14 2018-10-27T00:04:01 <gmaxwell> (possible everywhere was just patching libtool and we don't)
15 2018-10-27T00:04:03 <wumpus> gwillen: yes I'm sure a newer libtool will fix this
16 2018-10-27T00:04:24 <wumpus> they only let through compile options they know about for some strange reason
17 2018-10-27T00:04:38 <gwillen> let's see if homebrew has libtool, that can't possibly go wrong
18 2018-10-27T00:04:38 <sipa> gmaxwell: nvm, i'm stupid and looking at the wrong commit
19 2018-10-27T00:05:17 <wumpus> which would be okay, I guess, if they warned instead of silently ignoring
20 2018-10-27T00:05:43 <sipa> wumpus: i guess they want to filter what goes to linker, what to compiler, what to other things, ...?
21 2018-10-27T00:05:54 <sipa> and sometimes guess wrong?
22 2018-10-27T00:06:03 <sipa> not knowing it has to go to multiple of them
23 2018-10-27T00:06:08 <wumpus> sipa: it's gcc that does that
24 2018-10-27T00:06:17 <sipa> right
25 2018-10-27T00:06:26 <sipa> i guess i am clueless about libtool
26 2018-10-27T00:06:28 <wumpus> and gcc is very strict in argument parsing
27 2018-10-27T00:06:39 *** shesek has quit IRC
28 2018-10-27T00:07:21 *** shesek has joined #bitcoin-core-dev
29 2018-10-27T00:07:52 <wumpus> me too, mostly
30 2018-10-27T00:08:07 <wumpus> it's one of those things you'd wish wasn't necessary in the first place
31 2018-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
32 2018-10-27T00:12:30 <gwillen> I guess I don't understand the relationship between the libtool script and the libtool installed on the system
33 2018-10-27T00:12:40 <gwillen> but the libtool script was generated with libtool 2.4.6 which is latest
34 2018-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
35 2018-10-27T00:14:28 <wumpus> it's... complicated
36 2018-10-27T00:15:21 <gwillen> heh.
37 2018-10-27T00:15:27 <gwillen> I hate build systems.
38 2018-10-27T00:15:44 <wumpus> I think it's autoconf that generatesthe libtool executable from m3 templates elsewhere
39 2018-10-27T00:15:46 <wumpus> m4*
40 2018-10-27T00:18:08 <wumpus> I think that's libtool*ize*
41 2018-10-27T00:18:18 *** dviola has quit IRC
42 2018-10-27T00:21:20 <sipa> i never realize those could be distinct things
43 2018-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
44 2018-10-27T00:24:05 <gwillen> *nods*
45 2018-10-27T00:24:12 *** shesek has quit IRC
46 2018-10-27T00:24:30 *** shesek has joined #bitcoin-core-dev
47 2018-10-27T00:24:30 *** shesek has joined #bitcoin-core-dev
48 2018-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
49 2018-10-27T00:26:43 <gwillen> and yet it fails :-(
50 2018-10-27T00:26:59 <wumpus> yep ...
51 2018-10-27T00:28:09 <gwillen> it seems there is a magic flag to tell libtool to fuck off: "-XCClinker"
52 2018-10-27T00:28:29 <gwillen> means "pass the following flag directly to cc when linking"
53 2018-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
54 2018-10-27T00:30:49 *** IGHOR has quit IRC
55 2018-10-27T00:31:58 <wumpus> yes, libconsensus is a library meant for external usage
56 2018-10-27T00:32:15 *** shesek has quit IRC
57 2018-10-27T00:32:39 *** shesek has joined #bitcoin-core-dev
58 2018-10-27T00:32:39 *** shesek has joined #bitcoin-core-dev
59 2018-10-27T00:35:03 *** IGHOR has joined #bitcoin-core-dev
60 2018-10-27T00:35:15 *** shesek has quit IRC
61 2018-10-27T00:35:19 <wumpus> it still shouldn't fail the build I suppose
62 2018-10-27T00:35:27 *** ken2812221 has quit IRC
63 2018-10-27T00:35:48 *** shesek has joined #bitcoin-core-dev
64 2018-10-27T00:42:19 *** justanotheruser has quit IRC
65 2018-10-27T00:42:38 *** justanotheruser has joined #bitcoin-core-dev
66 2018-10-27T00:43:38 *** shesek has quit IRC
67 2018-10-27T00:44:06 *** shesek has joined #bitcoin-core-dev
68 2018-10-27T01:05:43 *** ossifrage has quit IRC
69 2018-10-27T01:28:13 *** lnostdal has joined #bitcoin-core-dev
70 2018-10-27T01:30:39 *** DougieBot5000 has quit IRC
71 2018-10-27T01:47:51 *** DougieBot5000 has joined #bitcoin-core-dev
72 2018-10-27T01:59:38 *** Krellan has quit IRC
73 2018-10-27T02:07:06 *** commavir_ is now known as commavir
74 2018-10-27T02:11:21 *** bitcoin-git has joined #bitcoin-core-dev
75 2018-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
76 2018-10-27T02:11:21 *** bitcoin-git has left #bitcoin-core-dev
77 2018-10-27T02:13:20 *** Aaronvan_ has joined #bitcoin-core-dev
78 2018-10-27T02:16:15 *** AaronvanW has quit IRC
79 2018-10-27T02:23:08 *** Aaronvan_ has quit IRC
80 2018-10-27T02:25:19 *** ossifrage has joined #bitcoin-core-dev
81 2018-10-27T02:26:26 *** wahaha001 has joined #bitcoin-core-dev
82 2018-10-27T02:32:54 *** wahaha001 has quit IRC
83 2018-10-27T02:37:13 *** josephnicholas has joined #bitcoin-core-dev
84 2018-10-27T02:54:57 *** josephnicholas has quit IRC
85 2018-10-27T03:03:00 *** rh0nj has quit IRC
86 2018-10-27T03:06:08 *** rh0nj has joined #bitcoin-core-dev
87 2018-10-27T03:06:51 *** shesek has quit IRC
88 2018-10-27T03:08:24 *** shesek has joined #bitcoin-core-dev
89 2018-10-27T03:08:24 *** shesek has joined #bitcoin-core-dev
90 2018-10-27T03:12:07 * luke-jr wonders why there are nodes claiming to be 0.17.0.15
91 2018-10-27T03:18:08 *** robo7 has joined #bitcoin-core-dev
92 2018-10-27T03:24:56 *** shesek has quit IRC
93 2018-10-27T03:26:22 *** shesek has joined #bitcoin-core-dev
94 2018-10-27T03:29:24 *** justanotheruser has quit IRC
95 2018-10-27T03:31:41 *** justanotheruser has joined #bitcoin-core-dev
96 2018-10-27T03:36:45 *** justanotheruser has quit IRC
97 2018-10-27T03:47:55 *** schnerchi has joined #bitcoin-core-dev
98 2018-10-27T03:50:39 *** schnerch_ has quit IRC
99 2018-10-27T03:51:47 *** justanotheruser has joined #bitcoin-core-dev
100 2018-10-27T04:03:31 *** ap4lmtree has quit IRC
101 2018-10-27T04:03:31 *** rhavar has joined #bitcoin-core-dev
102 2018-10-27T04:03:58 *** ap4lmtree has joined #bitcoin-core-dev
103 2018-10-27T04:17:12 *** tryphe has quit IRC
104 2018-10-27T04:17:42 *** tryphe has joined #bitcoin-core-dev
105 2018-10-27T04:22:15 *** ap4lmtree has quit IRC
106 2018-10-27T04:30:20 *** wahaha001 has joined #bitcoin-core-dev
107 2018-10-27T04:31:43 *** bitconner has quit IRC
108 2018-10-27T04:40:41 *** shesek has quit IRC
109 2018-10-27T04:41:31 *** shesek has joined #bitcoin-core-dev
110 2018-10-27T04:43:13 *** shesek has quit IRC
111 2018-10-27T04:45:35 *** shesek has joined #bitcoin-core-dev
112 2018-10-27T04:49:18 *** schnerch_ has joined #bitcoin-core-dev
113 2018-10-27T04:52:07 *** schnerchi has quit IRC
114 2018-10-27T05:25:23 *** ap4lmtree has joined #bitcoin-core-dev
115 2018-10-27T05:31:07 *** shesek has quit IRC
116 2018-10-27T05:33:02 *** shesek has joined #bitcoin-core-dev
117 2018-10-27T05:33:02 *** shesek has joined #bitcoin-core-dev
118 2018-10-27T05:33:35 *** shesek has quit IRC
119 2018-10-27T05:37:17 *** shesek has joined #bitcoin-core-dev
120 2018-10-27T05:39:47 *** hatoda has joined #bitcoin-core-dev
121 2018-10-27T05:41:11 *** shesek has quit IRC
122 2018-10-27T05:41:35 *** shesek has joined #bitcoin-core-dev
123 2018-10-27T05:41:35 *** shesek has joined #bitcoin-core-dev
124 2018-10-27T05:44:46 *** hatoda has left #bitcoin-core-dev
125 2018-10-27T05:46:08 *** bitconner has joined #bitcoin-core-dev
126 2018-10-27T05:46:54 *** shesek has quit IRC
127 2018-10-27T05:47:12 *** shesek has joined #bitcoin-core-dev
128 2018-10-27T05:47:12 *** shesek has joined #bitcoin-core-dev
129 2018-10-27T05:50:21 *** bitconner has quit IRC
130 2018-10-27T05:50:36 *** shesek has quit IRC
131 2018-10-27T05:51:04 *** shesek has joined #bitcoin-core-dev
132 2018-10-27T05:54:29 *** hatoda has joined #bitcoin-core-dev
133 2018-10-27T05:58:30 *** hatoda has left #bitcoin-core-dev
134 2018-10-27T06:00:55 *** shesek has quit IRC
135 2018-10-27T06:01:29 *** shesek has joined #bitcoin-core-dev
136 2018-10-27T06:04:18 *** Cory has quit IRC
137 2018-10-27T06:05:04 *** shesek has quit IRC
138 2018-10-27T06:06:22 *** shesek has joined #bitcoin-core-dev
139 2018-10-27T06:11:03 *** Cory has joined #bitcoin-core-dev
140 2018-10-27T06:14:20 *** bralyclo_ has quit IRC
141 2018-10-27T06:33:25 *** akirashinjo has joined #bitcoin-core-dev
142 2018-10-27T06:46:19 *** akirashinjo has quit IRC
143 2018-10-27T07:11:28 *** Victorsueca has quit IRC
144 2018-10-27T07:12:37 *** Victorsueca has joined #bitcoin-core-dev
145 2018-10-27T07:20:53 *** hebasto has joined #bitcoin-core-dev
146 2018-10-27T07:36:26 *** KF_Sh has joined #bitcoin-core-dev
147 2018-10-27T07:49:34 *** shesek has quit IRC
148 2018-10-27T07:49:54 *** shesek has joined #bitcoin-core-dev
149 2018-10-27T08:07:40 *** shesek has quit IRC
150 2018-10-27T08:08:05 *** shesek has joined #bitcoin-core-dev
151 2018-10-27T08:08:05 *** shesek has joined #bitcoin-core-dev
152 2018-10-27T08:11:45 *** spinza has quit IRC
153 2018-10-27T08:16:39 *** fanquake has joined #bitcoin-core-dev
154 2018-10-27T08:17:09 *** spinza has joined #bitcoin-core-dev
155 2018-10-27T08:19:12 <fanquake> re 0.17.0.1, there are now 3 unsigned gitian sigs for win/linux, 4 for macOS
156 2018-10-27T08:34:03 *** shesek has quit IRC
157 2018-10-27T08:38:19 *** shesek has joined #bitcoin-core-dev
158 2018-10-27T08:38:19 *** shesek has joined #bitcoin-core-dev
159 2018-10-27T08:40:02 *** shesek has quit IRC
160 2018-10-27T08:40:28 *** shesek has joined #bitcoin-core-dev
161 2018-10-27T09:02:23 *** shesek has quit IRC
162 2018-10-27T09:04:11 *** shesek has joined #bitcoin-core-dev
163 2018-10-27T09:04:11 *** shesek has joined #bitcoin-core-dev
164 2018-10-27T09:09:05 *** ken2812221 has joined #bitcoin-core-dev
165 2018-10-27T09:10:15 *** shesek has quit IRC
166 2018-10-27T09:13:10 *** rhavar has quit IRC
167 2018-10-27T09:14:59 *** shesek has joined #bitcoin-core-dev
168 2018-10-27T09:20:44 *** shesek has quit IRC
169 2018-10-27T09:21:09 *** shesek has joined #bitcoin-core-dev
170 2018-10-27T09:21:09 *** shesek has joined #bitcoin-core-dev
171 2018-10-27T09:32:54 *** shesek has quit IRC
172 2018-10-27T09:33:24 *** shesek has joined #bitcoin-core-dev
173 2018-10-27T09:37:13 *** shesek has quit IRC
174 2018-10-27T09:37:39 *** shesek has joined #bitcoin-core-dev
175 2018-10-27T09:37:39 *** shesek has joined #bitcoin-core-dev
176 2018-10-27T10:04:32 <wumpus> fanquake: thanks for reminding me will push mine
177 2018-10-27T10:04:45 *** shesek has quit IRC
178 2018-10-27T10:05:04 *** shesek has joined #bitcoin-core-dev
179 2018-10-27T10:17:32 *** shesek has quit IRC
180 2018-10-27T10:17:48 *** shesek has joined #bitcoin-core-dev
181 2018-10-27T10:24:39 *** spinza has quit IRC
182 2018-10-27T10:32:01 *** rh0nj has quit IRC
183 2018-10-27T10:33:07 *** rh0nj has joined #bitcoin-core-dev
184 2018-10-27T10:37:04 *** shesek has quit IRC
185 2018-10-27T10:37:26 *** shesek has joined #bitcoin-core-dev
186 2018-10-27T10:37:26 *** shesek has joined #bitcoin-core-dev
187 2018-10-27T10:38:04 *** spinza has joined #bitcoin-core-dev
188 2018-10-27T10:38:53 *** shesek has quit IRC
189 2018-10-27T10:40:17 *** shesek has joined #bitcoin-core-dev
190 2018-10-27T10:40:17 *** shesek has joined #bitcoin-core-dev
191 2018-10-27T10:40:55 *** AaronvanW has joined #bitcoin-core-dev
192 2018-10-27T10:56:46 *** shesek has quit IRC
193 2018-10-27T10:57:25 *** shesek has joined #bitcoin-core-dev
194 2018-10-27T11:00:37 *** bitcoin-git has joined #bitcoin-core-dev
195 2018-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
196 2018-10-27T11:00:38 *** bitcoin-git has left #bitcoin-core-dev
197 2018-10-27T11:00:46 *** bitcoin-git has joined #bitcoin-core-dev
198 2018-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
199 2018-10-27T11:00:47 *** bitcoin-git has left #bitcoin-core-dev
200 2018-10-27T11:19:15 *** booyah has quit IRC
201 2018-10-27T11:19:33 *** bitcoin-git has joined #bitcoin-core-dev
202 2018-10-27T11:19:34 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4e4ea1ceecf...c70f9c0cfc9c
203 2018-10-27T11:19:34 <bitcoin-git> bitcoin/master fa78a2f MarcoFalke: [tests] Test that nodes respond to getdata with notfound...
204 2018-10-27T11:19:35 <bitcoin-git> bitcoin/master c70f9c0 MarcoFalke: Merge #14571: [tests] Test that nodes respond to getdata with notfound...
205 2018-10-27T11:19:35 *** bitcoin-git has left #bitcoin-core-dev
206 2018-10-27T11:20:41 *** booyah has joined #bitcoin-core-dev
207 2018-10-27T11:21:01 *** bitcoin-git has joined #bitcoin-core-dev
208 2018-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
209 2018-10-27T11:21:01 *** bitcoin-git has left #bitcoin-core-dev
210 2018-10-27T11:40:40 *** shesek has quit IRC
211 2018-10-27T11:41:27 *** shesek has joined #bitcoin-core-dev
212 2018-10-27T11:46:52 *** bitconner has joined #bitcoin-core-dev
213 2018-10-27T11:51:12 *** bitconner has quit IRC
214 2018-10-27T11:58:36 *** shesek has quit IRC
215 2018-10-27T11:59:39 *** shesek has joined #bitcoin-core-dev
216 2018-10-27T11:59:39 *** shesek has joined #bitcoin-core-dev
217 2018-10-27T12:01:35 *** rex4539 has quit IRC
218 2018-10-27T12:03:46 *** hebasto has quit IRC
219 2018-10-27T12:04:18 *** hebasto has joined #bitcoin-core-dev
220 2018-10-27T12:11:41 *** spinza has quit IRC
221 2018-10-27T12:13:11 *** Zenton has quit IRC
222 2018-10-27T12:13:48 *** aikque has joined #bitcoin-core-dev
223 2018-10-27T12:14:43 *** shesek has quit IRC
224 2018-10-27T12:15:22 *** shesek has joined #bitcoin-core-dev
225 2018-10-27T12:15:29 *** shesek has joined #bitcoin-core-dev
226 2018-10-27T12:15:45 *** shesek has quit IRC
227 2018-10-27T12:16:50 *** shesek has joined #bitcoin-core-dev
228 2018-10-27T12:16:50 *** shesek has joined #bitcoin-core-dev
229 2018-10-27T12:17:40 *** rex4539 has joined #bitcoin-core-dev
230 2018-10-27T12:19:47 *** Zenton has joined #bitcoin-core-dev
231 2018-10-27T12:20:38 *** spinza has joined #bitcoin-core-dev
232 2018-10-27T12:24:02 *** shesek has quit IRC
233 2018-10-27T12:24:58 *** shesek has joined #bitcoin-core-dev
234 2018-10-27T12:25:19 *** aikque has quit IRC
235 2018-10-27T12:40:12 *** shesek has quit IRC
236 2018-10-27T12:40:49 *** shesek has joined #bitcoin-core-dev
237 2018-10-27T12:46:34 *** shesek has quit IRC
238 2018-10-27T12:54:58 *** bsm117532 has joined #bitcoin-core-dev
239 2018-10-27T13:00:03 *** shesek has joined #bitcoin-core-dev
240 2018-10-27T13:00:03 *** shesek has joined #bitcoin-core-dev
241 2018-10-27T13:04:17 *** no_input_found has quit IRC
242 2018-10-27T13:04:47 *** no_input_found has joined #bitcoin-core-dev
243 2018-10-27T13:04:56 *** riemann has joined #bitcoin-core-dev
244 2018-10-27T13:10:59 *** KF_Sh has quit IRC
245 2018-10-27T13:11:36 *** KF_Sh has joined #bitcoin-core-dev
246 2018-10-27T13:12:21 *** KF_Sh has joined #bitcoin-core-dev
247 2018-10-27T13:13:07 *** KF_Sh has joined #bitcoin-core-dev
248 2018-10-27T13:13:51 *** KF_Sh has joined #bitcoin-core-dev
249 2018-10-27T13:14:37 *** AaronvanW has quit IRC
250 2018-10-27T13:14:38 *** KF_Sh has joined #bitcoin-core-dev
251 2018-10-27T13:15:16 *** AaronvanW has joined #bitcoin-core-dev
252 2018-10-27T13:15:28 *** KF_Sh has joined #bitcoin-core-dev
253 2018-10-27T13:16:15 *** KF_Sh has joined #bitcoin-core-dev
254 2018-10-27T13:19:28 *** AaronvanW has quit IRC
255 2018-10-27T13:20:28 *** KF_Sh has quit IRC
256 2018-10-27T13:33:12 *** instagibbs has joined #bitcoin-core-dev
257 2018-10-27T13:37:11 *** hebasto has quit IRC
258 2018-10-27T13:37:32 *** hebasto has joined #bitcoin-core-dev
259 2018-10-27T13:47:00 *** infertux has joined #bitcoin-core-dev
260 2018-10-27T13:48:03 *** KF_Sh has joined #bitcoin-core-dev
261 2018-10-27T13:52:07 *** KF_Sh has quit IRC
262 2018-10-27T14:28:50 *** AaronvanW has joined #bitcoin-core-dev
263 2018-10-27T14:32:19 *** queip has joined #bitcoin-core-dev
264 2018-10-27T14:34:02 *** rh0nj has quit IRC
265 2018-10-27T14:34:18 *** AaronvanW has quit IRC
266 2018-10-27T14:35:07 *** rh0nj has joined #bitcoin-core-dev
267 2018-10-27T14:39:26 *** sipa has quit IRC
268 2018-10-27T14:39:45 *** sipa has joined #bitcoin-core-dev
269 2018-10-27T14:41:22 *** bitcoin-git has joined #bitcoin-core-dev
270 2018-10-27T14:41:23 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c70f9c0cfc9c...efaf2d85e3a2
271 2018-10-27T14:41:23 <bitcoin-git> bitcoin/master fa511e8 MarcoFalke: Pass tx pool reference into CheckSequenceLocks
272 2018-10-27T14:41:24 <bitcoin-git> bitcoin/master efaf2d8 MarcoFalke: Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks...
273 2018-10-27T14:41:24 *** bitcoin-git has left #bitcoin-core-dev
274 2018-10-27T14:42:02 *** bitcoin-git has joined #bitcoin-core-dev
275 2018-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
276 2018-10-27T14:42:03 *** bitcoin-git has left #bitcoin-core-dev
277 2018-10-27T14:45:40 *** KF_Sh has joined #bitcoin-core-dev
278 2018-10-27T14:49:34 *** bralyclow has joined #bitcoin-core-dev
279 2018-10-27T14:49:49 *** KF_Sh has quit IRC
280 2018-10-27T14:55:52 *** rafalcpp has joined #bitcoin-core-dev
281 2018-10-27T14:58:29 *** Emcy has quit IRC
282 2018-10-27T14:59:16 *** Emcy has joined #bitcoin-core-dev
283 2018-10-27T14:59:43 *** Emcy has quit IRC
284 2018-10-27T15:02:21 *** Emcy has joined #bitcoin-core-dev
285 2018-10-27T15:31:10 *** bralyclow has quit IRC
286 2018-10-27T15:36:06 *** Bullit has quit IRC
287 2018-10-27T15:36:30 *** Bullit has joined #bitcoin-core-dev
288 2018-10-27T15:47:05 *** Zenton has joined #bitcoin-core-dev
289 2018-10-27T15:47:13 *** bitconner has joined #bitcoin-core-dev
290 2018-10-27T15:50:01 *** dviola has joined #bitcoin-core-dev
291 2018-10-27T15:51:21 *** bitconner has quit IRC
292 2018-10-27T15:55:28 *** AaronvanW has joined #bitcoin-core-dev
293 2018-10-27T15:56:18 *** lnostdal has quit IRC
294 2018-10-27T15:56:48 *** lnostdal has joined #bitcoin-core-dev
295 2018-10-27T15:57:27 <midnightmagic> but it looks ugly
296 2018-10-27T15:57:31 <midnightmagic> er. sorry wrong channel
297 2018-10-27T15:59:56 *** AaronvanW has quit IRC
298 2018-10-27T16:00:36 *** AaronvanW has joined #bitcoin-core-dev
299 2018-10-27T16:05:28 *** AaronvanW has quit IRC
300 2018-10-27T16:23:41 *** bitcoin-git has joined #bitcoin-core-dev
301 2018-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
302 2018-10-27T16:23:41 *** bitcoin-git has left #bitcoin-core-dev
303 2018-10-27T16:26:20 *** rex4539 has quit IRC
304 2018-10-27T16:29:14 *** bitconner has joined #bitcoin-core-dev
305 2018-10-27T16:33:27 *** bitconner has quit IRC
306 2018-10-27T16:37:55 *** dviola has quit IRC
307 2018-10-27T16:42:06 *** dviola has joined #bitcoin-core-dev
308 2018-10-27T16:53:10 *** Zenton has quit IRC
309 2018-10-27T16:54:06 *** Zenton has joined #bitcoin-core-dev
310 2018-10-27T16:55:44 *** satwo has joined #bitcoin-core-dev
311 2018-10-27T17:12:30 *** dviola has quit IRC
312 2018-10-27T17:18:48 *** shesek has quit IRC
313 2018-10-27T17:19:09 *** shesek has joined #bitcoin-core-dev
314 2018-10-27T17:19:16 *** Zenton has quit IRC
315 2018-10-27T17:21:21 *** Zenton has joined #bitcoin-core-dev
316 2018-10-27T17:23:48 *** shesek has quit IRC
317 2018-10-27T17:26:07 *** Zenton has quit IRC
318 2018-10-27T17:26:21 *** shesek has joined #bitcoin-core-dev
319 2018-10-27T17:27:43 *** Zenton has joined #bitcoin-core-dev
320 2018-10-27T17:28:24 *** dviola has joined #bitcoin-core-dev
321 2018-10-27T17:38:32 *** shesek has quit IRC
322 2018-10-27T17:39:11 *** shesek has joined #bitcoin-core-dev
323 2018-10-27T17:39:11 *** shesek has joined #bitcoin-core-dev
324 2018-10-27T17:45:52 *** justanotheruser has quit IRC
325 2018-10-27T17:51:17 *** infertux has quit IRC
326 2018-10-27T17:51:59 *** infertux has joined #bitcoin-core-dev
327 2018-10-27T17:56:02 *** KF_Sh has joined #bitcoin-core-dev
328 2018-10-27T17:58:00 *** Cory has quit IRC
329 2018-10-27T18:00:13 *** KF_Sh has quit IRC
330 2018-10-27T18:00:23 *** justanotheruser has joined #bitcoin-core-dev
331 2018-10-27T18:04:48 *** Cory has joined #bitcoin-core-dev
332 2018-10-27T19:04:11 *** KF_Sh has joined #bitcoin-core-dev
333 2018-10-27T19:04:52 *** shesek has quit IRC
334 2018-10-27T19:05:28 *** shesek has joined #bitcoin-core-dev
335 2018-10-27T19:05:28 *** shesek has joined #bitcoin-core-dev
336 2018-10-27T19:15:32 *** belcher_ has quit IRC
337 2018-10-27T19:15:58 *** belcher_ has joined #bitcoin-core-dev
338 2018-10-27T19:16:18 *** shesek has quit IRC
339 2018-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
340 2018-10-27T19:19:51 <phantomcircuit> but that's a significant amount of effort
341 2018-10-27T19:20:00 <phantomcircuit> (or at least i think it is, what do i know about qt)
342 2018-10-27T19:25:49 <gmaxwell> I don't think confusion about the download window is a frequent problem?
343 2018-10-27T19:34:20 *** esotericnonsense has quit IRC
344 2018-10-27T19:36:41 *** esotericnonsense has joined #bitcoin-core-dev
345 2018-10-27T19:39:44 *** dqx has joined #bitcoin-core-dev
346 2018-10-27T19:43:22 *** dqx has quit IRC
347 2018-10-27T19:45:57 *** shesek has joined #bitcoin-core-dev
348 2018-10-27T19:45:57 *** shesek has joined #bitcoin-core-dev
349 2018-10-27T19:53:09 *** michaelsdunn1 has joined #bitcoin-core-dev
350 2018-10-27T19:54:38 *** sipa has quit IRC
351 2018-10-27T19:54:38 *** morcos has quit IRC
352 2018-10-27T19:55:05 *** esotericnonsense has quit IRC
353 2018-10-27T19:55:11 *** infertux has quit IRC
354 2018-10-27T19:56:19 *** intcat has quit IRC
355 2018-10-27T19:56:40 *** esotericnonsense has joined #bitcoin-core-dev
356 2018-10-27T19:58:19 *** AaronvanW has joined #bitcoin-core-dev
357 2018-10-27T19:58:36 *** sipa has joined #bitcoin-core-dev
358 2018-10-27T19:59:00 *** infertux has joined #bitcoin-core-dev
359 2018-10-27T19:59:26 *** morcos has joined #bitcoin-core-dev
360 2018-10-27T20:01:38 *** intcat has joined #bitcoin-core-dev
361 2018-10-27T20:45:21 *** KF_Sh has quit IRC
362 2018-10-27T20:45:55 *** KF_Sh has joined #bitcoin-core-dev
363 2018-10-27T20:46:43 *** KF_Sh has joined #bitcoin-core-dev
364 2018-10-27T20:47:26 *** KF_Sh has joined #bitcoin-core-dev
365 2018-10-27T20:48:17 *** KF_Sh has joined #bitcoin-core-dev
366 2018-10-27T20:50:27 *** riemann has quit IRC
367 2018-10-27T20:52:15 *** riemann has joined #bitcoin-core-dev
368 2018-10-27T21:01:45 *** hebasto has quit IRC
369 2018-10-27T21:03:48 *** justanotheruser has quit IRC
370 2018-10-27T21:25:11 *** justanotheruser has joined #bitcoin-core-dev
371 2018-10-27T21:26:43 *** KF_Sh has joined #bitcoin-core-dev
372 2018-10-27T21:31:20 *** KF_Sh has quit IRC
373 2018-10-27T21:31:26 *** AaronvanW has quit IRC
374 2018-10-27T22:13:03 *** KF_Sh has joined #bitcoin-core-dev
375 2018-10-27T22:17:21 *** KF_Sh has quit IRC
376 2018-10-27T22:21:55 *** michaelsdunn1 has quit IRC
377 2018-10-27T22:32:14 *** spinza has quit IRC
378 2018-10-27T22:37:27 *** davec has quit IRC
379 2018-10-27T22:38:20 *** satwo has quit IRC
380 2018-10-27T22:39:32 *** davec has joined #bitcoin-core-dev
381 2018-10-27T22:49:26 *** rex4539 has joined #bitcoin-core-dev
382 2018-10-27T23:00:44 *** michaelsdunn1 has joined #bitcoin-core-dev
383 2018-10-27T23:01:07 *** spinza has joined #bitcoin-core-dev
384 2018-10-27T23:08:09 *** michaelsdunn1 has quit IRC
385 2018-10-27T23:13:29 *** Mutter has joined #bitcoin-core-dev
386 2018-10-27T23:20:53 *** Mutter has quit IRC
387 2018-10-27T23:22:15 *** Mutter has joined #bitcoin-core-dev
388 2018-10-27T23:32:22 *** Mutter has quit IRC
389 2018-10-27T23:32:34 *** Mutter has joined #bitcoin-core-dev
390 2018-10-27T23:36:40 *** Mutter has quit IRC
391 2018-10-27T23:37:26 *** dviola has quit IRC
392 2018-10-27T23:38:12 *** no_input_found has quit IRC
393 2018-10-27T23:38:32 *** no_input_found has joined #bitcoin-core-dev
394 2018-10-27T23:43:02 *** rh0nj has quit IRC
395 2018-10-27T23:44:07 *** rh0nj has joined #bitcoin-core-dev