1 2018-03-27T00:00:03 *** weez17 has quit IRC
2 2018-03-27T00:00:48 *** weez17 has joined #bitcoin-core-dev
3 2018-03-27T00:05:06 *** karimofthecrop has joined #bitcoin-core-dev
4 2018-03-27T00:10:06 *** cryptojanitor has quit IRC
5 2018-03-27T00:10:19 *** cryptojanitor has joined #bitcoin-core-dev
6 2018-03-27T00:12:09 <meshcollider> promag: perhaps nothing since #11281 ?
7 2018-03-27T00:12:13 <gribble> https://github.com/bitcoin/bitcoin/issues/11281 | Avoid permanent cs_main/cs_wallet lock during RescanFromTime by jonasschnelli · Pull Request #11281 · bitcoin/bitcoin · GitHub
8 2018-03-27T00:12:28 <meshcollider> haven't tested though
9 2018-03-27T00:25:31 *** Murch has quit IRC
10 2018-03-27T00:41:55 *** promag has joined #bitcoin-core-dev
11 2018-03-27T00:44:51 *** Victorsueca has quit IRC
12 2018-03-27T00:46:06 *** Victorsueca has joined #bitcoin-core-dev
13 2018-03-27T00:47:09 *** promag has quit IRC
14 2018-03-27T01:06:38 *** justanotheruser has joined #bitcoin-core-dev
15 2018-03-27T01:07:51 *** justanotheruser has joined #bitcoin-core-dev
16 2018-03-27T01:08:47 *** harrymm has quit IRC
17 2018-03-27T01:10:15 *** moneyball has quit IRC
18 2018-03-27T01:10:26 *** belcher has quit IRC
19 2018-03-27T01:21:13 *** harrymm has joined #bitcoin-core-dev
20 2018-03-27T01:41:49 *** cluelessperson has quit IRC
21 2018-03-27T01:46:16 *** vicenteH has quit IRC
22 2018-03-27T01:46:24 *** karimofthecrop has quit IRC
23 2018-03-27T02:07:04 *** Krellan has quit IRC
24 2018-03-27T02:12:28 *** instagibbs has quit IRC
25 2018-03-27T02:37:26 *** cryptojanitor has quit IRC
26 2018-03-27T02:50:35 *** AaronvanW has quit IRC
27 2018-03-27T03:18:13 *** tryphe_ is now known as tryphe
28 2018-03-27T03:32:11 <jtimon> should we log blocks that are consensus invalid but still have valid proof of work in a special way? (ie with admiration marks and with the full hex so that is not so easily forgotten)
29 2018-03-27T03:33:14 <jtimon> is there an archive of invalid blocks that have valid pow ? (new bhardfork wave aside, perhaps)
30 2018-03-27T03:41:00 <jtimon> disclaimer (perhaps offtopic): this comes to mind because in the case of signed blocks in elements, the result shouldn't be a some mining pool be mocked if it's one or people getting worried about an attack on spv nodes if there are many in a row, your node should simply stop to see what's up with the signers
31 2018-03-27T03:41:53 <jtimon> s/stop to see/stop. To see/
32 2018-03-27T04:00:20 <jtimon> last offtopic comment, the code is here for elements-0.14 https://github.com/ElementsProject/elements/pull/324 but perhaps I could do the logging thing for bitcoin if there's interest
33 2018-03-27T04:03:07 <aj> jtimon: getchaintips gives you a log of invalid blocks with plausible proof of work, doesn't it?
34 2018-03-27T04:03:46 <jtimon> aj: I don't know, I will look into that, thanks
35 2018-03-27T04:03:50 <aj> jtimon: i see 00000000000000000014c1ee89b61a84e3e30dd9b2c78c9916d323a2775bc613 00000000000000000027894f0969c2f79a6cdb1231750e048effbd17c88da431 and 000000000000000000571c2b98a090c15774cb7400bd4a50b160d488d14055d0 as fairly recent blocks marked invalid...
36 2018-03-27T04:05:00 <jtimon> and do they pass validation:CheckBlockHeader() ?
37 2018-03-27T04:06:49 <jtimon> let me rephrase, what do you mean by "plausible" proof of work? isn't that rule a boolean like any other? you pass it or not?
38 2018-03-27T04:07:05 <jtimon> anyway, thanks again
39 2018-03-27T04:07:23 <aj> jtimon: "plausible" == "i'm not sure what's going on" :) you're probably right
40 2018-03-27T04:08:17 <jtimon> either way I thank you for making me grep getchaintips, I didn't know that existed :)
41 2018-03-27T04:08:39 <aj> hmm, maybe leaving debug=mempool on was a mistake
42 2018-03-27T04:11:00 <aj> okay, that first block came through via a compactblock, got reconstructed successfully, but was then considered invalid due to CheckTxInputs, inputs missing/spent
43 2018-03-27T04:11:10 <jtimon> I feel ashamed of not knowing getchaintips
44 2018-03-27T04:12:11 <aj> jtimon: i feel glad i could tell you something new, though :)
45 2018-03-27T04:17:45 <jtimon> aj: I mean, the shame passes fast, now I'm happy I learned something new potentially useful for an explorer
46 2018-03-27T04:18:52 *** justan0theruser has joined #bitcoin-core-dev
47 2018-03-27T04:19:24 *** justan0theruser has joined #bitcoin-core-dev
48 2018-03-27T04:20:56 *** justanotheruser has quit IRC
49 2018-03-27T04:23:17 *** meshcollider has quit IRC
50 2018-03-27T04:32:33 *** indistylo has joined #bitcoin-core-dev
51 2018-03-27T04:39:23 *** karimofthecrop has joined #bitcoin-core-dev
52 2018-03-27T04:41:27 *** promag has joined #bitcoin-core-dev
53 2018-03-27T04:43:05 *** rex4539 has joined #bitcoin-core-dev
54 2018-03-27T04:45:57 *** promag has quit IRC
55 2018-03-27T04:46:50 *** karimofthecrop has quit IRC
56 2018-03-27T04:59:46 *** karimofthecrop has joined #bitcoin-core-dev
57 2018-03-27T05:08:46 *** karimofthecrop has quit IRC
58 2018-03-27T05:09:38 *** karimofthecrop has joined #bitcoin-core-dev
59 2018-03-27T05:24:22 *** Victorsueca has quit IRC
60 2018-03-27T05:26:19 *** Victorsueca has joined #bitcoin-core-dev
61 2018-03-27T05:29:43 *** dafunkiz_ has joined #bitcoin-core-dev
62 2018-03-27T05:31:34 *** suldev has quit IRC
63 2018-03-27T05:38:16 *** aruns has joined #bitcoin-core-dev
64 2018-03-27T05:41:26 *** indistylo has quit IRC
65 2018-03-27T05:49:30 <bitcoin-git> [bitcoin] practicalswift closed pull request #12781: Don't test size_t variables for negative values (master...âsize_t) https://github.com/bitcoin/bitcoin/pull/12781
66 2018-03-27T05:49:57 *** grafcaps has quit IRC
67 2018-03-27T05:55:17 *** aruns__ has joined #bitcoin-core-dev
68 2018-03-27T05:57:21 *** aruns has quit IRC
69 2018-03-27T06:03:33 <jojeyh> for segwit txs, when the client list transactions should there be a field for "wtxid" ?
70 2018-03-27T06:04:54 <jojeyh> like when i enter 'bitcoin-cli listtransactions'
71 2018-03-27T06:10:12 <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0a018431c447...f4353daa61f4
72 2018-03-27T06:10:12 <bitcoin-git> bitcoin/master 3a0f8d7 practicalswift: Qt: Remove unused method setupAmountWidget(...)
73 2018-03-27T06:10:13 <bitcoin-git> bitcoin/master f4353da Wladimir J. van der Laan: Merge #12779: Qt: Remove unused method setupAmountWidget(...)...
74 2018-03-27T06:11:02 <bitcoin-git> [bitcoin] laanwj closed pull request #12779: Qt: Remove unused method setupAmountWidget(...) (master...remove-unused-function-setupAmountWidget) https://github.com/bitcoin/bitcoin/pull/12779
75 2018-03-27T06:14:44 *** booyah has quit IRC
76 2018-03-27T06:24:57 <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4353daa61f4...17b246f4b3f5
77 2018-03-27T06:24:57 <bitcoin-git> bitcoin/master 342fb80 MarcoFalke: qt: Avoid resetting on resetguisettigs=0
78 2018-03-27T06:24:58 <bitcoin-git> bitcoin/master 17b246f Wladimir J. van der Laan: Merge #12793: qt: Avoid reseting on resetguisettigs=0...
79 2018-03-27T06:25:37 *** grafcaps has joined #bitcoin-core-dev
80 2018-03-27T06:25:51 <bitcoin-git> [bitcoin] laanwj closed pull request #12793: qt: Avoid reseting on resetguisettigs=0 (master...Mf1803-qtReset0) https://github.com/bitcoin/bitcoin/pull/12793
81 2018-03-27T06:29:20 *** dafunkiz_ has quit IRC
82 2018-03-27T06:30:28 *** grafcaps has quit IRC
83 2018-03-27T06:38:09 *** Mervin57Schowalt has quit IRC
84 2018-03-27T07:01:13 *** aruns__ has quit IRC
85 2018-03-27T07:03:41 *** aruns__ has joined #bitcoin-core-dev
86 2018-03-27T07:16:26 *** shesek has quit IRC
87 2018-03-27T07:18:10 *** booyah has joined #bitcoin-core-dev
88 2018-03-27T07:24:33 *** Erin19Pfeffer has joined #bitcoin-core-dev
89 2018-03-27T07:31:44 *** sanada` has joined #bitcoin-core-dev
90 2018-03-27T07:33:18 *** marsadm has quit IRC
91 2018-03-27T07:35:09 *** sanada has quit IRC
92 2018-03-27T07:35:26 *** dafunkiz_ has joined #bitcoin-core-dev
93 2018-03-27T07:37:05 *** thrasher` has quit IRC
94 2018-03-27T07:37:37 *** rfree_irc has quit IRC
95 2018-03-27T07:38:32 *** karimofthecrop has quit IRC
96 2018-03-27T07:39:54 *** rfree_irc has joined #bitcoin-core-dev
97 2018-03-27T07:40:35 *** zarez has joined #bitcoin-core-dev
98 2018-03-27T07:41:15 *** thrasher` has joined #bitcoin-core-dev
99 2018-03-27T07:41:24 *** marsadm has joined #bitcoin-core-dev
100 2018-03-27T07:46:53 *** thrasher`` has joined #bitcoin-core-dev
101 2018-03-27T07:47:19 *** rfree_irc has quit IRC
102 2018-03-27T07:48:55 *** marsadm_ has joined #bitcoin-core-dev
103 2018-03-27T07:49:18 *** thrasher` has quit IRC
104 2018-03-27T07:49:18 *** marsadm has quit IRC
105 2018-03-27T07:49:18 *** marsadm_ is now known as marsadm
106 2018-03-27T07:49:51 *** karimofthecrop has joined #bitcoin-core-dev
107 2018-03-27T07:55:56 *** rfree_irc has joined #bitcoin-core-dev
108 2018-03-27T07:57:58 *** karimofthecrop has quit IRC
109 2018-03-27T08:01:24 *** dafunkiz_ has quit IRC
110 2018-03-27T08:01:24 *** dafunki__ has joined #bitcoin-core-dev
111 2018-03-27T08:02:38 *** karimofthecrop has joined #bitcoin-core-dev
112 2018-03-27T08:10:20 *** timothy has joined #bitcoin-core-dev
113 2018-03-27T08:13:07 *** karimofthecrop has quit IRC
114 2018-03-27T08:14:58 <bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/17b246f4b3f5...68484d64fd79
115 2018-03-27T08:14:58 <bitcoin-git> bitcoin/master fc7c32f Gregory Sanders: do not truncate .dat extension for wallets in gui
116 2018-03-27T08:14:59 <bitcoin-git> bitcoin/master 68484d6 Jonas Schnelli: Merge #12795: do not truncate .dat extension for wallets in gui...
117 2018-03-27T08:15:43 <bitcoin-git> [bitcoin] jonasschnelli closed pull request #12795: do not truncate .dat extension for wallets in gui (master...nowalletprune) https://github.com/bitcoin/bitcoin/pull/12795
118 2018-03-27T08:15:50 *** drizztbsd has joined #bitcoin-core-dev
119 2018-03-27T08:16:14 *** promag has joined #bitcoin-core-dev
120 2018-03-27T08:16:39 *** timothy has quit IRC
121 2018-03-27T08:19:03 *** jtimon has quit IRC
122 2018-03-27T08:22:01 *** tryphe has quit IRC
123 2018-03-27T08:22:28 *** tryphe has joined #bitcoin-core-dev
124 2018-03-27T08:24:13 *** karimofthecrop has joined #bitcoin-core-dev
125 2018-03-27T08:28:31 *** karimofthecrop has quit IRC
126 2018-03-27T08:32:15 *** rls has joined #bitcoin-core-dev
127 2018-03-27T08:52:58 *** BCBot has quit IRC
128 2018-03-27T08:53:14 *** BCBot has joined #bitcoin-core-dev
129 2018-03-27T08:53:32 *** promag has quit IRC
130 2018-03-27T09:15:06 *** laurentmt has joined #bitcoin-core-dev
131 2018-03-27T09:15:28 *** dafunki__ has quit IRC
132 2018-03-27T09:15:33 *** laurentmt has quit IRC
133 2018-03-27T09:29:49 *** rls has quit IRC
134 2018-03-27T09:30:25 *** grafcaps has joined #bitcoin-core-dev
135 2018-03-27T09:30:29 *** rls has joined #bitcoin-core-dev
136 2018-03-27T09:35:10 *** grafcaps has quit IRC
137 2018-03-27T09:39:04 *** promag has joined #bitcoin-core-dev
138 2018-03-27T09:45:39 *** promag has quit IRC
139 2018-03-27T10:01:18 *** meshcollider has joined #bitcoin-core-dev
140 2018-03-27T10:07:54 *** promag has joined #bitcoin-core-dev
141 2018-03-27T10:12:48 *** promag has quit IRC
142 2018-03-27T10:15:15 *** lnostdal has quit IRC
143 2018-03-27T10:17:10 *** lnostdal has joined #bitcoin-core-dev
144 2018-03-27T10:24:29 *** karimofthecrop has joined #bitcoin-core-dev
145 2018-03-27T10:29:23 *** karimofthecrop has quit IRC
146 2018-03-27T10:32:27 *** indistylo has joined #bitcoin-core-dev
147 2018-03-27T10:33:27 *** aruns__ has quit IRC
148 2018-03-27T10:39:11 *** shesek has joined #bitcoin-core-dev
149 2018-03-27T10:39:11 *** shesek has joined #bitcoin-core-dev
150 2018-03-27T10:41:51 *** Guyver2 has joined #bitcoin-core-dev
151 2018-03-27T10:46:44 *** aruns has joined #bitcoin-core-dev
152 2018-03-27T10:49:34 *** indistylo has quit IRC
153 2018-03-27T10:51:38 *** grafcaps has joined #bitcoin-core-dev
154 2018-03-27T10:56:33 *** grafcaps has quit IRC
155 2018-03-27T11:10:01 *** zarez has quit IRC
156 2018-03-27T11:11:01 *** belcher has joined #bitcoin-core-dev
157 2018-03-27T11:15:45 *** galois_ has joined #bitcoin-core-dev
158 2018-03-27T11:18:07 *** galois_ has quit IRC
159 2018-03-27T11:23:22 *** Giszmo has quit IRC
160 2018-03-27T11:26:42 *** Giszmo has joined #bitcoin-core-dev
161 2018-03-27T11:50:44 *** Giszmo has quit IRC
162 2018-03-27T12:00:02 *** d9b4bef9 has quit IRC
163 2018-03-27T12:01:09 *** d9b4bef9 has joined #bitcoin-core-dev
164 2018-03-27T12:09:28 *** Giszmo has joined #bitcoin-core-dev
165 2018-03-27T12:16:14 *** zarez has joined #bitcoin-core-dev
166 2018-03-27T12:22:48 *** Victorsueca has quit IRC
167 2018-03-27T12:24:01 *** Victorsueca has joined #bitcoin-core-dev
168 2018-03-27T12:24:48 *** karimofthecrop has joined #bitcoin-core-dev
169 2018-03-27T12:29:10 *** karimofthecrop has quit IRC
170 2018-03-27T12:34:34 *** SopaXorzTaker has joined #bitcoin-core-dev
171 2018-03-27T12:40:32 *** Strepsils has joined #bitcoin-core-dev
172 2018-03-27T12:43:23 *** Ishtv4n has joined #bitcoin-core-dev
173 2018-03-27T12:43:50 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
174 2018-03-27T12:48:59 *** tryphe_000 has joined #bitcoin-core-dev
175 2018-03-27T12:52:17 *** tryphe has quit IRC
176 2018-03-27T12:56:02 *** SopaXorzTaker has quit IRC
177 2018-03-27T12:57:02 *** AaronvanW has joined #bitcoin-core-dev
178 2018-03-27T12:58:14 *** Aaronvan_ has joined #bitcoin-core-dev
179 2018-03-27T13:02:06 *** AaronvanW has quit IRC
180 2018-03-27T13:02:22 *** instagibbs has joined #bitcoin-core-dev
181 2018-03-27T13:05:00 *** jamesob__ has joined #bitcoin-core-dev
182 2018-03-27T13:14:04 *** StopAndDecrypt has joined #bitcoin-core-dev
183 2018-03-27T13:15:29 *** promag has joined #bitcoin-core-dev
184 2018-03-27T13:20:01 *** Strepsils has quit IRC
185 2018-03-27T13:26:30 *** grafcaps has joined #bitcoin-core-dev
186 2018-03-27T13:31:39 *** grafcaps has quit IRC
187 2018-03-27T13:31:46 *** shesek` has joined #bitcoin-core-dev
188 2018-03-27T13:33:16 *** shesek has quit IRC
189 2018-03-27T13:37:37 *** SopaXorzTaker has joined #bitcoin-core-dev
190 2018-03-27T13:38:30 *** Chris_Stewart_5 has joined #bitcoin-core-dev
191 2018-03-27T13:50:20 *** cryptojanitor has joined #bitcoin-core-dev
192 2018-03-27T13:53:04 *** jamesob__ has quit IRC
193 2018-03-27T13:53:58 *** jamesob__ has joined #bitcoin-core-dev
194 2018-03-27T13:55:57 *** StopAndDecrypt has quit IRC
195 2018-03-27T13:56:33 *** StopAndDecrypt has joined #bitcoin-core-dev
196 2018-03-27T13:56:42 *** StopAndDecrypt has quit IRC
197 2018-03-27T13:56:42 *** StopAndDecrypt has joined #bitcoin-core-dev
198 2018-03-27T13:59:57 *** anome has joined #bitcoin-core-dev
199 2018-03-27T14:04:36 *** moneyball has joined #bitcoin-core-dev
200 2018-03-27T14:07:49 *** zarez has quit IRC
201 2018-03-27T14:07:57 *** suldev has joined #bitcoin-core-dev
202 2018-03-27T14:08:17 *** zarez has joined #bitcoin-core-dev
203 2018-03-27T14:19:35 *** grafcaps has joined #bitcoin-core-dev
204 2018-03-27T14:24:35 *** grafcaps has quit IRC
205 2018-03-27T14:25:00 *** moneyball has quit IRC
206 2018-03-27T14:36:36 *** grafcaps has joined #bitcoin-core-dev
207 2018-03-27T14:39:01 <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/68484d64fd79...3de01268b704
208 2018-03-27T14:39:01 <bitcoin-git> bitcoin/master 1f45e21 practicalswift: scripted-diff: Convert 11 enums into scoped enums (C++11)...
209 2018-03-27T14:39:02 <bitcoin-git> bitcoin/master 3de0126 Wladimir J. van der Laan: Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")...
210 2018-03-27T14:39:16 <bitcoin-git> [bitcoin] laanwj closed pull request #10742: scripted-diff: Use scoped enumerations (C++11, "enum class") (master...scoped-enums) https://github.com/bitcoin/bitcoin/pull/10742
211 2018-03-27T14:41:06 <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3de01268b704...0415b1e6b2f7
212 2018-03-27T14:41:06 <bitcoin-git> bitcoin/master 4ae7d15 MarcoFalke: init: Fix help message for checkblockindex
213 2018-03-27T14:41:07 <bitcoin-git> bitcoin/master 0415b1e Wladimir J. van der Laan: Merge #12797: init: Fix help message for checkblockindex...
214 2018-03-27T14:41:50 <bitcoin-git> [bitcoin] laanwj closed pull request #12797: init: Fix help message for checkblockindex (master...Mf1803-initHelpCheckBlockIndex) https://github.com/bitcoin/bitcoin/pull/12797
215 2018-03-27T14:55:15 *** jamesob__ is now known as jamesob_
216 2018-03-27T15:04:56 <bitcoin-git> [bitcoin] practicalswift opened pull request #12800: doc: Add note about our preference for scoped enumerations ("enum class") (master...document-enum-class-preference) https://github.com/bitcoin/bitcoin/pull/12800
217 2018-03-27T15:05:37 *** aruns has quit IRC
218 2018-03-27T15:07:10 *** meshcollider has quit IRC
219 2018-03-27T15:09:33 *** moneyball has joined #bitcoin-core-dev
220 2018-03-27T15:09:44 <bitcoin-git> [bitcoin] practicalswift closed pull request #10638: rpc: Clarify pblock assumption via an assertion (master...nnonce) https://github.com/bitcoin/bitcoin/pull/10638
221 2018-03-27T15:10:20 *** Murch has joined #bitcoin-core-dev
222 2018-03-27T15:12:19 *** Dizzle has joined #bitcoin-core-dev
223 2018-03-27T15:13:09 *** jtimon has joined #bitcoin-core-dev
224 2018-03-27T15:20:38 *** karimofthecrop has joined #bitcoin-core-dev
225 2018-03-27T15:23:25 *** Chris_St1 has joined #bitcoin-core-dev
226 2018-03-27T15:24:45 *** Ishtv4n has quit IRC
227 2018-03-27T15:24:57 *** Chris_Stewart_5 has quit IRC
228 2018-03-27T15:25:01 *** karimofthecrop has quit IRC
229 2018-03-27T15:27:26 *** Ishtv4n has joined #bitcoin-core-dev
230 2018-03-27T15:30:25 *** Dizzle has quit IRC
231 2018-03-27T15:34:43 *** karimofthecrop has joined #bitcoin-core-dev
232 2018-03-27T15:39:22 *** karimofthecrop has quit IRC
233 2018-03-27T15:43:29 *** dcousens has quit IRC
234 2018-03-27T15:43:55 *** dcousens has joined #bitcoin-core-dev
235 2018-03-27T15:47:41 *** shesek` has quit IRC
236 2018-03-27T15:49:11 *** dcousens has quit IRC
237 2018-03-27T15:49:25 *** dcousens has joined #bitcoin-core-dev
238 2018-03-27T15:57:18 *** promag has quit IRC
239 2018-03-27T16:03:16 *** promag has joined #bitcoin-core-dev
240 2018-03-27T16:03:34 *** arubi has quit IRC
241 2018-03-27T16:04:00 *** arubi has joined #bitcoin-core-dev
242 2018-03-27T16:05:18 *** Ishtv4n has quit IRC
243 2018-03-27T16:08:39 *** twistedline has quit IRC
244 2018-03-27T16:09:58 *** cryptojanitor has quit IRC
245 2018-03-27T16:12:25 *** karimofthecrop has joined #bitcoin-core-dev
246 2018-03-27T16:13:09 *** twistedline has joined #bitcoin-core-dev
247 2018-03-27T16:16:58 *** karimofthecrop has quit IRC
248 2018-03-27T16:23:36 *** zarez has quit IRC
249 2018-03-27T16:23:46 *** zarez has joined #bitcoin-core-dev
250 2018-03-27T16:25:21 *** grafcaps has quit IRC
251 2018-03-27T16:25:52 *** karimofthecrop has joined #bitcoin-core-dev
252 2018-03-27T16:30:25 *** karimofthecrop has quit IRC
253 2018-03-27T16:35:53 *** AaronvanW has joined #bitcoin-core-dev
254 2018-03-27T16:37:57 *** karimofthecrop has joined #bitcoin-core-dev
255 2018-03-27T16:39:58 *** Aaronvan_ has quit IRC
256 2018-03-27T16:42:57 *** karimofthecrop has quit IRC
257 2018-03-27T16:50:16 *** Chris_St1 has quit IRC
258 2018-03-27T16:50:26 *** Chris_Stewart_5 has joined #bitcoin-core-dev
259 2018-03-27T16:55:46 <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0415b1e6b2f7...2d97611c41d9
260 2018-03-27T16:55:46 <bitcoin-git> bitcoin/master 0fee2b4 practicalswift: doc: Add note about our preference for scoped enumerations ("enum class")
261 2018-03-27T16:55:47 <bitcoin-git> bitcoin/master 2d97611 Wladimir J. van der Laan: Merge #12800: doc: Add note about our preference for scoped enumerations ("enum class")...
262 2018-03-27T16:56:38 <bitcoin-git> [bitcoin] laanwj closed pull request #12800: doc: Add note about our preference for scoped enumerations ("enum class") (master...document-enum-class-preference) https://github.com/bitcoin/bitcoin/pull/12800
263 2018-03-27T17:00:21 *** promag has quit IRC
264 2018-03-27T17:07:45 *** karimofthecrop has joined #bitcoin-core-dev
265 2018-03-27T17:11:17 *** grafcaps has joined #bitcoin-core-dev
266 2018-03-27T17:12:01 *** karimofthecrop has quit IRC
267 2018-03-27T17:12:18 *** drizztbsd has quit IRC
268 2018-03-27T17:15:07 *** zarez has quit IRC
269 2018-03-27T17:17:16 *** karimofthecrop has joined #bitcoin-core-dev
270 2018-03-27T17:22:04 *** karimofthecrop has quit IRC
271 2018-03-27T17:31:03 *** karimofthecrop has joined #bitcoin-core-dev
272 2018-03-27T17:35:29 *** karimofthecrop has quit IRC
273 2018-03-27T17:38:07 *** Aaronvan_ has joined #bitcoin-core-dev
274 2018-03-27T17:40:58 *** Samdney has joined #bitcoin-core-dev
275 2018-03-27T17:41:45 *** AaronvanW has quit IRC
276 2018-03-27T17:46:18 *** karimofthecrop has joined #bitcoin-core-dev
277 2018-03-27T17:51:27 *** karimofthecrop has quit IRC
278 2018-03-27T17:53:13 *** shesek` has joined #bitcoin-core-dev
279 2018-03-27T17:55:04 *** jb55 has joined #bitcoin-core-dev
280 2018-03-27T17:59:23 *** cdecker has quit IRC
281 2018-03-27T17:59:25 *** promag has joined #bitcoin-core-dev
282 2018-03-27T18:03:31 *** ohnx has quit IRC
283 2018-03-27T18:04:04 *** promag has quit IRC
284 2018-03-27T18:04:40 *** ohnx has joined #bitcoin-core-dev
285 2018-03-27T18:08:43 *** karimofthecrop has joined #bitcoin-core-dev
286 2018-03-27T18:10:24 *** aruns has joined #bitcoin-core-dev
287 2018-03-27T18:14:34 *** jb55 has quit IRC
288 2018-03-27T18:19:03 *** Aaronvan_ is now known as AaronvanW
289 2018-03-27T18:20:30 *** Dizzle has joined #bitcoin-core-dev
290 2018-03-27T18:20:34 *** karimofthecrop has quit IRC
291 2018-03-27T18:21:27 <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2d97611c41d9...bf8fc7d352ad
292 2018-03-27T18:21:28 <bitcoin-git> bitcoin/master d40f06a Pieter Wuille: Introduce interface for signing providers...
293 2018-03-27T18:21:28 <bitcoin-git> bitcoin/master bf8fc7d Wladimir J. van der Laan: Merge #12714: Introduce interface for signing providers...
294 2018-03-27T18:22:12 <bitcoin-git> [bitcoin] laanwj closed pull request #12714: Introduce interface for signing providers (master...201803_signingprovider) https://github.com/bitcoin/bitcoin/pull/12714
295 2018-03-27T18:23:40 *** aruns has quit IRC
296 2018-03-27T18:24:08 *** aruns has joined #bitcoin-core-dev
297 2018-03-27T18:26:21 <arubi> sweet :)
298 2018-03-27T18:42:21 *** Randolf has quit IRC
299 2018-03-27T18:43:14 *** moneyball has quit IRC
300 2018-03-27T18:43:30 <bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/bf8fc7d352ad...e49ba2e23b78
301 2018-03-27T18:43:31 <bitcoin-git> bitcoin/master 25eb9f5 João Barbosa: Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStore
302 2018-03-27T18:43:31 <bitcoin-git> bitcoin/master f381299 João Barbosa: Move CKeyStore::cs_KeyStore to CBasicKeyStore
303 2018-03-27T18:43:32 <bitcoin-git> bitcoin/master e49ba2e Wladimir J. van der Laan: Merge #12762: Make CKeyStore an interface...
304 2018-03-27T18:43:48 *** moneyball has joined #bitcoin-core-dev
305 2018-03-27T18:44:19 <bitcoin-git> [bitcoin] laanwj closed pull request #12762: Make CKeyStore an interface (master...2018-03-keystore) https://github.com/bitcoin/bitcoin/pull/12762
306 2018-03-27T18:46:34 *** drexl has joined #bitcoin-core-dev
307 2018-03-27T18:49:37 *** Randolf has joined #bitcoin-core-dev
308 2018-03-27T18:50:15 *** karimofthecrop has joined #bitcoin-core-dev
309 2018-03-27T18:53:53 <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e49ba2e23b78...b648974cc35a
310 2018-03-27T18:53:53 <bitcoin-git> bitcoin/master 4d74c78 Gabriel Davidian: Add username and ip logging for RPC method requests
311 2018-03-27T18:53:54 <bitcoin-git> bitcoin/master b648974 Wladimir J. van der Laan: Merge #12778: RPC: Add username and ip logging for RPC method requests...
312 2018-03-27T18:54:27 *** karimofthecrop has quit IRC
313 2018-03-27T18:54:44 <bitcoin-git> [bitcoin] laanwj closed pull request #12778: RPC: Add username and ip logging for RPC method requests (master...12223-rpc-log-username) https://github.com/bitcoin/bitcoin/pull/12778
314 2018-03-27T19:01:10 *** karimofthecrop has joined #bitcoin-core-dev
315 2018-03-27T19:01:43 <bitcoin-git> [bitcoin] laanwj closed pull request #12711: Update build-windows.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12711
316 2018-03-27T19:05:27 *** karimofthecrop has quit IRC
317 2018-03-27T19:10:34 *** Aaronvan_ has joined #bitcoin-core-dev
318 2018-03-27T19:11:37 *** everde has joined #bitcoin-core-dev
319 2018-03-27T19:12:47 <everde> Hi, any news for d3 with X13
320 2018-03-27T19:13:37 *** AaronvanW has quit IRC
321 2018-03-27T19:16:34 <everde> I did some changes on Antminer D3, some people is working with develop X13 algorithm
322 2018-03-27T19:20:31 *** SopaXorzTaker has quit IRC
323 2018-03-27T19:21:54 *** everde is now known as CryptoOdin
324 2018-03-27T19:22:16 <bitcoin-git> [bitcoin] skeees opened pull request #12801: Add option to only notify after wallet transactions are confirmed (master...notifycount) https://github.com/bitcoin/bitcoin/pull/12801
325 2018-03-27T19:22:16 *** CryptoOdin has quit IRC
326 2018-03-27T19:23:26 <bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/b648974cc35a...534b8fa560a7
327 2018-03-27T19:23:27 <bitcoin-git> bitcoin/master 386a6b6 Jonas Schnelli: Allow to optional specify the directory for the blocks storage
328 2018-03-27T19:23:28 <bitcoin-git> bitcoin/master f38e4fd Jonas Schnelli: QA: Add -blocksdir test
329 2018-03-27T19:23:28 <bitcoin-git> bitcoin/master a192636 Jonas Schnelli: -blocksdir: keep blockindex leveldb database in datadir
330 2018-03-27T19:24:12 <bitcoin-git> [bitcoin] laanwj closed pull request #12653: Allow to optional specify the directory for the blocks storage (master...2018/03/blocksdir) https://github.com/bitcoin/bitcoin/pull/12653
331 2018-03-27T19:25:49 *** karimofthecrop has joined #bitcoin-core-dev
332 2018-03-27T19:29:20 *** timothy has joined #bitcoin-core-dev
333 2018-03-27T19:29:35 *** ilya83 has joined #bitcoin-core-dev
334 2018-03-27T19:29:51 *** CryptoOdin has joined #bitcoin-core-dev
335 2018-03-27T19:30:06 *** Aaronvan_ has quit IRC
336 2018-03-27T19:30:39 *** AaronvanW has joined #bitcoin-core-dev
337 2018-03-27T19:30:48 <CryptoOdin> hi, any news respect D3 with x13 algorithm
338 2018-03-27T19:32:58 <bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/534b8fa560a7...ac898b689c66
339 2018-03-27T19:32:59 <bitcoin-git> bitcoin/master 1fdc7c4 Roman Zeyde: Make CTxMemPool::isSpent() const
340 2018-03-27T19:32:59 <bitcoin-git> bitcoin/master 9cb9af8 Roman Zeyde: [REST] Handle UTXO retrieval when ignoring the mempool...
341 2018-03-27T19:33:00 <bitcoin-git> bitcoin/master ac898b6 Wladimir J. van der Laan: Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempool...
342 2018-03-27T19:33:43 <bitcoin-git> [bitcoin] laanwj closed pull request #12717: [REST] Handle UTXO retrieval when ignoring the mempool (master...master) https://github.com/bitcoin/bitcoin/pull/12717
343 2018-03-27T19:36:40 *** ilya83 has quit IRC
344 2018-03-27T19:41:52 <bitcoin-git> [bitcoin] TheBlueMatt closed pull request #10692: Make mapBlockIndex and chainActive and all CBlockIndex*es const outside of validation/CChainState (master...2017-04-const-mapblockindex) https://github.com/bitcoin/bitcoin/pull/10692
345 2018-03-27T19:44:21 *** owowo has quit IRC
346 2018-03-27T19:47:03 <CryptoOdin> another advice
347 2018-03-27T19:47:31 <bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12802: Colonel Mustard in the Lounge with the Lead Pipe (killed mapBlockIndex outside of validation) (master...2018-03-const-cblockindex) https://github.com/bitcoin/bitcoin/pull/12802
348 2018-03-27T19:49:10 *** owowo has joined #bitcoin-core-dev
349 2018-03-27T19:57:29 *** karimofthecrop has quit IRC
350 2018-03-27T20:02:27 *** karimofthecrop has joined #bitcoin-core-dev
351 2018-03-27T20:06:37 *** karimofthecrop has quit IRC
352 2018-03-27T20:11:03 *** karimofthecrop has joined #bitcoin-core-dev
353 2018-03-27T20:15:47 *** karimofthecrop has quit IRC
354 2018-03-27T20:17:12 *** Krellan has joined #bitcoin-core-dev
355 2018-03-27T20:19:48 *** promag has joined #bitcoin-core-dev
356 2018-03-27T20:20:11 *** CryptoOdin has quit IRC
357 2018-03-27T20:21:30 *** karimofthecrop has joined #bitcoin-core-dev
358 2018-03-27T20:24:27 *** promag has quit IRC
359 2018-03-27T20:25:51 *** karimofthecrop has quit IRC
360 2018-03-27T20:32:01 *** karimofthecrop has joined #bitcoin-core-dev
361 2018-03-27T20:36:21 *** karimofthecrop has quit IRC
362 2018-03-27T20:37:14 *** Chris_Stewart_5 has quit IRC
363 2018-03-27T20:42:07 <bitcoin-git> [bitcoin] sipa opened pull request #12803: Make BaseSignatureCreator a pure interface (master...201803_puresignaturecreator) https://github.com/bitcoin/bitcoin/pull/12803
364 2018-03-27T20:42:30 *** karimofthecrop has joined #bitcoin-core-dev
365 2018-03-27T20:47:32 *** karimofthecrop has quit IRC
366 2018-03-27T20:50:27 *** aruns has quit IRC
367 2018-03-27T20:52:59 *** karimofthecrop has joined #bitcoin-core-dev
368 2018-03-27T20:57:37 *** karimofthecrop has quit IRC
369 2018-03-27T20:58:06 *** karimofthecrop has joined #bitcoin-core-dev
370 2018-03-27T21:09:36 *** AaronvanW has quit IRC
371 2018-03-27T21:10:28 *** donaloconnor has joined #bitcoin-core-dev
372 2018-03-27T21:11:15 *** AaronvanW has joined #bitcoin-core-dev
373 2018-03-27T21:18:56 <bitcoin-git> [bitcoin] jnewbery opened pull request #12804: [tests] Fix intermittent rpc_net.py failure. (master...rpc_net_py_fix) https://github.com/bitcoin/bitcoin/pull/12804
374 2018-03-27T21:19:08 *** drexl has quit IRC
375 2018-03-27T21:23:45 *** rex4539 has quit IRC
376 2018-03-27T21:34:21 *** drexl has joined #bitcoin-core-dev
377 2018-03-27T21:35:14 *** Guyver2 has quit IRC
378 2018-03-27T21:36:58 *** jamesob_ has quit IRC
379 2018-03-27T21:47:08 *** tryphe_000 is now known as tryphe
380 2018-03-27T21:51:09 *** Chris_Stewart_5 has joined #bitcoin-core-dev
381 2018-03-27T22:03:53 *** meshcollider has joined #bitcoin-core-dev
382 2018-03-27T22:05:11 *** AaronvanW has quit IRC
383 2018-03-27T22:07:21 *** Chris_Stewart_5 has quit IRC
384 2018-03-27T22:15:02 *** d9b4bef9 has quit IRC
385 2018-03-27T22:16:08 *** d9b4bef9 has joined #bitcoin-core-dev
386 2018-03-27T22:20:13 *** HFRadical has joined #bitcoin-core-dev
387 2018-03-27T22:25:32 *** HFRadical has quit IRC
388 2018-03-27T22:29:49 *** dafunkiz_ has joined #bitcoin-core-dev
389 2018-03-27T22:32:11 *** suldev has quit IRC
390 2018-03-27T22:37:23 *** dafunkiz_ has quit IRC
391 2018-03-27T22:42:17 *** drexl_ has joined #bitcoin-core-dev
392 2018-03-27T22:43:37 *** Randolf has quit IRC
393 2018-03-27T22:45:14 *** drexl has quit IRC
394 2018-03-27T22:45:22 *** drexl_ is now known as drexl
395 2018-03-27T22:47:06 *** drexl_ has joined #bitcoin-core-dev
396 2018-03-27T22:49:51 *** grafcaps has quit IRC
397 2018-03-27T22:50:29 *** drexl has quit IRC
398 2018-03-27T22:50:30 *** drexl_ is now known as drexl
399 2018-03-27T22:52:57 *** donaloconnor has quit IRC
400 2018-03-27T22:56:10 *** Deadhand has quit IRC
401 2018-03-27T23:01:19 *** Deadhand has joined #bitcoin-core-dev
402 2018-03-27T23:03:32 *** moneyball has quit IRC
403 2018-03-27T23:04:19 *** Cogito_Ergo_Sum has quit IRC
404 2018-03-27T23:07:21 *** karimofthecrop has quit IRC
405 2018-03-27T23:09:13 *** karimofthecrop has joined #bitcoin-core-dev
406 2018-03-27T23:12:57 *** Dizzle has quit IRC
407 2018-03-27T23:13:53 *** karimofthecrop has quit IRC
408 2018-03-27T23:14:43 *** karimofthecrop has joined #bitcoin-core-dev
409 2018-03-27T23:19:19 *** karimofthecrop has quit IRC
410 2018-03-27T23:21:48 *** Randolf has joined #bitcoin-core-dev
411 2018-03-27T23:21:53 *** grafcaps has joined #bitcoin-core-dev
412 2018-03-27T23:24:22 *** karimofthecrop has joined #bitcoin-core-dev
413 2018-03-27T23:29:10 *** karimofthecrop has quit IRC
414 2018-03-27T23:32:57 *** karimofthecrop has joined #bitcoin-core-dev
415 2018-03-27T23:35:27 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #12806: qa: Fix function names in feature_blocksdir (master...Mf1803-qaBlocksdirFixup) https://github.com/bitcoin/bitcoin/pull/12806
416 2018-03-27T23:37:44 *** karimofthecrop has quit IRC
417 2018-03-27T23:38:06 *** karimofthecrop has joined #bitcoin-core-dev
418 2018-03-27T23:44:34 *** drexl has quit IRC
419 2018-03-27T23:49:21 *** karimofthecrop has quit IRC
420 2018-03-27T23:52:12 *** Strepsils has joined #bitcoin-core-dev
421 2018-03-27T23:55:34 *** Randolf has quit IRC
422 2018-03-27T23:56:56 *** michagogo has quit IRC
423 2018-03-27T23:57:51 *** karimofthecrop has joined #bitcoin-core-dev
424 2018-03-27T23:59:57 *** Chris_Stewart_5 has joined #bitcoin-core-dev