1 2019-04-27T00:00:01 *** dfkt has quit IRC
2 2019-04-27T00:03:14 *** justanotheruser has joined #bitcoin-core-dev
3 2019-04-27T00:04:20 *** flukiluke1 has joined #bitcoin-core-dev
4 2019-04-27T00:06:30 *** pinheadmz has quit IRC
5 2019-04-27T00:42:48 *** brianhoffman has quit IRC
6 2019-04-27T00:48:50 *** pinheadmz has joined #bitcoin-core-dev
7 2019-04-27T00:48:59 *** Tralfaz has quit IRC
8 2019-04-27T00:59:13 *** Tralfaz has joined #bitcoin-core-dev
9 2019-04-27T01:00:59 *** Tralfaz has quit IRC
10 2019-04-27T01:09:19 *** pinheadmz has quit IRC
11 2019-04-27T01:17:44 *** pinheadmz has joined #bitcoin-core-dev
12 2019-04-27T01:19:08 *** Tralfaz has joined #bitcoin-core-dev
13 2019-04-27T01:23:30 *** scoop has joined #bitcoin-core-dev
14 2019-04-27T01:26:54 *** bitcoin-git has joined #bitcoin-core-dev
15 2019-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
16 2019-04-27T01:26:55 *** bitcoin-git has left #bitcoin-core-dev
17 2019-04-27T01:27:57 *** scoop has quit IRC
18 2019-04-27T01:30:09 *** scoop has joined #bitcoin-core-dev
19 2019-04-27T01:32:51 *** pinheadmz has quit IRC
20 2019-04-27T01:54:44 *** scoop has quit IRC
21 2019-04-27T02:10:01 *** pinheadmz has joined #bitcoin-core-dev
22 2019-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
23 2019-04-27T02:19:51 <luke-jr> is this something to be concerned about? shouldn't Travis be detecting it?
24 2019-04-27T02:21:50 <sipa> that sounds concerning
25 2019-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
26 2019-04-27T02:25:00 <luke-jr> I've seen misaligned stuff crash on x86, but presumably not this particular case
27 2019-04-27T02:25:58 *** pinheadmz has quit IRC
28 2019-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
29 2019-04-27T02:27:09 *** pinheadmz has joined #bitcoin-core-dev
30 2019-04-27T02:38:53 *** ccdle12 has joined #bitcoin-core-dev
31 2019-04-27T02:43:13 *** ccdle12 has quit IRC
32 2019-04-27T02:45:05 *** Skirmant has quit IRC
33 2019-04-27T02:50:13 *** laptop__ has quit IRC
34 2019-04-27T03:00:02 *** flukiluke1 has quit IRC
35 2019-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)
36 2019-04-27T03:01:41 <luke-jr> 4093/4096? :P
37 2019-04-27T03:04:26 *** Oejet has joined #bitcoin-core-dev
38 2019-04-27T03:11:06 *** pinheadmz has quit IRC
39 2019-04-27T03:23:05 *** Tralfaz has quit IRC
40 2019-04-27T03:30:28 *** bitcoin-git has joined #bitcoin-core-dev
41 2019-04-27T03:30:28 <bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/65ec4d6fb2be...703414994aa4
42 2019-04-27T03:30:29 <bitcoin-git> bitcoin/master 99e88a3 Antoine Riard: rpc: Remove dependency on interfaces::Chain in SignTransaction
43 2019-04-27T03:30:30 <bitcoin-git> bitcoin/master 7034149 MeshCollider: Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransacti...
44 2019-04-27T03:30:30 *** bitcoin-git has left #bitcoin-core-dev
45 2019-04-27T03:31:13 *** bitcoin-git has joined #bitcoin-core-dev
46 2019-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
47 2019-04-27T03:31:16 *** bitcoin-git has left #bitcoin-core-dev
48 2019-04-27T03:55:11 *** scoop has joined #bitcoin-core-dev
49 2019-04-27T03:59:53 *** scoop has quit IRC
50 2019-04-27T04:17:56 *** pinheadmz has joined #bitcoin-core-dev
51 2019-04-27T04:19:40 *** Tralfaz has joined #bitcoin-core-dev
52 2019-04-27T04:40:46 *** spinza has quit IRC
53 2019-04-27T05:35:22 *** spinza has joined #bitcoin-core-dev
54 2019-04-27T05:36:17 *** SopaXorzTaker has joined #bitcoin-core-dev
55 2019-04-27T05:42:00 *** pinheadmz has quit IRC
56 2019-04-27T05:45:10 *** hebasto has joined #bitcoin-core-dev
57 2019-04-27T05:56:05 *** BlueMatt has quit IRC
58 2019-04-27T05:56:56 *** pinheadmz has joined #bitcoin-core-dev
59 2019-04-27T06:00:01 *** Oejet has quit IRC
60 2019-04-27T06:18:05 *** tty1 has joined #bitcoin-core-dev
61 2019-04-27T06:26:52 *** justanotheruser has quit IRC
62 2019-04-27T06:40:01 *** scoop has joined #bitcoin-core-dev
63 2019-04-27T06:56:49 *** ccdle12 has joined #bitcoin-core-dev
64 2019-04-27T07:16:08 *** pinheadmz has quit IRC
65 2019-04-27T07:17:26 *** scoop has quit IRC
66 2019-04-27T07:18:21 *** scoop has joined #bitcoin-core-dev
67 2019-04-27T07:24:04 *** queip has quit IRC
68 2019-04-27T07:25:12 *** rafalcpp_ has quit IRC
69 2019-04-27T07:25:27 *** rafalcpp_ has joined #bitcoin-core-dev
70 2019-04-27T07:35:19 *** queip has joined #bitcoin-core-dev
71 2019-04-27T07:38:09 *** scoop has quit IRC
72 2019-04-27T08:05:29 *** IGHOR has joined #bitcoin-core-dev
73 2019-04-27T08:06:50 *** IGHOR has quit IRC
74 2019-04-27T08:09:15 *** IGHOR has joined #bitcoin-core-dev
75 2019-04-27T08:13:47 *** IGHOR has quit IRC
76 2019-04-27T08:16:23 *** IGHOR has joined #bitcoin-core-dev
77 2019-04-27T08:18:17 *** IGHOR has quit IRC
78 2019-04-27T08:20:36 *** IGHOR has joined #bitcoin-core-dev
79 2019-04-27T08:22:19 *** ccdle12_ has joined #bitcoin-core-dev
80 2019-04-27T08:23:48 *** IGHOR has quit IRC
81 2019-04-27T08:25:02 *** ccdle12 has quit IRC
82 2019-04-27T08:26:01 *** ccdle12_ has quit IRC
83 2019-04-27T08:26:27 *** IGHOR has joined #bitcoin-core-dev
84 2019-04-27T08:31:26 *** SopaXorzTaker has quit IRC
85 2019-04-27T08:54:25 *** bitcoin-git has joined #bitcoin-core-dev
86 2019-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
87 2019-04-27T08:54:27 *** bitcoin-git has left #bitcoin-core-dev
88 2019-04-27T09:00:02 *** tty1 has quit IRC
89 2019-04-27T09:04:26 *** kest10 has joined #bitcoin-core-dev
90 2019-04-27T09:22:09 *** booyah has quit IRC
91 2019-04-27T09:23:18 *** booyah has joined #bitcoin-core-dev
92 2019-04-27T09:51:21 *** bitcoin-git has joined #bitcoin-core-dev
93 2019-04-27T09:51:22 <bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/703414994aa4...b025aa3b9e1d
94 2019-04-27T09:51:22 <bitcoin-git> bitcoin/master c634b1e Pieter Wuille: [POLICY] Make sending to future native witness outputs standard
95 2019-04-27T09:51:22 <bitcoin-git> bitcoin/master b025aa3 MeshCollider: Merge #15846: [POLICY] Make sending to future native witness outputs stand...
96 2019-04-27T09:51:25 *** bitcoin-git has left #bitcoin-core-dev
97 2019-04-27T09:52:12 *** bitcoin-git has joined #bitcoin-core-dev
98 2019-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
99 2019-04-27T09:52:14 *** bitcoin-git has left #bitcoin-core-dev
100 2019-04-27T10:00:16 *** laptop__ has joined #bitcoin-core-dev
101 2019-04-27T10:02:48 *** bruteforcecat has joined #bitcoin-core-dev
102 2019-04-27T10:08:22 *** queip has quit IRC
103 2019-04-27T10:09:14 *** rafalcpp has joined #bitcoin-core-dev
104 2019-04-27T10:09:42 *** rafalcpp_ has quit IRC
105 2019-04-27T10:13:17 *** ElePHPhant has joined #bitcoin-core-dev
106 2019-04-27T10:20:32 *** luke-jr has quit IRC
107 2019-04-27T10:22:36 *** luke-jr has joined #bitcoin-core-dev
108 2019-04-27T10:25:56 *** Eagle[TM] has quit IRC
109 2019-04-27T10:26:52 *** EagleTM has joined #bitcoin-core-dev
110 2019-04-27T10:27:55 *** queip has joined #bitcoin-core-dev
111 2019-04-27T10:55:31 *** spinza has quit IRC
112 2019-04-27T11:04:04 *** spinza has joined #bitcoin-core-dev
113 2019-04-27T11:10:57 *** darosior has joined #bitcoin-core-dev
114 2019-04-27T11:14:23 *** ccdle12 has joined #bitcoin-core-dev
115 2019-04-27T11:22:19 *** bruteforcecat has quit IRC
116 2019-04-27T11:29:39 *** cubancorona has joined #bitcoin-core-dev
117 2019-04-27T11:58:58 *** Guest42 has joined #bitcoin-core-dev
118 2019-04-27T12:00:02 *** kest10 has quit IRC
119 2019-04-27T12:09:18 <fanquake> wumpus: "less than 100000 words of code" is a bit of a weird metric
120 2019-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).
121 2019-04-27T12:20:25 <hebasto> fanquake: ok, sorry for that.
122 2019-04-27T12:20:34 *** ccdle12 has quit IRC
123 2019-04-27T12:23:04 <fanquake> hebasto no worries!
124 2019-04-27T12:24:26 *** booyah has quit IRC
125 2019-04-27T12:24:49 *** booyah has joined #bitcoin-core-dev
126 2019-04-27T12:29:29 *** ccdle12 has joined #bitcoin-core-dev
127 2019-04-27T12:32:22 *** ranman has joined #bitcoin-core-dev
128 2019-04-27T13:20:07 *** Guest42 has quit IRC
129 2019-04-27T13:23:26 *** darosior has quit IRC
130 2019-04-27T13:30:15 *** bitcoin-git has joined #bitcoin-core-dev
131 2019-04-27T13:30:16 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b025aa3b9e1d...3356799ee3f5
132 2019-04-27T13:30:16 <bitcoin-git> bitcoin/master 5c759c7 John Newbery: [wallet] Move maxTxFee to wallet
133 2019-04-27T13:30:17 <bitcoin-git> bitcoin/master 3356799 MarcoFalke: Merge #15778: [wallet] Move maxtxfee from node to wallet
134 2019-04-27T13:30:20 *** bitcoin-git has left #bitcoin-core-dev
135 2019-04-27T13:31:11 *** bitcoin-git has joined #bitcoin-core-dev
136 2019-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
137 2019-04-27T13:31:14 *** bitcoin-git has left #bitcoin-core-dev
138 2019-04-27T13:38:24 *** ElePHPhant has left #bitcoin-core-dev
139 2019-04-27T13:42:00 *** darosior has joined #bitcoin-core-dev
140 2019-04-27T13:43:55 *** TheRec has quit IRC
141 2019-04-27T13:56:52 *** TheRec has joined #bitcoin-core-dev
142 2019-04-27T13:58:07 *** Guest42 has joined #bitcoin-core-dev
143 2019-04-27T14:13:17 *** egp_ has joined #bitcoin-core-dev
144 2019-04-27T14:14:55 *** egp_ has joined #bitcoin-core-dev
145 2019-04-27T14:15:34 *** egp_ has quit IRC
146 2019-04-27T14:15:46 *** egp_ has joined #bitcoin-core-dev
147 2019-04-27T14:21:33 *** bitcoin-git has joined #bitcoin-core-dev
148 2019-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
149 2019-04-27T14:21:34 *** bitcoin-git has left #bitcoin-core-dev
150 2019-04-27T14:24:33 *** pinheadmz has joined #bitcoin-core-dev
151 2019-04-27T14:31:47 *** Guyver2 has joined #bitcoin-core-dev
152 2019-04-27T14:37:03 *** Skirmant has joined #bitcoin-core-dev
153 2019-04-27T14:37:07 *** tnamrikS has joined #bitcoin-core-dev
154 2019-04-27T14:37:07 *** Skirmant has quit IRC
155 2019-04-27T14:37:38 *** tnamrikS has quit IRC
156 2019-04-27T14:40:20 *** pinheadmz has quit IRC
157 2019-04-27T14:40:45 *** egp_ has quit IRC
158 2019-04-27T14:44:58 *** ccdle12_ has joined #bitcoin-core-dev
159 2019-04-27T14:47:48 *** ccdle12 has quit IRC
160 2019-04-27T15:00:02 *** ranman has quit IRC
161 2019-04-27T15:00:25 *** pinheadmz has joined #bitcoin-core-dev
162 2019-04-27T15:00:50 *** scoop has joined #bitcoin-core-dev
163 2019-04-27T15:02:06 *** Tralfaz has quit IRC
164 2019-04-27T15:04:45 *** Tralfaz has joined #bitcoin-core-dev
165 2019-04-27T15:08:14 *** aricon1 has joined #bitcoin-core-dev
166 2019-04-27T15:16:27 *** pinheadmz has quit IRC
167 2019-04-27T15:24:15 *** darosior has quit IRC
168 2019-04-27T15:27:35 *** darosior has joined #bitcoin-core-dev
169 2019-04-27T15:46:31 *** scoop has quit IRC
170 2019-04-27T15:46:57 *** scoop has joined #bitcoin-core-dev
171 2019-04-27T15:47:32 *** ElePHPhant has joined #bitcoin-core-dev
172 2019-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
173 2019-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."
174 2019-04-27T15:51:17 *** pinheadmz has joined #bitcoin-core-dev
175 2019-04-27T15:55:16 *** Guest42 has quit IRC
176 2019-04-27T15:56:31 *** ccdle12 has joined #bitcoin-core-dev
177 2019-04-27T15:57:12 *** Tralfaz has quit IRC
178 2019-04-27T15:58:31 *** davterra has joined #bitcoin-core-dev
179 2019-04-27T15:58:51 *** ccdle12 has quit IRC
180 2019-04-27T15:59:18 *** ccdle12_ has quit IRC
181 2019-04-27T16:00:36 *** darosior_ has joined #bitcoin-core-dev
182 2019-04-27T16:03:07 *** darosior has quit IRC
183 2019-04-27T16:08:48 *** davterra has quit IRC
184 2019-04-27T16:09:59 *** davterra has joined #bitcoin-core-dev
185 2019-04-27T16:12:53 *** scoop has quit IRC
186 2019-04-27T16:16:12 *** scoop has joined #bitcoin-core-dev
187 2019-04-27T16:30:49 *** pinheadmz has quit IRC
188 2019-04-27T16:33:23 <Lauda> ElePHPhant: it's been like that for a while now
189 2019-04-27T16:33:35 *** dqx_ has joined #bitcoin-core-dev
190 2019-04-27T16:34:32 *** pinheadmz has joined #bitcoin-core-dev
191 2019-04-27T16:36:56 *** dqx_ has quit IRC
192 2019-04-27T16:40:14 *** davterra has quit IRC
193 2019-04-27T16:44:37 *** davterra has joined #bitcoin-core-dev
194 2019-04-27T16:46:10 *** scoop has quit IRC
195 2019-04-27T16:48:15 *** dqx_ has joined #bitcoin-core-dev
196 2019-04-27T16:48:34 *** hsmiths has quit IRC
197 2019-04-27T16:52:31 *** dqx_ has quit IRC
198 2019-04-27T16:54:31 *** scoop has joined #bitcoin-core-dev
199 2019-04-27T16:57:48 *** spinza has quit IRC
200 2019-04-27T16:57:51 *** justanotheruser has joined #bitcoin-core-dev
201 2019-04-27T16:59:22 *** DeanWeen has joined #bitcoin-core-dev
202 2019-04-27T16:59:37 *** AaronvanW has joined #bitcoin-core-dev
203 2019-04-27T17:00:44 *** scoop has quit IRC
204 2019-04-27T17:08:22 *** spinza has joined #bitcoin-core-dev
205 2019-04-27T17:25:03 *** pinheadmz has quit IRC
206 2019-04-27T17:26:28 *** scoop has joined #bitcoin-core-dev
207 2019-04-27T17:27:55 *** darosior_ has quit IRC
208 2019-04-27T17:31:01 *** justanotheruser has quit IRC
209 2019-04-27T17:35:43 *** scoop has quit IRC
210 2019-04-27T17:37:00 <ElePHPhant> Lauda: Why? What does it mean?
211 2019-04-27T17:37:08 <ElePHPhant> Is it a bug with Bitpay or Bitcoin Core?
212 2019-04-27T17:38:41 <gmaxwell> Bitpay implements BIP70 incorrectly and requires their incorrect implementation (which also creates security vulnerabilities)
213 2019-04-27T17:39:00 *** scoop has joined #bitcoin-core-dev
214 2019-04-27T17:39:20 *** hebasto has quit IRC
215 2019-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.
216 2019-04-27T17:49:45 *** justanotheruser has joined #bitcoin-core-dev
217 2019-04-27T17:51:34 <Lauda> it's a Bitpay problem not a core problem, thus not relevant here
218 2019-04-27T17:51:37 <Lauda> really*
219 2019-04-27T17:52:16 *** Shivendra has joined #bitcoin-core-dev
220 2019-04-27T17:58:24 *** Shivendra_ has joined #bitcoin-core-dev
221 2019-04-27T17:59:29 *** scoop has quit IRC
222 2019-04-27T18:00:01 *** aricon1 has quit IRC
223 2019-04-27T18:05:50 *** bitcoin-git has joined #bitcoin-core-dev
224 2019-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
225 2019-04-27T18:06:02 *** bitcoin-git has left #bitcoin-core-dev
226 2019-04-27T18:16:24 *** ukboi has joined #bitcoin-core-dev
227 2019-04-27T18:22:35 <provoostenator> ^ one sec, simplifying it a bit...
228 2019-04-27T18:52:26 *** lnostdal has joined #bitcoin-core-dev
229 2019-04-27T19:19:12 *** SopaXT has joined #bitcoin-core-dev
230 2019-04-27T19:19:56 *** adam3us_ is now known as adam3us
231 2019-04-27T19:21:36 *** Shivendra_ has quit IRC
232 2019-04-27T19:24:01 *** Shivendra has quit IRC
233 2019-04-27T19:29:06 <ElePHPhant> gmaxwell: Will that mean that Bitcoin Core will no longer work with Bitpay payments?
234 2019-04-27T19:29:20 <ElePHPhant> gmaxwell: And still, how did they detect which software I ran?
235 2019-04-27T19:30:21 *** SopaXT has quit IRC
236 2019-04-27T19:35:55 *** achow101 has quit IRC
237 2019-04-27T19:37:04 <midnightmagic> ElePHPhant: #bitcoin, please. The topic here is very specifically for development of bitcoin core and not support questions.
238 2019-04-27T19:37:38 *** ghost1 has joined #bitcoin-core-dev
239 2019-04-27T19:38:26 <ElePHPhant> Right... but that room doesn't let me speak.
240 2019-04-27T19:45:50 *** achow101 has joined #bitcoin-core-dev
241 2019-04-27T19:52:34 *** Dean_Guss has joined #bitcoin-core-dev
242 2019-04-27T19:55:07 *** DeanWeen has quit IRC
243 2019-04-27T19:58:27 *** ghost1 has quit IRC
244 2019-04-27T20:00:03 *** scoop has joined #bitcoin-core-dev
245 2019-04-27T20:04:08 *** scoop has quit IRC
246 2019-04-27T20:04:48 *** ghost1 has joined #bitcoin-core-dev
247 2019-04-27T20:13:43 *** shtirlic has quit IRC
248 2019-04-27T20:20:57 *** shtirlic has joined #bitcoin-core-dev
249 2019-04-27T20:34:42 *** scoop has joined #bitcoin-core-dev
250 2019-04-27T20:35:59 *** lnostdal has quit IRC
251 2019-04-27T20:39:17 *** scoop has quit IRC
252 2019-04-27T20:46:34 *** justan0theruser has joined #bitcoin-core-dev
253 2019-04-27T20:48:17 *** justanotheruser has quit IRC
254 2019-04-27T20:50:33 *** justan0theruser is now known as justanotheruser
255 2019-04-27T20:56:34 *** shtirlic has quit IRC
256 2019-04-27T21:00:01 *** ukboi has quit IRC
257 2019-04-27T21:01:22 *** shtirlic has joined #bitcoin-core-dev
258 2019-04-27T21:06:17 *** shtirlic has quit IRC
259 2019-04-27T21:07:06 *** scoop has joined #bitcoin-core-dev
260 2019-04-27T21:07:38 *** Guyver2 has quit IRC
261 2019-04-27T21:14:06 *** EagleTM has quit IRC
262 2019-04-27T21:18:45 *** feb1 has joined #bitcoin-core-dev
263 2019-04-27T21:23:04 *** scoop has quit IRC
264 2019-04-27T21:24:05 *** scoop has joined #bitcoin-core-dev
265 2019-04-27T21:35:25 *** Dean_Guss has quit IRC
266 2019-04-27T21:37:48 *** ghost1 has quit IRC
267 2019-04-27T22:12:40 *** spinza has quit IRC
268 2019-04-27T22:13:44 *** scoop has quit IRC
269 2019-04-27T22:16:35 *** scoop has joined #bitcoin-core-dev
270 2019-04-27T22:20:39 *** spinza has joined #bitcoin-core-dev
271 2019-04-27T22:21:12 *** scoop has quit IRC
272 2019-04-27T22:38:27 *** EagleTM has joined #bitcoin-core-dev
273 2019-04-27T23:02:22 *** scoop has joined #bitcoin-core-dev
274 2019-04-27T23:15:49 *** ccdle12 has joined #bitcoin-core-dev
275 2019-04-27T23:24:43 *** davterra has quit IRC
276 2019-04-27T23:25:40 *** davterra has joined #bitcoin-core-dev
277 2019-04-27T23:33:05 *** ctrlbreak_MAD is now known as ctrlbreak