1 2020-08-08T00:00:02 *** ThunderChicken1 has quit IRC
2 2020-08-08T00:00:11 *** Davterra has joined #bitcoin-core-dev
3 2020-08-08T00:08:16 *** mdunnio has quit IRC
4 2020-08-08T00:11:23 *** promag has quit IRC
5 2020-08-08T00:16:03 *** jarthur has quit IRC
6 2020-08-08T00:22:39 *** izaki has joined #bitcoin-core-dev
7 2020-08-08T00:23:03 *** izaki is now known as Guest97833
8 2020-08-08T00:39:38 *** andreacab has joined #bitcoin-core-dev
9 2020-08-08T00:42:00 *** mdunnio has joined #bitcoin-core-dev
10 2020-08-08T00:44:33 *** andreacab has quit IRC
11 2020-08-08T00:46:35 *** mdunnio has quit IRC
12 2020-08-08T01:01:19 *** bitcoin-git has joined #bitcoin-core-dev
13 2020-08-08T01:01:19 <bitcoin-git> [bitcoin] dongcarl opened pull request #19685: depends: CMake invocation cleanup (master...2020-08-depends-misc) https://github.com/bitcoin/bitcoin/pull/19685
14 2020-08-08T01:01:20 *** bitcoin-git has left #bitcoin-core-dev
15 2020-08-08T01:16:02 *** Guest55343 has quit IRC
16 2020-08-08T01:16:17 *** per has joined #bitcoin-core-dev
17 2020-08-08T01:16:41 *** per is now known as Guest7693
18 2020-08-08T01:36:28 *** watersnake1 has joined #bitcoin-core-dev
19 2020-08-08T01:39:06 *** Eagle[TM] has joined #bitcoin-core-dev
20 2020-08-08T01:40:05 *** EagleTM has quit IRC
21 2020-08-08T01:48:09 *** arowser_ has quit IRC
22 2020-08-08T01:48:29 *** arowser_ has joined #bitcoin-core-dev
23 2020-08-08T01:49:08 *** arowser_ has quit IRC
24 2020-08-08T01:49:28 *** arowser_ has joined #bitcoin-core-dev
25 2020-08-08T01:51:41 *** Dean_Guss has quit IRC
26 2020-08-08T01:52:15 *** bitdex has joined #bitcoin-core-dev
27 2020-08-08T01:52:40 *** Dean_Guss has joined #bitcoin-core-dev
28 2020-08-08T01:57:46 *** bitdex has quit IRC
29 2020-08-08T01:58:12 *** AaronvanW has quit IRC
30 2020-08-08T02:02:26 *** Guest97833 has quit IRC
31 2020-08-08T02:05:54 *** mdunnio has joined #bitcoin-core-dev
32 2020-08-08T02:10:42 *** mdunnio has quit IRC
33 2020-08-08T02:24:38 *** GoldmanSats has quit IRC
34 2020-08-08T02:26:00 *** drbrule has quit IRC
35 2020-08-08T02:26:22 *** peltre has quit IRC
36 2020-08-08T02:27:30 *** gertjaap_ has quit IRC
37 2020-08-08T02:28:10 *** drbrule has joined #bitcoin-core-dev
38 2020-08-08T02:29:08 *** fanquake has quit IRC
39 2020-08-08T02:29:18 *** corollari__ has quit IRC
40 2020-08-08T02:31:45 *** peltre has joined #bitcoin-core-dev
41 2020-08-08T02:32:08 *** infinitis has joined #bitcoin-core-dev
42 2020-08-08T02:32:48 *** infinitis has quit IRC
43 2020-08-08T02:32:57 *** corollari__ has joined #bitcoin-core-dev
44 2020-08-08T02:34:42 *** Guest91961 has joined #bitcoin-core-dev
45 2020-08-08T02:35:19 *** Guest91961 has quit IRC
46 2020-08-08T02:35:46 *** Guest91961 has joined #bitcoin-core-dev
47 2020-08-08T02:36:07 *** gertjaap_ has joined #bitcoin-core-dev
48 2020-08-08T02:36:13 *** GoldmanSats has joined #bitcoin-core-dev
49 2020-08-08T02:40:06 *** andreacab has joined #bitcoin-core-dev
50 2020-08-08T02:44:53 *** andreacab has quit IRC
51 2020-08-08T02:53:20 *** nejon has quit IRC
52 2020-08-08T02:54:57 *** Guest91961 has quit IRC
53 2020-08-08T02:56:07 *** corollari__ has quit IRC
54 2020-08-08T02:57:26 <sipa> random observation: on my 4-core 8-thread machine with 32 GiB of RAM, the functional tests run fastest with -j64
55 2020-08-08T02:57:41 *** Guest91961 has joined #bitcoin-core-dev
56 2020-08-08T02:58:01 <sipa> 187s clock time, while -j6 needs 270s
57 2020-08-08T02:58:06 <sipa> eh, -j8 needs 270s
58 2020-08-08T02:58:14 *** Guest91961 has quit IRC
59 2020-08-08T02:58:15 *** nejon has joined #bitcoin-core-dev
60 2020-08-08T02:59:24 *** corollari__ has joined #bitcoin-core-dev
61 2020-08-08T03:21:39 *** silvers- has joined #bitcoin-core-dev
62 2020-08-08T03:34:13 *** mdunnio has joined #bitcoin-core-dev
63 2020-08-08T03:37:34 <tryphe_> because of SMT? but 50% faster seems crazy for just throwing in more threads
64 2020-08-08T03:38:28 <sipa> tests contain lots of sleeps
65 2020-08-08T03:38:37 <tryphe_> ahh, wasted time
66 2020-08-08T03:38:43 <sipa> while the python side is waiting for bitcoind to finish something
67 2020-08-08T03:38:58 <sipa> they're generally very short sleeps (0.1s and less), but they add up
68 2020-08-08T03:41:32 <phantomcircuit> sipa, there's lots of sleeps in the functional tests
69 2020-08-08T03:41:42 <phantomcircuit> jynx sort of
70 2020-08-08T03:44:08 *** mdunnio has quit IRC
71 2020-08-08T03:50:11 *** arowser_ has quit IRC
72 2020-08-08T03:50:39 *** arowser_ has joined #bitcoin-core-dev
73 2020-08-08T04:01:56 *** promag has joined #bitcoin-core-dev
74 2020-08-08T04:06:11 *** promag has quit IRC
75 2020-08-08T04:14:04 *** mdunnio has joined #bitcoin-core-dev
76 2020-08-08T04:19:02 *** mdunnio has quit IRC
77 2020-08-08T04:23:01 *** Highway61 has quit IRC
78 2020-08-08T04:39:14 *** AaronvanW has joined #bitcoin-core-dev
79 2020-08-08T04:44:39 <jeremyrubin> https://github.com/bitcoin-core/secp256k1/pull/787#issuecomment-670811897
80 2020-08-08T04:44:54 <jeremyrubin> FYI there seems to be some issues with s390x testing
81 2020-08-08T04:48:05 *** bitdex has joined #bitcoin-core-dev
82 2020-08-08T04:48:18 *** Guest91961 has joined #bitcoin-core-dev
83 2020-08-08T04:48:31 <jeremyrubin> WHere can I even get a s390x mainframe? Who the heck is using that
84 2020-08-08T04:50:19 <sipa> you can get a free shell account on some ibm site
85 2020-08-08T04:53:40 <luke-jr> jeremyrubin: I think the point is to have a BE build, not so much for the s390x
86 2020-08-08T04:54:20 <sipa> yes of course
87 2020-08-08T04:54:30 <sipa> it's the only BE platform on travis
88 2020-08-08T04:54:34 <sipa> afaik
89 2020-08-08T04:55:49 <jeremyrubin> oic
90 2020-08-08T05:10:25 *** AaronvanW has quit IRC
91 2020-08-08T05:23:32 *** Guest91961 has quit IRC
92 2020-08-08T05:35:35 *** tryphe_ is now known as tryphe
93 2020-08-08T05:56:48 *** troygiorshev has joined #bitcoin-core-dev
94 2020-08-08T06:00:02 *** silvers- has quit IRC
95 2020-08-08T06:01:46 *** troygiorshev has quit IRC
96 2020-08-08T06:21:29 *** vBm1 has joined #bitcoin-core-dev
97 2020-08-08T06:41:39 *** andreacab has joined #bitcoin-core-dev
98 2020-08-08T06:46:49 *** andreacab has quit IRC
99 2020-08-08T06:46:57 *** davec has quit IRC
100 2020-08-08T06:51:05 *** Talkless has joined #bitcoin-core-dev
101 2020-08-08T06:52:36 *** davec has joined #bitcoin-core-dev
102 2020-08-08T07:04:20 *** TallTim has quit IRC
103 2020-08-08T07:04:51 *** go121212 has joined #bitcoin-core-dev
104 2020-08-08T07:05:08 *** Pavlenex has joined #bitcoin-core-dev
105 2020-08-08T07:07:05 *** go11111111111 has quit IRC
106 2020-08-08T07:08:04 *** AaronvanW has joined #bitcoin-core-dev
107 2020-08-08T07:08:52 *** davec has quit IRC
108 2020-08-08T07:14:01 *** Pavlenex has quit IRC
109 2020-08-08T07:17:21 *** davec has joined #bitcoin-core-dev
110 2020-08-08T07:19:33 *** marcoagner has joined #bitcoin-core-dev
111 2020-08-08T07:25:00 *** andreacab has joined #bitcoin-core-dev
112 2020-08-08T07:26:08 *** arowser_ has quit IRC
113 2020-08-08T07:26:36 *** arowser_ has joined #bitcoin-core-dev
114 2020-08-08T07:31:55 *** andreacab has quit IRC
115 2020-08-08T07:32:20 *** andreacab has joined #bitcoin-core-dev
116 2020-08-08T07:41:01 *** AaronvanW has quit IRC
117 2020-08-08T07:58:26 <wumpus> right, testing on BE can find some cases of implementation-defined / undefined behavior that we missed, the specific architecure doesn't matter
118 2020-08-08T07:59:05 <wumpus> (thoug hhaving an actual CPU is nice, isntead of emulation, which is too slow to run the entire test suite in time for CI)
119 2020-08-08T08:00:10 <luke-jr> too bad Linux doesn't support BE binaries on LE kernel
120 2020-08-08T08:00:30 <luke-jr> though perhaps it'd be possible to do KVM on ppc64le -> BE
121 2020-08-08T08:00:52 <wumpus> indeed, some architectures potentially support switching LE/BE between processes but Linux definitely doesn't support this
122 2020-08-08T08:02:50 <wumpus> yes maybe with virtualization
123 2020-08-08T08:09:49 <wumpus> while the python side is waiting for bitcoind to finish something <- this is true, but it's still somewhat surprising because you'd expect at least one thread of bitcoind to be busy 100%, otoh, it might also be waiting in turn for I/O or such
124 2020-08-08T08:10:05 <luke-jr> hmm
125 2020-08-08T08:10:19 <luke-jr> can qemu do user-mode virtualisation? lol
126 2020-08-08T08:10:19 *** Pavlenex has joined #bitcoin-core-dev
127 2020-08-08T08:10:22 <wumpus> I just mean, the python script waiting for things to complete doesn't in itself mean that the tests are not CPU intensive
128 2020-08-08T08:11:29 <wumpus> user mode virtualization, heh
129 2020-08-08T08:12:06 *** Guest91961 has joined #bitcoin-core-dev
130 2020-08-08T08:12:09 *** Guest91961 has quit IRC
131 2020-08-08T08:12:41 <wumpus> paravirtualized system calls
132 2020-08-08T08:13:06 <luke-jr> well, it does system-mode virtualization, and user-mode emulation..
133 2020-08-08T08:13:09 <wumpus> I doubt it would be impossible but also that someone bothered to do this :-)
134 2020-08-08T08:13:14 <luke-jr> I'm better user-mode virt is a missing area
135 2020-08-08T08:13:19 <luke-jr> betting*
136 2020-08-08T08:14:35 <luke-jr> I wonder if it would be less work to just make Linux support either endian
137 2020-08-08T08:15:17 <wumpus> even user mode qemu (pure emulation) has problems with endianness and system calls
138 2020-08-08T08:16:37 <wumpus> converting endianness between the emulated process and the kernel more or less works but there are some surprises, with deeper-buried structures, it's a very difficult problem to do it complete
139 2020-08-08T08:19:42 <luke-jr> so probably less work to add to Linux <.<
140 2020-08-08T08:20:00 <wumpus> (e.g. even some kernel-generated proc/sys files contain binary data with native endian, so something reading it compiled for another endian will expect its own endian but finds the host's)
141 2020-08-08T08:20:15 <wumpus> yes maybe
142 2020-08-08T08:21:37 *** promag has joined #bitcoin-core-dev
143 2020-08-08T08:22:06 <wumpus> nevertheless it would be a huge change
144 2020-08-08T08:24:00 <wumpus> whole-system virtualization is much less complex becuase the paravirtualized APIs and emulated devices have a smaller API surface then system calls (or sometimes they are defined to be one endianness that can't be swithed)
145 2020-08-08T08:26:16 *** promag has quit IRC
146 2020-08-08T08:27:30 <luke-jr> of course, there's also another layer deep: stuff like Box86 which emulates the program and wrap-translates calls to the libraries <.<
147 2020-08-08T08:30:13 <wumpus> interesting, didn't know that project
148 2020-08-08T08:32:23 <luke-jr> I think it doesn't even try to mess with endian differences
149 2020-08-08T08:32:33 <luke-jr> IIRC it won't even cross the 32-bit/64-bit differences
150 2020-08-08T08:32:58 <wumpus> it looks similar to the WINE approach though for linux-linux, emulating things at the library level not the deepest system call level
151 2020-08-08T08:34:10 <wumpus> 32-64 bit bridging is another thing that sounds easy but is a horrible mess in practice :)
152 2020-08-08T08:35:58 <wumpus> it's definitely relevant now that distro's are stopping shipping 32-bit libraries (though it's generally easy enough to install them in a chroot, if they keep the kernel support)
153 2020-08-08T08:36:15 <luke-jr> also if they keep a 32-bit userspace build :p
154 2020-08-08T08:36:21 <luke-jr> Ubuntu seems to have dropped that too
155 2020-08-08T08:36:30 <wumpus> it doesn't have to be from the same distro :)
156 2020-08-08T08:36:44 <luke-jr> true
157 2020-08-08T08:38:34 <wumpus> 32-bit is basically only useful for running old games, but also people really want to run old games
158 2020-08-08T08:39:06 *** arowser_ has quit IRC
159 2020-08-08T08:39:31 *** arowser_ has joined #bitcoin-core-dev
160 2020-08-08T08:42:30 *** Pavlenex has quit IRC
161 2020-08-08T08:45:31 *** Bullitje_enable has joined #bitcoin-core-dev
162 2020-08-08T08:46:08 *** AaronvanW has joined #bitcoin-core-dev
163 2020-08-08T08:47:30 *** promag has joined #bitcoin-core-dev
164 2020-08-08T08:48:25 *** sipsorcery has quit IRC
165 2020-08-08T08:48:26 *** davec has quit IRC
166 2020-08-08T08:50:18 *** davec has joined #bitcoin-core-dev
167 2020-08-08T08:54:58 *** promag has quit IRC
168 2020-08-08T08:57:35 *** sipsorcery has joined #bitcoin-core-dev
169 2020-08-08T09:00:02 *** vBm1 has quit IRC
170 2020-08-08T09:06:54 *** sipsorcery has quit IRC
171 2020-08-08T09:10:08 *** arowser_ has quit IRC
172 2020-08-08T09:10:48 *** arowser_ has joined #bitcoin-core-dev
173 2020-08-08T09:22:02 *** sauce1 has joined #bitcoin-core-dev
174 2020-08-08T09:49:25 *** AaronvanW has quit IRC
175 2020-08-08T09:50:53 *** belcher has quit IRC
176 2020-08-08T09:52:03 *** watersnake1 has quit IRC
177 2020-08-08T09:55:30 *** davec has quit IRC
178 2020-08-08T10:02:25 *** belcher has joined #bitcoin-core-dev
179 2020-08-08T10:03:00 *** davec has joined #bitcoin-core-dev
180 2020-08-08T10:03:17 *** Ramiro44Hahn has joined #bitcoin-core-dev
181 2020-08-08T10:24:05 *** davec has quit IRC
182 2020-08-08T10:24:31 *** davec has joined #bitcoin-core-dev
183 2020-08-08T10:29:02 *** AaronvanW has joined #bitcoin-core-dev
184 2020-08-08T10:29:16 *** mrostecki has joined #bitcoin-core-dev
185 2020-08-08T10:38:05 *** Ramiro44Hahn has quit IRC
186 2020-08-08T10:40:27 *** mdunnio has joined #bitcoin-core-dev
187 2020-08-08T10:50:20 *** mdunnio has quit IRC
188 2020-08-08T10:57:50 *** Pavlenex has joined #bitcoin-core-dev
189 2020-08-08T10:58:43 *** vasild has quit IRC
190 2020-08-08T11:05:30 *** vasild has joined #bitcoin-core-dev
191 2020-08-08T11:12:55 *** bitcoin-git has joined #bitcoin-core-dev
192 2020-08-08T11:12:56 <bitcoin-git> [bitcoin] theStack opened pull request #19687: refactor: make EncodeBase{32,64} consume Spans (master...20200807-util-make-encode-base3264-consume-spans) https://github.com/bitcoin/bitcoin/pull/19687
193 2020-08-08T11:12:56 *** bitcoin-git has left #bitcoin-core-dev
194 2020-08-08T11:25:46 *** mdunnio has joined #bitcoin-core-dev
195 2020-08-08T11:30:11 *** mdunnio has quit IRC
196 2020-08-08T11:34:30 *** Pavlenex has quit IRC
197 2020-08-08T11:38:28 *** TallTim has joined #bitcoin-core-dev
198 2020-08-08T11:54:07 *** arowser_ has quit IRC
199 2020-08-08T11:54:35 *** arowser_ has joined #bitcoin-core-dev
200 2020-08-08T11:59:45 *** Highway61 has joined #bitcoin-core-dev
201 2020-08-08T12:00:01 *** sauce1 has quit IRC
202 2020-08-08T12:03:39 *** jb55 has quit IRC
203 2020-08-08T12:04:13 *** jb55 has joined #bitcoin-core-dev
204 2020-08-08T12:12:47 *** jonasschnelli has quit IRC
205 2020-08-08T12:14:26 *** jonasschnelli has joined #bitcoin-core-dev
206 2020-08-08T12:21:08 *** directhex1 has joined #bitcoin-core-dev
207 2020-08-08T12:31:03 *** Guest7693 has quit IRC
208 2020-08-08T12:33:20 *** per has joined #bitcoin-core-dev
209 2020-08-08T12:33:43 *** per is now known as Guest48637
210 2020-08-08T12:39:14 *** Dean_Guss has quit IRC
211 2020-08-08T12:39:34 *** Dean_Guss has joined #bitcoin-core-dev
212 2020-08-08T12:40:42 *** Chris_Stewart_5 has joined #bitcoin-core-dev
213 2020-08-08T12:41:19 *** Bullitje_enable has left #bitcoin-core-dev
214 2020-08-08T12:41:38 *** Bullit has joined #bitcoin-core-dev
215 2020-08-08T12:45:54 *** sipsorcery has joined #bitcoin-core-dev
216 2020-08-08T13:05:09 *** arowser_ has quit IRC
217 2020-08-08T13:05:33 *** arowser_ has joined #bitcoin-core-dev
218 2020-08-08T13:06:48 *** Guyver2 has joined #bitcoin-core-dev
219 2020-08-08T13:07:10 *** arowser_ has quit IRC
220 2020-08-08T13:07:47 *** arowser_ has joined #bitcoin-core-dev
221 2020-08-08T13:08:09 *** arowser_ has quit IRC
222 2020-08-08T13:08:58 *** arowser_ has joined #bitcoin-core-dev
223 2020-08-08T13:09:07 *** arowser_ has quit IRC
224 2020-08-08T13:09:26 *** arowser_ has joined #bitcoin-core-dev
225 2020-08-08T13:10:09 *** arowser_ has quit IRC
226 2020-08-08T13:10:33 *** arowser_ has joined #bitcoin-core-dev
227 2020-08-08T13:11:09 *** arowser_ has quit IRC
228 2020-08-08T13:11:41 *** arowser_ has joined #bitcoin-core-dev
229 2020-08-08T13:11:59 *** bitcoin-git has joined #bitcoin-core-dev
230 2020-08-08T13:11:59 <bitcoin-git> [bitcoin] sanjaykdragon closed pull request #19586: test: moved from percent format to proper format for consistency (master...master) https://github.com/bitcoin/bitcoin/pull/19586
231 2020-08-08T13:12:00 *** bitcoin-git has left #bitcoin-core-dev
232 2020-08-08T13:12:10 *** arowser_ has quit IRC
233 2020-08-08T13:12:28 *** arowser_ has joined #bitcoin-core-dev
234 2020-08-08T13:13:09 *** arowser_ has quit IRC
235 2020-08-08T13:13:37 *** arowser_ has joined #bitcoin-core-dev
236 2020-08-08T13:28:25 *** sipsorcery has quit IRC
237 2020-08-08T13:33:07 *** arowser_ has quit IRC
238 2020-08-08T13:33:53 *** arowser_ has joined #bitcoin-core-dev
239 2020-08-08T13:35:10 *** arowser_ has quit IRC
240 2020-08-08T13:35:38 *** arowser_ has joined #bitcoin-core-dev
241 2020-08-08T13:54:06 *** bitcoin-git has joined #bitcoin-core-dev
242 2020-08-08T13:54:06 <bitcoin-git> [bitcoin] jonatack closed pull request #19611: p2p: refactor CInv::type from public int to private uint32_t (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19611
243 2020-08-08T13:54:10 *** bitcoin-git has left #bitcoin-core-dev
244 2020-08-08T13:55:19 *** Luke has joined #bitcoin-core-dev
245 2020-08-08T13:55:37 <jonatack> #19610 now contains all the p2p changes from 19611 as well as jnewbery's 2020-07-split-already-have branch as we were both working on related code
246 2020-08-08T13:55:39 <gribble> https://github.com/bitcoin/bitcoin/issues/19610 | p2p: refactor AlreadyHave(), CInv::type, INV/TX processing by jonatack · Pull Request #19610 · bitcoin/bitcoin · GitHub
247 2020-08-08T13:57:18 *** Guyver2 has quit IRC
248 2020-08-08T14:00:36 *** mdunnio has joined #bitcoin-core-dev
249 2020-08-08T14:14:12 *** arowser_ has quit IRC
250 2020-08-08T14:14:34 *** arowser_ has joined #bitcoin-core-dev
251 2020-08-08T14:21:39 *** adiabat has quit IRC
252 2020-08-08T14:23:22 *** adiabat has joined #bitcoin-core-dev
253 2020-08-08T14:44:16 *** bitcoin-git has joined #bitcoin-core-dev
254 2020-08-08T14:44:17 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4b705b1c98f6...e349eeeb2c92
255 2020-08-08T14:44:17 <bitcoin-git> bitcoin/master 90bd476 eugene: build: make clean removes .gcda and .gcno files from fuzz directory
256 2020-08-08T14:44:18 <bitcoin-git> bitcoin/master e349eee MarcoFalke: Merge #19672: build: make clean removes .gcda and .gcno files from fuzz di...
257 2020-08-08T14:44:19 *** bitcoin-git has left #bitcoin-core-dev
258 2020-08-08T14:44:36 *** bitcoin-git has joined #bitcoin-core-dev
259 2020-08-08T14:44:37 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19672: build: make clean removes .gcda and .gcno files from fuzz directory (master...fuzz_cov_cleanup_0806) https://github.com/bitcoin/bitcoin/pull/19672
260 2020-08-08T14:44:37 *** bitcoin-git has left #bitcoin-core-dev
261 2020-08-08T15:00:02 *** directhex1 has quit IRC
262 2020-08-08T15:01:44 *** Luke has quit IRC
263 2020-08-08T15:03:50 *** mdunnio has quit IRC
264 2020-08-08T15:14:12 *** arowser_ has quit IRC
265 2020-08-08T15:14:58 *** arowser_ has joined #bitcoin-core-dev
266 2020-08-08T15:21:59 *** [RuCTFE]tswr has joined #bitcoin-core-dev
267 2020-08-08T15:22:54 *** Pavlenex has joined #bitcoin-core-dev
268 2020-08-08T15:27:32 *** promag has joined #bitcoin-core-dev
269 2020-08-08T15:28:30 *** Pavlenex has quit IRC
270 2020-08-08T15:28:33 *** Guyver2 has joined #bitcoin-core-dev
271 2020-08-08T15:28:58 *** promag has quit IRC
272 2020-08-08T15:29:31 *** promag has joined #bitcoin-core-dev
273 2020-08-08T15:30:05 *** promag has quit IRC
274 2020-08-08T15:30:06 *** sipsorcery has joined #bitcoin-core-dev
275 2020-08-08T15:41:18 *** arowser_ has quit IRC
276 2020-08-08T15:41:37 *** arowser_ has joined #bitcoin-core-dev
277 2020-08-08T16:11:14 *** arowser_ has quit IRC
278 2020-08-08T16:12:40 *** arowser_ has joined #bitcoin-core-dev
279 2020-08-08T16:24:02 *** fox2p has joined #bitcoin-core-dev
280 2020-08-08T16:27:49 *** sipsorcery has quit IRC
281 2020-08-08T16:31:01 *** justanotheruser has quit IRC
282 2020-08-08T16:31:23 *** justanotheruser has joined #bitcoin-core-dev
283 2020-08-08T16:52:38 *** sipsorcery has joined #bitcoin-core-dev
284 2020-08-08T16:54:06 *** luke-jr has quit IRC
285 2020-08-08T16:54:58 *** luke-jr has joined #bitcoin-core-dev
286 2020-08-08T17:01:03 *** mrostecki has quit IRC
287 2020-08-08T17:01:55 *** gzhao408 has joined #bitcoin-core-dev
288 2020-08-08T17:03:38 *** promag has joined #bitcoin-core-dev
289 2020-08-08T17:09:16 *** promag has quit IRC
290 2020-08-08T17:09:52 *** Emcy_ has joined #bitcoin-core-dev
291 2020-08-08T17:10:26 *** Emcy has quit IRC
292 2020-08-08T17:10:39 *** promag has joined #bitcoin-core-dev
293 2020-08-08T17:28:09 *** arowser_ has quit IRC
294 2020-08-08T17:28:28 *** arowser_ has joined #bitcoin-core-dev
295 2020-08-08T17:28:45 *** Pavlenex has joined #bitcoin-core-dev
296 2020-08-08T17:42:05 *** promag has quit IRC
297 2020-08-08T18:00:01 *** [RuCTFE]tswr has quit IRC
298 2020-08-08T18:00:05 *** jonatack has quit IRC
299 2020-08-08T18:03:47 *** jonatack has joined #bitcoin-core-dev
300 2020-08-08T18:06:09 *** sipsorcery has quit IRC
301 2020-08-08T18:07:27 *** sipsorcery has joined #bitcoin-core-dev
302 2020-08-08T18:11:30 *** promag has joined #bitcoin-core-dev
303 2020-08-08T18:18:44 *** gzhao408 has quit IRC
304 2020-08-08T18:20:12 *** promag has quit IRC
305 2020-08-08T18:21:14 *** jackgassett has joined #bitcoin-core-dev
306 2020-08-08T18:27:01 *** mdunnio has joined #bitcoin-core-dev
307 2020-08-08T18:28:43 *** Pavlenex has joined #bitcoin-core-dev
308 2020-08-08T18:29:18 *** Talkless has quit IRC
309 2020-08-08T18:30:58 *** Pavlenex has quit IRC
310 2020-08-08T18:34:57 *** promag has joined #bitcoin-core-dev
311 2020-08-08T18:35:18 *** promag has quit IRC
312 2020-08-08T18:52:23 *** mdunnio has quit IRC
313 2020-08-08T19:27:55 *** mdunnio has joined #bitcoin-core-dev
314 2020-08-08T19:32:37 *** mdunnio has quit IRC
315 2020-08-08T19:52:31 *** mol_ has joined #bitcoin-core-dev
316 2020-08-08T19:56:01 *** mol has quit IRC
317 2020-08-08T19:58:52 *** molz_ has joined #bitcoin-core-dev
318 2020-08-08T19:59:37 *** mol_ has quit IRC
319 2020-08-08T20:00:39 *** arowser_ has quit IRC
320 2020-08-08T20:01:18 *** arowser_ has joined #bitcoin-core-dev
321 2020-08-08T20:09:57 *** Guyver2 has quit IRC
322 2020-08-08T20:18:15 *** Deacyde has joined #bitcoin-core-dev
323 2020-08-08T20:19:06 *** arowser_ has quit IRC
324 2020-08-08T20:19:20 *** Davterra has quit IRC
325 2020-08-08T20:19:47 *** arowser_ has joined #bitcoin-core-dev
326 2020-08-08T20:27:03 *** Guest48637 has quit IRC
327 2020-08-08T20:27:59 *** per has joined #bitcoin-core-dev
328 2020-08-08T20:28:23 *** per is now known as Guest15720
329 2020-08-08T20:53:47 *** filchef has joined #bitcoin-core-dev
330 2020-08-08T20:54:45 *** filchef has quit IRC
331 2020-08-08T21:00:01 *** jackgassett has quit IRC
332 2020-08-08T21:02:40 *** bitcoin-git has joined #bitcoin-core-dev
333 2020-08-08T21:02:40 <bitcoin-git> [bitcoin] hebasto opened pull request #19688: build, test: Add support for llvm-cov (master...200808-lcov) https://github.com/bitcoin/bitcoin/pull/19688
334 2020-08-08T21:02:41 *** bitcoin-git has left #bitcoin-core-dev
335 2020-08-08T21:11:03 *** promag has joined #bitcoin-core-dev
336 2020-08-08T21:11:49 *** promag has quit IRC
337 2020-08-08T21:21:57 *** zxiiro_ has joined #bitcoin-core-dev
338 2020-08-08T21:22:11 *** promag has joined #bitcoin-core-dev
339 2020-08-08T21:25:21 *** Davterra has joined #bitcoin-core-dev
340 2020-08-08T21:25:45 *** isis is now known as isis_
341 2020-08-08T21:34:50 *** justan0theruser has joined #bitcoin-core-dev
342 2020-08-08T21:37:17 *** justanotheruser has quit IRC
343 2020-08-08T21:39:18 *** shesek has joined #bitcoin-core-dev
344 2020-08-08T21:39:18 *** shesek has joined #bitcoin-core-dev
345 2020-08-08T22:01:32 *** shesek has quit IRC
346 2020-08-08T22:08:00 *** Eagle[TM] has quit IRC
347 2020-08-08T22:16:40 *** Kiminuo has quit IRC
348 2020-08-08T22:17:54 *** promag has quit IRC
349 2020-08-08T22:19:23 *** sipsorcery has quit IRC
350 2020-08-08T22:35:02 *** sipsorcery has joined #bitcoin-core-dev
351 2020-08-08T22:53:17 *** marcoagner has quit IRC
352 2020-08-08T22:55:34 *** vasild_ has joined #bitcoin-core-dev
353 2020-08-08T22:56:42 *** troygiorshev has joined #bitcoin-core-dev
354 2020-08-08T22:59:23 *** vasild has quit IRC
355 2020-08-08T22:59:24 *** vasild_ is now known as vasild
356 2020-08-08T23:02:28 *** mdunnio has joined #bitcoin-core-dev
357 2020-08-08T23:02:38 *** troygiorshev has quit IRC
358 2020-08-08T23:05:38 *** sipsorcery has quit IRC
359 2020-08-08T23:06:55 *** sipsorcery has joined #bitcoin-core-dev
360 2020-08-08T23:07:25 *** mdunnio has quit IRC
361 2020-08-08T23:20:32 *** AaronvanW has quit IRC
362 2020-08-08T23:40:41 *** Guest91961 has joined #bitcoin-core-dev
363 2020-08-08T23:41:06 *** arowser_ has quit IRC
364 2020-08-08T23:41:31 *** arowser_ has joined #bitcoin-core-dev
365 2020-08-08T23:51:18 *** sipsorcery has quit IRC
366 2020-08-08T23:57:27 *** Emcy has joined #bitcoin-core-dev
367 2020-08-08T23:58:10 *** Emcy_ has quit IRC