12019-12-31T00:00:01 *** head_victim has quit IRC
22019-12-31T00:02:54 *** murr4y has quit IRC
32019-12-31T00:03:22 *** murr4y has joined #bitcoin-core-dev
42019-12-31T00:04:28 *** nanotube has joined #bitcoin-core-dev
52019-12-31T00:08:09 *** promag has quit IRC
62019-12-31T00:13:33 *** abacus has quit IRC
72019-12-31T00:25:38 *** turbo_choo has quit IRC
82019-12-31T00:28:26 <gwillen> what is the difference between tr(...) and _(...).translated ?
92019-12-31T00:28:31 <gwillen> which one is preferred, or does it depend?
102019-12-31T00:28:53 <gwillen> is there a doc or a guide somewhere on how to deal with translation stuff, especially when adding or changing UI strings?
112019-12-31T00:29:34 <hebasto> gwillen: tr() is for Qt code
122019-12-31T00:30:15 <hebasto> https://github.com/bitcoin/bitcoin/blob/master/doc/translation_strings_policy.md
132019-12-31T00:30:46 <gwillen> thanks, I found https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md which only references tr() and does not mention _()
142019-12-31T00:32:07 <gwillen> hmm, what does this mean for using strings from e.g. https://github.com/bitcoin/bitcoin/blob/master/src/util/error.cpp in the UI?
152019-12-31T00:32:34 <emilengler> IIRC translations are only in bitcoin-qt
162019-12-31T00:32:40 <emilengler> But I could be wrong on this
172019-12-31T00:32:53 <emilengler> Ok, yes I'm wrong on this...
182019-12-31T00:33:17 <emilengler> gwillen: strprintf is used when there are vairables in the string
192019-12-31T00:33:30 <emilengler> Like %s means that the software will insert the string later
202019-12-31T00:33:34 <gwillen> for the transaction errors, it seems like ideally they could appear both in RPC and in the GUI
212019-12-31T00:33:43 <gwillen> but it sounds like RPC errors should not be translated and GUI errors should
222019-12-31T00:34:52 <emilengler> I think so
232019-12-31T00:36:46 <emilengler> I think a translated RPC system would make no sense as the commands tiself are in english and it is mostly used by power users who can speak english
242019-12-31T00:37:22 *** Inigo_Montoya has joined #bitcoin-core-dev
252019-12-31T00:39:33 <hebasto> gwillen: emilengler: Also see https://github.com/bitcoin/bitcoin/blob/master/src/util/translation.h
262019-12-31T00:40:07 <emilengler> hebasto: Thanks
272019-12-31T00:40:14 <emilengler> There we go, line 14: " * - in log and stderr: untranslated only"
282019-12-31T00:54:14 *** bitcoin-git has joined #bitcoin-core-dev
292019-12-31T00:54:14 <bitcoin-git> [bitcoin] hebasto opened pull request #17837: build: Refactor out Qt version check macro (master...20191230-autoconf-qt-version-macro) https://github.com/bitcoin/bitcoin/pull/17837
302019-12-31T00:54:27 *** bitcoin-git has left #bitcoin-core-dev
312019-12-31T00:56:27 <fanquake> hebasto Instead of opening three very related PRs, that all touch the same file (and all conflict with each other), can you just combine them into one?
322019-12-31T00:57:04 *** abacus has joined #bitcoin-core-dev
332019-12-31T00:57:26 <hebasto> fanquake: I did know in advance that will be three pulls ;)
342019-12-31T00:57:47 <fanquake> hebasto: that's fine. Just close the second two, and merge them into the first.
352019-12-31T00:58:02 <hebasto> fanquake: will do
362019-12-31T00:58:18 <fanquake> I'd assume all these changes you'd want to be testing at the same time anyways. It'll also save on doing gitian builds over and over.
372019-12-31T00:58:40 <hebasto> totally agree
382019-12-31T01:04:30 *** luke-jr has quit IRC
392019-12-31T01:08:27 *** luke-jr has joined #bitcoin-core-dev
402019-12-31T01:10:39 *** bitcoin-git has joined #bitcoin-core-dev
412019-12-31T01:10:39 <bitcoin-git> [bitcoin] hebasto closed pull request #17836: build: Fix --with-gui configure option without argument (master...20191230-fix-withgui) https://github.com/bitcoin/bitcoin/pull/17836
422019-12-31T01:10:52 *** bitcoin-git has left #bitcoin-core-dev
432019-12-31T01:11:14 *** bitcoin-git has joined #bitcoin-core-dev
442019-12-31T01:11:14 <bitcoin-git> [bitcoin] hebasto closed pull request #17837: build: Refactor out Qt version check macro (master...20191230-autoconf-qt-version-macro) https://github.com/bitcoin/bitcoin/pull/17837
452019-12-31T01:11:15 *** bitcoin-git has left #bitcoin-core-dev
462019-12-31T01:12:22 *** justanotheruser has joined #bitcoin-core-dev
472019-12-31T01:17:27 *** turbo_choo has joined #bitcoin-core-dev
482019-12-31T01:21:18 <hebasto> fanquake: done
492019-12-31T01:24:06 *** turbo_choo has quit IRC
502019-12-31T01:24:26 *** turbo_choo has joined #bitcoin-core-dev
512019-12-31T01:33:22 *** ddustin has quit IRC
522019-12-31T01:33:43 *** ddustin has joined #bitcoin-core-dev
532019-12-31T01:34:45 *** ddustin has quit IRC
542019-12-31T01:35:19 *** ddustin has joined #bitcoin-core-dev
552019-12-31T01:38:59 *** ddustin has quit IRC
562019-12-31T01:39:29 *** ddustin has joined #bitcoin-core-dev
572019-12-31T01:39:47 *** zavan has quit IRC
582019-12-31T01:40:32 *** ddustin has quit IRC
592019-12-31T01:41:08 *** ddustin has joined #bitcoin-core-dev
602019-12-31T01:43:25 <fanquake> hebasto thanks
612019-12-31T01:45:23 *** ddustin has quit IRC
622019-12-31T01:50:03 *** SiAnDoG__ has quit IRC
632019-12-31T01:50:08 *** kristapsk has quit IRC
642019-12-31T01:50:13 *** ctrlbreak_MAD has joined #bitcoin-core-dev
652019-12-31T01:51:38 *** kristapsk has joined #bitcoin-core-dev
662019-12-31T01:53:05 *** ctrlbreak has quit IRC
672019-12-31T01:53:26 *** jcorgan has quit IRC
682019-12-31T01:53:35 *** jcorgan has joined #bitcoin-core-dev
692019-12-31T02:08:47 *** promag has joined #bitcoin-core-dev
702019-12-31T02:08:57 *** kristapsk_ has joined #bitcoin-core-dev
712019-12-31T02:09:51 *** kristapsk has quit IRC
722019-12-31T02:13:08 *** promag has quit IRC
732019-12-31T02:20:37 *** pinheadmz has joined #bitcoin-core-dev
742019-12-31T02:26:39 *** Arvidt_ has joined #bitcoin-core-dev
752019-12-31T02:29:05 *** Arvidt has quit IRC
762019-12-31T02:39:58 *** Highway61 has quit IRC
772019-12-31T02:47:57 *** AaronvanW has quit IRC
782019-12-31T03:00:01 *** Inigo_Montoya has quit IRC
792019-12-31T03:01:30 *** abrissbirne has joined #bitcoin-core-dev
802019-12-31T03:03:24 *** whn1 has joined #bitcoin-core-dev
812019-12-31T03:04:58 *** abrissbi1ne has quit IRC
822019-12-31T03:20:53 *** ddustin has joined #bitcoin-core-dev
832019-12-31T03:28:27 *** Squidicuz has joined #bitcoin-core-dev
842019-12-31T03:28:28 *** Squidicc has quit IRC
852019-12-31T03:45:08 *** felixfoertsch23 has joined #bitcoin-core-dev
862019-12-31T03:45:44 *** Relis has quit IRC
872019-12-31T03:46:08 *** felixfoertsch has quit IRC
882019-12-31T03:50:01 *** Relis has joined #bitcoin-core-dev
892019-12-31T04:05:05 *** Relis has quit IRC
902019-12-31T04:07:34 *** Relis has joined #bitcoin-core-dev
912019-12-31T04:22:26 *** Eagle[TM] has quit IRC
922019-12-31T04:23:07 *** EagleTM has joined #bitcoin-core-dev
932019-12-31T04:23:29 *** emilengler has quit IRC
942019-12-31T04:49:05 *** pinheadmz has quit IRC
952019-12-31T04:51:50 *** Relis has quit IRC
962019-12-31T04:57:44 *** Relis has joined #bitcoin-core-dev
972019-12-31T05:02:15 *** Victorsueca has joined #bitcoin-core-dev
982019-12-31T05:04:03 *** Zenton has quit IRC
992019-12-31T05:04:38 *** Victor_sueca has quit IRC
1002019-12-31T05:11:43 *** Relis has quit IRC
1012019-12-31T05:17:17 *** pinheadmz has joined #bitcoin-core-dev
1022019-12-31T05:31:48 *** Victor_sueca has joined #bitcoin-core-dev
1032019-12-31T05:32:42 *** gribble has quit IRC
1042019-12-31T05:34:26 *** Victorsueca has quit IRC
1052019-12-31T05:41:04 *** bitcoin-git has joined #bitcoin-core-dev
1062019-12-31T05:41:04 <bitcoin-git> [bitcoin] kallewoof opened pull request #17838: test: test the >10 UTXO case for output groups (master...191231-test-avoidreuse-many-utxos) https://github.com/bitcoin/bitcoin/pull/17838
1072019-12-31T05:41:17 *** bitcoin-git has left #bitcoin-core-dev
1082019-12-31T05:48:24 *** [n1x]_ has joined #bitcoin-core-dev
1092019-12-31T05:53:27 *** felixfoertsch23 has quit IRC
1102019-12-31T05:53:36 *** felixfoertsch has joined #bitcoin-core-dev
1112019-12-31T05:57:12 *** gribble has joined #bitcoin-core-dev
1122019-12-31T06:00:02 *** [n1x]_ has quit IRC
1132019-12-31T06:03:48 *** molly has joined #bitcoin-core-dev
1142019-12-31T06:07:09 *** mol has quit IRC
1152019-12-31T06:36:31 *** bugbot1 has joined #bitcoin-core-dev
1162019-12-31T06:47:04 *** pinheadmz has quit IRC
1172019-12-31T06:49:25 *** ddustin has quit IRC
1182019-12-31T06:50:03 *** ddustin has joined #bitcoin-core-dev
1192019-12-31T06:51:26 *** Giszmo has joined #bitcoin-core-dev
1202019-12-31T06:55:28 *** ddustin has quit IRC
1212019-12-31T07:26:55 *** ddustin has joined #bitcoin-core-dev
1222019-12-31T07:33:46 *** luke-jr has quit IRC
1232019-12-31T07:37:19 *** luke-jr has joined #bitcoin-core-dev
1242019-12-31T08:14:28 *** jonatack has quit IRC
1252019-12-31T08:14:38 *** Soligor has quit IRC
1262019-12-31T08:25:48 *** Talkless has joined #bitcoin-core-dev
1272019-12-31T08:31:38 *** Soligor has joined #bitcoin-core-dev
1282019-12-31T08:35:20 *** mably has joined #bitcoin-core-dev
1292019-12-31T08:37:36 *** jonatack has joined #bitcoin-core-dev
1302019-12-31T08:55:40 *** TheRec has joined #bitcoin-core-dev
1312019-12-31T08:56:35 *** astro has left #bitcoin-core-dev
1322019-12-31T09:00:01 *** bugbot1 has quit IRC
1332019-12-31T09:06:30 *** nirved has joined #bitcoin-core-dev
1342019-12-31T09:08:09 *** justanotheruser has quit IRC
1352019-12-31T09:22:31 *** Guyver2 has joined #bitcoin-core-dev
1362019-12-31T09:24:21 *** justanotheruser has joined #bitcoin-core-dev
1372019-12-31T09:29:12 *** Kiminuo has joined #bitcoin-core-dev
1382019-12-31T09:29:13 *** TheRec has quit IRC
1392019-12-31T09:31:08 *** TheRec has joined #bitcoin-core-dev
1402019-12-31T09:31:08 *** TheRec has joined #bitcoin-core-dev
1412019-12-31T09:37:32 *** vasild_ has joined #bitcoin-core-dev
1422019-12-31T09:39:05 *** Talkless has quit IRC
1432019-12-31T09:40:11 *** Talkless has joined #bitcoin-core-dev
1442019-12-31T09:40:43 *** vasild has quit IRC
1452019-12-31T09:45:03 *** Seyaryuki has joined #bitcoin-core-dev
1462019-12-31T10:07:21 *** tsujp has joined #bitcoin-core-dev
1472019-12-31T10:13:36 *** AaronvanW has joined #bitcoin-core-dev
1482019-12-31T10:14:22 *** jonatack has quit IRC
1492019-12-31T10:26:33 *** justanotheruser has quit IRC
1502019-12-31T10:44:01 *** justanotheruser has joined #bitcoin-core-dev
1512019-12-31T10:44:02 *** Kiminuo has quit IRC
1522019-12-31T10:44:25 *** marcoagner has joined #bitcoin-core-dev
1532019-12-31T10:45:02 *** vasild_ has quit IRC
1542019-12-31T10:47:39 *** bitcoin-git has joined #bitcoin-core-dev
1552019-12-31T10:47:39 <bitcoin-git> [bitcoin] rex4539 opened pull request #17839: [build] depends macOS: hide linker visibility warnings (master...hide-warnings) https://github.com/bitcoin/bitcoin/pull/17839
1562019-12-31T10:47:40 *** bitcoin-git has left #bitcoin-core-dev
1572019-12-31T10:50:24 *** vasild has joined #bitcoin-core-dev
1582019-12-31T10:57:38 *** luke-jr has quit IRC
1592019-12-31T10:58:01 *** luke-jr has joined #bitcoin-core-dev
1602019-12-31T11:00:04 *** turbo_choo has quit IRC
1612019-12-31T11:03:57 *** Lester67Swift has joined #bitcoin-core-dev
1622019-12-31T11:08:02 *** Relis has joined #bitcoin-core-dev
1632019-12-31T11:11:59 *** Relis has quit IRC
1642019-12-31T11:13:18 *** Lester67Swift has quit IRC
1652019-12-31T11:17:56 *** jonatack has joined #bitcoin-core-dev
1662019-12-31T11:18:56 *** promag has joined #bitcoin-core-dev
1672019-12-31T11:19:14 *** Relis has joined #bitcoin-core-dev
1682019-12-31T11:21:42 *** tsujp has quit IRC
1692019-12-31T11:21:52 *** kristapsk_ has quit IRC
1702019-12-31T11:31:36 *** jonatack has quit IRC
1712019-12-31T11:31:47 *** promag has joined #bitcoin-core-dev
1722019-12-31T11:34:53 *** aqquadro has joined #bitcoin-core-dev
1732019-12-31T11:34:53 *** aqquadro has quit IRC
1742019-12-31T11:34:53 *** aqquadro has joined #bitcoin-core-dev
1752019-12-31T11:37:56 *** promag has joined #bitcoin-core-dev
1762019-12-31T11:41:10 *** promag has quit IRC
1772019-12-31T11:52:40 *** Seyaryuki has quit IRC
1782019-12-31T11:54:06 *** promag has joined #bitcoin-core-dev
1792019-12-31T12:06:59 *** turbo_choo has joined #bitcoin-core-dev
1802019-12-31T12:17:25 *** joeykrim1 has joined #bitcoin-core-dev
1812019-12-31T12:33:32 *** AaronvanW has quit IRC
1822019-12-31T12:47:38 *** vincenzopalazzo has joined #bitcoin-core-dev
1832019-12-31T12:47:54 *** promag has quit IRC
1842019-12-31T12:49:38 *** Highway61 has joined #bitcoin-core-dev
1852019-12-31T12:57:03 *** promag has joined #bitcoin-core-dev
1862019-12-31T12:57:08 *** turbo_choo has quit IRC
1872019-12-31T12:57:09 *** promag has quit IRC
1882019-12-31T13:00:17 *** Kiminuo has joined #bitcoin-core-dev
1892019-12-31T13:00:23 *** lowentropy has quit IRC
1902019-12-31T13:01:08 *** lowentropy has joined #bitcoin-core-dev
1912019-12-31T13:01:51 *** turbo_choo has joined #bitcoin-core-dev
1922019-12-31T13:02:56 *** turbo_choo has joined #bitcoin-core-dev
1932019-12-31T13:05:48 *** AaronvanW has joined #bitcoin-core-dev
1942019-12-31T13:10:24 *** AaronvanW has quit IRC
1952019-12-31T13:16:31 *** vasild has quit IRC
1962019-12-31T13:16:44 *** vasild has joined #bitcoin-core-dev
1972019-12-31T13:19:25 *** AaronvanW has joined #bitcoin-core-dev
1982019-12-31T13:28:30 *** justanotheruser has quit IRC
1992019-12-31T13:33:16 *** zavan has joined #bitcoin-core-dev
2002019-12-31T13:33:45 *** justanotheruser has joined #bitcoin-core-dev
2012019-12-31T13:37:07 *** Victor_sueca is now known as Victorsueca
2022019-12-31T13:39:09 *** molly has quit IRC
2032019-12-31T13:41:28 *** mol has joined #bitcoin-core-dev
2042019-12-31T13:44:47 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2052019-12-31T13:47:49 *** Guyver2_ has joined #bitcoin-core-dev
2062019-12-31T13:50:27 *** Guyver2 has quit IRC
2072019-12-31T14:25:08 *** justanotheruser has quit IRC
2082019-12-31T14:29:01 *** cubancorona has quit IRC
2092019-12-31T14:39:21 *** Guyver2_ has quit IRC
2102019-12-31T14:55:13 *** justanotheruser has joined #bitcoin-core-dev
2112019-12-31T14:55:47 *** thelounge2467250 has quit IRC
2122019-12-31T14:56:23 *** thelounge2467250 has joined #bitcoin-core-dev
2132019-12-31T15:00:02 *** joeykrim1 has quit IRC
2142019-12-31T15:14:33 *** pinheadmz has joined #bitcoin-core-dev
2152019-12-31T15:17:08 *** itnet7 has joined #bitcoin-core-dev
2162019-12-31T15:22:33 *** emilengler has joined #bitcoin-core-dev
2172019-12-31T15:30:54 *** mdunnio has joined #bitcoin-core-dev
2182019-12-31T15:35:14 *** whn1 has quit IRC
2192019-12-31T15:38:29 *** jonatack has joined #bitcoin-core-dev
2202019-12-31T15:46:22 *** pinheadmz has quit IRC
2212019-12-31T15:51:15 *** Chris_Stewart_5 has quit IRC
2222019-12-31T15:55:29 *** davterra has quit IRC
2232019-12-31T16:08:53 *** MrPaz has joined #bitcoin-core-dev
2242019-12-31T16:15:02 *** Highway62 has joined #bitcoin-core-dev
2252019-12-31T16:16:38 *** Highway61 has quit IRC
2262019-12-31T16:16:38 *** Highway62 is now known as Highway61
2272019-12-31T16:17:52 *** ddustin has quit IRC
2282019-12-31T16:18:11 *** ddustin has joined #bitcoin-core-dev
2292019-12-31T16:20:46 *** pinheadmz has joined #bitcoin-core-dev
2302019-12-31T16:25:42 *** pinheadmz has quit IRC
2312019-12-31T17:01:54 *** pinheadmz has joined #bitcoin-core-dev
2322019-12-31T17:03:13 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2332019-12-31T17:06:33 *** Talkless has joined #bitcoin-core-dev
2342019-12-31T17:07:36 *** aqquadro has quit IRC
2352019-12-31T17:08:24 *** Relis has quit IRC
2362019-12-31T17:12:16 *** emilengler has quit IRC
2372019-12-31T17:17:02 *** Relis has joined #bitcoin-core-dev
2382019-12-31T17:17:25 *** pinheadmz has quit IRC
2392019-12-31T17:17:47 *** pinheadmz has joined #bitcoin-core-dev
2402019-12-31T17:20:33 *** pinheadmz has quit IRC
2412019-12-31T17:22:02 *** pinheadmz has joined #bitcoin-core-dev
2422019-12-31T17:25:26 *** pinheadmz has quit IRC
2432019-12-31T17:29:41 *** thelounge2467250 has quit IRC
2442019-12-31T17:30:35 *** thelounge2467250 has joined #bitcoin-core-dev
2452019-12-31T17:31:53 *** Chris_Stewart_5 has quit IRC
2462019-12-31T17:36:45 *** Guyver2 has joined #bitcoin-core-dev
2472019-12-31T17:42:57 *** aqquadro has joined #bitcoin-core-dev
2482019-12-31T17:42:57 *** aqquadro has joined #bitcoin-core-dev
2492019-12-31T17:52:56 *** Highway62 has joined #bitcoin-core-dev
2502019-12-31T17:53:11 *** bitcoin-git has joined #bitcoin-core-dev
2512019-12-31T17:53:12 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8830cb58abc8...99813a9745fe
2522019-12-31T17:53:12 <bitcoin-git> bitcoin/master aaaaad6 MarcoFalke: scripted-diff: Bump copyright of files changed in 2019
2532019-12-31T17:53:13 <bitcoin-git> bitcoin/master 99813a9 fanquake: Merge #17829: scripted-diff: Bump copyright of files changed in 2019
2542019-12-31T17:53:15 *** bitcoin-git has left #bitcoin-core-dev
2552019-12-31T17:53:32 *** bitcoin-git has joined #bitcoin-core-dev
2562019-12-31T17:53:32 <bitcoin-git> [bitcoin] fanquake merged pull request #17829: scripted-diff: Bump copyright of files changed in 2019 (master...1912-bumpC) https://github.com/bitcoin/bitcoin/pull/17829
2572019-12-31T17:53:33 *** bitcoin-git has left #bitcoin-core-dev
2582019-12-31T17:54:08 *** Highway61 has quit IRC
2592019-12-31T17:57:33 *** Highway62 has quit IRC
2602019-12-31T17:57:53 *** davterra has joined #bitcoin-core-dev
2612019-12-31T17:58:36 *** Highway61 has joined #bitcoin-core-dev
2622019-12-31T18:00:01 *** itnet7 has quit IRC
2632019-12-31T18:09:31 *** Highway61 has quit IRC
2642019-12-31T18:09:57 *** Highway61 has joined #bitcoin-core-dev
2652019-12-31T18:10:06 *** bitcoin-git has joined #bitcoin-core-dev
2662019-12-31T18:10:06 <bitcoin-git> [bitcoin] fanquake closed pull request #15103: fix getentropy import check on osx (master...getentropy-weak) https://github.com/bitcoin/bitcoin/pull/15103
2672019-12-31T18:10:07 *** bitcoin-git has left #bitcoin-core-dev
2682019-12-31T18:28:56 *** braydonf has quit IRC
2692019-12-31T18:29:19 *** braydonf has joined #bitcoin-core-dev
2702019-12-31T18:31:08 <hebasto> fanquake: regarding your comment https://github.com/bitcoin/bitcoin/pull/17691#issuecomment-569970065
2712019-12-31T18:31:18 <hebasto> do you mean https://github.com/bitcoin-core/bitcoin-maintainer-tools ?
2722019-12-31T18:32:05 *** mdunnio has quit IRC
2732019-12-31T18:33:02 *** bitcoin-git has joined #bitcoin-core-dev
2742019-12-31T18:33:02 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99813a9745fe...35fff5be60e8
2752019-12-31T18:33:03 <bitcoin-git> bitcoin/master df97e59 Hennadii Stepanov: doc: Update dependencies.md
2762019-12-31T18:33:03 <bitcoin-git> bitcoin/master 35fff5b fanquake: Merge #17825: doc: Update dependencies.md
2772019-12-31T18:33:05 *** bitcoin-git has left #bitcoin-core-dev
2782019-12-31T18:33:23 *** bitcoin-git has joined #bitcoin-core-dev
2792019-12-31T18:33:23 <bitcoin-git> [bitcoin] fanquake merged pull request #17825: doc: Update dependencies.md (master...20191229-update-dependencies) https://github.com/bitcoin/bitcoin/pull/17825
2802019-12-31T18:33:24 *** bitcoin-git has left #bitcoin-core-dev
2812019-12-31T18:33:30 <fanquake> hebasto yes
2822019-12-31T18:33:35 <hebasto> What kind of consent should there be in the community to do this?
2832019-12-31T18:34:01 *** mdunnio has joined #bitcoin-core-dev
2842019-12-31T18:34:21 <hebasto> Or should I just submit a pr for that?
2852019-12-31T18:36:09 <fanquake> Agreement that 600 lines of copyright header "management" bash doesn't belong in the same repository as (in an ideal world would only be) bitcoin core protocol development
2862019-12-31T18:36:32 <fanquake> See #16625 for when I moved the merge script over
2872019-12-31T18:36:34 <gribble> https://github.com/bitcoin/bitcoin/issues/16625 | scripts: remove github-merge.py by fanquake · Pull Request #16625 · bitcoin/bitcoin · GitHub
2882019-12-31T18:37:21 <fanquake> I'd like scripts like that to be moved somewhere else so we can forget about them and work on actual important stuff
2892019-12-31T18:37:32 <hebasto> agree
2902019-12-31T18:42:02 *** davterra has left #bitcoin-core-dev
2912019-12-31T18:43:52 *** bitcoin-git has joined #bitcoin-core-dev
2922019-12-31T18:43:52 <bitcoin-git> [bitcoin] fanquake closed pull request #17792: 0.19: Backports (0.19...2019-12-backports) https://github.com/bitcoin/bitcoin/pull/17792
2932019-12-31T18:43:53 *** bitcoin-git has left #bitcoin-core-dev
2942019-12-31T18:50:48 *** guest534543 has joined #bitcoin-core-dev
2952019-12-31T18:51:08 *** guest534543 has joined #bitcoin-core-dev
2962019-12-31T18:51:15 *** jarthur has joined #bitcoin-core-dev
2972019-12-31T18:53:28 *** Kiminuo has quit IRC
2982019-12-31T19:01:59 *** jarthur has quit IRC
2992019-12-31T19:09:32 *** AaronvanW has quit IRC
3002019-12-31T19:13:52 *** slopjong has joined #bitcoin-core-dev
3012019-12-31T19:15:43 *** Victorsueca has quit IRC
3022019-12-31T19:15:59 *** Victorsueca has joined #bitcoin-core-dev
3032019-12-31T19:21:19 *** Highway62 has joined #bitcoin-core-dev
3042019-12-31T19:22:08 *** Highway61 has quit IRC
3052019-12-31T19:22:08 *** Highway62 is now known as Highway61
3062019-12-31T19:43:17 *** mably has quit IRC
3072019-12-31T19:46:53 *** Highway62 has joined #bitcoin-core-dev
3082019-12-31T19:47:13 *** Highway61 has quit IRC
3092019-12-31T19:47:13 *** Highway62 is now known as Highway61
3102019-12-31T20:11:17 *** cubancorona has joined #bitcoin-core-dev
3112019-12-31T21:00:02 *** slopjong has quit IRC
3122019-12-31T21:08:22 *** zavan has quit IRC
3132019-12-31T21:12:53 *** Chris_Stewart_5 has joined #bitcoin-core-dev
3142019-12-31T21:17:25 *** rhauch has joined #bitcoin-core-dev
3152019-12-31T21:17:49 *** Relis has quit IRC
3162019-12-31T21:23:21 *** Relis has joined #bitcoin-core-dev
3172019-12-31T21:34:31 *** niska has quit IRC
3182019-12-31T21:37:36 *** vasild_ has joined #bitcoin-core-dev
3192019-12-31T21:41:03 *** vasild has quit IRC
3202019-12-31T21:41:29 *** niska has joined #bitcoin-core-dev
3212019-12-31T22:00:02 *** Chris_Stewart_5 has quit IRC
3222019-12-31T22:10:17 *** Randolf has joined #bitcoin-core-dev
3232019-12-31T22:10:45 *** Talkless has quit IRC
3242019-12-31T22:34:51 *** mdunnio has quit IRC
3252019-12-31T22:56:28 *** promag has joined #bitcoin-core-dev
3262019-12-31T23:00:03 *** braydonf has quit IRC
3272019-12-31T23:00:25 *** braydonf has joined #bitcoin-core-dev
3282019-12-31T23:03:39 *** Guyver2 has quit IRC
3292019-12-31T23:07:04 *** vincenzopalazzo has quit IRC
3302019-12-31T23:47:22 *** Randolf has quit IRC
3312019-12-31T23:47:44 *** Randolf has joined #bitcoin-core-dev