1 2018-10-21T00:06:09 *** AaronvanW has joined #bitcoin-core-dev
2 2018-10-21T00:10:52 *** AaronvanW has quit IRC
3 2018-10-21T00:19:04 *** bitcoin-git has joined #bitcoin-core-dev
4 2018-10-21T00:19:05 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/96c409c919b9...75795603dd2f
5 2018-10-21T00:19:06 <bitcoin-git> bitcoin/master 97ddc60 practicalswift: validation: Pass chainparams in AcceptToMemoryPoolWorker(...)
6 2018-10-21T00:19:06 <bitcoin-git> bitcoin/master 7579560 MarcoFalke: Merge #13909: validation: Pass chainparams in AcceptToMemoryPoolWorker(...)...
7 2018-10-21T00:19:07 *** bitcoin-git has left #bitcoin-core-dev
8 2018-10-21T00:19:48 *** bitcoin-git has joined #bitcoin-core-dev
9 2018-10-21T00:19:48 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #13909: validation: Pass chainparams in AcceptToMemoryPoolWorker(...) (master...remove-chainparams-argument-to-AcceptToMemoryPoolWorker) https://github.com/bitcoin/bitcoin/pull/13909
10 2018-10-21T00:19:48 *** bitcoin-git has left #bitcoin-core-dev
11 2018-10-21T00:36:16 <phantomcircuit> sipa, i should note that the recv/send select logic is basically incompatible with callback style handling
12 2018-10-21T00:49:47 *** AaronvanW has joined #bitcoin-core-dev
13 2018-10-21T00:51:37 <sipa> phantomcircuit: how so?
14 2018-10-21T00:54:30 *** AaronvanW has quit IRC
15 2018-10-21T01:00:46 <phantomcircuit> sipa, selectively not asking about recv when we have write buffer to send is awkward with callbacks
16 2018-10-21T01:05:31 <sipa> phantomcircuit: you can use a model where if a recv available callback happens for a peer for which we have a send buffer, you just set a boolean; and whenever you empty the send buffer, you check that boolean and then run the normal recv is true
17 2018-10-21T01:06:35 <phantomcircuit> sipa, but if the send buffers doesn't empty you have a spin loop
18 2018-10-21T01:08:37 *** josephni_ has joined #bitcoin-core-dev
19 2018-10-21T01:08:37 *** josephnicholas has quit IRC
20 2018-10-21T01:16:10 *** josephni_ has quit IRC
21 2018-10-21T01:16:57 *** josephnicholas has joined #bitcoin-core-dev
22 2018-10-21T01:22:56 *** irc_viewer_test has joined #bitcoin-core-dev
23 2018-10-21T01:28:26 <sipa> phantomcircuit: hmm, i have no experience with async io models, but i'd expect you get only notified once when recv buffer goes from not empty to empty; or at least at most once per tcp packet or so
24 2018-10-21T01:29:31 <sipa> *from empty to non-empty
25 2018-10-21T01:30:01 *** rh0nj has quit IRC
26 2018-10-21T01:31:07 *** rh0nj has joined #bitcoin-core-dev
27 2018-10-21T01:32:10 *** tknp has joined #bitcoin-core-dev
28 2018-10-21T01:33:03 *** Chris_Stewart_5 has joined #bitcoin-core-dev
29 2018-10-21T01:38:21 *** irc_viewer_test has quit IRC
30 2018-10-21T01:41:49 *** esotericnonsense has quit IRC
31 2018-10-21T01:42:09 *** justan0theruser has joined #bitcoin-core-dev
32 2018-10-21T01:42:35 *** laurentmt has joined #bitcoin-core-dev
33 2018-10-21T01:43:25 *** esotericnonsense has joined #bitcoin-core-dev
34 2018-10-21T01:43:51 *** justanotheruser has quit IRC
35 2018-10-21T01:44:05 *** AaronvanW has joined #bitcoin-core-dev
36 2018-10-21T01:45:04 *** murrayn[m] has quit IRC
37 2018-10-21T01:45:11 *** Krellan has joined #bitcoin-core-dev
38 2018-10-21T01:45:19 *** murrayn[m] has joined #bitcoin-core-dev
39 2018-10-21T01:47:49 *** murrayn[m] has quit IRC
40 2018-10-21T01:48:07 *** AaronvanW has quit IRC
41 2018-10-21T01:48:52 *** murrayn[m] has joined #bitcoin-core-dev
42 2018-10-21T01:49:52 *** Krellan has quit IRC
43 2018-10-21T01:50:59 *** bitcoin-git has joined #bitcoin-core-dev
44 2018-10-21T01:51:00 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14309: Use non-throwing type-safe ChainType where possible (master...Mf1809-chainType) https://github.com/bitcoin/bitcoin/pull/14309
45 2018-10-21T01:51:00 *** bitcoin-git has left #bitcoin-core-dev
46 2018-10-21T01:55:50 *** jpe_ has joined #bitcoin-core-dev
47 2018-10-21T01:58:27 *** jpe has quit IRC
48 2018-10-21T02:01:03 *** murrayn[m] has quit IRC
49 2018-10-21T02:01:24 *** murrayn[m] has joined #bitcoin-core-dev
50 2018-10-21T02:10:13 *** bitcoin-git has joined #bitcoin-core-dev
51 2018-10-21T02:10:14 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/75795603dd2f...73cddb36a88f
52 2018-10-21T02:10:14 <bitcoin-git> bitcoin/master 8640631 Mason Simon: docs: Document lint tests
53 2018-10-21T02:10:15 <bitcoin-git> bitcoin/master 73cddb3 MarcoFalke: Merge #14526: docs: Document lint tests...
54 2018-10-21T02:10:15 *** bitcoin-git has left #bitcoin-core-dev
55 2018-10-21T02:11:23 *** bitcoin-git has joined #bitcoin-core-dev
56 2018-10-21T02:11:23 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14526: docs: Document lint tests (master...revive-document-lint-tests) https://github.com/bitcoin/bitcoin/pull/14526
57 2018-10-21T02:11:23 *** bitcoin-git has left #bitcoin-core-dev
58 2018-10-21T02:13:53 *** Krellan_ has joined #bitcoin-core-dev
59 2018-10-21T02:14:36 *** bitcoin-git has joined #bitcoin-core-dev
60 2018-10-21T02:14:36 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/73cddb36a88f...5c25409d6851
61 2018-10-21T02:14:37 <bitcoin-git> bitcoin/master eb49412 Russell Yanofsky: doc/descriptors.md tweaks...
62 2018-10-21T02:14:37 <bitcoin-git> bitcoin/master eeeaa29 Russell Yanofsky: descriptors.md: Refer to descriptors as describing instead of matching
63 2018-10-21T02:14:38 <bitcoin-git> bitcoin/master 5c25409 MarcoFalke: Merge #14161: doc/descriptors.md tweaks...
64 2018-10-21T02:14:38 *** bitcoin-git has left #bitcoin-core-dev
65 2018-10-21T02:15:22 *** bitcoin-git has joined #bitcoin-core-dev
66 2018-10-21T02:15:22 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #14161: doc/descriptors.md tweaks (master...pr/ddoc) https://github.com/bitcoin/bitcoin/pull/14161
67 2018-10-21T02:15:22 *** bitcoin-git has left #bitcoin-core-dev
68 2018-10-21T02:16:07 *** dviola has quit IRC
69 2018-10-21T02:17:19 *** laurentmt has quit IRC
70 2018-10-21T02:38:09 *** AaronvanW has joined #bitcoin-core-dev
71 2018-10-21T02:39:36 *** harrymm has quit IRC
72 2018-10-21T02:42:42 *** AaronvanW has quit IRC
73 2018-10-21T02:46:52 *** Chris_Stewart_5 has quit IRC
74 2018-10-21T02:54:27 *** Chris_Stewart_5 has joined #bitcoin-core-dev
75 2018-10-21T03:15:22 <phantomcircuit> sipa, you register for events which can either be edge or level triggered
76 2018-10-21T03:15:40 <phantomcircuit> the edge triggered would avoid the issue but is more prone to missing events cause of buts
77 2018-10-21T03:15:42 <phantomcircuit> bugs
78 2018-10-21T03:19:32 *** Chris_Stewart_5 has quit IRC
79 2018-10-21T03:21:21 <sipa> phantomcircuit: makes sense
80 2018-10-21T03:29:14 *** Chris_Stewart_5 has joined #bitcoin-core-dev
81 2018-10-21T03:32:09 *** AaronvanW has joined #bitcoin-core-dev
82 2018-10-21T03:36:40 *** AaronvanW has quit IRC
83 2018-10-21T03:37:42 *** Chris_Stewart_5 has quit IRC
84 2018-10-21T03:55:06 *** schnerchi has joined #bitcoin-core-dev
85 2018-10-21T03:57:21 *** lnostdal has quit IRC
86 2018-10-21T03:58:04 *** schnerch_ has quit IRC
87 2018-10-21T04:05:26 *** verjj has joined #bitcoin-core-dev
88 2018-10-21T04:15:04 *** jpe_ has quit IRC
89 2018-10-21T04:26:21 *** AaronvanW has joined #bitcoin-core-dev
90 2018-10-21T04:31:48 *** AaronvanW has quit IRC
91 2018-10-21T05:08:01 *** josephnicholas has quit IRC
92 2018-10-21T05:08:18 *** josephnicholas has joined #bitcoin-core-dev
93 2018-10-21T05:20:29 *** AaronvanW has joined #bitcoin-core-dev
94 2018-10-21T05:24:57 *** AaronvanW has quit IRC
95 2018-10-21T05:26:01 *** hebasto has joined #bitcoin-core-dev
96 2018-10-21T05:27:09 *** josephnicholas has quit IRC
97 2018-10-21T05:27:59 *** josephnicholas has joined #bitcoin-core-dev
98 2018-10-21T05:28:43 *** josephnicholas has joined #bitcoin-core-dev
99 2018-10-21T05:29:25 *** verjj has quit IRC
100 2018-10-21T05:43:19 *** harrymm has joined #bitcoin-core-dev
101 2018-10-21T05:47:01 *** rh0nj has quit IRC
102 2018-10-21T05:48:07 *** rh0nj has joined #bitcoin-core-dev
103 2018-10-21T05:51:01 *** TheHoliestRoger has quit IRC
104 2018-10-21T05:53:49 *** TheHoliestRoger has joined #bitcoin-core-dev
105 2018-10-21T05:56:53 *** verjj has joined #bitcoin-core-dev
106 2018-10-21T05:59:23 *** TheHoliestRoger has quit IRC
107 2018-10-21T06:02:11 *** TheHoliestRoger has joined #bitcoin-core-dev
108 2018-10-21T06:05:18 *** Krellan_ has quit IRC
109 2018-10-21T06:10:25 *** Tuna_Golem has quit IRC
110 2018-10-21T06:10:27 <echeveria> why does the inwitness rpc field deseralize by default?
111 2018-10-21T06:14:34 *** AaronvanW has joined #bitcoin-core-dev
112 2018-10-21T06:15:59 *** Tuna_Golem has joined #bitcoin-core-dev
113 2018-10-21T06:19:16 *** AaronvanW has quit IRC
114 2018-10-21T06:27:57 *** Krellan has joined #bitcoin-core-dev
115 2018-10-21T06:28:32 *** tknp has quit IRC
116 2018-10-21T06:30:46 *** newbie-- has quit IRC
117 2018-10-21T06:33:16 *** newbie-- has joined #bitcoin-core-dev
118 2018-10-21T07:04:37 *** verjj has quit IRC
119 2018-10-21T07:08:54 *** AaronvanW has joined #bitcoin-core-dev
120 2018-10-21T07:13:16 *** AaronvanW has quit IRC
121 2018-10-21T07:28:29 *** Tuna_Golem has quit IRC
122 2018-10-21T07:55:23 *** robo7 has quit IRC
123 2018-10-21T07:59:17 *** Guyver2 has joined #bitcoin-core-dev
124 2018-10-21T08:00:53 *** josephnicholas has quit IRC
125 2018-10-21T08:02:49 *** AaronvanW has joined #bitcoin-core-dev
126 2018-10-21T08:03:02 *** sanket1729 has joined #bitcoin-core-dev
127 2018-10-21T08:04:37 <sanket1729> Hello, I have one small quick question. Does bitcoin core ever prune orphan blocks? I mean do all full nodes have a very old orphan block, say from 2014?
128 2018-10-21T08:05:51 <wumpus> sanket1729: they do!
129 2018-10-21T08:06:00 <wumpus> sanket1729: eh, they don't I mean, they do *keep*those blocks
130 2018-10-21T08:06:08 *** pope has joined #bitcoin-core-dev
131 2018-10-21T08:06:57 *** pope has joined #bitcoin-core-dev
132 2018-10-21T08:07:06 <wumpus> sanket1729: 'getchaintips' to get the alternative chain tips IIRC
133 2018-10-21T08:07:16 *** AaronvanW has quit IRC
134 2018-10-21T08:07:19 <sanket1729> Thanks! Do the nodes respond to getBlock p2p command for such old block?
135 2018-10-21T08:07:47 *** josephnicholas has joined #bitcoin-core-dev
136 2018-10-21T08:08:17 <wumpus> no, they only respond for blocks on the current chain; otherwise that would be way to fingerprint nodes
137 2018-10-21T08:11:51 <sanket1729> Thanks, so there is no way I can get the block via the p2p interface, right?
138 2018-10-21T08:12:42 <echeveria> that's literally what was said in the conversation.
139 2018-10-21T08:13:32 <wumpus> right, only through RPC "getblock"
140 2018-10-21T08:16:58 <wumpus> if you're looking for a specific block, you could check block explorers if they have it, or ask here or in #bitcoin
141 2018-10-21T08:22:08 *** josephnicholas has quit IRC
142 2018-10-21T08:38:49 *** StopAndDecrypt has quit IRC
143 2018-10-21T08:40:25 *** StopAndDecrypt has joined #bitcoin-core-dev
144 2018-10-21T08:40:34 *** StopAndDecrypt has quit IRC
145 2018-10-21T08:40:34 *** StopAndDecrypt has joined #bitcoin-core-dev
146 2018-10-21T08:41:23 *** Krellan has quit IRC
147 2018-10-21T08:41:30 *** murrayn[m] has quit IRC
148 2018-10-21T08:42:42 *** Krellan has joined #bitcoin-core-dev
149 2018-10-21T08:49:39 *** dcousens has joined #bitcoin-core-dev
150 2018-10-21T08:51:47 *** sanket1729 has quit IRC
151 2018-10-21T09:13:12 *** josephnicholas has joined #bitcoin-core-dev
152 2018-10-21T09:18:04 *** josephnicholas has quit IRC
153 2018-10-21T09:45:18 *** Victorsueca has quit IRC
154 2018-10-21T09:48:31 *** Victorsueca has joined #bitcoin-core-dev
155 2018-10-21T09:49:01 *** rh0nj has quit IRC
156 2018-10-21T09:50:08 *** rh0nj has joined #bitcoin-core-dev
157 2018-10-21T09:51:15 *** AaronvanW has joined #bitcoin-core-dev
158 2018-10-21T09:55:27 *** AaronvanW has quit IRC
159 2018-10-21T10:02:47 *** kexkey has quit IRC
160 2018-10-21T10:03:08 *** kexkey has joined #bitcoin-core-dev
161 2018-10-21T10:07:54 *** AaronvanW has joined #bitcoin-core-dev
162 2018-10-21T10:08:54 *** spinza has quit IRC
163 2018-10-21T10:24:08 *** josephnicholas has joined #bitcoin-core-dev
164 2018-10-21T10:28:27 *** josephnicholas has quit IRC
165 2018-10-21T10:41:22 *** spinza has joined #bitcoin-core-dev
166 2018-10-21T10:42:21 *** opdenkamp has quit IRC
167 2018-10-21T10:46:47 *** opdenkamp has joined #bitcoin-core-dev
168 2018-10-21T10:51:26 *** Krellan has quit IRC
169 2018-10-21T10:52:17 *** AaronvanW has quit IRC
170 2018-10-21T10:52:47 *** Krellan has joined #bitcoin-core-dev
171 2018-10-21T11:14:18 *** Chris_Stewart_5 has joined #bitcoin-core-dev
172 2018-10-21T11:16:30 *** Aaronvan_ has joined #bitcoin-core-dev
173 2018-10-21T11:17:24 *** luke-jr has quit IRC
174 2018-10-21T11:17:38 *** luke-jr has joined #bitcoin-core-dev
175 2018-10-21T11:19:13 *** luke-jr has quit IRC
176 2018-10-21T11:19:26 *** luke-jr has joined #bitcoin-core-dev
177 2018-10-21T11:24:04 *** Chris_Stewart_5 has quit IRC
178 2018-10-21T11:28:28 *** Aaronvan_ has quit IRC
179 2018-10-21T11:37:33 *** booyah has quit IRC
180 2018-10-21T11:51:13 *** luke-jr has quit IRC
181 2018-10-21T11:51:25 *** luke-jr has joined #bitcoin-core-dev
182 2018-10-21T11:54:00 *** luke-jr has quit IRC
183 2018-10-21T11:54:12 *** luke-jr has joined #bitcoin-core-dev
184 2018-10-21T11:55:23 *** nomad has joined #bitcoin-core-dev
185 2018-10-21T11:55:43 *** josephnicholas has joined #bitcoin-core-dev
186 2018-10-21T11:56:01 *** nomad has quit IRC
187 2018-10-21T11:59:47 *** josephnicholas has quit IRC
188 2018-10-21T12:03:48 *** Chris_Stewart_5 has joined #bitcoin-core-dev
189 2018-10-21T12:12:40 *** Chris_Stewart_5 has quit IRC
190 2018-10-21T12:17:44 *** pope_ has joined #bitcoin-core-dev
191 2018-10-21T12:17:59 *** pope has quit IRC
192 2018-10-21T12:22:30 *** pope_ has quit IRC
193 2018-10-21T12:22:33 *** pope__ has joined #bitcoin-core-dev
194 2018-10-21T12:31:01 *** jpe has joined #bitcoin-core-dev
195 2018-10-21T12:51:56 *** josephnicholas has joined #bitcoin-core-dev
196 2018-10-21T12:57:36 *** josephnicholas has quit IRC
197 2018-10-21T13:01:32 *** josephnicholas has joined #bitcoin-core-dev
198 2018-10-21T13:15:09 *** josephnicholas has quit IRC
199 2018-10-21T13:15:45 *** josephnicholas has joined #bitcoin-core-dev
200 2018-10-21T13:20:34 *** josephnicholas has quit IRC
201 2018-10-21T13:33:28 *** jpe has quit IRC
202 2018-10-21T13:37:53 *** frenchy has joined #bitcoin-core-dev
203 2018-10-21T13:39:58 *** promag has quit IRC
204 2018-10-21T13:50:08 *** SopaXorzTaker has joined #bitcoin-core-dev
205 2018-10-21T14:01:29 *** Bullitje has joined #bitcoin-core-dev
206 2018-10-21T14:02:43 *** rafalcpp_ has joined #bitcoin-core-dev
207 2018-10-21T14:05:04 *** Bullit has quit IRC
208 2018-10-21T14:05:04 *** rafalcpp has quit IRC
209 2018-10-21T14:20:33 *** Chris_Stewart_5 has joined #bitcoin-core-dev
210 2018-10-21T15:10:01 *** Krellan has quit IRC
211 2018-10-21T15:11:16 *** Krellan has joined #bitcoin-core-dev
212 2018-10-21T15:19:16 *** Chris_Stewart_5 has quit IRC
213 2018-10-21T15:25:29 *** Chris_Stewart_5 has joined #bitcoin-core-dev
214 2018-10-21T15:37:18 *** iphelix has joined #bitcoin-core-dev
215 2018-10-21T15:47:27 *** Chris_Stewart_5 has quit IRC
216 2018-10-21T16:03:24 *** klot has joined #bitcoin-core-dev
217 2018-10-21T16:04:11 *** klot has quit IRC
218 2018-10-21T16:04:38 *** klot has joined #bitcoin-core-dev
219 2018-10-21T16:05:41 *** klot has quit IRC
220 2018-10-21T16:06:07 *** klot has joined #bitcoin-core-dev
221 2018-10-21T16:07:11 *** klot has quit IRC
222 2018-10-21T16:07:38 *** klot has joined #bitcoin-core-dev
223 2018-10-21T16:08:38 *** Chris_Stewart_5 has joined #bitcoin-core-dev
224 2018-10-21T16:08:41 *** klot has quit IRC
225 2018-10-21T16:09:08 *** klot has joined #bitcoin-core-dev
226 2018-10-21T16:10:11 *** klot has quit IRC
227 2018-10-21T16:10:38 *** klot has joined #bitcoin-core-dev
228 2018-10-21T16:11:41 *** klot has quit IRC
229 2018-10-21T16:12:08 *** klot has joined #bitcoin-core-dev
230 2018-10-21T16:13:11 *** klot has quit IRC
231 2018-10-21T16:13:38 *** klot has joined #bitcoin-core-dev
232 2018-10-21T16:14:41 *** klot has quit IRC
233 2018-10-21T16:15:08 *** klot has joined #bitcoin-core-dev
234 2018-10-21T16:16:11 *** klot has quit IRC
235 2018-10-21T16:16:51 *** klot has joined #bitcoin-core-dev
236 2018-10-21T16:17:41 *** klot has quit IRC
237 2018-10-21T16:18:08 *** klot has joined #bitcoin-core-dev
238 2018-10-21T16:19:11 *** klot has quit IRC
239 2018-10-21T16:19:38 *** klot has joined #bitcoin-core-dev
240 2018-10-21T16:20:41 *** klot has quit IRC
241 2018-10-21T16:21:07 *** klot has joined #bitcoin-core-dev
242 2018-10-21T16:22:11 *** klot has quit IRC
243 2018-10-21T16:22:38 *** klot has joined #bitcoin-core-dev
244 2018-10-21T16:23:41 *** klot has quit IRC
245 2018-10-21T16:24:08 *** klot has joined #bitcoin-core-dev
246 2018-10-21T16:25:11 *** klot has quit IRC
247 2018-10-21T16:26:01 *** klot has joined #bitcoin-core-dev
248 2018-10-21T16:26:41 *** klot has quit IRC
249 2018-10-21T16:27:04 *** klot has joined #bitcoin-core-dev
250 2018-10-21T16:28:11 *** klot has quit IRC
251 2018-10-21T16:28:38 *** klot has joined #bitcoin-core-dev
252 2018-10-21T16:29:41 *** klot has quit IRC
253 2018-10-21T16:30:07 *** klot has joined #bitcoin-core-dev
254 2018-10-21T16:31:11 *** klot has quit IRC
255 2018-10-21T16:31:58 *** klot has joined #bitcoin-core-dev
256 2018-10-21T16:32:41 *** klot has quit IRC
257 2018-10-21T16:33:11 *** klot has joined #bitcoin-core-dev
258 2018-10-21T16:38:33 *** josephnicholas has joined #bitcoin-core-dev
259 2018-10-21T16:40:42 *** Chris_Stewart_5 has quit IRC
260 2018-10-21T16:42:47 *** josephnicholas has quit IRC
261 2018-10-21T16:44:38 *** Chris_Stewart_5 has joined #bitcoin-core-dev
262 2018-10-21T16:46:34 *** klot has quit IRC
263 2018-10-21T16:51:07 *** bralyclow has quit IRC
264 2018-10-21T16:52:26 *** bralyclow has joined #bitcoin-core-dev
265 2018-10-21T16:56:34 *** bralyclo_ has joined #bitcoin-core-dev
266 2018-10-21T16:58:16 *** Chris_Stewart_5 has quit IRC
267 2018-10-21T17:00:20 *** bralyclow has quit IRC
268 2018-10-21T17:02:43 *** kexkey has quit IRC
269 2018-10-21T17:05:18 *** bralyclo_ has quit IRC
270 2018-10-21T17:07:09 *** bralyclow has joined #bitcoin-core-dev
271 2018-10-21T17:09:23 *** ap4lmtree has quit IRC
272 2018-10-21T17:09:48 *** ap4lmtree has joined #bitcoin-core-dev
273 2018-10-21T17:13:34 *** Guest77842 has quit IRC
274 2018-10-21T17:22:17 *** Guest77842 has joined #bitcoin-core-dev
275 2018-10-21T17:42:45 *** bralyclo_ has joined #bitcoin-core-dev
276 2018-10-21T17:45:48 *** bralyclow has quit IRC
277 2018-10-21T17:46:12 *** bralyclow has joined #bitcoin-core-dev
278 2018-10-21T17:49:06 *** bralyclo_ has quit IRC
279 2018-10-21T17:55:17 *** michaelsdunn1 has joined #bitcoin-core-dev
280 2018-10-21T18:01:55 *** michaelsdunn1 has quit IRC
281 2018-10-21T18:11:52 *** pope__ has quit IRC
282 2018-10-21T18:12:20 *** pope__ has joined #bitcoin-core-dev
283 2018-10-21T18:17:52 *** michaelsdunn1 has joined #bitcoin-core-dev
284 2018-10-21T18:20:50 *** michaelsdunn1 has quit IRC
285 2018-10-21T18:25:05 *** bralyclo_ has joined #bitcoin-core-dev
286 2018-10-21T18:26:09 *** bralycl__ has joined #bitcoin-core-dev
287 2018-10-21T18:27:37 *** bralyclow has quit IRC
288 2018-10-21T18:30:04 *** bralyclo_ has quit IRC
289 2018-10-21T18:41:59 *** ExtraCrispy has quit IRC
290 2018-10-21T18:42:30 *** ExtraCrispy has joined #bitcoin-core-dev
291 2018-10-21T18:54:52 *** bitconner has joined #bitcoin-core-dev
292 2018-10-21T19:01:05 *** SopaXorzTaker has quit IRC
293 2018-10-21T19:13:01 *** Guyver2 has quit IRC
294 2018-10-21T19:15:13 *** reallll has joined #bitcoin-core-dev
295 2018-10-21T19:18:40 *** belcher_ has quit IRC
296 2018-10-21T19:19:07 *** lnostdal has joined #bitcoin-core-dev
297 2018-10-21T19:24:36 *** mistergold has joined #bitcoin-core-dev
298 2018-10-21T19:27:58 *** promag has joined #bitcoin-core-dev
299 2018-10-21T19:29:41 *** Krellan has quit IRC
300 2018-10-21T19:30:37 *** Krellan has joined #bitcoin-core-dev
301 2018-10-21T19:42:24 *** bitconner has quit IRC
302 2018-10-21T19:43:29 *** promag has quit IRC
303 2018-10-21T19:43:39 *** intcat has quit IRC
304 2018-10-21T19:48:38 *** intcat has joined #bitcoin-core-dev
305 2018-10-21T19:50:21 *** bitcoin-git has joined #bitcoin-core-dev
306 2018-10-21T19:50:21 <bitcoin-git> [bitcoin] charlesrocket opened pull request #14539: add Apple SDK download and checksum (master...gitian-build-sdk) https://github.com/bitcoin/bitcoin/pull/14539
307 2018-10-21T19:50:21 *** bitcoin-git has left #bitcoin-core-dev
308 2018-10-21T19:52:48 *** mistergo1d has joined #bitcoin-core-dev
309 2018-10-21T19:55:46 *** mistergold has quit IRC
310 2018-10-21T20:03:08 *** romanz has quit IRC
311 2018-10-21T20:28:32 *** reallll is now known as belcher
312 2018-10-21T20:35:13 *** promag has joined #bitcoin-core-dev
313 2018-10-21T20:46:52 *** klot has joined #bitcoin-core-dev
314 2018-10-21T20:47:51 *** klot has quit IRC
315 2018-10-21T20:48:18 *** klot has joined #bitcoin-core-dev
316 2018-10-21T20:49:21 *** klot has quit IRC
317 2018-10-21T20:49:48 *** klot has joined #bitcoin-core-dev
318 2018-10-21T20:50:51 *** klot has quit IRC
319 2018-10-21T20:51:17 *** klot has joined #bitcoin-core-dev
320 2018-10-21T20:53:41 *** hebasto has quit IRC
321 2018-10-21T21:00:31 *** klot has quit IRC
322 2018-10-21T21:01:06 *** klot has joined #bitcoin-core-dev
323 2018-10-21T21:09:51 *** klot has quit IRC
324 2018-10-21T21:13:35 *** promag has quit IRC
325 2018-10-21T21:25:31 *** promag has joined #bitcoin-core-dev
326 2018-10-21T21:29:33 *** Tralfaz has joined #bitcoin-core-dev
327 2018-10-21T22:05:27 *** ap4lmtree has quit IRC
328 2018-10-21T22:27:27 *** josephnicholas has joined #bitcoin-core-dev
329 2018-10-21T22:35:06 *** bitcoin-git has joined #bitcoin-core-dev
330 2018-10-21T22:35:06 <bitcoin-git> [bitcoin] jbampton opened pull request #14540: Enable flake8 rule E231. (master...flake8-fix-E231) https://github.com/bitcoin/bitcoin/pull/14540
331 2018-10-21T22:35:06 *** bitcoin-git has left #bitcoin-core-dev
332 2018-10-21T22:38:25 *** josephnicholas has quit IRC
333 2018-10-21T22:42:42 *** bralycl__ has quit IRC
334 2018-10-21T22:48:38 *** josephnicholas has joined #bitcoin-core-dev
335 2018-10-21T22:51:57 *** spinza has quit IRC
336 2018-10-21T22:52:40 *** bralyclow has joined #bitcoin-core-dev
337 2018-10-21T22:52:40 *** josephnicholas has quit IRC
338 2018-10-21T22:54:01 *** bralyclo_ has joined #bitcoin-core-dev
339 2018-10-21T22:57:07 *** bralyclow has quit IRC
340 2018-10-21T23:11:50 *** spinza has joined #bitcoin-core-dev
341 2018-10-21T23:29:16 *** josephnicholas has joined #bitcoin-core-dev
342 2018-10-21T23:33:24 *** josephnicholas has quit IRC
343 2018-10-21T23:38:52 *** bitconner has joined #bitcoin-core-dev
344 2018-10-21T23:39:21 *** spinza has quit IRC
345 2018-10-21T23:44:57 *** bitconner has quit IRC
346 2018-10-21T23:52:16 *** Krellan has quit IRC
347 2018-10-21T23:52:16 *** spinza has joined #bitcoin-core-dev
348 2018-10-21T23:53:46 *** Krellan has joined #bitcoin-core-dev