12019-01-20T00:00:03  *** mistergold has quit IRC
  22019-01-20T00:03:43  <hebasto> wow, it was 20 years ago!
  32019-01-20T00:05:17  <midnightmagic> 20 years and 20 years of harsh, harsh..  harsh bugs ago.
  42019-01-20T00:09:27  *** owowo has quit IRC
  52019-01-20T00:14:32  *** owowo has joined #bitcoin-core-dev
  62019-01-20T00:19:12  *** hebasto has quit IRC
  72019-01-20T00:19:54  *** Guyver2_ has quit IRC
  82019-01-20T00:20:03  *** Guyver2 has quit IRC
  92019-01-20T00:20:35  *** dviola has joined #bitcoin-core-dev
 102019-01-20T00:27:25  *** mistergo1d has quit IRC
 112019-01-20T00:29:12  *** michaelsdunn1 has joined #bitcoin-core-dev
 122019-01-20T00:29:25  *** mistergold has joined #bitcoin-core-dev
 132019-01-20T00:31:49  *** DeanWeen has quit IRC
 142019-01-20T00:36:56  <dongcarl> I've been talking to the guys behind guix, and it seems that they have a very system for enabling reproducible builds and have made a lot of progress towards bootstrapping from hex0: https://github.com/oriansj/stage0
 152019-01-20T00:37:48  <dongcarl> hex0 is a ~500 byte self-hosting hex assembler
 162019-01-20T00:38:47  <dongcarl> I will attempt to complete reproducible builds successfully with guix, and in the future help with hex0 integration
 172019-01-20T00:39:13  <dongcarl> This means that auditing hex0 will give us confidence in not having trusting trust problems
 182019-01-20T00:39:40  <dongcarl> they have a very good system*
 192019-01-20T00:41:02  *** dviola has quit IRC
 202019-01-20T01:07:09  <sipa> dongcarl: cool
 212019-01-20T01:19:55  *** jarthur has joined #bitcoin-core-dev
 222019-01-20T01:35:29  *** jhfrontz has quit IRC
 232019-01-20T01:43:53  *** ThomasLu_ has quit IRC
 242019-01-20T01:45:00  *** ddustin has quit IRC
 252019-01-20T01:45:18  *** ddustin has joined #bitcoin-core-dev
 262019-01-20T01:54:43  *** ddustin has joined #bitcoin-core-dev
 272019-01-20T01:57:20  *** ddustin has joined #bitcoin-core-dev
 282019-01-20T02:01:36  *** ddustin has quit IRC
 292019-01-20T02:03:28  *** mistergo1d has joined #bitcoin-core-dev
 302019-01-20T02:06:36  *** mistergold has quit IRC
 312019-01-20T02:14:54  *** ddustin has joined #bitcoin-core-dev
 322019-01-20T02:19:38  *** Victorsueca has quit IRC
 332019-01-20T02:21:13  *** ddustin has quit IRC
 342019-01-20T02:22:13  *** Victorsueca has joined #bitcoin-core-dev
 352019-01-20T02:25:21  *** jarthur has quit IRC
 362019-01-20T02:25:59  *** jarthur has joined #bitcoin-core-dev
 372019-01-20T02:26:02  *** rh0nj has quit IRC
 382019-01-20T02:27:08  *** rh0nj has joined #bitcoin-core-dev
 392019-01-20T02:38:31  *** ddustin has joined #bitcoin-core-dev
 402019-01-20T02:40:11  *** mistergold has joined #bitcoin-core-dev
 412019-01-20T02:43:49  *** mistergo1d has quit IRC
 422019-01-20T02:48:07  *** zenogais has quit IRC
 432019-01-20T02:53:31  *** ddustin has quit IRC
 442019-01-20T02:54:38  *** DeanWeen has joined #bitcoin-core-dev
 452019-01-20T03:05:24  <fanquake> dongcarl is that going to be up in a repo somewhere?
 462019-01-20T03:07:04  <dongcarl> fanquake: For the part of completing reproducible builds of bitcoin with guix, I might write up some instrucitons to do so when I sort out the current sources of non-determinism (I think qt is the culprit right now)
 472019-01-20T03:07:43  <dongcarl> For the hex0 bootstrap to guix, I haven't learned enough to know yet, but will probably end up writing scripts to do so, so yes, a repo will be appropriate for that
 482019-01-20T03:08:07  <fanquake> dongcarl ok, cool
 492019-01-20T03:10:44  *** DeanWeen has quit IRC
 502019-01-20T03:11:12  *** DeanWeen has joined #bitcoin-core-dev
 512019-01-20T03:12:47  *** michaelsdunn1 has quit IRC
 522019-01-20T03:17:13  <booyah> dongcarl: maybe a goal in the end, should be to provide compiler not from C++, but from some IR language, like maybe from llvm
 532019-01-20T03:17:41  <dongcarl> booyah: not 100% sure what you mean
 542019-01-20T03:17:50  <booyah> and have compiler(s) compiler bitcoin into that IR, and have identical IR from them
 552019-01-20T03:18:17  <booyah> just because C++ compiler might be too complex to ensure it has no bugs/backdoors
 562019-01-20T03:18:30  <dongcarl> booyah: that's the point of hex0
 572019-01-20T03:18:39  <dongcarl> You just audit a single piece of assembly
 582019-01-20T03:18:51  <booyah> yes. I mean the next steps after that
 592019-01-20T03:19:14  <dongcarl> Ah I see
 602019-01-20T03:19:22  <booyah> I hope it will focus on writting IR -> asm
 612019-01-20T03:19:33  <booyah> not just compiling entire gcc as a whole
 622019-01-20T03:20:00  <dongcarl> Yeah... Lots to do...
 632019-01-20T03:20:03  <dongcarl> One at a time haha
 642019-01-20T03:20:14  <booyah> best if separate compilers eg gcc and lvm could produce identical (and ofc reproducible) IR, to crosscheck between two compilers against compiler bugs
 652019-01-20T03:20:29  <sipa> booyah: that seems unreasonable
 662019-01-20T03:20:30  <booyah> *clang
 672019-01-20T03:21:48  <booyah> sipa: you find it more likely to verify entire g++ enough that everyone can be quite sure there is no bug in it's code generation?
 682019-01-20T03:22:28  <booyah> *its
 692019-01-20T03:23:28  <dongcarl> booyah: I think it is more likely that the plethora of gcc/g++ developers will be better at finding bugs than the very few developers who will work on IR  -> ASM
 702019-01-20T03:23:53  *** bitcoin-git has joined #bitcoin-core-dev
 712019-01-20T03:23:53  <bitcoin-git> [bitcoin] instagibbs opened pull request #15212: Remove errant paste from walletcreatefundedpsbt meant for replaceable (master...wcfpsbt_paste_err) https://github.com/bitcoin/bitcoin/pull/15212
 722019-01-20T03:23:53  *** bitcoin-git has left #bitcoin-core-dev
 732019-01-20T03:26:30  <sipa> booyah: no, i think both are pretty much unachievable :)
 742019-01-20T03:28:34  <booyah> ok so then from other side, holly grail for unhackable (by anyone) node would be... run e.g. 2 nodes (different open hardware, compiler etc) and cross-check ballances on both, and transact using 2-of-2 multisign?
 752019-01-20T03:30:27  *** bitcoin-git has joined #bitcoin-core-dev
 762019-01-20T03:30:28  <bitcoin-git> [bitcoin] instagibbs closed pull request #15212: Remove errant paste from walletcreatefundedpsbt meant for replaceable (master...wcfpsbt_paste_err) https://github.com/bitcoin/bitcoin/pull/15212
 772019-01-20T03:30:28  *** bitcoin-git has left #bitcoin-core-dev
 782019-01-20T03:31:06  <fanquake> instagibbs pretty sure that line is still in master
 792019-01-20T03:32:11  <fanquake> Just all the RPCHelpMan changes have gone in
 802019-01-20T03:32:42  *** morcos has quit IRC
 812019-01-20T03:33:04  *** morcos has joined #bitcoin-core-dev
 822019-01-20T03:35:27  *** ddustin has joined #bitcoin-core-dev
 832019-01-20T03:36:36  *** ratonlaveur has joined #bitcoin-core-dev
 842019-01-20T03:36:48  *** jb55 has quit IRC
 852019-01-20T03:37:18  *** jb55 has joined #bitcoin-core-dev
 862019-01-20T03:39:36  *** bitcoin-git has joined #bitcoin-core-dev
 872019-01-20T03:39:36  <bitcoin-git> [bitcoin] instagibbs opened pull request #15213: Remove errant past from walletcreatefundedpsbt for nLocktime replaceable (master...wcfpsbt_paste_err) https://github.com/bitcoin/bitcoin/pull/15213
 882019-01-20T03:39:36  *** bitcoin-git has left #bitcoin-core-dev
 892019-01-20T03:41:50  <instagibbs> fanquake, yeah git told me something I didn't verify, my bad
 902019-01-20T04:05:37  *** tanghui has quit IRC
 912019-01-20T04:06:04  *** tanghui has joined #bitcoin-core-dev
 922019-01-20T04:08:34  *** tanghui has quit IRC
 932019-01-20T04:08:59  *** tanghui has joined #bitcoin-core-dev
 942019-01-20T04:11:34  *** tanghui has quit IRC
 952019-01-20T04:12:00  *** tanghui has joined #bitcoin-core-dev
 962019-01-20T04:14:34  *** tanghui has quit IRC
 972019-01-20T04:14:59  *** tanghui has joined #bitcoin-core-dev
 982019-01-20T04:16:04  *** tanghui has quit IRC
 992019-01-20T04:16:30  *** tanghui has joined #bitcoin-core-dev
1002019-01-20T04:19:57  *** miknotauro has quit IRC
1012019-01-20T04:53:42  *** mistergo1d has joined #bitcoin-core-dev
1022019-01-20T04:57:08  *** mistergold has quit IRC
1032019-01-20T04:58:42  *** mistergold has joined #bitcoin-core-dev
1042019-01-20T04:59:53  *** mistergo1d has quit IRC
1052019-01-20T05:20:34  *** michaelsdunn1 has joined #bitcoin-core-dev
1062019-01-20T05:29:43  *** ap4lmtree has quit IRC
1072019-01-20T05:30:10  *** ap4lmtree has joined #bitcoin-core-dev
1082019-01-20T05:38:02  *** mistergo1d has joined #bitcoin-core-dev
1092019-01-20T05:38:26  *** mistergold has quit IRC
1102019-01-20T05:49:30  *** AaronvanW has quit IRC
1112019-01-20T06:13:14  *** pinheadmz has joined #bitcoin-core-dev
1122019-01-20T06:17:46  *** nelsonhb has joined #bitcoin-core-dev
1132019-01-20T06:26:03  *** rh0nj has quit IRC
1142019-01-20T06:27:08  *** rh0nj has joined #bitcoin-core-dev
1152019-01-20T06:29:14  *** tanghui has quit IRC
1162019-01-20T06:29:39  *** tanghui has joined #bitcoin-core-dev
1172019-01-20T06:59:27  *** TheHoliestRoger has quit IRC
1182019-01-20T07:02:03  *** TheHoliestRoger has joined #bitcoin-core-dev
1192019-01-20T07:06:01  *** michaelsdunn1 has quit IRC
1202019-01-20T07:07:06  *** Zenton has quit IRC
1212019-01-20T07:07:17  *** Zenton has joined #bitcoin-core-dev
1222019-01-20T07:11:26  *** nelsonhb has quit IRC
1232019-01-20T07:18:18  *** miknotauro has joined #bitcoin-core-dev
1242019-01-20T07:32:19  *** [\\\] has quit IRC
1252019-01-20T07:42:47  *** belcher has quit IRC
1262019-01-20T07:43:55  *** jarthur has quit IRC
1272019-01-20T07:44:12  *** belcher has joined #bitcoin-core-dev
1282019-01-20T07:49:57  *** luc_ has joined #bitcoin-core-dev
1292019-01-20T07:51:25  *** luc_ is now known as _luc_
1302019-01-20T07:59:18  *** tripleslash has joined #bitcoin-core-dev
1312019-01-20T08:06:07  *** Zenton has quit IRC
1322019-01-20T08:11:08  *** Zenton has joined #bitcoin-core-dev
1332019-01-20T08:12:58  *** _luc__ has joined #bitcoin-core-dev
1342019-01-20T08:16:19  *** _luc_ has quit IRC
1352019-01-20T08:18:48  *** Zenton has quit IRC
1362019-01-20T08:22:08  *** Zenton has joined #bitcoin-core-dev
1372019-01-20T08:58:49  *** hebasto has joined #bitcoin-core-dev
1382019-01-20T09:11:18  *** tanghui has quit IRC
1392019-01-20T09:11:47  *** tanghui has joined #bitcoin-core-dev
1402019-01-20T09:15:39  *** _luc__ has quit IRC
1412019-01-20T09:16:24  *** _luc_ has joined #bitcoin-core-dev
1422019-01-20T09:19:58  *** tanghui has quit IRC
1432019-01-20T09:20:49  *** tanghui has joined #bitcoin-core-dev
1442019-01-20T09:36:29  *** ddustin has joined #bitcoin-core-dev
1452019-01-20T09:48:40  *** ddustin has quit IRC
1462019-01-20T09:49:17  *** ddustin has joined #bitcoin-core-dev
1472019-01-20T09:53:09  *** ratonlaveur has quit IRC
1482019-01-20T09:53:23  *** ddustin has quit IRC
1492019-01-20T10:09:28  *** spinza has quit IRC
1502019-01-20T10:10:35  *** tanghui has quit IRC
1512019-01-20T10:12:44  *** ddustin has joined #bitcoin-core-dev
1522019-01-20T10:22:05  *** IZooo has joined #bitcoin-core-dev
1532019-01-20T10:22:07  *** Guyver2 has joined #bitcoin-core-dev
1542019-01-20T10:24:58  *** promag has joined #bitcoin-core-dev
1552019-01-20T10:28:01  *** rh0nj has quit IRC
1562019-01-20T10:28:29  *** spinza has joined #bitcoin-core-dev
1572019-01-20T10:29:03  *** promag has quit IRC
1582019-01-20T10:29:07  *** rh0nj has joined #bitcoin-core-dev
1592019-01-20T10:35:34  *** ghost43 has quit IRC
1602019-01-20T10:35:46  *** ghost43 has joined #bitcoin-core-dev
1612019-01-20T11:14:25  *** DeanWeen has quit IRC
1622019-01-20T11:14:37  *** DeanWeen has joined #bitcoin-core-dev
1632019-01-20T11:32:39  *** qu4ku has joined #bitcoin-core-dev
1642019-01-20T11:58:33  *** arubi has quit IRC
1652019-01-20T11:58:56  *** arubi has joined #bitcoin-core-dev
1662019-01-20T12:22:34  *** mistergold has joined #bitcoin-core-dev
1672019-01-20T12:26:18  *** mistergo1d has quit IRC
1682019-01-20T12:39:18  *** DougieBot5000 has quit IRC
1692019-01-20T13:03:53  *** sakalli_ has joined #bitcoin-core-dev
1702019-01-20T13:17:00  *** mistergo1d has joined #bitcoin-core-dev
1712019-01-20T13:19:59  *** _luc__ has joined #bitcoin-core-dev
1722019-01-20T13:20:31  *** _luc_ has quit IRC
1732019-01-20T13:21:14  *** mistergold has quit IRC
1742019-01-20T13:21:47  *** bitcoin-git has joined #bitcoin-core-dev
1752019-01-20T13:21:48  <bitcoin-git> [bitcoin] practicalswift opened pull request #15214: Improve tests by checking for expected return values (master...check-return-values-in-tests) https://github.com/bitcoin/bitcoin/pull/15214
1762019-01-20T13:21:48  *** bitcoin-git has left #bitcoin-core-dev
1772019-01-20T13:24:02  *** bitcoin-git has joined #bitcoin-core-dev
1782019-01-20T13:24:03  <bitcoin-git> [bitcoin] instagibbs closed pull request #15179: doc: Slight clarity boost to SEQUENCE_LOCKTIME_DISABLE_FLAG (master...rel_lock_lang) https://github.com/bitcoin/bitcoin/pull/15179
1792019-01-20T13:24:03  *** bitcoin-git has left #bitcoin-core-dev
1802019-01-20T13:30:16  *** miknotauro has quit IRC
1812019-01-20T13:33:55  *** _luc_ has joined #bitcoin-core-dev
1822019-01-20T13:34:34  *** brianhoffman_ has joined #bitcoin-core-dev
1832019-01-20T13:36:30  *** brianhoffman has quit IRC
1842019-01-20T13:36:30  *** brianhoffman_ is now known as brianhoffman
1852019-01-20T13:37:48  *** _luc__ has quit IRC
1862019-01-20T13:40:04  *** rockhouse has joined #bitcoin-core-dev
1872019-01-20T13:40:07  *** _luc__ has joined #bitcoin-core-dev
1882019-01-20T13:40:16  *** victorSN has joined #bitcoin-core-dev
1892019-01-20T13:41:19  *** _luc_ has quit IRC
1902019-01-20T13:46:05  *** _luc_ has joined #bitcoin-core-dev
1912019-01-20T13:46:07  *** _luc__ has quit IRC
1922019-01-20T13:52:20  *** sakalli_ has quit IRC
1932019-01-20T13:53:20  *** DougieBot5000 has joined #bitcoin-core-dev
1942019-01-20T13:57:33  *** _luc_ has quit IRC
1952019-01-20T14:00:00  *** qu4ku has quit IRC
1962019-01-20T14:04:11  *** DougieBot5000 has quit IRC
1972019-01-20T14:14:08  *** fanquake has quit IRC
1982019-01-20T14:16:37  *** sakalli_ has joined #bitcoin-core-dev
1992019-01-20T14:25:21  *** mistergold has joined #bitcoin-core-dev
2002019-01-20T14:26:01  *** rh0nj has quit IRC
2012019-01-20T14:26:34  <wumpus> different compilers producing identical IR? that sounds exceedingly unlikely, even undesirable, compiler projects compete for producing the best code
2022019-01-20T14:27:07  *** rh0nj has joined #bitcoin-core-dev
2032019-01-20T14:28:43  *** mistergo1d has quit IRC
2042019-01-20T14:29:19  <wumpus> I guess at least theoretically you could test the *parser* that way, parse trees ought to be similar enough to be comparable between compilers, but anything that's been through any kind of lowering or optimization pass, forget it
2052019-01-20T14:31:25  *** luke-jr has joined #bitcoin-core-dev
2062019-01-20T14:33:08  *** mistergo1d has joined #bitcoin-core-dev
2072019-01-20T14:35:06  *** gribble has quit IRC
2082019-01-20T14:37:00  *** mistergold has quit IRC
2092019-01-20T14:40:38  *** Victorsueca has quit IRC
2102019-01-20T14:41:06  *** bitcoin-git has joined #bitcoin-core-dev
2112019-01-20T14:41:06  <bitcoin-git> [bitcoin] practicalswift opened pull request #15215: rpc: Use the return value of GetProxy(...) in GetNetworksInfo(). Mark GetProxy(...) with [[nodiscard]]. (master...getnetworkinfo-getproxy) https://github.com/bitcoin/bitcoin/pull/15215
2122019-01-20T14:41:06  *** bitcoin-git has left #bitcoin-core-dev
2132019-01-20T14:42:53  *** gribble has joined #bitcoin-core-dev
2142019-01-20T14:44:37  *** gribble has quit IRC
2152019-01-20T14:45:54  *** promag has joined #bitcoin-core-dev
2162019-01-20T14:49:37  *** DougieBot5000 has joined #bitcoin-core-dev
2172019-01-20T14:53:13  *** promag has quit IRC
2182019-01-20T14:53:52  *** Victorsueca has joined #bitcoin-core-dev
2192019-01-20T14:56:39  *** gribble has joined #bitcoin-core-dev
2202019-01-20T15:04:43  *** promag has joined #bitcoin-core-dev
2212019-01-20T15:06:45  *** luke-jr has quit IRC
2222019-01-20T15:09:38  *** chenpo has joined #bitcoin-core-dev
2232019-01-20T15:12:10  *** bitcoin-git has joined #bitcoin-core-dev
2242019-01-20T15:12:10  <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fe60ee96e915...978682b9dccf
2252019-01-20T15:12:11  <bitcoin-git> bitcoin/master 5b4283c Carl Dong: Add comment describing fDisconnect behavior
2262019-01-20T15:12:12  <bitcoin-git> bitcoin/master 978682b Wladimir J. van der Laan: Merge #15194: Add comment describing fDisconnect behavior...
2272019-01-20T15:12:12  *** bitcoin-git has left #bitcoin-core-dev
2282019-01-20T15:13:03  *** bitcoin-git has joined #bitcoin-core-dev
2292019-01-20T15:13:04  <bitcoin-git> [bitcoin] laanwj closed pull request #15194: Add comment describing fDisconnect behavior (master...2019-01-add-fDisconnect-comment) https://github.com/bitcoin/bitcoin/pull/15194
2302019-01-20T15:13:04  *** bitcoin-git has left #bitcoin-core-dev
2312019-01-20T15:17:28  *** Victorsueca has quit IRC
2322019-01-20T15:21:58  *** macx0r has joined #bitcoin-core-dev
2332019-01-20T15:24:43  *** promag has quit IRC
2342019-01-20T15:30:39  *** dermoth has quit IRC
2352019-01-20T15:31:11  *** macx0r has quit IRC
2362019-01-20T15:31:12  *** dermoth has joined #bitcoin-core-dev
2372019-01-20T15:34:30  *** sakalli_ has quit IRC
2382019-01-20T15:35:28  *** Victorsueca has joined #bitcoin-core-dev
2392019-01-20T15:46:51  *** spinza has quit IRC
2402019-01-20T15:51:13  *** chenpo has quit IRC
2412019-01-20T15:51:25  *** mistergold has joined #bitcoin-core-dev
2422019-01-20T15:55:34  *** mistergo1d has quit IRC
2432019-01-20T15:56:14  *** AaronvanW has joined #bitcoin-core-dev
2442019-01-20T16:01:34  *** Victorsueca has quit IRC
2452019-01-20T16:04:27  *** spinza has joined #bitcoin-core-dev
2462019-01-20T16:06:04  *** gribble has quit IRC
2472019-01-20T16:16:13  *** gribble has joined #bitcoin-core-dev
2482019-01-20T16:18:10  *** gribble has quit IRC
2492019-01-20T16:30:48  *** gribble has joined #bitcoin-core-dev
2502019-01-20T16:31:47  *** ExtraCrispy has joined #bitcoin-core-dev
2512019-01-20T16:43:02  *** gab3781a has joined #bitcoin-core-dev
2522019-01-20T16:44:58  *** bitcoin-git has joined #bitcoin-core-dev
2532019-01-20T16:44:59  <bitcoin-git> [bitcoin] hebasto opened pull request #15216: Scripts and tools: Replace script name with a special parameter (master...20190120-improve-shell-ux) https://github.com/bitcoin/bitcoin/pull/15216
2542019-01-20T16:44:59  *** bitcoin-git has left #bitcoin-core-dev
2552019-01-20T16:45:30  *** kexkey has joined #bitcoin-core-dev
2562019-01-20T16:45:54  *** ap4lmtree has quit IRC
2572019-01-20T16:49:00  *** ap4lmtree has joined #bitcoin-core-dev
2582019-01-20T16:50:36  *** mistergo1d has joined #bitcoin-core-dev
2592019-01-20T16:52:13  *** gab3781a has quit IRC
2602019-01-20T16:53:40  *** mistergold has quit IRC
2612019-01-20T17:19:40  *** TSWR has joined #bitcoin-core-dev
2622019-01-20T17:38:34  *** mistergo1d has quit IRC
2632019-01-20T18:10:56  *** Dean_Guss has joined #bitcoin-core-dev
2642019-01-20T18:13:07  *** DeanWeen has quit IRC
2652019-01-20T18:13:47  *** TSWR has quit IRC
2662019-01-20T18:14:30  *** TSWR has joined #bitcoin-core-dev
2672019-01-20T18:17:11  *** promag has joined #bitcoin-core-dev
2682019-01-20T18:52:30  *** promag has quit IRC
2692019-01-20T18:53:13  *** bitcoin-git has joined #bitcoin-core-dev
2702019-01-20T18:53:13  <bitcoin-git> [bitcoin] hebasto opened pull request #15217: Wallet: Remove "-Wunused-variable" warning while build with "--disable-wallet" option (master...20190120-unused-variable-warning) https://github.com/bitcoin/bitcoin/pull/15217
2712019-01-20T18:53:13  *** bitcoin-git has left #bitcoin-core-dev
2722019-01-20T18:56:56  *** booyah has quit IRC
2732019-01-20T18:58:05  *** MrPaz has quit IRC
2742019-01-20T19:04:31  *** bitcoin-git has joined #bitcoin-core-dev
2752019-01-20T19:04:31  <bitcoin-git> [bitcoin] andrewtoth opened pull request #15218: validation: Flush state after initial sync (master...flush-after-ibd) https://github.com/bitcoin/bitcoin/pull/15218
2762019-01-20T19:04:31  *** bitcoin-git has left #bitcoin-core-dev
2772019-01-20T19:05:56  *** promag has joined #bitcoin-core-dev
2782019-01-20T19:10:26  *** AaronvanW has quit IRC
2792019-01-20T19:12:31  *** bitcoin-git has joined #bitcoin-core-dev
2802019-01-20T19:12:31  <bitcoin-git> [bitcoin] hebasto closed pull request #15217: Wallet: Remove "-Wunused-variable" warning while build with "--disable-wallet" option (master...20190120-unused-variable-warning) https://github.com/bitcoin/bitcoin/pull/15217
2812019-01-20T19:12:31  *** bitcoin-git has left #bitcoin-core-dev
2822019-01-20T19:14:57  *** Dean_Guss has quit IRC
2832019-01-20T19:15:10  *** Dean_Guss has joined #bitcoin-core-dev
2842019-01-20T19:16:06  *** promag has quit IRC
2852019-01-20T19:20:43  *** AaronvanW has joined #bitcoin-core-dev
2862019-01-20T19:25:41  *** AaronvanW has quit IRC
2872019-01-20T19:28:50  *** Dean_Guss has quit IRC
2882019-01-20T19:29:17  *** Dean_Guss has joined #bitcoin-core-dev
2892019-01-20T19:44:13  *** xsasas has joined #bitcoin-core-dev
2902019-01-20T19:45:30  <xsasas> hello guys i am running a discord for coin creators and coin developers, we always need free blood and "real devs" so if you dont mind join,
2912019-01-20T19:45:31  <xsasas> https://discord.gg/KCYUmcn
2922019-01-20T19:45:46  *** xsasas has quit IRC
2932019-01-20T20:06:19  *** zenogais has joined #bitcoin-core-dev
2942019-01-20T20:07:24  *** AaronvanW has joined #bitcoin-core-dev
2952019-01-20T20:08:15  *** zenogais has quit IRC
2962019-01-20T20:08:41  *** zenogais has joined #bitcoin-core-dev
2972019-01-20T20:11:29  *** luke-jr has joined #bitcoin-core-dev
2982019-01-20T20:12:08  *** AaronvanW has quit IRC
2992019-01-20T20:13:32  *** booyah has joined #bitcoin-core-dev
3002019-01-20T20:15:34  *** arubi has quit IRC
3012019-01-20T20:15:59  *** arubi has joined #bitcoin-core-dev
3022019-01-20T20:20:26  *** romain has joined #bitcoin-core-dev
3032019-01-20T20:38:03  *** promag has joined #bitcoin-core-dev
3042019-01-20T20:38:42  *** AaronvanW has joined #bitcoin-core-dev
3052019-01-20T20:41:37  *** ratonlaveur has joined #bitcoin-core-dev
3062019-01-20T20:47:52  *** mistergold has joined #bitcoin-core-dev
3072019-01-20T20:51:06  *** promag has quit IRC
3082019-01-20T21:01:14  *** Thapanawat has joined #bitcoin-core-dev
3092019-01-20T21:01:25  *** promag has joined #bitcoin-core-dev
3102019-01-20T21:03:36  <Thapanawat> biztorich
3112019-01-20T21:04:51  *** Thapanawat has quit IRC
3122019-01-20T21:06:13  *** promag has quit IRC
3132019-01-20T21:07:07  *** gribble has quit IRC
3142019-01-20T21:13:14  *** AaronvanW has quit IRC
3152019-01-20T21:20:21  *** fabianfabian has joined #bitcoin-core-dev
3162019-01-20T21:21:01  *** zenogais has quit IRC
3172019-01-20T21:27:18  *** mistergo1d has joined #bitcoin-core-dev
3182019-01-20T21:30:52  *** mistergold has quit IRC
3192019-01-20T21:32:36  *** gribble has joined #bitcoin-core-dev
3202019-01-20T21:44:15  *** drexl has joined #bitcoin-core-dev
3212019-01-20T21:51:03  *** promag has joined #bitcoin-core-dev
3222019-01-20T21:53:45  *** ddustin has quit IRC
3232019-01-20T21:54:21  *** ddustin has joined #bitcoin-core-dev
3242019-01-20T21:58:30  *** ddustin has quit IRC
3252019-01-20T22:10:39  *** AaronvanW has joined #bitcoin-core-dev
3262019-01-20T22:21:51  *** mistergold has joined #bitcoin-core-dev
3272019-01-20T22:24:57  *** mistergo1d has quit IRC
3282019-01-20T22:24:58  *** spinza has quit IRC
3292019-01-20T22:25:04  *** belcher has quit IRC
3302019-01-20T22:27:05  *** zenogais has joined #bitcoin-core-dev
3312019-01-20T22:28:37  *** promag has quit IRC
3322019-01-20T22:29:05  *** promag has joined #bitcoin-core-dev
3332019-01-20T22:45:05  *** booyah has quit IRC
3342019-01-20T22:49:49  *** booyah has joined #bitcoin-core-dev
3352019-01-20T22:54:15  *** Guyver2 has quit IRC
3362019-01-20T22:54:38  *** spinza has joined #bitcoin-core-dev
3372019-01-20T22:57:03  *** ddustin has joined #bitcoin-core-dev
3382019-01-20T23:01:31  *** fabianfabian has quit IRC
3392019-01-20T23:18:03  *** Dean_Guss has quit IRC
3402019-01-20T23:20:00  *** mistergo1d has joined #bitcoin-core-dev
3412019-01-20T23:23:15  *** mistergold has quit IRC
3422019-01-20T23:49:15  *** mistergold has joined #bitcoin-core-dev
3432019-01-20T23:53:19  *** mistergo1d has quit IRC
3442019-01-20T23:57:46  *** _luc_ has joined #bitcoin-core-dev