1 2015-11-20T00:00:29  <Luke-Jr> sipa: do blocks actually /need/ to commit to the witnesses? isn't the worst-case scenario there that we lack information to verify the block?
  2 2015-11-20T00:02:35  <Luke-Jr> I suppose it would be a DoS vector since there's no way to cache the validation result per DMMS
  3 2015-11-20T00:03:00  *** cocoBTC has quit IRC
  4 2015-11-20T00:03:01  <sipa> it also means you wouldn't be able to mark a block as invalid, ever
  5 2015-11-20T00:03:10  <sipa> someone could just have modified the witness en route
  6 2015-11-20T00:03:28  <gmaxwell> the commitment is needed for several reasons: preventing dos, accountability (foresenics),  and also it's necessary for fraud proofs to work.
  7 2015-11-20T00:03:52  *** bapalm has quit IRC
  8 2015-11-20T00:03:53  <Luke-Jr> last I knew, fraud proofs simply *don't* work..
  9 2015-11-20T00:04:06  *** bapalm has joined #bitcoin-dev
 10 2015-11-20T00:04:42  <sipa> with a tiny bit of extra data in the witnesses, we can make them work :)
 11 2015-11-20T00:05:25  <Luke-Jr> sipa: how do we avoid the data-withholding problem?
 12 2015-11-20T00:05:51  <sipa> Luke-Jr: same way we do now: we don't
 13 2015-11-20T00:06:22  <Luke-Jr> … so how does it make fraud proofs work, if that problem is still unsolved?
 14 2015-11-20T00:06:22  <sipa> we can treat missing witness identical to merkle tree mismatch
 15 2015-11-20T00:06:58  *** roxtrongo has joined #bitcoin-dev
 16 2015-11-20T00:06:59  <sipa> i don't understand
 17 2015-11-20T00:07:08  *** btc_panhandler has quit IRC
 18 2015-11-20T00:07:30  <Luke-Jr> sipa: when I make a block, I replace an irrelevant merkle branch with a dummy hash-looking data that isn't actually a hash of anything.
 19 2015-11-20T00:07:43  <Luke-Jr> now I can provide merkle proofs for transactions in that "block", but you cannot prove the block is ivnalid
 20 2015-11-20T00:07:56  <Luke-Jr> because you don't have the data to build the complete merkle tree
 21 2015-11-20T00:08:20  <Luke-Jr> (in this case, that data doesn't exist and nobody can have it)
 22 2015-11-20T00:09:01  <sipa> ugh
 23 2015-11-20T00:10:05  <sipa> right, the merkle tree branch used must be unique
 24 2015-11-20T00:10:27  <sipa> or at least must be known without seeing the witness data
 25 2015-11-20T00:10:44  <sipa> otherwise you can have multiple versions of a block's witness
 26 2015-11-20T00:10:50  <Luke-Jr> sipa: I'm not even talking about the commitment here.. this is a problem right now that affects the usual tx merkle tree.
 27 2015-11-20T00:12:05  *** roxtrongo has quit IRC
 28 2015-11-20T00:14:59  *** brson has quit IRC
 29 2015-11-20T00:15:05  *** GGuyZ has quit IRC
 30 2015-11-20T00:15:14  <sipa> Luke-Jr: right, you still need to see the full blocks
 31 2015-11-20T00:15:33  *** aschildbach has quit IRC
 32 2015-11-20T00:15:44  *** GGuyZ has joined #bitcoin-dev
 33 2015-11-20T00:16:56  *** graingert_ has joined #bitcoin-dev
 34 2015-11-20T00:17:07  *** davec has quit IRC
 35 2015-11-20T00:17:46  *** DougieBot5000 has joined #bitcoin-dev
 36 2015-11-20T00:18:32  *** t7 has quit IRC
 37 2015-11-20T00:19:04  <gmaxwell> Luke-Jr: fraud proofs are not a replacement for validation.
 38 2015-11-20T00:19:37  <gmaxwell> They allow an intermediate security model between no-verification and full verification; which adds an additional strong assumption that you are not partitioned from an honest node with the full data.
 39 2015-11-20T00:20:09  <gmaxwell> The thing we can't make work for fundimental censorship reasons is fraud proofs as a total replacement for verification.
 40 2015-11-20T00:20:12  *** tulip has quit IRC
 41 2015-11-20T00:21:47  *** drig0r has quit IRC
 42 2015-11-20T00:22:58  *** graingert has quit IRC
 43 2015-11-20T00:22:59  *** graingert_ is now known as graingert
 44 2015-11-20T00:23:07  *** PRab has quit IRC
 45 2015-11-20T00:23:12  *** davec has joined #bitcoin-dev
 46 2015-11-20T00:23:39  *** agricocb has quit IRC
 47 2015-11-20T00:27:45  *** drfoo has joined #bitcoin-dev
 48 2015-11-20T00:27:57  *** simba has quit IRC
 49 2015-11-20T00:29:27  *** simba has joined #bitcoin-dev
 50 2015-11-20T00:30:37  *** rusty has joined #bitcoin-dev
 51 2015-11-20T00:31:21  *** tulip has joined #bitcoin-dev
 52 2015-11-20T00:33:41  *** CheckDavid has quit IRC
 53 2015-11-20T00:33:51  *** simba has quit IRC
 54 2015-11-20T00:34:22  *** Tebbo has quit IRC
 55 2015-11-20T00:35:18  *** drfoo has quit IRC
 56 2015-11-20T00:36:01  *** dhill has joined #bitcoin-dev
 57 2015-11-20T00:36:26  *** justanotheruser has quit IRC
 58 2015-11-20T00:42:12  <nickler> j
 59 2015-11-20T00:46:51  <sipa> k
 60 2015-11-20T00:47:23  *** justanotheruser has joined #bitcoin-dev
 61 2015-11-20T00:50:21  *** Belxjander has quit IRC
 62 2015-11-20T00:51:07  *** aburan28 has joined #bitcoin-dev
 63 2015-11-20T00:56:14  *** neilf_ has quit IRC
 64 2015-11-20T00:57:51  *** antizionist__ has quit IRC
 65 2015-11-20T00:59:03  <midnightmagic> l
 66 2015-11-20T01:03:03  *** brson has joined #bitcoin-dev
 67 2015-11-20T01:04:33  *** GGuyZ has quit IRC
 68 2015-11-20T01:04:48  *** nwilcox is now known as nwilcox|afk
 69 2015-11-20T01:04:55  *** norman has joined #bitcoin-dev
 70 2015-11-20T01:05:51  *** aburan28 has quit IRC
 71 2015-11-20T01:07:08  *** one_zero has joined #bitcoin-dev
 72 2015-11-20T01:07:34  *** Belxjander has joined #bitcoin-dev
 73 2015-11-20T01:07:39  <norman> Greetings!. I am getting "ERROR: Failed to connect to localhost port 18332: Connection timed out"
 74 2015-11-20T01:08:34  <norman> on testnet using PHP and easybitcoin.php library  $bitcoin = new Bitcoin($username,$password,$host,$port)
 75 2015-11-20T01:08:50  <norman> im running testnet
 76 2015-11-20T01:08:58  <norman> anyone have any ideas?
 77 2015-11-20T01:09:13  <norman> is this a good place to ask for this help?
 78 2015-11-20T01:13:41  *** lewellyn has quit IRC
 79 2015-11-20T01:13:57  <graingert> m
 80 2015-11-20T01:14:43  *** romonster has quit IRC
 81 2015-11-20T01:15:43  *** missmogg has quit IRC
 82 2015-11-20T01:16:22  <norman> just trying to connect to testnet via the easybitcoin.php library and display getinfo and status and play with sending test bitcoins. im running testnet on ubuntu
 83 2015-11-20T01:16:29  *** zooko has quit IRC
 84 2015-11-20T01:16:45  *** TheSeven has quit IRC
 85 2015-11-20T01:17:09  *** TheSeven has joined #bitcoin-dev
 86 2015-11-20T01:18:07  *** Yoghur114 has quit IRC
 87 2015-11-20T01:18:14  <instagibbs> norman, you can try #bitcoin as well
 88 2015-11-20T01:20:37  <norman> host is localhost and port is 18332
 89 2015-11-20T01:21:50  <norman> would you know how I would connect to another channel ?
 90 2015-11-20T01:21:58  <norman> :-)
 91 2015-11-20T01:22:26  <norman> figured it out!! :-)
 92 2015-11-20T01:22:34  <norman> how to create another channel that is
 93 2015-11-20T01:23:02  *** roxtrongo has joined #bitcoin-dev
 94 2015-11-20T01:25:42  *** PaulCapestany has quit IRC
 95 2015-11-20T01:25:49  <sipa> /join #bitcoin
 96 2015-11-20T01:25:51  <sipa> type that
 97 2015-11-20T01:25:57  <sipa> right here
 98 2015-11-20T01:26:04  *** lewellyn has joined #bitcoin-dev
 99 2015-11-20T01:26:08  *** romonster has joined #bitcoin-dev
100 2015-11-20T01:26:26  *** missmogg has joined #bitcoin-dev
101 2015-11-20T01:27:15  *** roxtrongo has quit IRC
102 2015-11-20T01:32:06  *** NewLiberty has joined #bitcoin-dev
103 2015-11-20T01:32:35  *** won9 has quit IRC
104 2015-11-20T01:35:11  *** PaulCapestany has joined #bitcoin-dev
105 2015-11-20T01:35:25  *** slugsoup has joined #bitcoin-dev
106 2015-11-20T01:35:31  *** blackwraith has quit IRC
107 2015-11-20T01:36:13  *** neilf_ has joined #bitcoin-dev
108 2015-11-20T01:36:40  *** slugsoup has quit IRC
109 2015-11-20T01:37:13  *** grassass has joined #bitcoin-dev
110 2015-11-20T01:38:05  *** zooko has joined #bitcoin-dev
111 2015-11-20T01:38:56  *** agricocb has joined #bitcoin-dev
112 2015-11-20T01:39:02  *** iv3c has joined #bitcoin-dev
113 2015-11-20T01:39:28  <norman> SIPA: thanks, I figured it out. I posted also on #bitcoin, waiting for response.
114 2015-11-20T01:42:46  *** swappermall has joined #bitcoin-dev
115 2015-11-20T01:44:28  *** Ylbam has quit IRC
116 2015-11-20T01:45:29  *** Ahmed90 has joined #bitcoin-dev
117 2015-11-20T01:45:31  *** Ahmed-90 has joined #bitcoin-dev
118 2015-11-20T01:47:31  *** brson has quit IRC
119 2015-11-20T01:47:45  *** DigiByteDev has joined #bitcoin-dev
120 2015-11-20T01:48:48  *** roconnor has joined #bitcoin-dev
121 2015-11-20T01:50:21  *** NewLiberty has quit IRC
122 2015-11-20T01:51:07  *** Guest7614 is now known as buZz
123 2015-11-20T01:51:39  *** Ahmed-90 has quit IRC
124 2015-11-20T01:55:59  *** _yoy_ has quit IRC
125 2015-11-20T01:58:16  *** Naroh has joined #bitcoin-dev
126 2015-11-20T01:58:54  *** lewellyn has quit IRC
127 2015-11-20T02:00:01  *** snthsnth has joined #bitcoin-dev
128 2015-11-20T02:00:28  *** lewellyn has joined #bitcoin-dev
129 2015-11-20T02:00:47  *** Burrito has quit IRC
130 2015-11-20T02:02:04  <Naroh> y
131 2015-11-20T02:02:54  *** romonster has quit IRC
132 2015-11-20T02:02:57  *** kadoban has quit IRC
133 2015-11-20T02:04:41  *** missmogg has quit IRC
134 2015-11-20T02:05:30  *** Naroh has quit IRC
135 2015-11-20T02:05:35  *** lewellyn has quit IRC
136 2015-11-20T02:06:35  *** lewellyn has joined #bitcoin-dev
137 2015-11-20T02:07:12  *** god[ has joined #bitcoin-dev
138 2015-11-20T02:08:45  *** guest234234 has joined #bitcoin-dev
139 2015-11-20T02:11:33  *** lewellyn has quit IRC
140 2015-11-20T02:12:51  *** xiangfu has joined #bitcoin-dev
141 2015-11-20T02:15:20  *** Belxjander has quit IRC
142 2015-11-20T02:16:02  *** GGuyZ has joined #bitcoin-dev
143 2015-11-20T02:17:36  *** Belxjander has joined #bitcoin-dev
144 2015-11-20T02:20:25  *** the`doctor has quit IRC
145 2015-11-20T02:21:10  *** the`doctor has joined #bitcoin-dev
146 2015-11-20T02:22:25  *** lewellyn has joined #bitcoin-dev
147 2015-11-20T02:22:35  *** Belxjander has quit IRC
148 2015-11-20T02:22:39  *** romonster has joined #bitcoin-dev
149 2015-11-20T02:24:34  *** missmogg has joined #bitcoin-dev
150 2015-11-20T02:25:58  *** the`doctor has quit IRC
151 2015-11-20T02:27:54  *** antizionist__ has joined #bitcoin-dev
152 2015-11-20T02:30:50  *** guest234234 has quit IRC
153 2015-11-20T02:33:41  *** Belxjander has joined #bitcoin-dev
154 2015-11-20T02:35:51  *** belcher has quit IRC
155 2015-11-20T02:38:44  *** roxtrongo has joined #bitcoin-dev
156 2015-11-20T02:40:54  *** Belxjander has quit IRC
157 2015-11-20T02:42:14  *** AaronvanW has quit IRC
158 2015-11-20T02:43:22  *** roxtrongo has quit IRC
159 2015-11-20T02:44:44  *** Belxjander has joined #bitcoin-dev
160 2015-11-20T02:44:44  *** Belxjander is now known as Belxjande
161 2015-11-20T02:46:14  *** p15 has joined #bitcoin-dev
162 2015-11-20T02:47:33  *** Ahmed90 has quit IRC
163 2015-11-20T02:47:38  *** adam3us has joined #bitcoin-dev
164 2015-11-20T02:48:48  *** sinetek has joined #bitcoin-dev
165 2015-11-20T02:49:46  *** Belxjande has quit IRC
166 2015-11-20T02:53:19  *** adam3us has quit IRC
167 2015-11-20T02:53:33  *** Lightsword has quit IRC
168 2015-11-20T02:57:59  *** zooko has quit IRC
169 2015-11-20T03:00:42  *** won9 has joined #bitcoin-dev
170 2015-11-20T03:12:07  *** Emcy has quit IRC
171 2015-11-20T03:14:04  *** Lightsword has joined #bitcoin-dev
172 2015-11-20T03:20:27  *** shurnormal_ has quit IRC
173 2015-11-20T03:20:34  *** Belxjander has joined #bitcoin-dev
174 2015-11-20T03:25:06  *** Belxjander has quit IRC
175 2015-11-20T03:32:54  *** Subo1977 has joined #bitcoin-dev
176 2015-11-20T03:33:28  *** guest234234 has joined #bitcoin-dev
177 2015-11-20T03:33:54  *** shurnormal_ has joined #bitcoin-dev
178 2015-11-20T03:34:38  *** Delta_ has quit IRC
179 2015-11-20T03:39:27  *** patcon has joined #bitcoin-dev
180 2015-11-20T03:39:52  *** Belxjander has joined #bitcoin-dev
181 2015-11-20T03:39:54  *** rnvk has joined #bitcoin-dev
182 2015-11-20T03:45:51  *** OMDPrebel has quit IRC
183 2015-11-20T03:46:21  *** roconnor has quit IRC
184 2015-11-20T03:47:38  *** Belxjander has quit IRC
185 2015-11-20T03:51:51  *** codice has quit IRC
186 2015-11-20T03:54:00  <norman> I figured out my port connection issue on testnet btw, so im good there
187 2015-11-20T03:54:15  *** SixtySeven has joined #bitcoin-dev
188 2015-11-20T03:54:43  <norman> i had port as a number and it object was expecting a string :-)
189 2015-11-20T03:54:50  *** codice has joined #bitcoin-dev
190 2015-11-20T03:55:21  *** Belxjander has joined #bitcoin-dev
191 2015-11-20T03:56:19  *** Belxjander has quit IRC
192 2015-11-20T03:56:32  *** Tebbo has joined #bitcoin-dev
193 2015-11-20T03:56:37  *** Belxjander has joined #bitcoin-dev
194 2015-11-20T03:59:18  *** [Author] has quit IRC
195 2015-11-20T04:03:14  *** Lightsword has quit IRC
196 2015-11-20T04:04:23  *** Lightsword has joined #bitcoin-dev
197 2015-11-20T04:07:22  *** jatb has quit IRC
198 2015-11-20T04:08:38  *** SixtySeven has quit IRC
199 2015-11-20T04:08:44  *** clopez has quit IRC
200 2015-11-20T04:08:47  *** [Author] has joined #bitcoin-dev
201 2015-11-20T04:08:55  *** wraithm has quit IRC
202 2015-11-20T04:09:11  *** wraithm has joined #bitcoin-dev
203 2015-11-20T04:09:26  *** starsoccer has quit IRC
204 2015-11-20T04:09:33  *** roxtrongo has joined #bitcoin-dev
205 2015-11-20T04:10:04  *** starsoccer has joined #bitcoin-dev
206 2015-11-20T04:10:06  *** jatb has joined #bitcoin-dev
207 2015-11-20T04:10:12  *** clopez has joined #bitcoin-dev
208 2015-11-20T04:10:26  *** starsoccer is now known as Guest51706
209 2015-11-20T04:10:51  *** missmogg has quit IRC
210 2015-11-20T04:10:59  *** lewellyn has quit IRC
211 2015-11-20T04:11:37  *** lewellyn has joined #bitcoin-dev
212 2015-11-20T04:11:39  *** missmogg has joined #bitcoin-dev
213 2015-11-20T04:11:42  *** missmogg_ has joined #bitcoin-dev
214 2015-11-20T04:14:23  *** roxtrongo has quit IRC
215 2015-11-20T04:15:38  *** romonster has quit IRC
216 2015-11-20T04:16:22  *** Belxjander has quit IRC
217 2015-11-20T04:17:05  *** sparetire_ has quit IRC
218 2015-11-20T04:18:10  *** missmogg_ has quit IRC
219 2015-11-20T04:19:36  *** splix has joined #bitcoin-dev
220 2015-11-20T04:19:41  *** Belxjander has joined #bitcoin-dev
221 2015-11-20T04:22:30  *** TheSeven has quit IRC
222 2015-11-20T04:22:42  *** [7] has joined #bitcoin-dev
223 2015-11-20T04:23:54  *** missmogg has quit IRC
224 2015-11-20T04:24:09  *** lewellyn has quit IRC
225 2015-11-20T04:24:23  *** Belxjander has quit IRC
226 2015-11-20T04:27:51  *** Giszmo has quit IRC
227 2015-11-20T04:28:33  *** _yoy_ has joined #bitcoin-dev
228 2015-11-20T04:30:15  *** Lightsword has quit IRC
229 2015-11-20T04:31:14  *** Lightsword has joined #bitcoin-dev
230 2015-11-20T04:31:34  *** Belxjander has joined #bitcoin-dev
231 2015-11-20T04:35:22  *** mrkent has quit IRC
232 2015-11-20T04:38:27  *** GGuyZ has quit IRC
233 2015-11-20T04:40:59  *** Belxjander has quit IRC
234 2015-11-20T04:48:10  *** GGuyZ has joined #bitcoin-dev
235 2015-11-20T04:48:32  *** ThomasV has joined #bitcoin-dev
236 2015-11-20T04:48:35  *** ThomasV has joined #bitcoin-dev
237 2015-11-20T04:49:06  *** Belxjander has joined #bitcoin-dev
238 2015-11-20T04:58:08  *** splix has quit IRC
239 2015-11-20T04:58:44  *** ThomasV_ has joined #bitcoin-dev
240 2015-11-20T04:58:50  *** owowo has quit IRC
241 2015-11-20T04:58:57  *** splix has joined #bitcoin-dev
242 2015-11-20T05:00:59  *** Belxjander has quit IRC
243 2015-11-20T05:02:27  *** ThomasV has quit IRC
244 2015-11-20T05:04:30  *** dave4925 has quit IRC
245 2015-11-20T05:05:09  *** dave4925 has joined #bitcoin-dev
246 2015-11-20T05:05:15  *** Belxjander has joined #bitcoin-dev
247 2015-11-20T05:05:19  *** patcon has quit IRC
248 2015-11-20T05:12:28  *** kadoban has joined #bitcoin-dev
249 2015-11-20T05:12:49  *** jtoomim has quit IRC
250 2015-11-20T05:13:22  *** jtoomim has joined #bitcoin-dev
251 2015-11-20T05:14:33  *** romonster has joined #bitcoin-dev
252 2015-11-20T05:14:38  *** missmogg has joined #bitcoin-dev
253 2015-11-20T05:16:33  *** SixtySeven has joined #bitcoin-dev
254 2015-11-20T05:17:09  *** lewellyn has joined #bitcoin-dev
255 2015-11-20T05:17:51  *** Belxjander has quit IRC
256 2015-11-20T05:18:11  *** jtoomim has quit IRC
257 2015-11-20T05:25:34  *** Belxjander has joined #bitcoin-dev
258 2015-11-20T05:26:11  *** Belxjander is now known as Belxjande
259 2015-11-20T05:26:55  *** Belxjande has quit IRC
260 2015-11-20T05:32:20  *** Belxjander has joined #bitcoin-dev
261 2015-11-20T05:38:44  *** owowo has joined #bitcoin-dev
262 2015-11-20T05:39:35  *** Belxjander has quit IRC
263 2015-11-20T05:41:35  *** snthsnth has quit IRC
264 2015-11-20T05:43:39  *** Guest23423 has joined #bitcoin-dev
265 2015-11-20T05:45:15  *** guest234234 has quit IRC
266 2015-11-20T05:49:39  *** Belxjander has joined #bitcoin-dev
267 2015-11-20T05:52:23  *** Cory has quit IRC
268 2015-11-20T05:54:05  *** won9 has quit IRC
269 2015-11-20T05:55:46  *** Belxjander has quit IRC
270 2015-11-20T06:00:27  *** Belxjander has joined #bitcoin-dev
271 2015-11-20T06:01:14  *** Cory has joined #bitcoin-dev
272 2015-11-20T06:02:23  *** Guest23423 has quit IRC
273 2015-11-20T06:10:20  *** roxtrongo has joined #bitcoin-dev
274 2015-11-20T06:11:14  *** Belxjander has quit IRC
275 2015-11-20T06:13:55  *** Belxjander has joined #bitcoin-dev
276 2015-11-20T06:14:54  *** roxtrongo has quit IRC
277 2015-11-20T06:17:07  *** Belxjander has joined #bitcoin-dev
278 2015-11-20T06:26:40  *** patcon has joined #bitcoin-dev
279 2015-11-20T06:27:02  *** sinetek has quit IRC
280 2015-11-20T06:27:17  *** Belxjander has quit IRC
281 2015-11-20T06:27:50  *** sinetek has joined #bitcoin-dev
282 2015-11-20T06:29:21  *** Belxjander has joined #bitcoin-dev
283 2015-11-20T06:33:15  *** agricocb has quit IRC
284 2015-11-20T06:33:36  *** ThomasV_ has quit IRC
285 2015-11-20T06:35:11  *** neozaru has joined #bitcoin-dev
286 2015-11-20T06:39:43  *** agricocb has joined #bitcoin-dev
287 2015-11-20T06:40:05  *** SixtySeven has quit IRC
288 2015-11-20T06:40:55  *** rusty has quit IRC
289 2015-11-20T06:41:30  *** Belxjander has quit IRC
290 2015-11-20T06:46:01  *** Emcy has joined #bitcoin-dev
291 2015-11-20T06:46:01  *** Emcy has joined #bitcoin-dev
292 2015-11-20T06:46:07  *** Belxjander has joined #bitcoin-dev
293 2015-11-20T06:47:56  *** Belxjander has quit IRC
294 2015-11-20T06:48:09  *** Belxjander has joined #bitcoin-dev
295 2015-11-20T06:48:58  *** p15_ has joined #bitcoin-dev
296 2015-11-20T06:50:11  *** p15 has quit IRC
297 2015-11-20T06:53:13  *** Belxjander has quit IRC
298 2015-11-20T06:57:00  *** Belxjander has joined #bitcoin-dev
299 2015-11-20T07:00:32  *** romonster has quit IRC
300 2015-11-20T07:00:58  *** missmogg has quit IRC
301 2015-11-20T07:01:05  *** lewellyn has quit IRC
302 2015-11-20T07:02:46  *** astro has quit IRC
303 2015-11-20T07:03:21  *** jzk has joined #bitcoin-dev
304 2015-11-20T07:07:28  *** lewellyn has joined #bitcoin-dev
305 2015-11-20T07:07:33  *** romonster has joined #bitcoin-dev
306 2015-11-20T07:07:34  *** DigiByteDev has quit IRC
307 2015-11-20T07:07:50  *** missmogg has joined #bitcoin-dev
308 2015-11-20T07:07:51  *** jzk has joined #bitcoin-dev
309 2015-11-20T07:09:02  *** _yoy_ has quit IRC
310 2015-11-20T07:10:54  *** GGuyZ has quit IRC
311 2015-11-20T07:11:00  *** _yoy_ has joined #bitcoin-dev
312 2015-11-20T07:14:39  *** jtoomim has joined #bitcoin-dev
313 2015-11-20T07:16:37  *** ThomasV_ has joined #bitcoin-dev
314 2015-11-20T07:19:41  *** ThomasV_ has quit IRC
315 2015-11-20T07:20:07  *** jzk has joined #bitcoin-dev
316 2015-11-20T07:20:13  *** ThomasV has joined #bitcoin-dev
317 2015-11-20T07:20:50  *** Belxjander has quit IRC
318 2015-11-20T07:21:54  *** paveljanik has quit IRC
319 2015-11-20T07:22:16  *** paveljanik has joined #bitcoin-dev
320 2015-11-20T07:23:40  *** Belxjander has joined #bitcoin-dev
321 2015-11-20T07:30:33  *** CoinMuncher1 has joined #bitcoin-dev
322 2015-11-20T07:31:45  *** CoinMuncher has quit IRC
323 2015-11-20T07:35:15  *** Belxjander has quit IRC
324 2015-11-20T07:37:50  *** Belxjander has joined #bitcoin-dev
325 2015-11-20T07:39:59  *** DigiByteDev has joined #bitcoin-dev
326 2015-11-20T07:41:08  *** patcon has quit IRC
327 2015-11-20T07:43:35  *** Tebbo has quit IRC
328 2015-11-20T07:50:49  *** neozaru has quit IRC
329 2015-11-20T07:53:03  *** Belxjander has quit IRC
330 2015-11-20T07:53:23  *** won9 has joined #bitcoin-dev
331 2015-11-20T07:55:42  *** Ylbam has joined #bitcoin-dev
332 2015-11-20T07:56:27  *** Belxjander has joined #bitcoin-dev
333 2015-11-20T07:59:44  *** norman_ has joined #bitcoin-dev
334 2015-11-20T08:03:42  *** norman_ has quit IRC
335 2015-11-20T08:04:14  *** ThomasV has quit IRC
336 2015-11-20T08:06:35  *** damethos has joined #bitcoin-dev
337 2015-11-20T08:06:37  *** DougieBot5000 has quit IRC
338 2015-11-20T08:07:13  *** Grouver has joined #bitcoin-dev
339 2015-11-20T08:10:02  *** priidu has joined #bitcoin-dev
340 2015-11-20T08:11:00  *** roxtrongo has joined #bitcoin-dev
341 2015-11-20T08:13:27  *** norman has quit IRC
342 2015-11-20T08:15:33  *** roxtrongo has quit IRC
343 2015-11-20T08:20:14  *** Palsson has joined #bitcoin-dev
344 2015-11-20T08:26:15  *** ThomasKeller has joined #bitcoin-dev
345 2015-11-20T08:35:47  *** CoinMuncher1 has quit IRC
346 2015-11-20T08:40:23  *** Belxjander has quit IRC
347 2015-11-20T08:43:21  *** Belxjander has joined #bitcoin-dev
348 2015-11-20T08:44:50  *** kadoban has quit IRC
349 2015-11-20T08:45:13  *** oleganza has joined #bitcoin-dev
350 2015-11-20T08:47:53  *** antizionist__ has quit IRC
351 2015-11-20T08:48:55  *** Tebbo has joined #bitcoin-dev
352 2015-11-20T08:58:09  *** damethos has quit IRC
353 2015-11-20T08:59:12  *** xiangfu has quit IRC
354 2015-11-20T08:59:32  *** xiangfu has joined #bitcoin-dev
355 2015-11-20T09:00:04  *** tarantillo_ has quit IRC
356 2015-11-20T09:00:19  *** tarantillo_ has joined #bitcoin-dev
357 2015-11-20T09:00:33  *** DigiByte_ has joined #bitcoin-dev
358 2015-11-20T09:01:59  *** DigiByteDev has quit IRC
359 2015-11-20T09:03:19  *** lnostdal has quit IRC
360 2015-11-20T09:03:23  *** Palsson has quit IRC
361 2015-11-20T09:11:46  *** roxtrongo has joined #bitcoin-dev
362 2015-11-20T09:14:16  *** CoinMuncher has joined #bitcoin-dev
363 2015-11-20T09:14:40  *** CoinMuncher has quit IRC
364 2015-11-20T09:15:00  *** CoinMuncher has joined #bitcoin-dev
365 2015-11-20T09:15:36  *** lnostdal has joined #bitcoin-dev
366 2015-11-20T09:16:37  *** roxtrongo has quit IRC
367 2015-11-20T09:17:55  *** ThomasV has joined #bitcoin-dev
368 2015-11-20T09:18:10  *** dabura667 has joined #bitcoin-dev
369 2015-11-20T09:19:12  *** rusty has joined #bitcoin-dev
370 2015-11-20T09:19:21  *** Guest23423 has joined #bitcoin-dev
371 2015-11-20T09:20:50  *** rusty has left #bitcoin-dev
372 2015-11-20T09:26:45  *** paveljanik has quit IRC
373 2015-11-20T09:26:46  *** Guest23423 has quit IRC
374 2015-11-20T09:30:26  *** CodeShark has joined #bitcoin-dev
375 2015-11-20T09:36:06  *** Belxjander has quit IRC
376 2015-11-20T09:36:50  *** zviratko_ is now known as Zviratko
377 2015-11-20T09:40:55  *** guest234234 has joined #bitcoin-dev
378 2015-11-20T09:41:59  *** Belxjander has joined #bitcoin-dev
379 2015-11-20T09:51:23  *** damethos has joined #bitcoin-dev
380 2015-11-20T09:54:52  *** graingert_ has joined #bitcoin-dev
381 2015-11-20T09:55:21  *** won9 has quit IRC
382 2015-11-20T10:04:01  *** ribasushi has quit IRC
383 2015-11-20T10:07:29  *** Nme85 has joined #bitcoin-dev
384 2015-11-20T10:08:00  *** sparetire_ has joined #bitcoin-dev
385 2015-11-20T10:12:29  *** roxtrongo has joined #bitcoin-dev
386 2015-11-20T10:14:38  *** c-cex-finch has joined #bitcoin-dev
387 2015-11-20T10:17:25  *** roxtrongo has quit IRC
388 2015-11-20T10:20:24  *** Tebbo has quit IRC
389 2015-11-20T10:21:04  *** ribasushi has joined #bitcoin-dev
390 2015-11-20T10:23:02  *** graingert__ has joined #bitcoin-dev
391 2015-11-20T10:24:50  *** graingert_ has quit IRC
392 2015-11-20T10:28:17  *** matsjj has joined #bitcoin-dev
393 2015-11-20T10:28:28  *** petrkr has joined #bitcoin-dev
394 2015-11-20T10:31:13  *** Nme85 has quit IRC
395 2015-11-20T10:31:36  *** Nme85 has joined #bitcoin-dev
396 2015-11-20T10:36:26  *** DigiByte_ has quit IRC
397 2015-11-20T10:36:39  *** sinetek has quit IRC
398 2015-11-20T10:41:26  *** sinetek has joined #bitcoin-dev
399 2015-11-20T10:42:28  *** one_zero has quit IRC
400 2015-11-20T10:56:45  *** graingert__ has quit IRC
401 2015-11-20T10:56:56  *** graingert__ has joined #bitcoin-dev
402 2015-11-20T10:57:38  *** graingert__ has quit IRC
403 2015-11-20T10:58:20  *** graingert_ has joined #bitcoin-dev
404 2015-11-20T11:02:46  *** ThomasV has quit IRC
405 2015-11-20T11:15:27  *** d_t has quit IRC
406 2015-11-20T11:20:55  *** moa has quit IRC
407 2015-11-20T11:28:21  *** lnostdal has quit IRC
408 2015-11-20T11:29:37  *** lnostdal has joined #bitcoin-dev
409 2015-11-20T11:29:57  *** sinetek has quit IRC
410 2015-11-20T11:29:58  *** jtimon_ has joined #bitcoin-dev
411 2015-11-20T11:30:19  *** jtimon has quit IRC
412 2015-11-20T11:43:17  *** roxtrongo has joined #bitcoin-dev
413 2015-11-20T11:47:13  *** ThomasV has joined #bitcoin-dev
414 2015-11-20T11:47:39  *** roxtrongo has quit IRC
415 2015-11-20T11:48:19  *** c-cex-yuriy has joined #bitcoin-dev
416 2015-11-20T11:51:21  *** guest234234 has quit IRC
417 2015-11-20T12:01:20  *** metalcamp has joined #bitcoin-dev
418 2015-11-20T12:02:55  *** agricocb has quit IRC
419 2015-11-20T12:09:52  *** splix has quit IRC
420 2015-11-20T12:18:40  *** AaronvanW has joined #bitcoin-dev
421 2015-11-20T12:20:04  *** vmatekole has joined #bitcoin-dev
422 2015-11-20T12:27:52  *** cryptapus_ has joined #bitcoin-dev
423 2015-11-20T12:32:12  *** PaulCape_ has joined #bitcoin-dev
424 2015-11-20T12:33:07  *** test1_ has joined #bitcoin-dev
425 2015-11-20T12:34:59  *** PaulCapestany has quit IRC
426 2015-11-20T12:36:00  *** haykuro_ has joined #bitcoin-dev
427 2015-11-20T12:42:06  *** roxtrongo has joined #bitcoin-dev
428 2015-11-20T12:42:24  *** haykuro_ has quit IRC
429 2015-11-20T12:43:05  *** damethos has quit IRC
430 2015-11-20T12:43:28  *** damethos has joined #bitcoin-dev
431 2015-11-20T12:47:52  *** vmatekole has quit IRC
432 2015-11-20T12:49:33  *** Guest51706 has quit IRC
433 2015-11-20T12:49:33  *** Guest51706 has joined #bitcoin-dev
434 2015-11-20T12:49:51  *** Guest51706 is now known as Starsoccer
435 2015-11-20T12:55:41  *** GGuyZ has joined #bitcoin-dev
436 2015-11-20T13:03:23  *** splix has joined #bitcoin-dev
437 2015-11-20T13:06:15  *** dabura667 has quit IRC
438 2015-11-20T13:06:19  *** binaryFateCloud has quit IRC
439 2015-11-20T13:14:56  *** indy has quit IRC
440 2015-11-20T13:21:31  *** tulip has quit IRC
441 2015-11-20T13:22:03  *** porquilho has joined #bitcoin-dev
442 2015-11-20T13:24:28  *** indy has joined #bitcoin-dev
443 2015-11-20T13:26:32  *** afk11 has joined #bitcoin-dev
444 2015-11-20T13:30:04  *** Belxjander has quit IRC
445 2015-11-20T13:30:37  *** Belxjander has joined #bitcoin-dev
446 2015-11-20T13:34:31  *** test1_ has quit IRC
447 2015-11-20T13:35:35  *** tulip has joined #bitcoin-dev
448 2015-11-20T13:38:02  *** roxtrong_ has joined #bitcoin-dev
449 2015-11-20T13:38:20  *** Giszmo has joined #bitcoin-dev
450 2015-11-20T13:39:41  *** tulip has quit IRC
451 2015-11-20T13:39:41  *** tulip has joined #bitcoin-dev
452 2015-11-20T13:41:21  *** roxtrongo has quit IRC
453 2015-11-20T13:41:56  *** xiangfu has quit IRC
454 2015-11-20T13:43:20  *** simba has joined #bitcoin-dev
455 2015-11-20T13:46:09  *** roxtrong_ has quit IRC
456 2015-11-20T13:49:27  *** cryptapus_ has quit IRC
457 2015-11-20T13:52:55  *** GGuyZ has quit IRC
458 2015-11-20T13:53:33  *** Belxjander has quit IRC
459 2015-11-20T13:54:07  *** guest234234 has joined #bitcoin-dev
460 2015-11-20T13:55:12  *** ParadoxSpiral has joined #bitcoin-dev
461 2015-11-20T13:59:32  *** Belxjander has joined #bitcoin-dev
462 2015-11-20T14:02:19  *** teward has quit IRC
463 2015-11-20T14:03:19  *** gmaxwell has quit IRC
464 2015-11-20T14:03:26  *** gmaxwell has joined #bitcoin-dev
465 2015-11-20T14:03:49  *** gmaxwell is now known as Guest61914
466 2015-11-20T14:04:09  *** Guest61914 has joined #bitcoin-dev
467 2015-11-20T14:05:50  *** Guest61914 is now known as gmaxwell
468 2015-11-20T14:06:51  *** atgreen has quit IRC
469 2015-11-20T14:07:18  *** teward has joined #bitcoin-dev
470 2015-11-20T14:10:11  *** Belxjander has quit IRC
471 2015-11-20T14:16:58  *** ThomasV has quit IRC
472 2015-11-20T14:17:14  *** Belxjander has joined #bitcoin-dev
473 2015-11-20T14:18:39  *** ItSANgo has quit IRC
474 2015-11-20T14:20:27  *** tantalum has joined #bitcoin-dev
475 2015-11-20T14:21:11  *** tulip has quit IRC
476 2015-11-20T14:26:22  *** sinetek has joined #bitcoin-dev
477 2015-11-20T14:30:34  *** GAit has joined #bitcoin-dev
478 2015-11-20T14:31:15  *** sinetek has quit IRC
479 2015-11-20T14:32:02  *** simba has quit IRC
480 2015-11-20T14:33:23  *** guest234234 has quit IRC
481 2015-11-20T14:39:29  *** OMDPrebel has joined #bitcoin-dev
482 2015-11-20T14:47:01  *** ThomasV has joined #bitcoin-dev
483 2015-11-20T14:48:12  *** agricocb has joined #bitcoin-dev
484 2015-11-20T14:55:37  *** cryptapus_ has joined #bitcoin-dev
485 2015-11-20T14:59:15  *** adam3us has joined #bitcoin-dev
486 2015-11-20T15:01:00  *** cryptapus_ has quit IRC
487 2015-11-20T15:01:06  *** brson has joined #bitcoin-dev
488 2015-11-20T15:01:14  *** petrkr has quit IRC
489 2015-11-20T15:05:45  *** cryptapus_ has joined #bitcoin-dev
490 2015-11-20T15:05:45  *** cryptapus_ has joined #bitcoin-dev
491 2015-11-20T15:11:14  *** _yoy_ has quit IRC
492 2015-11-20T15:14:24  *** _yoy_ has joined #bitcoin-dev
493 2015-11-20T15:16:43  *** wraithm has quit IRC
494 2015-11-20T15:17:50  *** treehug88 has joined #bitcoin-dev
495 2015-11-20T15:20:55  *** adam3us has quit IRC
496 2015-11-20T15:21:09  *** zooko has joined #bitcoin-dev
497 2015-11-20T15:21:11  *** ThomasV has quit IRC
498 2015-11-20T15:24:27  *** IAmNotDorian has joined #bitcoin-dev
499 2015-11-20T15:27:06  *** cryptapus_ has quit IRC
500 2015-11-20T15:30:44  *** wraithm has joined #bitcoin-dev
501 2015-11-20T15:32:47  *** adam3us has joined #bitcoin-dev
502 2015-11-20T15:32:52  *** simba has joined #bitcoin-dev
503 2015-11-20T15:33:16  *** DougieBot5000 has joined #bitcoin-dev
504 2015-11-20T15:34:37  *** matsjj has quit IRC
505 2015-11-20T15:36:42  *** zooko is now known as zookolaptop
506 2015-11-20T15:37:07  *** simba has quit IRC
507 2015-11-20T15:37:51  *** GAit has quit IRC
508 2015-11-20T15:38:59  *** Soligor has quit IRC
509 2015-11-20T15:40:43  *** GGuyZ has joined #bitcoin-dev
510 2015-11-20T15:40:54  *** GAit has joined #bitcoin-dev
511 2015-11-20T15:47:20  *** Soligor has joined #bitcoin-dev
512 2015-11-20T15:48:20  *** GGuyZ_ has joined #bitcoin-dev
513 2015-11-20T15:51:22  *** GGuyZ has quit IRC
514 2015-11-20T15:51:23  *** GGuyZ_ is now known as GGuyZ
515 2015-11-20T15:51:39  *** CodeShark has quit IRC
516 2015-11-20T15:52:18  *** Guyver2 has joined #bitcoin-dev
517 2015-11-20T15:53:18  *** GGuyZ_ has joined #bitcoin-dev
518 2015-11-20T15:53:51  *** Lightsword has quit IRC
519 2015-11-20T15:56:30  *** GGuyZ has quit IRC
520 2015-11-20T15:56:30  *** GGuyZ_ is now known as GGuyZ
521 2015-11-20T15:58:30  *** Nme85 has quit IRC
522 2015-11-20T15:58:56  *** Nme85 has joined #bitcoin-dev
523 2015-11-20T15:59:17  *** kadoban has joined #bitcoin-dev
524 2015-11-20T16:00:00  *** adam3us has quit IRC
525 2015-11-20T16:04:15  *** GGuyZ_ has joined #bitcoin-dev
526 2015-11-20T16:04:15  *** GGuyZ has quit IRC
527 2015-11-20T16:04:19  *** GGuyZ_ is now known as GGuyZ
528 2015-11-20T16:06:06  *** GGuyZ_ has joined #bitcoin-dev
529 2015-11-20T16:06:07  *** GGuyZ has quit IRC
530 2015-11-20T16:06:07  *** GGuyZ_ is now known as GGuyZ
531 2015-11-20T16:08:53  *** Ahmed90 has joined #bitcoin-dev
532 2015-11-20T16:09:49  *** damethos has quit IRC
533 2015-11-20T16:11:19  *** Starduster has quit IRC
534 2015-11-20T16:11:48  *** Starduster has joined #bitcoin-dev
535 2015-11-20T16:11:56  *** Dizzle has joined #bitcoin-dev
536 2015-11-20T16:12:44  *** zookolaptop has quit IRC
537 2015-11-20T16:16:22  *** cryptapus_ has joined #bitcoin-dev
538 2015-11-20T16:18:00  *** owlhooter_m is now known as owlhooter
539 2015-11-20T16:27:05  *** GAit has quit IRC
540 2015-11-20T16:27:23  *** zooko` has joined #bitcoin-dev
541 2015-11-20T16:27:46  *** btc_panhandler has joined #bitcoin-dev
542 2015-11-20T16:33:48  *** damethos has joined #bitcoin-dev
543 2015-11-20T16:37:04  *** zooko`` has joined #bitcoin-dev
544 2015-11-20T16:38:43  *** zooko` has quit IRC
545 2015-11-20T16:40:16  *** _yoy_ has quit IRC
546 2015-11-20T16:40:40  *** CoinMuncher has quit IRC
547 2015-11-20T16:43:13  *** _yoy_ has joined #bitcoin-dev
548 2015-11-20T16:57:33  *** Lightsword has joined #bitcoin-dev
549 2015-11-20T16:59:10  *** ThomasV has joined #bitcoin-dev
550 2015-11-20T17:00:56  *** rolandnsharp has quit IRC
551 2015-11-20T17:01:04  *** rolandnsharp has joined #bitcoin-dev
552 2015-11-20T17:03:30  <btcdrak> ping jtimon
553 2015-11-20T17:04:03  <btcdrak> ping jtimon_
554 2015-11-20T17:04:45  *** cryptapus_ has quit IRC
555 2015-11-20T17:04:55  *** zooko`` has quit IRC
556 2015-11-20T17:06:44  *** cyphase_ has quit IRC
557 2015-11-20T17:08:27  *** denisx has joined #bitcoin-dev
558 2015-11-20T17:12:04  *** denisx has left #bitcoin-dev
559 2015-11-20T17:15:45  *** Dizzle has quit IRC
560 2015-11-20T17:15:47  *** splix has quit IRC
561 2015-11-20T17:15:51  *** Grouver has quit IRC
562 2015-11-20T17:21:49  <jtimon_> btcdrak: pong
563 2015-11-20T17:22:17  <btcdrak> yeah I wanted to talk about your suggested commit for #6312
564 2015-11-20T17:22:50  <btcdrak> jtimon_: I believe this is the one? https://github.com/jtimon/bitcoin/commit/071bc1cf615c0528d4f7e2fe33dc80186da447d3
565 2015-11-20T17:22:56  <jtimon_> sure
566 2015-11-20T17:23:44  <jtimon_> yep, I believe that should be squashed into sipa's commit
567 2015-11-20T17:24:44  <jtimon_> the total diff count of sipa's commit will remain the same
568 2015-11-20T17:24:45  <sipa> do we _really_ care about avoid 3 & symbols in the code, and making it less obvious?
569 2015-11-20T17:25:12  <jtimon_> we don't need pointers inside
570 2015-11-20T17:25:33  *** the`doctor has joined #bitcoin-dev
571 2015-11-20T17:25:39  <jtimon_> reference is more clear if possible (ie always) IMO
572 2015-11-20T17:25:47  <sipa> god
573 2015-11-20T17:25:56  <sipa> it's an argument that can be empty
574 2015-11-20T17:26:12  <sipa> why do you want to turn it into a reference?
575 2015-11-20T17:26:37  <jtimon_> so that I don't have to think about null pointers in consensus code
576 2015-11-20T17:26:52  <sipa> you should think about
577 2015-11-20T17:26:53  <sipa> it
578 2015-11-20T17:27:01  <sipa> because it's an argument that can be avoided
579 2015-11-20T17:27:11  <sipa> it has different behaviour with and without
580 2015-11-20T17:27:41  <sipa> anyway, not worth spending more time on - it's a waste of time
581 2015-11-20T17:27:42  <jtimon_> does my commit change behaviour?
582 2015-11-20T17:27:43  *** skyraider has joined #bitcoin-dev
583 2015-11-20T17:28:02  <sipa> no, and it makes it less clear imho, and we're wasting our time discussing unimportant things
584 2015-11-20T17:28:05  <sipa> so, i don't care
585 2015-11-20T17:28:16  <jtimon_> sure it's just a nit to the nit of the nit
586 2015-11-20T17:28:21  <btcdrak> ok I think I have my answer. I'm not going to merge it.
587 2015-11-20T17:28:41  *** the`doctor has quit IRC
588 2015-11-20T17:28:43  *** lnostdal has quit IRC
589 2015-11-20T17:29:28  <jtimon_> but I humbly disagree with you in it making it less clear, sipa, now where using . outside and -> inside for no good reason
590 2015-11-20T17:29:55  <jtimon_> s/where/we're
591 2015-11-20T17:30:26  *** trippysalmon has joined #bitcoin-dev
592 2015-11-20T17:30:46  <sipa> jtimon_: which makes it clear that the argument is a pointer, and thus can be NULL; and that's something that someone reading the code should notice
593 2015-11-20T17:30:57  <sipa> because there is different behaviour with and without
594 2015-11-20T17:31:01  <jtimon_> whatever
595 2015-11-20T17:31:19  <sipa> why is -> worse than .?
596 2015-11-20T17:31:46  <jtimon_> if we used -> outside too maybe I wouldn't had complained
597 2015-11-20T17:32:13  <sipa> anyway, it's a nit; no point discussing it further; you like one more, i like the other more
598 2015-11-20T17:32:24  <jtimon_> it's the unnecessary divergence what I don't like, but anyway, we agree this is not important
599 2015-11-20T17:33:40  *** graingert_ has quit IRC
600 2015-11-20T17:33:58  *** simba has joined #bitcoin-dev
601 2015-11-20T17:34:42  <jtimon_> I just dislike having to duplicate if (whatever == NULL) return state.invalid(...) everywhere in consensus code, if they're references the compiler will check they are not null for me
602 2015-11-20T17:35:08  <jtimon_> if I want to signal a special case I can always use a bool or an enum
603 2015-11-20T17:35:16  <sipa> the compiler does not check that for you
604 2015-11-20T17:35:23  <sipa> it's just undefined behaviour
605 2015-11-20T17:35:34  *** d_t has joined #bitcoin-dev
606 2015-11-20T17:36:23  <jtimon_> well, I just don't expect many people to call functions with *NULL as parameter (doesn't the compiler catch that if done inline?)
607 2015-11-20T17:36:37  <sipa> maybe it does
608 2015-11-20T17:36:56  <sipa> i understand what you're saying: you don't like using a pointer to indicate an optional value?
609 2015-11-20T17:37:27  <sipa> but i don't think that special casing an empty vector is any better as a means to indicate that
610 2015-11-20T17:37:48  <jtimon_> yes, I don't like using thisparam == NULL to indicate special cases, thisparam is either necessary or not
611 2015-11-20T17:38:14  <sipa> i like using thisparam.size() == 0 even less :)
612 2015-11-20T17:38:42  <jtimon_> I don't specially like .size() == 0 either, as said I would prefer a boolean, but that was the less disrupting thing I could do
613 2015-11-20T17:39:01  *** DatBeeDoe has joined #bitcoin-dev
614 2015-11-20T17:39:31  <jtimon_> I think what I dislike more is assert(prevHeights == NULL || prevHeights->size() == tx.vin.size());
615 2015-11-20T17:40:06  <sipa> ok
616 2015-11-20T17:40:07  *** simba has quit IRC
617 2015-11-20T17:40:13  <sipa> let me respectfully disagree
618 2015-11-20T17:40:39  <jtimon_> sure, you said it wasn't possible in that commit and I had to code it
619 2015-11-20T17:41:07  *** JackH has quit IRC
620 2015-11-20T17:41:07  *** lnostdal has joined #bitcoin-dev
621 2015-11-20T17:42:23  <jtimon_> when people tell me there's something impossible that I  know I can do relatively fast I don't know what happens...
622 2015-11-20T17:46:19  *** DatBeeDoe has quit IRC
623 2015-11-20T17:47:24  <btcdrak> Regarding the meeting yesterday, BIP68 bip text has been updated with the current working implementation and also text has been extensively clarified as people generally seemed to have difficulty with the presentation. I made some more updates/polishing since this morning if anyone looked earlier: https://github.com/bitcoin/bips/pull/245
624 2015-11-20T17:49:32  *** patcon has joined #bitcoin-dev
625 2015-11-20T17:50:08  *** priidu has quit IRC
626 2015-11-20T17:51:15  *** DatBeeDoe has joined #bitcoin-dev
627 2015-11-20T17:55:21  *** matsjj has joined #bitcoin-dev
628 2015-11-20T18:19:18  *** aschildbach has joined #bitcoin-dev
629 2015-11-20T18:28:15  *** damethos has quit IRC
630 2015-11-20T18:28:59  *** ThomasV has quit IRC
631 2015-11-20T18:30:08  *** Prattler has quit IRC
632 2015-11-20T18:30:42  *** IAmNotDorian has quit IRC
633 2015-11-20T18:34:30  *** Yoghur114 has joined #bitcoin-dev
634 2015-11-20T18:37:05  *** ster has joined #bitcoin-dev
635 2015-11-20T18:37:19  *** IngCr3at1on has quit IRC
636 2015-11-20T18:38:30  *** aschildbach has quit IRC
637 2015-11-20T18:38:51  *** matsjj has quit IRC
638 2015-11-20T18:39:58  *** Grouver has joined #bitcoin-dev
639 2015-11-20T18:42:21  *** denisx has joined #bitcoin-dev
640 2015-11-20T18:44:48  *** denisx has quit IRC
641 2015-11-20T18:50:39  *** the`doctor has joined #bitcoin-dev
642 2015-11-20T18:53:28  *** the`doctor has quit IRC
643 2015-11-20T18:53:29  *** the`doctor has joined #bitcoin-dev
644 2015-11-20T18:56:16  *** drazisil has quit IRC
645 2015-11-20T18:58:38  *** jccnd has joined #bitcoin-dev
646 2015-11-20T18:59:51  *** zooko` has joined #bitcoin-dev
647 2015-11-20T19:03:34  *** priidu has joined #bitcoin-dev
648 2015-11-20T19:03:39  *** CheckDavid has joined #bitcoin-dev
649 2015-11-20T19:03:56  *** priidu has quit IRC
650 2015-11-20T19:08:32  *** matsjj has joined #bitcoin-dev
651 2015-11-20T19:08:39  *** priidu has joined #bitcoin-dev
652 2015-11-20T19:09:28  *** nwilcox|afk is now known as nwilcox
653 2015-11-20T19:09:49  *** oleganza has quit IRC
654 2015-11-20T19:14:37  *** GAit has joined #bitcoin-dev
655 2015-11-20T19:14:40  *** zooko` is now known as zookolaptop
656 2015-11-20T19:15:25  *** ThomasV has joined #bitcoin-dev
657 2015-11-20T19:19:31  *** moli has quit IRC
658 2015-11-20T19:22:11  *** BW^- has joined #bitcoin-dev
659 2015-11-20T19:22:13  <BW^-> how outdated is  v0.9.1?
660 2015-11-20T19:22:20  <BW^-> could you use it for anything?
661 2015-11-20T19:23:19  *** brson has quit IRC
662 2015-11-20T19:24:50  *** matsjj has quit IRC
663 2015-11-20T19:28:30  *** brson has joined #bitcoin-dev
664 2015-11-20T19:30:21  *** Lightsword has quit IRC
665 2015-11-20T19:30:26  *** kadoban has quit IRC
666 2015-11-20T19:32:01  *** simba has joined #bitcoin-dev
667 2015-11-20T19:34:18  *** ThomasV has quit IRC
668 2015-11-20T19:36:20  *** justice_ has joined #bitcoin-dev
669 2015-11-20T19:37:04  *** oleganza has joined #bitcoin-dev
670 2015-11-20T19:38:23  *** coin_trader has joined #bitcoin-dev
671 2015-11-20T19:41:42  *** Lightsword has joined #bitcoin-dev
672 2015-11-20T19:43:56  *** btc_panhandler has quit IRC
673 2015-11-20T19:44:28  *** GAit has quit IRC
674 2015-11-20T19:46:35  *** BW^- has quit IRC
675 2015-11-20T19:48:06  *** justice_ has quit IRC
676 2015-11-20T19:49:15  *** jaclupi has joined #bitcoin-dev
677 2015-11-20T19:50:39  *** Dizzle has joined #bitcoin-dev
678 2015-11-20T19:59:04  *** simba has quit IRC
679 2015-11-20T20:09:37  *** btc_panhandler has joined #bitcoin-dev
680 2015-11-20T20:12:39  *** snthsnth has joined #bitcoin-dev
681 2015-11-20T20:14:50  *** IrishGringo has joined #bitcoin-dev
682 2015-11-20T20:16:32  *** kermit has quit IRC
683 2015-11-20T20:16:56  *** kermit has joined #bitcoin-dev
684 2015-11-20T20:18:27  *** kermit has quit IRC
685 2015-11-20T20:18:31  *** _yoy_ has quit IRC
686 2015-11-20T20:19:06  *** kermit has joined #bitcoin-dev
687 2015-11-20T20:19:18  *** YoY has joined #bitcoin-dev
688 2015-11-20T20:20:23  *** snthsnth has quit IRC
689 2015-11-20T20:20:58  *** GAit has joined #bitcoin-dev
690 2015-11-20T20:22:11  *** agricocb1 has joined #bitcoin-dev
691 2015-11-20T20:23:51  *** brson has quit IRC
692 2015-11-20T20:24:57  *** noobfikt has joined #bitcoin-dev
693 2015-11-20T20:25:25  *** agricocb has quit IRC
694 2015-11-20T20:25:56  *** lewellyn has quit IRC
695 2015-11-20T20:26:10  *** lewellyn has joined #bitcoin-dev
696 2015-11-20T20:28:37  *** brson has joined #bitcoin-dev
697 2015-11-20T20:30:35  *** TheMasterMind2 has joined #bitcoin-dev
698 2015-11-20T20:38:35  *** mrkent has joined #bitcoin-dev
699 2015-11-20T20:39:11  *** brson has quit IRC
700 2015-11-20T20:41:15  *** IrishGringo has quit IRC
701 2015-11-20T20:42:40  *** Emzy has joined #bitcoin-dev
702 2015-11-20T20:42:54  *** sdfgsdfg has joined #bitcoin-dev
703 2015-11-20T20:42:56  *** dhill has quit IRC
704 2015-11-20T20:42:57  *** roxtrong_ has joined #bitcoin-dev
705 2015-11-20T20:43:13  *** dhill has joined #bitcoin-dev
706 2015-11-20T20:43:30  *** oleganza has quit IRC
707 2015-11-20T20:45:34  *** c-cex-yuriy has quit IRC
708 2015-11-20T20:47:21  *** oleganza has joined #bitcoin-dev
709 2015-11-20T20:52:39  *** zookolaptop has quit IRC
710 2015-11-20T20:53:46  *** zookolaptop has joined #bitcoin-dev
711 2015-11-20T20:56:01  *** Ahmed90 has quit IRC
712 2015-11-20T20:58:58  *** d_t has quit IRC
713 2015-11-20T20:59:33  *** jaclupi has quit IRC
714 2015-11-20T20:59:47  *** d_t has joined #bitcoin-dev
715 2015-11-20T21:00:08  *** LeMiner has quit IRC
716 2015-11-20T21:00:16  *** patcon has quit IRC
717 2015-11-20T21:03:22  *** simba has joined #bitcoin-dev
718 2015-11-20T21:03:29  *** Lightsword has quit IRC
719 2015-11-20T21:06:51  *** zookolaptop has quit IRC
720 2015-11-20T21:07:27  *** LeMiner has joined #bitcoin-dev
721 2015-11-20T21:12:15  *** Lightsword has joined #bitcoin-dev
722 2015-11-20T21:13:15  *** GAit has quit IRC
723 2015-11-20T21:18:41  *** Lightsword has quit IRC
724 2015-11-20T21:19:01  *** trippysalmon has quit IRC
725 2015-11-20T21:21:47  *** nwilcox is now known as nwilcox|afk
726 2015-11-20T21:22:09  *** oleganza has quit IRC
727 2015-11-20T21:22:36  *** Lightsword has joined #bitcoin-dev
728 2015-11-20T21:24:33  *** GAit has joined #bitcoin-dev
729 2015-11-20T21:29:38  *** simba has quit IRC
730 2015-11-20T21:32:48  *** snthsnth has joined #bitcoin-dev
731 2015-11-20T21:33:42  *** CheckDavid has quit IRC
732 2015-11-20T21:34:59  *** porquilho has quit IRC
733 2015-11-20T21:37:27  *** supasonic has joined #bitcoin-dev
734 2015-11-20T21:37:33  *** rnvk has quit IRC
735 2015-11-20T21:42:12  *** kadoban has joined #bitcoin-dev
736 2015-11-20T21:42:38  *** justanotheruser has quit IRC
737 2015-11-20T21:43:43  *** adam3us has joined #bitcoin-dev
738 2015-11-20T21:46:45  *** drazisil has joined #bitcoin-dev
739 2015-11-20T21:48:11  *** adam3us has quit IRC
740 2015-11-20T21:49:32  *** Newyorkadam has joined #bitcoin-dev
741 2015-11-20T21:49:39  *** ThomasV has joined #bitcoin-dev
742 2015-11-20T21:55:13  *** zookolaptop has joined #bitcoin-dev
743 2015-11-20T21:58:15  *** patcon has joined #bitcoin-dev
744 2015-11-20T21:59:22  *** linagee has quit IRC
745 2015-11-20T21:59:23  *** linagee has joined #bitcoin-dev
746 2015-11-20T21:59:30  *** snthsnth has quit IRC
747 2015-11-20T22:00:50  *** ThomasV has quit IRC
748 2015-11-20T22:00:51  *** justanotheruser has joined #bitcoin-dev
749 2015-11-20T22:03:51  *** ItSANgo has joined #bitcoin-dev
750 2015-11-20T22:03:52  *** afk11 has quit IRC
751 2015-11-20T22:03:52  *** ItSANgo_ has joined #bitcoin-dev
752 2015-11-20T22:05:06  *** treehug88 has quit IRC
753 2015-11-20T22:07:56  *** snthsnth has joined #bitcoin-dev
754 2015-11-20T22:12:03  *** c-cex-finch has quit IRC
755 2015-11-20T22:15:57  *** Guyver2 has quit IRC
756 2015-11-20T22:19:24  *** CheckDavid has joined #bitcoin-dev
757 2015-11-20T22:21:57  *** afk11 has joined #bitcoin-dev
758 2015-11-20T22:29:56  *** d_t has quit IRC
759 2015-11-20T22:30:06  *** d_t has joined #bitcoin-dev
760 2015-11-20T22:30:19  *** damethos has joined #bitcoin-dev
761 2015-11-20T22:30:36  *** ItSANgo_ has quit IRC
762 2015-11-20T22:30:43  *** brson has joined #bitcoin-dev
763 2015-11-20T22:32:53  *** Grouver has quit IRC
764 2015-11-20T22:35:46  *** davec has quit IRC
765 2015-11-20T22:35:52  *** tantalum has quit IRC
766 2015-11-20T22:35:59  *** JackH has joined #bitcoin-dev
767 2015-11-20T22:36:00  *** davec has joined #bitcoin-dev
768 2015-11-20T22:37:41  *** metalcamp has quit IRC
769 2015-11-20T22:39:40  *** Lightsword has quit IRC
770 2015-11-20T22:42:00  *** wraithm has quit IRC
771 2015-11-20T22:44:23  *** spkm_ is now known as spkm
772 2015-11-20T22:48:21  *** Lightsword has joined #bitcoin-dev
773 2015-11-20T22:48:46  *** roxtrong_ has quit IRC
774 2015-11-20T22:48:49  *** PaulCape_ has quit IRC
775 2015-11-20T22:49:00  *** wilbns has quit IRC
776 2015-11-20T22:49:09  *** ibrightly has quit IRC
777 2015-11-20T22:49:14  *** PaulCapestany has joined #bitcoin-dev
778 2015-11-20T22:49:23  *** graingert has quit IRC
779 2015-11-20T22:49:35  *** zmanian_ has quit IRC
780 2015-11-20T22:49:59  *** alexkuck has quit IRC
781 2015-11-20T22:50:27  *** bitkarma has quit IRC
782 2015-11-20T22:50:27  *** nskelsey has quit IRC
783 2015-11-20T22:50:28  *** btcdrak has quit IRC
784 2015-11-20T22:51:05  *** iinaj has quit IRC
785 2015-11-20T22:54:17  *** patcon has quit IRC
786 2015-11-20T22:56:00  *** molly has joined #bitcoin-dev
787 2015-11-20T23:00:37  *** OMDPrebel has quit IRC
788 2015-11-20T23:03:57  *** adam3us has joined #bitcoin-dev
789 2015-11-20T23:04:11  *** snthsnth has quit IRC
790 2015-11-20T23:04:47  *** moli has joined #bitcoin-dev
791 2015-11-20T23:05:23  *** won9 has joined #bitcoin-dev
792 2015-11-20T23:05:29  *** justanotheruser has quit IRC
793 2015-11-20T23:05:59  *** justanotheruser has joined #bitcoin-dev
794 2015-11-20T23:07:15  *** Dizzle has quit IRC
795 2015-11-20T23:08:05  *** molly has quit IRC
796 2015-11-20T23:09:00  *** adam3us has quit IRC
797 2015-11-20T23:12:08  *** agricocb1 has quit IRC
798 2015-11-20T23:12:29  *** d_t_ has joined #bitcoin-dev
799 2015-11-20T23:14:55  *** d_t has quit IRC
800 2015-11-20T23:15:23  *** Newyorkadam has quit IRC
801 2015-11-20T23:15:29  *** wilbns has joined #bitcoin-dev
802 2015-11-20T23:18:30  *** d_t_ has quit IRC
803 2015-11-20T23:19:47  *** iinaj has joined #bitcoin-dev
804 2015-11-20T23:20:18  *** molly has joined #bitcoin-dev
805 2015-11-20T23:21:07  *** damethos has quit IRC
806 2015-11-20T23:23:40  *** adam3us has joined #bitcoin-dev
807 2015-11-20T23:23:46  *** ibrightly has joined #bitcoin-dev
808 2015-11-20T23:24:05  *** zmanian_ has joined #bitcoin-dev
809 2015-11-20T23:24:20  *** moli has quit IRC
810 2015-11-20T23:26:03  *** damethos has joined #bitcoin-dev
811 2015-11-20T23:26:29  *** DougieBot5000 has quit IRC
812 2015-11-20T23:26:34  *** btcdrak has joined #bitcoin-dev
813 2015-11-20T23:26:38  *** antizionist__ has joined #bitcoin-dev
814 2015-11-20T23:27:24  *** nskelsey has joined #bitcoin-dev
815 2015-11-20T23:29:28  *** moli has joined #bitcoin-dev
816 2015-11-20T23:29:58  *** alexkuck has joined #bitcoin-dev
817 2015-11-20T23:32:24  *** m00p has joined #bitcoin-dev
818 2015-11-20T23:32:47  *** molly has quit IRC
819 2015-11-20T23:32:47  *** won9 has quit IRC
820 2015-11-20T23:36:57  *** d_t has joined #bitcoin-dev
821 2015-11-20T23:38:03  *** guest234234 has joined #bitcoin-dev
822 2015-11-20T23:38:36  *** d_t_ has joined #bitcoin-dev
823 2015-11-20T23:41:53  *** d_t has quit IRC
824 2015-11-20T23:42:06  *** weems has quit IRC
825 2015-11-20T23:42:10  *** btc_panhandler has quit IRC
826 2015-11-20T23:42:50  *** JackH has quit IRC
827 2015-11-20T23:48:57  *** Guest82891 has joined #bitcoin-dev
828 2015-11-20T23:49:17  *** d_t_ has quit IRC
829 2015-11-20T23:50:00  *** d_t has joined #bitcoin-dev
830 2015-11-20T23:51:06  *** Nme85 has quit IRC
831 2015-11-20T23:51:08  *** btc_panhandler has joined #bitcoin-dev
832 2015-11-20T23:52:22  *** Nme has joined #bitcoin-dev
833 2015-11-20T23:52:45  *** Nme is now known as Guest65538
834 2015-11-20T23:59:50  *** raedah has joined #bitcoin-dev