1 2020-06-29T00:00:01 *** Cotillion has quit IRC
2 2020-06-29T00:06:33 <gwillen> sipa: the magic macro appears to be AC_DEFINE: https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Defining-Symbols.html
3 2020-06-29T00:06:44 <gwillen> I do not know exactly how to navigate its quoting behavior other than by experiment
4 2020-06-29T00:22:04 *** Fiver has joined #bitcoin-core-dev
5 2020-06-29T00:47:54 *** TheHoliestRoger has quit IRC
6 2020-06-29T00:50:10 *** tryphe has quit IRC
7 2020-06-29T00:51:28 *** tryphe has joined #bitcoin-core-dev
8 2020-06-29T00:57:05 <fanquake> sipa: IIUC then yes, a call to AC_DEFINE() is what you want. I'll PR a fix for #19402 this morning.
9 2020-06-29T00:57:06 <gribble> https://github.com/bitcoin/bitcoin/issues/19402 | __builtin_clz[l[l]] not detected using clang · Issue #19402 · bitcoin/bitcoin · GitHub
10 2020-06-29T00:57:45 <fanquake> Looks like Clang doesn't like the way that the AC_CHECK_DECLS tests that are created for builtins.
11 2020-06-29T01:05:13 *** meshcollider has quit IRC
12 2020-06-29T01:21:49 *** mol_ has joined #bitcoin-core-dev
13 2020-06-29T01:23:54 *** mol has quit IRC
14 2020-06-29T01:27:49 *** bitdex has joined #bitcoin-core-dev
15 2020-06-29T02:19:15 *** shesek has quit IRC
16 2020-06-29T02:19:41 *** shesek has joined #bitcoin-core-dev
17 2020-06-29T02:19:41 *** shesek has joined #bitcoin-core-dev
18 2020-06-29T02:20:59 *** AaronvanW has quit IRC
19 2020-06-29T02:49:20 *** thrasher` has left #bitcoin-core-dev
20 2020-06-29T02:50:21 *** thrasher has joined #bitcoin-core-dev
21 2020-06-29T02:56:38 *** AaronvanW has joined #bitcoin-core-dev
22 2020-06-29T03:00:02 *** Fiver has quit IRC
23 2020-06-29T03:01:42 *** AaronvanW has quit IRC
24 2020-06-29T03:19:34 *** Relis has quit IRC
25 2020-06-29T03:21:10 *** fimp has joined #bitcoin-core-dev
26 2020-06-29T03:21:34 *** fimp is now known as Guest24012
27 2020-06-29T03:22:25 *** Relis has joined #bitcoin-core-dev
28 2020-06-29T03:23:08 <sipa> fanquake:
29 2020-06-29T03:23:09 <sipa> conftest.cpp:100:10: error: builtin functions must be directly called
30 2020-06-29T03:23:10 <sipa> (void) __builtin_clz;
31 2020-06-29T03:25:02 <fanquake> sipa: yep. I've got a fix here: https://github.com/fanquake/bitcoin/commit/d88cfdb40d3e902d8a32eb89ed31fbcc6235f45e
32 2020-06-29T03:25:46 <fanquake> Got distracted with other things
33 2020-06-29T03:27:28 *** Highway61 has quit IRC
34 2020-06-29T03:40:54 *** vasild_ has joined #bitcoin-core-dev
35 2020-06-29T03:44:43 *** vasild has quit IRC
36 2020-06-29T03:44:44 *** vasild_ is now known as vasild
37 2020-06-29T03:45:19 *** bitcoin-git has joined #bitcoin-core-dev
38 2020-06-29T03:45:20 <bitcoin-git> [bitcoin] fanquake opened pull request #19403: build: improve __builtin_clz* detection (master...improve_builtin_clz_detection) https://github.com/bitcoin/bitcoin/pull/19403
39 2020-06-29T03:45:21 *** bitcoin-git has left #bitcoin-core-dev
40 2020-06-29T03:47:21 *** meshcollider has joined #bitcoin-core-dev
41 2020-06-29T03:55:12 *** Eagle[TM] has joined #bitcoin-core-dev
42 2020-06-29T03:55:30 *** Relis has quit IRC
43 2020-06-29T03:56:54 *** EagleTM has quit IRC
44 2020-06-29T04:22:36 *** Relis has joined #bitcoin-core-dev
45 2020-06-29T04:37:13 *** jeremyrubin has joined #bitcoin-core-dev
46 2020-06-29T04:43:44 *** jeremyrubin has quit IRC
47 2020-06-29T04:49:37 *** Relis has quit IRC
48 2020-06-29T04:58:25 *** AaronvanW has joined #bitcoin-core-dev
49 2020-06-29T05:09:12 *** bitcoin-git has joined #bitcoin-core-dev
50 2020-06-29T05:09:12 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d3a5dbfd1f18...dd191b583294
51 2020-06-29T05:09:13 <bitcoin-git> bitcoin/master 8578c6f Glenn Willen: build: Fix search for brew-installed BDB 4 on OS X
52 2020-06-29T05:09:13 <bitcoin-git> bitcoin/master dd191b5 fanquake: Merge #19356: build: Fix search for brew-installed BDB 4 on OS X
53 2020-06-29T05:09:16 *** bitcoin-git has left #bitcoin-core-dev
54 2020-06-29T05:09:32 *** bitcoin-git has joined #bitcoin-core-dev
55 2020-06-29T05:09:32 <bitcoin-git> [bitcoin] fanquake merged pull request #19356: build: Fix search for brew-installed BDB 4 on OS X (master...feature-bdb-search-fix-osx) https://github.com/bitcoin/bitcoin/pull/19356
56 2020-06-29T05:09:33 *** bitcoin-git has left #bitcoin-core-dev
57 2020-06-29T05:30:54 *** AaronvanW has quit IRC
58 2020-06-29T05:32:38 *** bitcoin-git has joined #bitcoin-core-dev
59 2020-06-29T05:32:38 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd191b583294...2f54c760504e
60 2020-06-29T05:32:38 <bitcoin-git> bitcoin/master fd9c213 Luke Dashjr: doc/REST-interface: Remove stale info
61 2020-06-29T05:32:39 <bitcoin-git> bitcoin/master 2f54c76 fanquake: Merge #19390: doc/REST-interface: Remove stale info
62 2020-06-29T05:32:41 *** bitcoin-git has left #bitcoin-core-dev
63 2020-06-29T05:32:58 *** bitcoin-git has joined #bitcoin-core-dev
64 2020-06-29T05:32:58 <bitcoin-git> [bitcoin] fanquake merged pull request #19390: doc/REST-interface: Remove stale info (master...restdoc_rm_stale) https://github.com/bitcoin/bitcoin/pull/19390
65 2020-06-29T05:32:59 *** bitcoin-git has left #bitcoin-core-dev
66 2020-06-29T05:44:23 *** jb55 has quit IRC
67 2020-06-29T05:57:48 *** jb55 has joined #bitcoin-core-dev
68 2020-06-29T06:00:02 *** Guest24012 has quit IRC
69 2020-06-29T06:21:55 *** alko89 has joined #bitcoin-core-dev
70 2020-06-29T06:22:14 *** seawalk has joined #bitcoin-core-dev
71 2020-06-29T06:22:31 *** bitcoin-git has joined #bitcoin-core-dev
72 2020-06-29T06:22:32 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f54c760504e...b80ae6b4c04b
73 2020-06-29T06:22:32 <bitcoin-git> bitcoin/master e12e970 Peter Bushnell: docs: match usage text to script and location
74 2020-06-29T06:22:33 <bitcoin-git> bitcoin/master b80ae6b fanquake: Merge #19344: docs: update testgen usage example
75 2020-06-29T06:22:35 *** bitcoin-git has left #bitcoin-core-dev
76 2020-06-29T06:22:51 *** bitcoin-git has joined #bitcoin-core-dev
77 2020-06-29T06:22:51 <bitcoin-git> [bitcoin] fanquake merged pull request #19344: docs: update testgen usage example (master...patch-6) https://github.com/bitcoin/bitcoin/pull/19344
78 2020-06-29T06:22:52 *** bitcoin-git has left #bitcoin-core-dev
79 2020-06-29T06:27:48 *** Guyver2 has joined #bitcoin-core-dev
80 2020-06-29T06:27:50 *** lehnberg_ has joined #bitcoin-core-dev
81 2020-06-29T06:29:39 *** lehnberg has quit IRC
82 2020-06-29T06:35:56 *** bitcoin-git has joined #bitcoin-core-dev
83 2020-06-29T06:35:56 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b80ae6b4c04b...19612ca2eb2e
84 2020-06-29T06:35:57 <bitcoin-git> bitcoin/master fa74a54 MarcoFalke: ci: Increase test timeout for sanitizer configs
85 2020-06-29T06:35:57 <bitcoin-git> bitcoin/master 19612ca fanquake: Merge #19371: ci: Increase test timeout for sanitizer configs
86 2020-06-29T06:35:59 *** bitcoin-git has left #bitcoin-core-dev
87 2020-06-29T06:36:16 *** bitcoin-git has joined #bitcoin-core-dev
88 2020-06-29T06:36:16 <bitcoin-git> [bitcoin] fanquake merged pull request #19371: ci: Increase test timeout for sanitizer configs (master...2006-ciSanTimeout) https://github.com/bitcoin/bitcoin/pull/19371
89 2020-06-29T06:36:17 *** bitcoin-git has left #bitcoin-core-dev
90 2020-06-29T07:05:03 *** marcoagner has joined #bitcoin-core-dev
91 2020-06-29T07:27:59 *** AaronvanW has joined #bitcoin-core-dev
92 2020-06-29T07:28:22 *** jonasschnelli has joined #bitcoin-core-dev
93 2020-06-29T07:28:42 *** jonasschnelli has quit IRC
94 2020-06-29T07:28:43 *** jonasschnelli has joined #bitcoin-core-dev
95 2020-06-29T07:47:45 *** kljasdfvv has joined #bitcoin-core-dev
96 2020-06-29T08:33:23 *** AaronvanW has quit IRC
97 2020-06-29T08:52:25 *** RCasatta has joined #bitcoin-core-dev
98 2020-06-29T08:56:23 *** vasild has quit IRC
99 2020-06-29T09:00:01 *** seawalk has quit IRC
100 2020-06-29T09:00:24 *** bitcoin-git has joined #bitcoin-core-dev
101 2020-06-29T09:00:24 <bitcoin-git> [bitcoin] jonatack opened pull request #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` (master...in-and-out-connections) https://github.com/bitcoin/bitcoin/pull/19405
102 2020-06-29T09:00:25 *** bitcoin-git has left #bitcoin-core-dev
103 2020-06-29T09:02:00 *** mol_ has quit IRC
104 2020-06-29T09:02:27 *** vasild has joined #bitcoin-core-dev
105 2020-06-29T09:20:15 *** TheHoliestRoger has joined #bitcoin-core-dev
106 2020-06-29T09:22:22 *** JackSparrow has joined #bitcoin-core-dev
107 2020-06-29T09:38:11 *** JackSparrow has quit IRC
108 2020-06-29T09:39:57 *** TheHoliestRoger has quit IRC
109 2020-06-29T09:42:18 *** TheHoliestRoger has joined #bitcoin-core-dev
110 2020-06-29T09:59:08 *** izaki has joined #bitcoin-core-dev
111 2020-06-29T09:59:29 *** izaki is now known as Guest12730
112 2020-06-29T10:03:21 *** Juana78Huel has joined #bitcoin-core-dev
113 2020-06-29T10:04:48 *** AaronvanW has joined #bitcoin-core-dev
114 2020-06-29T10:08:22 *** Juana78Huel has quit IRC
115 2020-06-29T10:12:25 *** Guyver2_ has joined #bitcoin-core-dev
116 2020-06-29T10:15:20 *** Guyver2 has quit IRC
117 2020-06-29T10:17:29 *** mol has joined #bitcoin-core-dev
118 2020-06-29T11:07:01 *** kristapsk has joined #bitcoin-core-dev
119 2020-06-29T11:29:39 *** RCasatta has quit IRC
120 2020-06-29T11:31:35 *** shesek has quit IRC
121 2020-06-29T12:00:01 *** Guest12730 has quit IRC
122 2020-06-29T12:03:09 *** luke-jr has quit IRC
123 2020-06-29T12:03:28 *** luke-jr has joined #bitcoin-core-dev
124 2020-06-29T12:06:58 *** kristapsk has quit IRC
125 2020-06-29T12:08:57 *** kristapsk has joined #bitcoin-core-dev
126 2020-06-29T12:15:58 *** Relis has joined #bitcoin-core-dev
127 2020-06-29T12:20:04 *** Relis has quit IRC
128 2020-06-29T12:21:26 *** bitcoin-git has joined #bitcoin-core-dev
129 2020-06-29T12:21:27 <bitcoin-git> [bitcoin] fanquake opened pull request #19407: doc: explain why passing -mlinker-version is required when cross-compiling (master...explain_mlinker_version_required) https://github.com/bitcoin/bitcoin/pull/19407
130 2020-06-29T12:21:28 *** bitcoin-git has left #bitcoin-core-dev
131 2020-06-29T12:24:38 *** alko has joined #bitcoin-core-dev
132 2020-06-29T12:25:45 *** alko89 has quit IRC
133 2020-06-29T12:28:46 *** Highway61 has joined #bitcoin-core-dev
134 2020-06-29T12:30:44 *** jorijn has quit IRC
135 2020-06-29T12:35:26 *** bitcoin-git has joined #bitcoin-core-dev
136 2020-06-29T12:35:27 <bitcoin-git> [bitcoin] sipsorcery opened pull request #19408: doc: Windows WSL build recommendation to temporarily disable Win32 PE support (master...wsldoc) https://github.com/bitcoin/bitcoin/pull/19408
137 2020-06-29T12:35:27 *** bitcoin-git has left #bitcoin-core-dev
138 2020-06-29T12:35:51 *** jarthur has joined #bitcoin-core-dev
139 2020-06-29T12:56:20 *** skinkie1 has joined #bitcoin-core-dev
140 2020-06-29T13:00:42 *** Relis has joined #bitcoin-core-dev
141 2020-06-29T13:02:27 *** Deacyde has quit IRC
142 2020-06-29T13:14:52 *** Highway61 has quit IRC
143 2020-06-29T13:15:29 *** Highway61 has joined #bitcoin-core-dev
144 2020-06-29T13:17:15 <sipsorcery> wumpus: Wouldn't "I think a fix to the build system to not ry to run target executables when cross-compiling would be way preferable."
145 2020-06-29T13:17:27 <sipsorcery> mean replacing Autoconf?
146 2020-06-29T13:18:20 <sipsorcery> The Autoconf configure script is what's trying to execute *.exe files during the build.
147 2020-06-29T13:18:58 *** bitcoin-git has joined #bitcoin-core-dev
148 2020-06-29T13:18:59 <bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/19612ca2eb2e...fb87f6d168c4
149 2020-06-29T13:19:00 <bitcoin-git> bitcoin/master 3502a60 Pieter Wuille: doc: Document Span pitfalls
150 2020-06-29T13:19:00 <bitcoin-git> bitcoin/master fab57e2 Pieter Wuille: doc: Mention Span in developer-notes.md
151 2020-06-29T13:19:01 <bitcoin-git> bitcoin/master fb87f6d Wladimir J. van der Laan: Merge #19367: doc: Span pitfalls
152 2020-06-29T13:19:02 *** bitcoin-git has left #bitcoin-core-dev
153 2020-06-29T13:19:19 *** bitcoin-git has joined #bitcoin-core-dev
154 2020-06-29T13:19:19 <bitcoin-git> [bitcoin] laanwj merged pull request #19367: doc: Span pitfalls (master...202006_span_pitfalls) https://github.com/bitcoin/bitcoin/pull/19367
155 2020-06-29T13:19:21 *** bitcoin-git has left #bitcoin-core-dev
156 2020-06-29T13:33:58 *** troygiorshev has joined #bitcoin-core-dev
157 2020-06-29T13:40:55 *** bitcoin-git has joined #bitcoin-core-dev
158 2020-06-29T13:40:55 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb87f6d168c4...748178f13e5b
159 2020-06-29T13:40:56 <bitcoin-git> bitcoin/master 53361dd Bushstar: [build] Remove unused RES_IMAGES
160 2020-06-29T13:40:56 <bitcoin-git> bitcoin/master 748178f MarcoFalke: Merge #19394: build: Remove unused RES_IMAGES
161 2020-06-29T13:40:58 *** bitcoin-git has left #bitcoin-core-dev
162 2020-06-29T13:41:15 *** bitcoin-git has joined #bitcoin-core-dev
163 2020-06-29T13:41:15 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19394: build: Remove unused RES_IMAGES (master...bitcoin-remove-res-images) https://github.com/bitcoin/bitcoin/pull/19394
164 2020-06-29T13:41:16 *** bitcoin-git has left #bitcoin-core-dev
165 2020-06-29T13:46:09 *** TheFuzzStone[m] has quit IRC
166 2020-06-29T13:46:10 *** mrostecki[m] has quit IRC
167 2020-06-29T13:46:12 *** icota[m] has quit IRC
168 2020-06-29T13:46:13 *** SergeySherkunov[ has quit IRC
169 2020-06-29T13:46:29 *** awesome-doge has quit IRC
170 2020-06-29T13:47:19 *** bitcoin-git has joined #bitcoin-core-dev
171 2020-06-29T13:47:19 <bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/748178f13e5b...8edfc1715a02
172 2020-06-29T13:47:20 <bitcoin-git> bitcoin/master fabf3d6 MarcoFalke: test: Add FeeFilterRounder test
173 2020-06-29T13:47:20 <bitcoin-git> bitcoin/master faba65e MarcoFalke: Add ChainstateManager::ActiveChainstate
174 2020-06-29T13:47:21 <bitcoin-git> bitcoin/master fa06d7e MarcoFalke: refactor: block import implies IsInitialBlockDownload
175 2020-06-29T13:47:22 *** bitcoin-git has left #bitcoin-core-dev
176 2020-06-29T13:47:44 *** bitcoin-git has joined #bitcoin-core-dev
177 2020-06-29T13:47:44 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19204: p2p: Reduce inv traffic during IBD (master...2006-netInvWaste) https://github.com/bitcoin/bitcoin/pull/19204
178 2020-06-29T13:47:45 *** bitcoin-git has left #bitcoin-core-dev
179 2020-06-29T13:49:33 *** bitcoin-git has joined #bitcoin-core-dev
180 2020-06-29T13:49:34 <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8edfc1715a02...1269cab21a9a
181 2020-06-29T13:49:35 <bitcoin-git> bitcoin/master 9952242 fanquake: build: improve builtin_clz* detection
182 2020-06-29T13:49:35 <bitcoin-git> bitcoin/master 1269cab Wladimir J. van der Laan: Merge #19403: build: improve __builtin_clz* detection
183 2020-06-29T13:49:37 *** bitcoin-git has left #bitcoin-core-dev
184 2020-06-29T13:49:54 *** bitcoin-git has joined #bitcoin-core-dev
185 2020-06-29T13:49:54 <bitcoin-git> [bitcoin] laanwj merged pull request #19403: build: improve __builtin_clz* detection (master...improve_builtin_clz_detection) https://github.com/bitcoin/bitcoin/pull/19403
186 2020-06-29T13:49:54 *** bitcoin-git has left #bitcoin-core-dev
187 2020-06-29T13:56:55 *** proofofkeags has joined #bitcoin-core-dev
188 2020-06-29T14:04:11 *** bitcoin-git has joined #bitcoin-core-dev
189 2020-06-29T14:04:11 <bitcoin-git> [bitcoin] fanquake opened pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
190 2020-06-29T14:04:12 *** bitcoin-git has left #bitcoin-core-dev
191 2020-06-29T14:05:02 *** TheFuzzStone[m] has joined #bitcoin-core-dev
192 2020-06-29T14:08:37 *** troygiorshev has quit IRC
193 2020-06-29T14:09:22 *** troygiorshev has joined #bitcoin-core-dev
194 2020-06-29T14:10:53 *** awesome-doge has joined #bitcoin-core-dev
195 2020-06-29T14:10:53 *** SergeySherkunov[ has joined #bitcoin-core-dev
196 2020-06-29T14:10:53 *** mrostecki[m] has joined #bitcoin-core-dev
197 2020-06-29T14:10:53 *** icota[m] has joined #bitcoin-core-dev
198 2020-06-29T14:12:04 *** tralfaz has joined #bitcoin-core-dev
199 2020-06-29T14:14:14 *** davterra has quit IRC
200 2020-06-29T14:15:16 *** proofofkeags has quit IRC
201 2020-06-29T14:15:31 *** proofofkeags has joined #bitcoin-core-dev
202 2020-06-29T14:17:57 *** jonatack has quit IRC
203 2020-06-29T14:18:58 *** tralfaz has quit IRC
204 2020-06-29T14:25:59 *** Guyver2__ has joined #bitcoin-core-dev
205 2020-06-29T14:26:37 *** Guyver2_ has quit IRC
206 2020-06-29T14:33:09 *** bitcoin-git has joined #bitcoin-core-dev
207 2020-06-29T14:33:09 <bitcoin-git> [bitcoin] MarcoFalke opened pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
208 2020-06-29T14:33:10 *** bitcoin-git has left #bitcoin-core-dev
209 2020-06-29T14:38:33 *** tralfaz has joined #bitcoin-core-dev
210 2020-06-29T14:39:06 *** tralfaz is now known as davterra
211 2020-06-29T14:51:37 *** bitcoin-git has joined #bitcoin-core-dev
212 2020-06-29T14:51:38 <bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1269cab21a9a...dbadf746e268
213 2020-06-29T14:51:39 <bitcoin-git> bitcoin/master faa7431 MarcoFalke: refactor: Fix clang compile failure
214 2020-06-29T14:51:40 <bitcoin-git> bitcoin/master fa3b35a MarcoFalke: ci: Add test for clang-3.8 C++11 support
215 2020-06-29T14:51:40 <bitcoin-git> bitcoin/master dbadf74 Wladimir J. van der Laan: Merge #19333: refactor: Fix clang compile failure
216 2020-06-29T14:51:42 *** bitcoin-git has left #bitcoin-core-dev
217 2020-06-29T14:51:57 *** bitcoin-git has joined #bitcoin-core-dev
218 2020-06-29T14:51:57 <bitcoin-git> [bitcoin] laanwj merged pull request #19333: refactor: Fix clang compile failure (master...2006-FixClangBuild) https://github.com/bitcoin/bitcoin/pull/19333
219 2020-06-29T14:51:59 *** bitcoin-git has left #bitcoin-core-dev
220 2020-06-29T14:53:23 <jonasschnelli> jnewbery / moneyball: coredev.tech is now using GitHub Pages (https://github.com/coredev-tech/coredev-tech.github.io). The manual deployment is solved therefore.
221 2020-06-29T14:54:43 *** proofofkeags has quit IRC
222 2020-06-29T14:55:20 *** proofofkeags has joined #bitcoin-core-dev
223 2020-06-29T14:59:36 *** bitcoin-git has joined #bitcoin-core-dev
224 2020-06-29T14:59:36 <bitcoin-git> [bitcoin] Bushstar opened pull request #19414: [build] rename movies to animation (master...bitcoin-rename-movies) https://github.com/bitcoin/bitcoin/pull/19414
225 2020-06-29T14:59:37 *** mrostecki[m] has left #bitcoin-core-dev
226 2020-06-29T14:59:37 *** bitcoin-git has left #bitcoin-core-dev
227 2020-06-29T14:59:42 *** proofofkeags has quit IRC
228 2020-06-29T15:00:01 *** skinkie1 has quit IRC
229 2020-06-29T15:15:00 *** bitcoin-git has joined #bitcoin-core-dev
230 2020-06-29T15:15:00 <bitcoin-git> [bitcoin] Bushstar closed pull request #19414: [build] rename movies to animation (master...bitcoin-rename-movies) https://github.com/bitcoin/bitcoin/pull/19414
231 2020-06-29T15:15:01 *** bitcoin-git has left #bitcoin-core-dev
232 2020-06-29T15:17:50 *** bitdex has quit IRC
233 2020-06-29T15:21:57 *** Haigha has joined #bitcoin-core-dev
234 2020-06-29T15:26:22 *** proofofkeags has joined #bitcoin-core-dev
235 2020-06-29T15:26:58 *** Talkless has joined #bitcoin-core-dev
236 2020-06-29T15:35:00 *** jonatack has joined #bitcoin-core-dev
237 2020-06-29T15:39:10 *** davterra has quit IRC
238 2020-06-29T15:39:20 *** tralfaz has joined #bitcoin-core-dev
239 2020-06-29T15:41:07 *** vasild_ has joined #bitcoin-core-dev
240 2020-06-29T15:42:38 *** bitcoin-git has joined #bitcoin-core-dev
241 2020-06-29T15:42:38 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
242 2020-06-29T15:42:39 *** bitcoin-git has left #bitcoin-core-dev
243 2020-06-29T15:42:58 *** bitcoin-git has joined #bitcoin-core-dev
244 2020-06-29T15:42:58 <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
245 2020-06-29T15:42:59 *** bitcoin-git has left #bitcoin-core-dev
246 2020-06-29T15:44:03 *** vasild has quit IRC
247 2020-06-29T15:44:04 *** vasild_ is now known as vasild
248 2020-06-29T15:45:27 *** mol has quit IRC
249 2020-06-29T15:47:54 *** alko has quit IRC
250 2020-06-29T15:49:13 <achow101> review beg for #19215. I'd like to get HWI's travis working again and this is needed
251 2020-06-29T15:49:14 <gribble> https://github.com/bitcoin/bitcoin/issues/19215 | psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs by achow101 · Pull Request #19215 · bitcoin/bitcoin · GitHub
252 2020-06-29T15:54:14 *** Relis has quit IRC
253 2020-06-29T15:57:33 *** bitcoin-git has joined #bitcoin-core-dev
254 2020-06-29T15:57:33 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dbadf746e268...5c3c7cc50c5f
255 2020-06-29T15:57:34 <bitcoin-git> bitcoin/master b9971ae João Barbosa: wallet: Handle concurrent wallet loading
256 2020-06-29T15:57:35 <bitcoin-git> bitcoin/master 9b009fa João Barbosa: qa: Test concurrent wallet loading
257 2020-06-29T15:57:35 <bitcoin-git> bitcoin/master 5c3c7cc MarcoFalke: Merge #19300: wallet: Handle concurrent wallet loading
258 2020-06-29T15:57:44 *** bitcoin-git has left #bitcoin-core-dev
259 2020-06-29T15:57:58 *** bitcoin-git has joined #bitcoin-core-dev
260 2020-06-29T15:57:58 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19300: wallet: Handle concurrent wallet loading (master...2020-06-loadwallet) https://github.com/bitcoin/bitcoin/pull/19300
261 2020-06-29T15:58:09 *** bitcoin-git has left #bitcoin-core-dev
262 2020-06-29T15:58:51 *** proofofkeags has quit IRC
263 2020-06-29T16:02:25 *** proofofk_ has joined #bitcoin-core-dev
264 2020-06-29T16:07:02 *** Relis has joined #bitcoin-core-dev
265 2020-06-29T16:30:04 <provoostenator> Any hints on how to debug a configure file? #19411
266 2020-06-29T16:30:05 <gribble> https://github.com/bitcoin/bitcoin/issues/19411 | Unable to build BDB 4.8 on macOS Big Sur beta (depends & contrib script) · Issue #19411 · bitcoin/bitcoin · GitHub
267 2020-06-29T16:30:37 <provoostenator> ac_fn_c_try_run fails unless I replace "exit" with "return".
268 2020-06-29T16:30:51 <provoostenator> I would be great if I can see what it outputs...
269 2020-06-29T16:36:41 *** belcher has joined #bitcoin-core-dev
270 2020-06-29T16:45:51 *** Guyver2_ has joined #bitcoin-core-dev
271 2020-06-29T16:45:52 *** troygiorshev has quit IRC
272 2020-06-29T16:46:46 *** troygiorshev has joined #bitcoin-core-dev
273 2020-06-29T16:49:11 *** Talkless has quit IRC
274 2020-06-29T16:49:16 *** mol has joined #bitcoin-core-dev
275 2020-06-29T16:49:17 *** bitcoin-git has joined #bitcoin-core-dev
276 2020-06-29T16:49:17 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c3c7cc50c5f...8d3187fd0d6d
277 2020-06-29T16:49:18 <bitcoin-git> bitcoin/master a92e48b fanquake: test: move TEST_RUNNER_EXTRA into native tsan setup
278 2020-06-29T16:49:18 <bitcoin-git> bitcoin/master 8d3187f MarcoFalke: Merge #19412: test: move TEST_RUNNER_EXTRA into native tsan setup
279 2020-06-29T16:49:20 *** bitcoin-git has left #bitcoin-core-dev
280 2020-06-29T16:49:25 *** Guyver2__ has quit IRC
281 2020-06-29T16:49:37 *** bitcoin-git has joined #bitcoin-core-dev
282 2020-06-29T16:49:37 <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
283 2020-06-29T16:49:39 *** bitcoin-git has left #bitcoin-core-dev
284 2020-06-29T16:49:50 *** Talkless has joined #bitcoin-core-dev
285 2020-06-29T17:06:09 *** mol_ has joined #bitcoin-core-dev
286 2020-06-29T17:09:28 *** mol has quit IRC
287 2020-06-29T17:15:16 *** bitcoin-git has joined #bitcoin-core-dev
288 2020-06-29T17:15:17 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
289 2020-06-29T17:15:28 *** bitcoin-git has left #bitcoin-core-dev
290 2020-06-29T17:15:42 *** bitcoin-git has joined #bitcoin-core-dev
291 2020-06-29T17:15:42 <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
292 2020-06-29T17:15:53 *** bitcoin-git has left #bitcoin-core-dev
293 2020-06-29T17:16:52 *** bitcoin-git has joined #bitcoin-core-dev
294 2020-06-29T17:16:52 <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d3187fd0d6d...2af56d6d5c38
295 2020-06-29T17:16:52 <bitcoin-git> bitcoin/master 6fdfeeb Hennadii Stepanov: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
296 2020-06-29T17:16:53 <bitcoin-git> bitcoin/master 2af56d6 Wladimir J. van der Laan: Merge #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cp...
297 2020-06-29T17:17:03 *** bitcoin-git has left #bitcoin-core-dev
298 2020-06-29T17:17:17 *** bitcoin-git has joined #bitcoin-core-dev
299 2020-06-29T17:17:17 <bitcoin-git> [bitcoin] laanwj merged pull request #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp (master...200628-warm-mx) https://github.com/bitcoin/bitcoin/pull/19399
300 2020-06-29T17:17:18 *** bitcoin-git has left #bitcoin-core-dev
301 2020-06-29T17:22:26 *** bitcoin-git has joined #bitcoin-core-dev
302 2020-06-29T17:22:27 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
303 2020-06-29T17:22:38 *** bitcoin-git has left #bitcoin-core-dev
304 2020-06-29T17:22:55 *** bitcoin-git has joined #bitcoin-core-dev
305 2020-06-29T17:22:56 <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
306 2020-06-29T17:23:04 *** bitcoin-git has left #bitcoin-core-dev
307 2020-06-29T17:24:09 *** proofofk_ has quit IRC
308 2020-06-29T17:24:18 *** proofofkeags has joined #bitcoin-core-dev
309 2020-06-29T17:32:46 *** Guyver2_ is now known as Guyver2
310 2020-06-29T17:33:22 *** endangurura has joined #bitcoin-core-dev
311 2020-06-29T17:38:36 *** justanotheruser has quit IRC
312 2020-06-29T17:39:02 *** justanotheruser has joined #bitcoin-core-dev
313 2020-06-29T17:45:41 *** troygiorshev has quit IRC
314 2020-06-29T17:46:32 *** troygiorshev has joined #bitcoin-core-dev
315 2020-06-29T17:55:33 *** justanotheruser has quit IRC
316 2020-06-29T18:00:01 *** Haigha has quit IRC
317 2020-06-29T18:21:50 *** zigapeda1 has joined #bitcoin-core-dev
318 2020-06-29T18:31:21 *** Talkless has quit IRC
319 2020-06-29T18:34:01 <hebasto> sipa: wumpus: could ban maste197 on gh?
320 2020-06-29T18:38:44 *** luke-jr has quit IRC
321 2020-06-29T18:39:33 *** luke-jr has joined #bitcoin-core-dev
322 2020-06-29T19:27:13 *** tralfaz is now known as davterra
323 2020-06-29T19:43:47 *** vincenzopalazzo has joined #bitcoin-core-dev
324 2020-06-29T19:51:19 *** gleb has quit IRC
325 2020-06-29T19:56:41 *** alko89 has joined #bitcoin-core-dev
326 2020-06-29T19:57:07 *** alko89 has quit IRC
327 2020-06-29T20:13:30 *** alko89 has joined #bitcoin-core-dev
328 2020-06-29T20:16:34 *** luke-jr has quit IRC
329 2020-06-29T20:16:36 *** proofofkeags has quit IRC
330 2020-06-29T20:17:05 *** luke-jr has joined #bitcoin-core-dev
331 2020-06-29T20:22:12 *** justanotheruser has joined #bitcoin-core-dev
332 2020-06-29T20:22:47 *** luke-jr has quit IRC
333 2020-06-29T20:23:45 *** luke-jr has joined #bitcoin-core-dev
334 2020-06-29T20:37:19 *** alko89 has quit IRC
335 2020-06-29T20:37:19 *** alko89 has joined #bitcoin-core-dev
336 2020-06-29T20:48:24 *** proofofkeags has joined #bitcoin-core-dev
337 2020-06-29T20:55:09 *** proofofkeags has quit IRC
338 2020-06-29T20:55:16 *** proofofkeags has joined #bitcoin-core-dev
339 2020-06-29T21:00:02 *** zigapeda1 has quit IRC
340 2020-06-29T21:06:10 *** bitcoin-git has joined #bitcoin-core-dev
341 2020-06-29T21:06:10 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
342 2020-06-29T21:06:12 *** bitcoin-git has left #bitcoin-core-dev
343 2020-06-29T21:06:30 *** bitcoin-git has joined #bitcoin-core-dev
344 2020-06-29T21:06:30 <bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
345 2020-06-29T21:06:31 *** bitcoin-git has left #bitcoin-core-dev
346 2020-06-29T21:11:25 <wumpus> hebasto: done
347 2020-06-29T21:12:24 *** filchef has joined #bitcoin-core-dev
348 2020-06-29T21:13:57 *** filchef has quit IRC
349 2020-06-29T21:18:11 *** owowo has quit IRC
350 2020-06-29T21:20:27 *** proofofkeags has quit IRC
351 2020-06-29T21:22:07 *** marcoagner has quit IRC
352 2020-06-29T21:22:15 *** qrf has joined #bitcoin-core-dev
353 2020-06-29T21:22:40 *** Guyver2 has quit IRC
354 2020-06-29T21:23:14 *** owowo has joined #bitcoin-core-dev
355 2020-06-29T21:23:37 *** nullptr| has quit IRC
356 2020-06-29T21:27:40 *** gleb has joined #bitcoin-core-dev
357 2020-06-29T21:33:51 *** qrf has quit IRC
358 2020-06-29T21:36:17 *** proofofkeags has joined #bitcoin-core-dev
359 2020-06-29T21:40:50 *** proofofkeags has quit IRC
360 2020-06-29T21:49:48 *** Relis has quit IRC
361 2020-06-29T21:55:29 *** bobpp_ has joined #bitcoin-core-dev
362 2020-06-29T21:56:00 *** Relis has joined #bitcoin-core-dev
363 2020-06-29T22:00:08 *** vincenzopalazzo has quit IRC
364 2020-06-29T22:00:28 *** vincenzopalazzo has joined #bitcoin-core-dev
365 2020-06-29T22:01:25 *** morcos_ has joined #bitcoin-core-dev
366 2020-06-29T22:02:39 *** morcos has quit IRC
367 2020-06-29T22:02:40 *** morcos_ is now known as morcos
368 2020-06-29T22:02:50 *** endangurura has quit IRC
369 2020-06-29T22:23:03 *** morcos has quit IRC
370 2020-06-29T22:27:23 *** sdaftuar has quit IRC
371 2020-06-29T22:27:46 *** sdaftuar has joined #bitcoin-core-dev
372 2020-06-29T22:33:47 *** bitcoin-git has joined #bitcoin-core-dev
373 2020-06-29T22:33:47 <bitcoin-git> [bitcoin] practicalswift opened pull request #19415: tests: Make DNS lookup mockable/testable/fuzzable. Add fuzzing harness for Lookup(â¦)/LookupHost(â¦)/LookupNumeric(â¦)/LookupSubNet(â¦). (master...fuzzers-dns-lookup) https://github.com/bitcoin/bitcoin/pull/19415
374 2020-06-29T22:33:48 *** bitcoin-git has left #bitcoin-core-dev
375 2020-06-29T22:36:22 *** morcos has joined #bitcoin-core-dev
376 2020-06-29T22:40:04 *** justanotheruser has quit IRC
377 2020-06-29T23:09:23 *** sipa has quit IRC
378 2020-06-29T23:31:39 *** sipa has joined #bitcoin-core-dev
379 2020-06-29T23:33:37 *** AaronvanW has quit IRC
380 2020-06-29T23:33:44 *** justanotheruser has joined #bitcoin-core-dev