12020-01-05T00:00:01 *** Steini- has quit IRC
22020-01-05T00:05:22 *** emilengler has quit IRC
32020-01-05T00:28:14 *** geeker has joined #bitcoin-core-dev
42020-01-05T00:33:08 *** geeker has quit IRC
52020-01-05T00:34:03 *** promag has quit IRC
62020-01-05T00:34:54 *** promag has joined #bitcoin-core-dev
72020-01-05T00:46:40 *** veox has joined #bitcoin-core-dev
82020-01-05T00:55:30 *** Highway61 has quit IRC
92020-01-05T01:09:30 *** geeker has joined #bitcoin-core-dev
102020-01-05T01:14:06 *** geeker has quit IRC
112020-01-05T01:40:49 *** geeker has joined #bitcoin-core-dev
122020-01-05T01:45:38 *** geeker has quit IRC
132020-01-05T02:47:46 *** bitcoin-git has joined #bitcoin-core-dev
142020-01-05T02:47:46 <bitcoin-git> [bitcoin] luke-jr opened pull request #17872: QA: p2p_invalid_block: Check that a block rejected due to too-new time is later accepted (master...qa_timetoonew_retry) https://github.com/bitcoin/bitcoin/pull/17872
152020-01-05T02:47:47 *** bitcoin-git has left #bitcoin-core-dev
162020-01-05T03:00:01 *** veox has quit IRC
172020-01-05T03:01:22 *** abrissbi1ne has joined #bitcoin-core-dev
182020-01-05T03:03:29 *** geeker has joined #bitcoin-core-dev
192020-01-05T03:04:28 *** abrissbirne has quit IRC
202020-01-05T03:08:17 *** geeker has quit IRC
212020-01-05T03:10:54 *** bitcoin-git has joined #bitcoin-core-dev
222020-01-05T03:10:55 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/593f5e239f27...da279fe0eef9
232020-01-05T03:10:55 <bitcoin-git> bitcoin/master 7754d7a Hennadii Stepanov: refactor: Remove unused defines in bitcoinunits.h
242020-01-05T03:10:56 <bitcoin-git> bitcoin/master da279fe fanquake: Merge #17869: refactor: Remove unused defines in qt/bitcoinunits.h
252020-01-05T03:10:57 *** bitcoin-git has left #bitcoin-core-dev
262020-01-05T03:11:14 *** bitcoin-git has joined #bitcoin-core-dev
272020-01-05T03:11:15 <bitcoin-git> [bitcoin] fanquake merged pull request #17869: refactor: Remove unused defines in qt/bitcoinunits.h (master...20200104-refactor-bitcoinunits) https://github.com/bitcoin/bitcoin/pull/17869
282020-01-05T03:11:16 *** bitcoin-git has left #bitcoin-core-dev
292020-01-05T03:14:39 *** bitcoin-git has joined #bitcoin-core-dev
302020-01-05T03:14:40 <bitcoin-git> [bitcoin] fanquake closed pull request #16905: test: return self from ECKey/ECPubKey functions (master...2019-09-self) https://github.com/bitcoin/bitcoin/pull/16905
312020-01-05T03:14:52 *** bitcoin-git has left #bitcoin-core-dev
322020-01-05T03:16:36 *** lassulus1 has joined #bitcoin-core-dev
332020-01-05T03:19:14 *** bitcoin-git has joined #bitcoin-core-dev
342020-01-05T03:19:15 <bitcoin-git> [bitcoin] fanquake closed pull request #16948: doc: Add to Doxygen documentation guidelines (master...doc/devnotes-doxygen) https://github.com/bitcoin/bitcoin/pull/16948
352020-01-05T03:19:27 *** bitcoin-git has left #bitcoin-core-dev
362020-01-05T03:20:35 *** bitcoin-git has joined #bitcoin-core-dev
372020-01-05T03:20:35 <bitcoin-git> [bitcoin] fanquake closed pull request #17305: doc: Updated -blocksonly documentation (master...issue#17294) https://github.com/bitcoin/bitcoin/pull/17305
382020-01-05T03:20:36 *** bitcoin-git has left #bitcoin-core-dev
392020-01-05T03:26:54 *** bitcoin-git has joined #bitcoin-core-dev
402020-01-05T03:26:55 <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da279fe0eef9...b949ac9697a6
412020-01-05T03:26:55 <bitcoin-git> bitcoin/master 582e66b Gr0kchain: doc: Added regtest config for linearize script
422020-01-05T03:26:56 <bitcoin-git> bitcoin/master b949ac9 fanquake: Merge #17393: doc: Added regtest config for linearize script
432020-01-05T03:26:58 *** bitcoin-git has left #bitcoin-core-dev
442020-01-05T03:27:19 *** bitcoin-git has joined #bitcoin-core-dev
452020-01-05T03:27:19 <bitcoin-git> [bitcoin] fanquake merged pull request #17393: doc: Added regtest config for linearize script (master...patch-2) https://github.com/bitcoin/bitcoin/pull/17393
462020-01-05T03:27:20 *** bitcoin-git has left #bitcoin-core-dev
472020-01-05T03:30:47 *** bitcoin-git has joined #bitcoin-core-dev
482020-01-05T03:30:47 <bitcoin-git> [bitcoin] fanquake closed pull request #15505: p2p: Request NOTFOUND transactions immediately from other outbound peers, when possible (master...2019-02-notfound-requests) https://github.com/bitcoin/bitcoin/pull/15505
492020-01-05T03:30:49 *** bitcoin-git has left #bitcoin-core-dev
502020-01-05T03:39:18 *** felixfoertsch23 has quit IRC
512020-01-05T03:39:59 *** felixfoertsch has joined #bitcoin-core-dev
522020-01-05T03:42:02 *** AaronvanW has quit IRC
532020-01-05T03:47:53 *** tryphe has joined #bitcoin-core-dev
542020-01-05T04:01:48 <luke-jr> hmm, it seems like whitelisted peers on invalid chains get spammed with getdata requests :x (but not using master atm)
552020-01-05T04:03:09 *** justanotheruser has quit IRC
562020-01-05T04:19:57 *** justanotheruser has joined #bitcoin-core-dev
572020-01-05T04:31:59 *** Relis has quit IRC
582020-01-05T04:36:36 *** bitcoin-git has joined #bitcoin-core-dev
592020-01-05T04:36:36 <bitcoin-git> [bitcoin] fanquake closed pull request #17533: build: undo Werror=unused-variable (master...2019/11/no-unused-variable-error) https://github.com/bitcoin/bitcoin/pull/17533
602020-01-05T04:36:43 *** bitcoin-git has left #bitcoin-core-dev
612020-01-05T04:52:36 *** Eagle[TM] has joined #bitcoin-core-dev
622020-01-05T04:54:13 *** EagleTM has quit IRC
632020-01-05T05:14:27 *** justanotheruser has quit IRC
642020-01-05T05:27:03 *** justanotheruser has joined #bitcoin-core-dev
652020-01-05T05:31:37 *** captjakk has joined #bitcoin-core-dev
662020-01-05T05:33:55 *** pinheadmz has quit IRC
672020-01-05T05:34:50 *** pinheadmz has joined #bitcoin-core-dev
682020-01-05T05:46:50 *** bitcoin-git has joined #bitcoin-core-dev
692020-01-05T05:46:50 <bitcoin-git> [bitcoin] fanquake closed pull request #17808: util: Replace itostr/i64tostr with c++11 to_string (master...akh_to_string) https://github.com/bitcoin/bitcoin/pull/17808
702020-01-05T05:46:51 *** bitcoin-git has left #bitcoin-core-dev
712020-01-05T05:52:57 *** captjakk has quit IRC
722020-01-05T05:53:14 *** captjakk has joined #bitcoin-core-dev
732020-01-05T05:54:00 *** captjakk has joined #bitcoin-core-dev
742020-01-05T05:54:30 *** captjakk has quit IRC
752020-01-05T05:54:43 *** captjakk has joined #bitcoin-core-dev
762020-01-05T05:55:34 *** captjakk has joined #bitcoin-core-dev
772020-01-05T05:56:16 *** captjakk has joined #bitcoin-core-dev
782020-01-05T06:00:02 *** lassulus1 has quit IRC
792020-01-05T06:00:50 *** kxsl has quit IRC
802020-01-05T06:04:51 *** meshcollider has joined #bitcoin-core-dev
812020-01-05T06:17:20 *** toresbe1 has joined #bitcoin-core-dev
822020-01-05T06:18:36 *** meshcollider has quit IRC
832020-01-05T06:35:41 *** meshcollider has joined #bitcoin-core-dev
842020-01-05T06:36:00 *** Guest73 has joined #bitcoin-core-dev
852020-01-05T06:36:51 <meshcollider> hello :) back from my trip now so I'll try and catch up on PRs and everything in the next few days. Feel free to ping me if anyone has PRs that are RTM now
862020-01-05T06:38:48 <fanquake> meshcollider Hope you enjoyed. 17621, probably take a look at 16373 as well.
872020-01-05T06:39:32 <meshcollider> fanquake: awesome thanks
882020-01-05T06:45:50 *** Guest73 has quit IRC
892020-01-05T06:56:54 *** bitcoin-git has joined #bitcoin-core-dev
902020-01-05T06:56:54 <bitcoin-git> [bitcoin] jonatack opened pull request #17873: doc: Add to Doxygen documentation guidelines (master...doxygen-developer-notes-improvements) https://github.com/bitcoin/bitcoin/pull/17873
912020-01-05T06:56:56 *** bitcoin-git has left #bitcoin-core-dev
922020-01-05T06:58:36 *** pinheadmz has quit IRC
932020-01-05T06:59:21 *** pinheadmz has joined #bitcoin-core-dev
942020-01-05T06:59:36 <fanquake> jonatack In 17873, you should just be editing the original commit directly. There's no point including it (including all it's issues), only to revert a bunch of the changes in a follow up commit.
952020-01-05T07:06:15 *** molz_ has joined #bitcoin-core-dev
962020-01-05T07:07:59 *** bitcoin-git has joined #bitcoin-core-dev
972020-01-05T07:07:59 <bitcoin-git> [bitcoin] fanquake opened pull request #17874: build: make linker checks more robust (master...make_linker_checks_more_robust) https://github.com/bitcoin/bitcoin/pull/17874
982020-01-05T07:08:00 *** bitcoin-git has left #bitcoin-core-dev
992020-01-05T07:09:33 *** molly has quit IRC
1002020-01-05T08:00:45 *** jonatack has joined #bitcoin-core-dev
1012020-01-05T08:03:00 <jonatack> fanquake: 17873: done
1022020-01-05T08:03:05 *** Kiminuo has joined #bitcoin-core-dev
1032020-01-05T08:07:39 <jonatack> meshcollider: welcome back. 17578 has 3 acks from jnewbery, fjahr, promag... unblocks both 17585 and adding multiple labels per address
1042020-01-05T08:10:09 <fanquake> Where is the third ACK in that PR? I count two.
1052020-01-05T08:12:04 <jonatack> fanquake: https://github.com/bitcoin/bitcoin/pull/17578#issuecomment-566337426, only nit changes since
1062020-01-05T08:12:24 *** abrissbi1ne is now known as abrissbirne
1072020-01-05T08:14:52 <jonatack> (thanks for looking!)
1082020-01-05T08:16:14 *** ddustin has quit IRC
1092020-01-05T08:16:53 *** ddustin has joined #bitcoin-core-dev
1102020-01-05T08:17:41 <fanquake> Right. Generally I ignore ACKs that aren't for the latest changes.
1112020-01-05T08:18:46 <jonatack> fair enough
1122020-01-05T08:21:54 *** ddustin has quit IRC
1132020-01-05T08:29:59 *** bitcoin-git has joined #bitcoin-core-dev
1142020-01-05T08:29:59 <bitcoin-git> [bitcoin] fanquake closed pull request #17110: appveyor: Add -l test_suite to .appveyor.yaml (master...master) https://github.com/bitcoin/bitcoin/pull/17110
1152020-01-05T08:30:13 *** bitcoin-git has left #bitcoin-core-dev
1162020-01-05T08:32:38 *** paultroon has joined #bitcoin-core-dev
1172020-01-05T08:37:03 *** paultroon has quit IRC
1182020-01-05T08:40:33 *** turbo_choo has quit IRC
1192020-01-05T08:41:39 *** turbo_choo has joined #bitcoin-core-dev
1202020-01-05T08:55:21 *** ddustin has joined #bitcoin-core-dev
1212020-01-05T08:57:44 *** Kiminuo has quit IRC
1222020-01-05T09:00:01 *** toresbe1 has quit IRC
1232020-01-05T09:06:11 *** ekkis has quit IRC
1242020-01-05T09:06:29 *** ekkis has joined #bitcoin-core-dev
1252020-01-05T09:06:30 *** Talkless has joined #bitcoin-core-dev
1262020-01-05T09:06:31 *** ekkis has quit IRC
1272020-01-05T09:06:43 *** ekkis has joined #bitcoin-core-dev
1282020-01-05T09:17:20 *** tekojo has joined #bitcoin-core-dev
1292020-01-05T09:18:21 *** Guyver2 has joined #bitcoin-core-dev
1302020-01-05T09:21:12 *** Talkless has quit IRC
1312020-01-05T09:31:50 *** Talkless has joined #bitcoin-core-dev
1322020-01-05T09:31:52 *** Talkless has quit IRC
1332020-01-05T09:32:48 *** Talkless has joined #bitcoin-core-dev
1342020-01-05T09:35:47 *** turbo_choo has quit IRC
1352020-01-05T09:40:34 *** turbo_choo has joined #bitcoin-core-dev
1362020-01-05T09:40:43 *** vasild_ has quit IRC
1372020-01-05T09:42:36 *** vasild has joined #bitcoin-core-dev
1382020-01-05T09:46:15 *** tsujp has joined #bitcoin-core-dev
1392020-01-05T09:51:43 *** abacus has quit IRC
1402020-01-05T09:53:04 *** Relis has joined #bitcoin-core-dev
1412020-01-05T10:09:26 <kallewoof> fanquake: noted you closed a PR stating the fix should be in the PR that uses it. Do you think #16653 should be closed, then? It felt like it would ease review of the two features, which is why I split it out.
1422020-01-05T10:09:29 <gribble> https://github.com/bitcoin/bitcoin/issues/16653 | script: add simple signature support (checker/creator) by kallewoof · Pull Request #16653 · bitcoin/bitcoin · GitHub
1432020-01-05T10:10:15 *** captjakk has joined #bitcoin-core-dev
1442020-01-05T10:13:19 *** abacus has joined #bitcoin-core-dev
1452020-01-05T10:33:31 *** paultroon has joined #bitcoin-core-dev
1462020-01-05T10:35:17 <fanquake> kallewoof Iâm missing some context there, but can answer soon. However if itâs a feature split, that sounds better than the PR I closed.
1472020-01-05T10:35:41 *** AaronvanW has joined #bitcoin-core-dev
1482020-01-05T10:38:15 *** paultroon has quit IRC
1492020-01-05T10:40:12 <kallewoof> fanquake: I split out the simple signature feature used in bip-322 and 325 as it was a shared feature and would lower the review burden on the other two if merged
1502020-01-05T10:43:47 <fanquake> kallewoof sounds ok
1512020-01-05T11:03:57 *** Clovis85Jacobi has joined #bitcoin-core-dev
1522020-01-05T11:05:12 *** turbo_choo has quit IRC
1532020-01-05T11:08:26 *** Clovis85Jacobi has quit IRC
1542020-01-05T11:09:47 *** turbo_choo has joined #bitcoin-core-dev
1552020-01-05T11:18:23 *** vasild has quit IRC
1562020-01-05T11:18:36 *** vasild has joined #bitcoin-core-dev
1572020-01-05T11:19:24 *** AlbertLanne has joined #bitcoin-core-dev
1582020-01-05T11:34:19 *** AlbertLanne has quit IRC
1592020-01-05T11:38:54 *** promag has quit IRC
1602020-01-05T11:39:10 *** turbo_choo has quit IRC
1612020-01-05T11:39:10 *** promag has joined #bitcoin-core-dev
1622020-01-05T11:40:45 *** turbo_choo has joined #bitcoin-core-dev
1632020-01-05T11:45:07 *** paultroon has joined #bitcoin-core-dev
1642020-01-05T12:00:02 *** tekojo has quit IRC
1652020-01-05T12:02:54 *** geeker has joined #bitcoin-core-dev
1662020-01-05T12:07:31 *** promag has quit IRC
1672020-01-05T12:08:14 *** promag has joined #bitcoin-core-dev
1682020-01-05T12:14:52 *** jules66 has joined #bitcoin-core-dev
1692020-01-05T12:17:28 *** DrGuschtel has joined #bitcoin-core-dev
1702020-01-05T12:44:51 *** luke-jr has quit IRC
1712020-01-05T13:07:29 *** geeker has quit IRC
1722020-01-05T13:11:09 *** geeker has joined #bitcoin-core-dev
1732020-01-05T13:18:26 *** geeker has quit IRC
1742020-01-05T13:33:15 *** paultroon has quit IRC
1752020-01-05T14:00:26 *** geeker has joined #bitcoin-core-dev
1762020-01-05T14:05:06 *** AaronvanW has quit IRC
1772020-01-05T14:13:37 *** paultroon has joined #bitcoin-core-dev
1782020-01-05T14:16:15 *** jules66 has quit IRC
1792020-01-05T14:25:42 *** AaronvanW has joined #bitcoin-core-dev
1802020-01-05T14:29:12 *** Highway61 has joined #bitcoin-core-dev
1812020-01-05T14:38:54 *** Dean_Guss has joined #bitcoin-core-dev
1822020-01-05T14:39:36 *** DeanGuss has quit IRC
1832020-01-05T14:42:24 *** luke-jr has joined #bitcoin-core-dev
1842020-01-05T14:42:43 *** molly has joined #bitcoin-core-dev
1852020-01-05T14:46:18 *** molz_ has quit IRC
1862020-01-05T14:46:50 *** apex944 has joined #bitcoin-core-dev
1872020-01-05T14:48:21 *** Guyver2_ has joined #bitcoin-core-dev
1882020-01-05T14:52:15 *** Guyver2 has quit IRC
1892020-01-05T14:58:06 *** Guyver2__ has joined #bitcoin-core-dev
1902020-01-05T15:00:01 *** DrGuschtel has quit IRC
1912020-01-05T15:00:57 *** Livestradamus has quit IRC
1922020-01-05T15:01:15 *** Guyver2_ has quit IRC
1932020-01-05T15:09:59 *** Livestradamus has joined #bitcoin-core-dev
1942020-01-05T15:12:51 *** pinheadmz has quit IRC
1952020-01-05T15:14:37 *** pinheadmz has joined #bitcoin-core-dev
1962020-01-05T15:17:38 *** MaddinSM has joined #bitcoin-core-dev
1972020-01-05T15:18:26 *** captjakk has quit IRC
1982020-01-05T15:34:08 *** paultroon has quit IRC
1992020-01-05T15:41:28 *** Highway61 has quit IRC
2002020-01-05T15:44:00 *** emilengler has joined #bitcoin-core-dev
2012020-01-05T15:46:26 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2022020-01-05T15:49:15 *** apex944 has quit IRC
2032020-01-05T15:49:25 *** Eagle[TM] has quit IRC
2042020-01-05T15:50:01 *** molly has quit IRC
2052020-01-05T15:53:35 *** mol has joined #bitcoin-core-dev
2062020-01-05T16:21:30 *** ddustin has quit IRC
2072020-01-05T16:21:44 *** ddustin has joined #bitcoin-core-dev
2082020-01-05T16:24:58 *** kxsl has joined #bitcoin-core-dev
2092020-01-05T16:31:53 <elichai2> anyone saw this before?
2102020-01-05T16:31:53 <elichai2> /usr/bin/ld: qt/libbitcoinqt.a(libbitcoinqt_a-overviewpage.o): in function `TxViewDelegate::TxViewDelegate(PlatformStyle const*, QObject*)':
2112020-01-05T16:31:53 <elichai2> src/qt/overviewpage.cpp:58: undefined reference to `vtable for TxViewDelegate'
2122020-01-05T16:34:07 *** Kiminuo has joined #bitcoin-core-dev
2132020-01-05T16:46:29 <hebasto> elichai2: on master?
2142020-01-05T16:47:15 <elichai2> No. Just hoped someone already saw this before I start chasing ghosts :)
2152020-01-05T16:54:50 *** bitcoin-git has joined #bitcoin-core-dev
2162020-01-05T16:54:50 <bitcoin-git> [bitcoin] andrewtoth closed pull request #17790: mining: Fix getmininginfo currentblockweight inaccuracy (master...getmininginfo-weight) https://github.com/bitcoin/bitcoin/pull/17790
2172020-01-05T16:54:51 *** bitcoin-git has left #bitcoin-core-dev
2182020-01-05T16:56:24 *** promag has quit IRC
2192020-01-05T16:56:40 *** promag has joined #bitcoin-core-dev
2202020-01-05T17:01:13 <gwillen> 37UTunbbkilvgkfduhkddjgrivcnihru
2212020-01-05T17:01:16 <gwillen> argh, sorry.
2222020-01-05T17:02:21 <gwillen> elichai2: "undefined reference to vtable" is a weird C++ corner case that happens when the compiler is confused about which object file to put the vtable in
2232020-01-05T17:02:48 <gwillen> if you have not yet written a definition for every function in the class, treat it as meaning "undefined reference to <one of the functions>"
2242020-01-05T17:03:35 <gwillen> specifically "the first non-inline non-pure-virtual function in the class", according to the documentation
2252020-01-05T17:04:13 <gwillen> apparently failing to implement a virtual destructor in a class with virtual functions is a popular way to trigger this
2262020-01-05T17:04:53 <luke-jr> elichai2: IIRC that's usually meaning there's a MOC missing somewhere
2272020-01-05T17:19:31 *** Chris_Stewart_5 has quit IRC
2282020-01-05T17:25:25 *** paultroon has joined #bitcoin-core-dev
2292020-01-05T17:26:06 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2302020-01-05T17:27:55 *** ANT41 has joined #bitcoin-core-dev
2312020-01-05T17:30:37 *** paultroon has quit IRC
2322020-01-05T17:37:51 *** Vodyanoy has joined #bitcoin-core-dev
2332020-01-05T17:43:03 *** promag has quit IRC
2342020-01-05T17:43:49 *** promag has joined #bitcoin-core-dev
2352020-01-05T17:47:07 *** promag has quit IRC
2362020-01-05T17:47:22 *** promag has joined #bitcoin-core-dev
2372020-01-05T17:49:57 *** promag has quit IRC
2382020-01-05T17:50:30 *** promag has joined #bitcoin-core-dev
2392020-01-05T17:56:02 *** Chris_Stewart_5 has quit IRC
2402020-01-05T17:57:38 *** promag has quit IRC
2412020-01-05T18:00:02 *** MaddinSM has quit IRC
2422020-01-05T18:07:18 *** Guest83 has joined #bitcoin-core-dev
2432020-01-05T18:09:45 *** tsujp has quit IRC
2442020-01-05T18:13:30 *** Guest83 has quit IRC
2452020-01-05T18:16:40 *** justMaD has joined #bitcoin-core-dev
2462020-01-05T18:18:13 *** Guest83 has joined #bitcoin-core-dev
2472020-01-05T18:29:07 <elichai2> Thanks
2482020-01-05T18:36:35 *** wullon has joined #bitcoin-core-dev
2492020-01-05T18:38:39 *** Guest83 has quit IRC
2502020-01-05T18:42:13 *** cadwgan has joined #bitcoin-core-dev
2512020-01-05T18:55:10 *** cadwgan has quit IRC
2522020-01-05T18:57:25 *** Vodyanoy has quit IRC
2532020-01-05T18:57:45 *** emilengler has quit IRC
2542020-01-05T18:58:48 *** emilengler has joined #bitcoin-core-dev
2552020-01-05T18:59:43 *** mol has quit IRC
2562020-01-05T19:42:57 *** Talkless has quit IRC
2572020-01-05T19:43:31 *** apex944 has joined #bitcoin-core-dev
2582020-01-05T19:48:02 *** apex944 has quit IRC
2592020-01-05T19:50:23 *** ddustin has quit IRC
2602020-01-05T19:51:01 *** ddustin has joined #bitcoin-core-dev
2612020-01-05T19:52:58 *** marcoagner has joined #bitcoin-core-dev
2622020-01-05T19:55:54 *** ddustin has quit IRC
2632020-01-05T19:58:01 *** ddustin has joined #bitcoin-core-dev
2642020-01-05T20:02:48 *** ddustin has quit IRC
2652020-01-05T20:11:35 *** laurentmt has joined #bitcoin-core-dev
2662020-01-05T20:15:34 *** Relis has quit IRC
2672020-01-05T20:19:35 *** Relis has joined #bitcoin-core-dev
2682020-01-05T20:22:47 *** laurentmt has quit IRC
2692020-01-05T20:33:38 *** ddustin has joined #bitcoin-core-dev
2702020-01-05T20:38:17 *** ddustin has quit IRC
2712020-01-05T20:51:43 *** kxsl has quit IRC
2722020-01-05T21:00:01 *** justMaD has quit IRC
2732020-01-05T21:00:38 <fanquake> jonasschnelli: can you take a look at 17096
2742020-01-05T21:01:50 *** bitcoin-git has joined #bitcoin-core-dev
2752020-01-05T21:01:50 <bitcoin-git> [bitcoin] hebasto opened pull request #17877: qt, refactor: Make enums in BitcoinUnits class scoped (master...20200105-scoped-enums) https://github.com/bitcoin/bitcoin/pull/17877
2762020-01-05T21:01:51 *** bitcoin-git has left #bitcoin-core-dev
2772020-01-05T21:04:02 *** promag has joined #bitcoin-core-dev
2782020-01-05T21:04:40 *** promag has quit IRC
2792020-01-05T21:05:05 *** promag has joined #bitcoin-core-dev
2802020-01-05T21:17:29 *** subdriven1 has joined #bitcoin-core-dev
2812020-01-05T21:28:47 *** ddustin has joined #bitcoin-core-dev
2822020-01-05T21:39:14 *** ddustin has quit IRC
2832020-01-05T21:39:29 *** ddustin has joined #bitcoin-core-dev
2842020-01-05T21:41:03 *** vasild has quit IRC
2852020-01-05T21:42:34 *** vasild has joined #bitcoin-core-dev
2862020-01-05T21:44:04 *** promag has quit IRC
2872020-01-05T21:46:18 *** justanotheruser has quit IRC
2882020-01-05T21:47:25 *** promag has joined #bitcoin-core-dev
2892020-01-05T22:04:53 *** promag_ has joined #bitcoin-core-dev
2902020-01-05T22:09:14 *** promag_ has quit IRC
2912020-01-05T22:19:26 *** vasild has quit IRC
2922020-01-05T22:25:25 *** vasild has joined #bitcoin-core-dev
2932020-01-05T22:26:23 *** Guyver2__ has quit IRC
2942020-01-05T22:27:17 *** ekkis has joined #bitcoin-core-dev
2952020-01-05T22:33:14 *** ekkis has left #bitcoin-core-dev
2962020-01-05T22:34:26 *** turbo_choo has quit IRC
2972020-01-05T22:40:49 *** promag_ has joined #bitcoin-core-dev
2982020-01-05T22:46:23 *** Kiminuo has quit IRC
2992020-01-05T22:47:57 *** ddustin has quit IRC
3002020-01-05T22:48:36 *** ddustin has joined #bitcoin-core-dev
3012020-01-05T22:48:39 *** Highway61 has joined #bitcoin-core-dev
3022020-01-05T22:49:27 *** qubenix has quit IRC
3032020-01-05T22:53:25 *** ddustin has quit IRC
3042020-01-05T22:56:56 *** qubenix has joined #bitcoin-core-dev
3052020-01-05T22:58:44 *** aqquadro has quit IRC
3062020-01-05T23:20:00 *** pinheadmz has quit IRC
3072020-01-05T23:20:23 *** Relis has quit IRC
3082020-01-05T23:38:53 *** bsm117532 has joined #bitcoin-core-dev
3092020-01-05T23:39:30 *** Randolf has joined #bitcoin-core-dev
3102020-01-05T23:44:26 *** Relis has joined #bitcoin-core-dev
3112020-01-05T23:45:06 *** apex944 has joined #bitcoin-core-dev
3122020-01-05T23:49:38 *** apex944 has quit IRC
3132020-01-05T23:52:04 *** marcoagner has quit IRC
3142020-01-05T23:53:02 *** Randolf has quit IRC
3152020-01-05T23:58:38 <fanquake> kallewoof can you have a look at backporting #16240
3162020-01-05T23:58:41 <gribble> https://github.com/bitcoin/bitcoin/issues/16240 | JSONRPCRequest-aware RPCHelpMan by kallewoof · Pull Request #16240 · bitcoin/bitcoin · GitHub