12020-06-29T00:00:01 *** Cotillion has quit IRC
22020-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
32020-06-29T00:06:44 <gwillen> I do not know exactly how to navigate its quoting behavior other than by experiment
42020-06-29T00:22:04 *** Fiver has joined #bitcoin-core-dev
52020-06-29T00:47:54 *** TheHoliestRoger has quit IRC
62020-06-29T00:50:10 *** tryphe has quit IRC
72020-06-29T00:51:28 *** tryphe has joined #bitcoin-core-dev
82020-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.
92020-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
102020-06-29T00:57:45 <fanquake> Looks like Clang doesn't like the way that the AC_CHECK_DECLS tests that are created for builtins.
112020-06-29T01:05:13 *** meshcollider has quit IRC
122020-06-29T01:21:49 *** mol_ has joined #bitcoin-core-dev
132020-06-29T01:23:54 *** mol has quit IRC
142020-06-29T01:27:49 *** bitdex has joined #bitcoin-core-dev
152020-06-29T02:19:15 *** shesek has quit IRC
162020-06-29T02:19:41 *** shesek has joined #bitcoin-core-dev
172020-06-29T02:19:41 *** shesek has joined #bitcoin-core-dev
182020-06-29T02:20:59 *** AaronvanW has quit IRC
192020-06-29T02:49:20 *** thrasher` has left #bitcoin-core-dev
202020-06-29T02:50:21 *** thrasher has joined #bitcoin-core-dev
212020-06-29T02:56:38 *** AaronvanW has joined #bitcoin-core-dev
222020-06-29T03:00:02 *** Fiver has quit IRC
232020-06-29T03:01:42 *** AaronvanW has quit IRC
242020-06-29T03:19:34 *** Relis has quit IRC
252020-06-29T03:21:10 *** fimp has joined #bitcoin-core-dev
262020-06-29T03:21:34 *** fimp is now known as Guest24012
272020-06-29T03:22:25 *** Relis has joined #bitcoin-core-dev
282020-06-29T03:23:08 <sipa> fanquake:
292020-06-29T03:23:09 <sipa> conftest.cpp:100:10: error: builtin functions must be directly called
302020-06-29T03:23:10 <sipa> (void) __builtin_clz;
312020-06-29T03:25:02 <fanquake> sipa: yep. I've got a fix here: https://github.com/fanquake/bitcoin/commit/d88cfdb40d3e902d8a32eb89ed31fbcc6235f45e
322020-06-29T03:25:46 <fanquake> Got distracted with other things
332020-06-29T03:27:28 *** Highway61 has quit IRC
342020-06-29T03:40:54 *** vasild_ has joined #bitcoin-core-dev
352020-06-29T03:44:43 *** vasild has quit IRC
362020-06-29T03:44:44 *** vasild_ is now known as vasild
372020-06-29T03:45:19 *** bitcoin-git has joined #bitcoin-core-dev
382020-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
392020-06-29T03:45:21 *** bitcoin-git has left #bitcoin-core-dev
402020-06-29T03:47:21 *** meshcollider has joined #bitcoin-core-dev
412020-06-29T03:55:12 *** Eagle[TM] has joined #bitcoin-core-dev
422020-06-29T03:55:30 *** Relis has quit IRC
432020-06-29T03:56:54 *** EagleTM has quit IRC
442020-06-29T04:22:36 *** Relis has joined #bitcoin-core-dev
452020-06-29T04:37:13 *** jeremyrubin has joined #bitcoin-core-dev
462020-06-29T04:43:44 *** jeremyrubin has quit IRC
472020-06-29T04:49:37 *** Relis has quit IRC
482020-06-29T04:58:25 *** AaronvanW has joined #bitcoin-core-dev
492020-06-29T05:09:12 *** bitcoin-git has joined #bitcoin-core-dev
502020-06-29T05:09:12 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d3a5dbfd1f18...dd191b583294
512020-06-29T05:09:13 <bitcoin-git> bitcoin/master 8578c6f Glenn Willen: build: Fix search for brew-installed BDB 4 on OS X
522020-06-29T05:09:13 <bitcoin-git> bitcoin/master dd191b5 fanquake: Merge #19356: build: Fix search for brew-installed BDB 4 on OS X
532020-06-29T05:09:16 *** bitcoin-git has left #bitcoin-core-dev
542020-06-29T05:09:32 *** bitcoin-git has joined #bitcoin-core-dev
552020-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
562020-06-29T05:09:33 *** bitcoin-git has left #bitcoin-core-dev
572020-06-29T05:30:54 *** AaronvanW has quit IRC
582020-06-29T05:32:38 *** bitcoin-git has joined #bitcoin-core-dev
592020-06-29T05:32:38 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd191b583294...2f54c760504e
602020-06-29T05:32:38 <bitcoin-git> bitcoin/master fd9c213 Luke Dashjr: doc/REST-interface: Remove stale info
612020-06-29T05:32:39 <bitcoin-git> bitcoin/master 2f54c76 fanquake: Merge #19390: doc/REST-interface: Remove stale info
622020-06-29T05:32:41 *** bitcoin-git has left #bitcoin-core-dev
632020-06-29T05:32:58 *** bitcoin-git has joined #bitcoin-core-dev
642020-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
652020-06-29T05:32:59 *** bitcoin-git has left #bitcoin-core-dev
662020-06-29T05:44:23 *** jb55 has quit IRC
672020-06-29T05:57:48 *** jb55 has joined #bitcoin-core-dev
682020-06-29T06:00:02 *** Guest24012 has quit IRC
692020-06-29T06:21:55 *** alko89 has joined #bitcoin-core-dev
702020-06-29T06:22:14 *** seawalk has joined #bitcoin-core-dev
712020-06-29T06:22:31 *** bitcoin-git has joined #bitcoin-core-dev
722020-06-29T06:22:32 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f54c760504e...b80ae6b4c04b
732020-06-29T06:22:32 <bitcoin-git> bitcoin/master e12e970 Peter Bushnell: docs: match usage text to script and location
742020-06-29T06:22:33 <bitcoin-git> bitcoin/master b80ae6b fanquake: Merge #19344: docs: update testgen usage example
752020-06-29T06:22:35 *** bitcoin-git has left #bitcoin-core-dev
762020-06-29T06:22:51 *** bitcoin-git has joined #bitcoin-core-dev
772020-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
782020-06-29T06:22:52 *** bitcoin-git has left #bitcoin-core-dev
792020-06-29T06:27:48 *** Guyver2 has joined #bitcoin-core-dev
802020-06-29T06:27:50 *** lehnberg_ has joined #bitcoin-core-dev
812020-06-29T06:29:39 *** lehnberg has quit IRC
822020-06-29T06:35:56 *** bitcoin-git has joined #bitcoin-core-dev
832020-06-29T06:35:56 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b80ae6b4c04b...19612ca2eb2e
842020-06-29T06:35:57 <bitcoin-git> bitcoin/master fa74a54 MarcoFalke: ci: Increase test timeout for sanitizer configs
852020-06-29T06:35:57 <bitcoin-git> bitcoin/master 19612ca fanquake: Merge #19371: ci: Increase test timeout for sanitizer configs
862020-06-29T06:35:59 *** bitcoin-git has left #bitcoin-core-dev
872020-06-29T06:36:16 *** bitcoin-git has joined #bitcoin-core-dev
882020-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
892020-06-29T06:36:17 *** bitcoin-git has left #bitcoin-core-dev
902020-06-29T07:05:03 *** marcoagner has joined #bitcoin-core-dev
912020-06-29T07:27:59 *** AaronvanW has joined #bitcoin-core-dev
922020-06-29T07:28:22 *** jonasschnelli has joined #bitcoin-core-dev
932020-06-29T07:28:42 *** jonasschnelli has quit IRC
942020-06-29T07:28:43 *** jonasschnelli has joined #bitcoin-core-dev
952020-06-29T07:47:45 *** kljasdfvv has joined #bitcoin-core-dev
962020-06-29T08:33:23 *** AaronvanW has quit IRC
972020-06-29T08:52:25 *** RCasatta has joined #bitcoin-core-dev
982020-06-29T08:56:23 *** vasild has quit IRC
992020-06-29T09:00:01 *** seawalk has quit IRC
1002020-06-29T09:00:24 *** bitcoin-git has joined #bitcoin-core-dev
1012020-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
1022020-06-29T09:00:25 *** bitcoin-git has left #bitcoin-core-dev
1032020-06-29T09:02:00 *** mol_ has quit IRC
1042020-06-29T09:02:27 *** vasild has joined #bitcoin-core-dev
1052020-06-29T09:20:15 *** TheHoliestRoger has joined #bitcoin-core-dev
1062020-06-29T09:22:22 *** JackSparrow has joined #bitcoin-core-dev
1072020-06-29T09:38:11 *** JackSparrow has quit IRC
1082020-06-29T09:39:57 *** TheHoliestRoger has quit IRC
1092020-06-29T09:42:18 *** TheHoliestRoger has joined #bitcoin-core-dev
1102020-06-29T09:59:08 *** izaki has joined #bitcoin-core-dev
1112020-06-29T09:59:29 *** izaki is now known as Guest12730
1122020-06-29T10:03:21 *** Juana78Huel has joined #bitcoin-core-dev
1132020-06-29T10:04:48 *** AaronvanW has joined #bitcoin-core-dev
1142020-06-29T10:08:22 *** Juana78Huel has quit IRC
1152020-06-29T10:12:25 *** Guyver2_ has joined #bitcoin-core-dev
1162020-06-29T10:15:20 *** Guyver2 has quit IRC
1172020-06-29T10:17:29 *** mol has joined #bitcoin-core-dev
1182020-06-29T11:07:01 *** kristapsk has joined #bitcoin-core-dev
1192020-06-29T11:29:39 *** RCasatta has quit IRC
1202020-06-29T11:31:35 *** shesek has quit IRC
1212020-06-29T12:00:01 *** Guest12730 has quit IRC
1222020-06-29T12:03:09 *** luke-jr has quit IRC
1232020-06-29T12:03:28 *** luke-jr has joined #bitcoin-core-dev
1242020-06-29T12:06:58 *** kristapsk has quit IRC
1252020-06-29T12:08:57 *** kristapsk has joined #bitcoin-core-dev
1262020-06-29T12:15:58 *** Relis has joined #bitcoin-core-dev
1272020-06-29T12:20:04 *** Relis has quit IRC
1282020-06-29T12:21:26 *** bitcoin-git has joined #bitcoin-core-dev
1292020-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
1302020-06-29T12:21:28 *** bitcoin-git has left #bitcoin-core-dev
1312020-06-29T12:24:38 *** alko has joined #bitcoin-core-dev
1322020-06-29T12:25:45 *** alko89 has quit IRC
1332020-06-29T12:28:46 *** Highway61 has joined #bitcoin-core-dev
1342020-06-29T12:30:44 *** jorijn has quit IRC
1352020-06-29T12:35:26 *** bitcoin-git has joined #bitcoin-core-dev
1362020-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
1372020-06-29T12:35:27 *** bitcoin-git has left #bitcoin-core-dev
1382020-06-29T12:35:51 *** jarthur has joined #bitcoin-core-dev
1392020-06-29T12:56:20 *** skinkie1 has joined #bitcoin-core-dev
1402020-06-29T13:00:42 *** Relis has joined #bitcoin-core-dev
1412020-06-29T13:02:27 *** Deacyde has quit IRC
1422020-06-29T13:14:52 *** Highway61 has quit IRC
1432020-06-29T13:15:29 *** Highway61 has joined #bitcoin-core-dev
1442020-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."
1452020-06-29T13:17:27 <sipsorcery> mean replacing Autoconf?
1462020-06-29T13:18:20 <sipsorcery> The Autoconf configure script is what's trying to execute *.exe files during the build.
1472020-06-29T13:18:58 *** bitcoin-git has joined #bitcoin-core-dev
1482020-06-29T13:18:59 <bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/19612ca2eb2e...fb87f6d168c4
1492020-06-29T13:19:00 <bitcoin-git> bitcoin/master 3502a60 Pieter Wuille: doc: Document Span pitfalls
1502020-06-29T13:19:00 <bitcoin-git> bitcoin/master fab57e2 Pieter Wuille: doc: Mention Span in developer-notes.md
1512020-06-29T13:19:01 <bitcoin-git> bitcoin/master fb87f6d Wladimir J. van der Laan: Merge #19367: doc: Span pitfalls
1522020-06-29T13:19:02 *** bitcoin-git has left #bitcoin-core-dev
1532020-06-29T13:19:19 *** bitcoin-git has joined #bitcoin-core-dev
1542020-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
1552020-06-29T13:19:21 *** bitcoin-git has left #bitcoin-core-dev
1562020-06-29T13:33:58 *** troygiorshev has joined #bitcoin-core-dev
1572020-06-29T13:40:55 *** bitcoin-git has joined #bitcoin-core-dev
1582020-06-29T13:40:55 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb87f6d168c4...748178f13e5b
1592020-06-29T13:40:56 <bitcoin-git> bitcoin/master 53361dd Bushstar: [build] Remove unused RES_IMAGES
1602020-06-29T13:40:56 <bitcoin-git> bitcoin/master 748178f MarcoFalke: Merge #19394: build: Remove unused RES_IMAGES
1612020-06-29T13:40:58 *** bitcoin-git has left #bitcoin-core-dev
1622020-06-29T13:41:15 *** bitcoin-git has joined #bitcoin-core-dev
1632020-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
1642020-06-29T13:41:16 *** bitcoin-git has left #bitcoin-core-dev
1652020-06-29T13:46:09 *** TheFuzzStone[m] has quit IRC
1662020-06-29T13:46:10 *** mrostecki[m] has quit IRC
1672020-06-29T13:46:12 *** icota[m] has quit IRC
1682020-06-29T13:46:13 *** SergeySherkunov[ has quit IRC
1692020-06-29T13:46:29 *** awesome-doge has quit IRC
1702020-06-29T13:47:19 *** bitcoin-git has joined #bitcoin-core-dev
1712020-06-29T13:47:19 <bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/748178f13e5b...8edfc1715a02
1722020-06-29T13:47:20 <bitcoin-git> bitcoin/master fabf3d6 MarcoFalke: test: Add FeeFilterRounder test
1732020-06-29T13:47:20 <bitcoin-git> bitcoin/master faba65e MarcoFalke: Add ChainstateManager::ActiveChainstate
1742020-06-29T13:47:21 <bitcoin-git> bitcoin/master fa06d7e MarcoFalke: refactor: block import implies IsInitialBlockDownload
1752020-06-29T13:47:22 *** bitcoin-git has left #bitcoin-core-dev
1762020-06-29T13:47:44 *** bitcoin-git has joined #bitcoin-core-dev
1772020-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
1782020-06-29T13:47:45 *** bitcoin-git has left #bitcoin-core-dev
1792020-06-29T13:49:33 *** bitcoin-git has joined #bitcoin-core-dev
1802020-06-29T13:49:34 <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8edfc1715a02...1269cab21a9a
1812020-06-29T13:49:35 <bitcoin-git> bitcoin/master 9952242 fanquake: build: improve builtin_clz* detection
1822020-06-29T13:49:35 <bitcoin-git> bitcoin/master 1269cab Wladimir J. van der Laan: Merge #19403: build: improve __builtin_clz* detection
1832020-06-29T13:49:37 *** bitcoin-git has left #bitcoin-core-dev
1842020-06-29T13:49:54 *** bitcoin-git has joined #bitcoin-core-dev
1852020-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
1862020-06-29T13:49:54 *** bitcoin-git has left #bitcoin-core-dev
1872020-06-29T13:56:55 *** proofofkeags has joined #bitcoin-core-dev
1882020-06-29T14:04:11 *** bitcoin-git has joined #bitcoin-core-dev
1892020-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
1902020-06-29T14:04:12 *** bitcoin-git has left #bitcoin-core-dev
1912020-06-29T14:05:02 *** TheFuzzStone[m] has joined #bitcoin-core-dev
1922020-06-29T14:08:37 *** troygiorshev has quit IRC
1932020-06-29T14:09:22 *** troygiorshev has joined #bitcoin-core-dev
1942020-06-29T14:10:53 *** awesome-doge has joined #bitcoin-core-dev
1952020-06-29T14:10:53 *** SergeySherkunov[ has joined #bitcoin-core-dev
1962020-06-29T14:10:53 *** mrostecki[m] has joined #bitcoin-core-dev
1972020-06-29T14:10:53 *** icota[m] has joined #bitcoin-core-dev
1982020-06-29T14:12:04 *** tralfaz has joined #bitcoin-core-dev
1992020-06-29T14:14:14 *** davterra has quit IRC
2002020-06-29T14:15:16 *** proofofkeags has quit IRC
2012020-06-29T14:15:31 *** proofofkeags has joined #bitcoin-core-dev
2022020-06-29T14:17:57 *** jonatack has quit IRC
2032020-06-29T14:18:58 *** tralfaz has quit IRC
2042020-06-29T14:25:59 *** Guyver2__ has joined #bitcoin-core-dev
2052020-06-29T14:26:37 *** Guyver2_ has quit IRC
2062020-06-29T14:33:09 *** bitcoin-git has joined #bitcoin-core-dev
2072020-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
2082020-06-29T14:33:10 *** bitcoin-git has left #bitcoin-core-dev
2092020-06-29T14:38:33 *** tralfaz has joined #bitcoin-core-dev
2102020-06-29T14:39:06 *** tralfaz is now known as davterra
2112020-06-29T14:51:37 *** bitcoin-git has joined #bitcoin-core-dev
2122020-06-29T14:51:38 <bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1269cab21a9a...dbadf746e268
2132020-06-29T14:51:39 <bitcoin-git> bitcoin/master faa7431 MarcoFalke: refactor: Fix clang compile failure
2142020-06-29T14:51:40 <bitcoin-git> bitcoin/master fa3b35a MarcoFalke: ci: Add test for clang-3.8 C++11 support
2152020-06-29T14:51:40 <bitcoin-git> bitcoin/master dbadf74 Wladimir J. van der Laan: Merge #19333: refactor: Fix clang compile failure
2162020-06-29T14:51:42 *** bitcoin-git has left #bitcoin-core-dev
2172020-06-29T14:51:57 *** bitcoin-git has joined #bitcoin-core-dev
2182020-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
2192020-06-29T14:51:59 *** bitcoin-git has left #bitcoin-core-dev
2202020-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.
2212020-06-29T14:54:43 *** proofofkeags has quit IRC
2222020-06-29T14:55:20 *** proofofkeags has joined #bitcoin-core-dev
2232020-06-29T14:59:36 *** bitcoin-git has joined #bitcoin-core-dev
2242020-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
2252020-06-29T14:59:37 *** mrostecki[m] has left #bitcoin-core-dev
2262020-06-29T14:59:37 *** bitcoin-git has left #bitcoin-core-dev
2272020-06-29T14:59:42 *** proofofkeags has quit IRC
2282020-06-29T15:00:01 *** skinkie1 has quit IRC
2292020-06-29T15:15:00 *** bitcoin-git has joined #bitcoin-core-dev
2302020-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
2312020-06-29T15:15:01 *** bitcoin-git has left #bitcoin-core-dev
2322020-06-29T15:17:50 *** bitdex has quit IRC
2332020-06-29T15:21:57 *** Haigha has joined #bitcoin-core-dev
2342020-06-29T15:26:22 *** proofofkeags has joined #bitcoin-core-dev
2352020-06-29T15:26:58 *** Talkless has joined #bitcoin-core-dev
2362020-06-29T15:35:00 *** jonatack has joined #bitcoin-core-dev
2372020-06-29T15:39:10 *** davterra has quit IRC
2382020-06-29T15:39:20 *** tralfaz has joined #bitcoin-core-dev
2392020-06-29T15:41:07 *** vasild_ has joined #bitcoin-core-dev
2402020-06-29T15:42:38 *** bitcoin-git has joined #bitcoin-core-dev
2412020-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
2422020-06-29T15:42:39 *** bitcoin-git has left #bitcoin-core-dev
2432020-06-29T15:42:58 *** bitcoin-git has joined #bitcoin-core-dev
2442020-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
2452020-06-29T15:42:59 *** bitcoin-git has left #bitcoin-core-dev
2462020-06-29T15:44:03 *** vasild has quit IRC
2472020-06-29T15:44:04 *** vasild_ is now known as vasild
2482020-06-29T15:45:27 *** mol has quit IRC
2492020-06-29T15:47:54 *** alko has quit IRC
2502020-06-29T15:49:13 <achow101> review beg for #19215. I'd like to get HWI's travis working again and this is needed
2512020-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
2522020-06-29T15:54:14 *** Relis has quit IRC
2532020-06-29T15:57:33 *** bitcoin-git has joined #bitcoin-core-dev
2542020-06-29T15:57:33 <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dbadf746e268...5c3c7cc50c5f
2552020-06-29T15:57:34 <bitcoin-git> bitcoin/master b9971ae João Barbosa: wallet: Handle concurrent wallet loading
2562020-06-29T15:57:35 <bitcoin-git> bitcoin/master 9b009fa João Barbosa: qa: Test concurrent wallet loading
2572020-06-29T15:57:35 <bitcoin-git> bitcoin/master 5c3c7cc MarcoFalke: Merge #19300: wallet: Handle concurrent wallet loading
2582020-06-29T15:57:44 *** bitcoin-git has left #bitcoin-core-dev
2592020-06-29T15:57:58 *** bitcoin-git has joined #bitcoin-core-dev
2602020-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
2612020-06-29T15:58:09 *** bitcoin-git has left #bitcoin-core-dev
2622020-06-29T15:58:51 *** proofofkeags has quit IRC
2632020-06-29T16:02:25 *** proofofk_ has joined #bitcoin-core-dev
2642020-06-29T16:07:02 *** Relis has joined #bitcoin-core-dev
2652020-06-29T16:30:04 <provoostenator> Any hints on how to debug a configure file? #19411
2662020-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
2672020-06-29T16:30:37 <provoostenator> ac_fn_c_try_run fails unless I replace "exit" with "return".
2682020-06-29T16:30:51 <provoostenator> I would be great if I can see what it outputs...
2692020-06-29T16:36:41 *** belcher has joined #bitcoin-core-dev
2702020-06-29T16:45:51 *** Guyver2_ has joined #bitcoin-core-dev
2712020-06-29T16:45:52 *** troygiorshev has quit IRC
2722020-06-29T16:46:46 *** troygiorshev has joined #bitcoin-core-dev
2732020-06-29T16:49:11 *** Talkless has quit IRC
2742020-06-29T16:49:16 *** mol has joined #bitcoin-core-dev
2752020-06-29T16:49:17 *** bitcoin-git has joined #bitcoin-core-dev
2762020-06-29T16:49:17 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c3c7cc50c5f...8d3187fd0d6d
2772020-06-29T16:49:18 <bitcoin-git> bitcoin/master a92e48b fanquake: test: move TEST_RUNNER_EXTRA into native tsan setup
2782020-06-29T16:49:18 <bitcoin-git> bitcoin/master 8d3187f MarcoFalke: Merge #19412: test: move TEST_RUNNER_EXTRA into native tsan setup
2792020-06-29T16:49:20 *** bitcoin-git has left #bitcoin-core-dev
2802020-06-29T16:49:25 *** Guyver2__ has quit IRC
2812020-06-29T16:49:37 *** bitcoin-git has joined #bitcoin-core-dev
2822020-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
2832020-06-29T16:49:39 *** bitcoin-git has left #bitcoin-core-dev
2842020-06-29T16:49:50 *** Talkless has joined #bitcoin-core-dev
2852020-06-29T17:06:09 *** mol_ has joined #bitcoin-core-dev
2862020-06-29T17:09:28 *** mol has quit IRC
2872020-06-29T17:15:16 *** bitcoin-git has joined #bitcoin-core-dev
2882020-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
2892020-06-29T17:15:28 *** bitcoin-git has left #bitcoin-core-dev
2902020-06-29T17:15:42 *** bitcoin-git has joined #bitcoin-core-dev
2912020-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
2922020-06-29T17:15:53 *** bitcoin-git has left #bitcoin-core-dev
2932020-06-29T17:16:52 *** bitcoin-git has joined #bitcoin-core-dev
2942020-06-29T17:16:52 <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d3187fd0d6d...2af56d6d5c38
2952020-06-29T17:16:52 <bitcoin-git> bitcoin/master 6fdfeeb Hennadii Stepanov: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
2962020-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...
2972020-06-29T17:17:03 *** bitcoin-git has left #bitcoin-core-dev
2982020-06-29T17:17:17 *** bitcoin-git has joined #bitcoin-core-dev
2992020-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
3002020-06-29T17:17:18 *** bitcoin-git has left #bitcoin-core-dev
3012020-06-29T17:22:26 *** bitcoin-git has joined #bitcoin-core-dev
3022020-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
3032020-06-29T17:22:38 *** bitcoin-git has left #bitcoin-core-dev
3042020-06-29T17:22:55 *** bitcoin-git has joined #bitcoin-core-dev
3052020-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
3062020-06-29T17:23:04 *** bitcoin-git has left #bitcoin-core-dev
3072020-06-29T17:24:09 *** proofofk_ has quit IRC
3082020-06-29T17:24:18 *** proofofkeags has joined #bitcoin-core-dev
3092020-06-29T17:32:46 *** Guyver2_ is now known as Guyver2
3102020-06-29T17:33:22 *** endangurura has joined #bitcoin-core-dev
3112020-06-29T17:38:36 *** justanotheruser has quit IRC
3122020-06-29T17:39:02 *** justanotheruser has joined #bitcoin-core-dev
3132020-06-29T17:45:41 *** troygiorshev has quit IRC
3142020-06-29T17:46:32 *** troygiorshev has joined #bitcoin-core-dev
3152020-06-29T17:55:33 *** justanotheruser has quit IRC
3162020-06-29T18:00:01 *** Haigha has quit IRC
3172020-06-29T18:21:50 *** zigapeda1 has joined #bitcoin-core-dev
3182020-06-29T18:31:21 *** Talkless has quit IRC
3192020-06-29T18:34:01 <hebasto> sipa: wumpus: could ban maste197 on gh?
3202020-06-29T18:38:44 *** luke-jr has quit IRC
3212020-06-29T18:39:33 *** luke-jr has joined #bitcoin-core-dev
3222020-06-29T19:27:13 *** tralfaz is now known as davterra
3232020-06-29T19:43:47 *** vincenzopalazzo has joined #bitcoin-core-dev
3242020-06-29T19:51:19 *** gleb has quit IRC
3252020-06-29T19:56:41 *** alko89 has joined #bitcoin-core-dev
3262020-06-29T19:57:07 *** alko89 has quit IRC
3272020-06-29T20:13:30 *** alko89 has joined #bitcoin-core-dev
3282020-06-29T20:16:34 *** luke-jr has quit IRC
3292020-06-29T20:16:36 *** proofofkeags has quit IRC
3302020-06-29T20:17:05 *** luke-jr has joined #bitcoin-core-dev
3312020-06-29T20:22:12 *** justanotheruser has joined #bitcoin-core-dev
3322020-06-29T20:22:47 *** luke-jr has quit IRC
3332020-06-29T20:23:45 *** luke-jr has joined #bitcoin-core-dev
3342020-06-29T20:37:19 *** alko89 has quit IRC
3352020-06-29T20:37:19 *** alko89 has joined #bitcoin-core-dev
3362020-06-29T20:48:24 *** proofofkeags has joined #bitcoin-core-dev
3372020-06-29T20:55:09 *** proofofkeags has quit IRC
3382020-06-29T20:55:16 *** proofofkeags has joined #bitcoin-core-dev
3392020-06-29T21:00:02 *** zigapeda1 has quit IRC
3402020-06-29T21:06:10 *** bitcoin-git has joined #bitcoin-core-dev
3412020-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
3422020-06-29T21:06:12 *** bitcoin-git has left #bitcoin-core-dev
3432020-06-29T21:06:30 *** bitcoin-git has joined #bitcoin-core-dev
3442020-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
3452020-06-29T21:06:31 *** bitcoin-git has left #bitcoin-core-dev
3462020-06-29T21:11:25 <wumpus> hebasto: done
3472020-06-29T21:12:24 *** filchef has joined #bitcoin-core-dev
3482020-06-29T21:13:57 *** filchef has quit IRC
3492020-06-29T21:18:11 *** owowo has quit IRC
3502020-06-29T21:20:27 *** proofofkeags has quit IRC
3512020-06-29T21:22:07 *** marcoagner has quit IRC
3522020-06-29T21:22:15 *** qrf has joined #bitcoin-core-dev
3532020-06-29T21:22:40 *** Guyver2 has quit IRC
3542020-06-29T21:23:14 *** owowo has joined #bitcoin-core-dev
3552020-06-29T21:23:37 *** nullptr| has quit IRC
3562020-06-29T21:27:40 *** gleb has joined #bitcoin-core-dev
3572020-06-29T21:33:51 *** qrf has quit IRC
3582020-06-29T21:36:17 *** proofofkeags has joined #bitcoin-core-dev
3592020-06-29T21:40:50 *** proofofkeags has quit IRC
3602020-06-29T21:49:48 *** Relis has quit IRC
3612020-06-29T21:55:29 *** bobpp_ has joined #bitcoin-core-dev
3622020-06-29T21:56:00 *** Relis has joined #bitcoin-core-dev
3632020-06-29T22:00:08 *** vincenzopalazzo has quit IRC
3642020-06-29T22:00:28 *** vincenzopalazzo has joined #bitcoin-core-dev
3652020-06-29T22:01:25 *** morcos_ has joined #bitcoin-core-dev
3662020-06-29T22:02:39 *** morcos has quit IRC
3672020-06-29T22:02:40 *** morcos_ is now known as morcos
3682020-06-29T22:02:50 *** endangurura has quit IRC
3692020-06-29T22:23:03 *** morcos has quit IRC
3702020-06-29T22:27:23 *** sdaftuar has quit IRC
3712020-06-29T22:27:46 *** sdaftuar has joined #bitcoin-core-dev
3722020-06-29T22:33:47 *** bitcoin-git has joined #bitcoin-core-dev
3732020-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
3742020-06-29T22:33:48 *** bitcoin-git has left #bitcoin-core-dev
3752020-06-29T22:36:22 *** morcos has joined #bitcoin-core-dev
3762020-06-29T22:40:04 *** justanotheruser has quit IRC
3772020-06-29T23:09:23 *** sipa has quit IRC
3782020-06-29T23:31:39 *** sipa has joined #bitcoin-core-dev
3792020-06-29T23:33:37 *** AaronvanW has quit IRC
3802020-06-29T23:33:44 *** justanotheruser has joined #bitcoin-core-dev