12018-07-18T00:30:50  <gmaxwell> phantomcircuit: the sender of a compact block can include additional transactions with their message, per their own decision, in the hopes that it'll help you reconstruct the block.
  22018-07-18T01:13:51  *** mesh_ has quit IRC
  32018-07-18T01:17:08  *** jpe_ has joined #bitcoin-core-dev
  42018-07-18T01:19:21  *** jpe__ has quit IRC
  52018-07-18T01:25:28  *** StopAndDecrypt has joined #bitcoin-core-dev
  62018-07-18T01:36:06  *** tryphe has quit IRC
  72018-07-18T01:36:33  *** tryphe has joined #bitcoin-core-dev
  82018-07-18T01:44:02  *** d9b4bef9 has quit IRC
  92018-07-18T01:44:58  *** murch1 has quit IRC
 102018-07-18T01:45:08  *** d9b4bef9 has joined #bitcoin-core-dev
 112018-07-18T01:48:13  *** Krellan has quit IRC
 122018-07-18T01:50:54  *** meshcollider has joined #bitcoin-core-dev
 132018-07-18T02:13:27  *** murch1 has joined #bitcoin-core-dev
 142018-07-18T02:13:38  *** grafcaps has joined #bitcoin-core-dev
 152018-07-18T02:17:57  *** grafcaps has quit IRC
 162018-07-18T02:17:57  *** murch1 has quit IRC
 172018-07-18T02:20:30  *** luckydogchina has joined #bitcoin-core-dev
 182018-07-18T02:22:14  <luckydogchina> Hi, guys. I'm a new developer.
 192018-07-18T02:25:15  <luckydogchina> Has the lightning network been released?
 202018-07-18T02:29:08  <luckydogchina> What features are mainly developed now in bitcoin-core?
 212018-07-18T02:39:49  *** luckydogchina has quit IRC
 222018-07-18T02:44:02  *** ken2812221 has quit IRC
 232018-07-18T02:46:38  *** ken2812221 has joined #bitcoin-core-dev
 242018-07-18T02:47:42  <bitcoin-git> [bitcoin] ken2812221 closed pull request #13482: Remove boost::program_options dependency (master...program_options) https://github.com/bitcoin/bitcoin/pull/13482
 252018-07-18T02:49:13  <sipa> kallewoof: sorry for hammering on the coin selection policy change in your PR, but I'm very concerned about this having unintended effects on fees and/or UTXO set growth
 262018-07-18T02:50:34  <kallewoof> sipa: Understood. I think it will have limited consequences, though. It only affects someone who has address reuse and they may end up with a minor increase in fees in return for increased privacy. They also need to enable the avoid reuse flag themselves.
 272018-07-18T02:51:24  <bitcoin-git> [bitcoin] ken2812221 reopened pull request #13482: Remove boost::program_options dependency (master...program_options) https://github.com/bitcoin/bitcoin/pull/13482
 282018-07-18T02:51:27  <sipa> kallewoof: not that i suspect that anything is wrong with it, but it's just very hard to reason about the long term effects of such policy changes, so I'd really only want to make them after extensive simulations (the sort of simulations achow101 is doing for #13307)
 292018-07-18T02:51:31  <gribble> https://github.com/bitcoin/bitcoin/issues/13307 | Replace coin selection fallback strategy with Single Random Draw by achow101 · Pull Request #13307 · bitcoin/bitcoin · GitHub
 302018-07-18T02:55:59  <kallewoof> sipa: I'll think of alternatives to that change, but I think it will be difficult. The existing algorithms sort of only pick the lowest larger as a last effort, so they will de-prioritize the privacy increase given by the change..
 312018-07-18T02:56:21  <kallewoof> BnB/knapsack I mean
 322018-07-18T02:58:30  <sipa> kallewoof: i understand, but i expect you can up woth a dozen scenarios why the specific algorithms we're using now may be suboptimal for various goals
 332018-07-18T02:58:45  <sipa> *come up
 342018-07-18T02:59:23  <sipa> kallewoof: once we get rid of the knapsack fallback strategy i expect this will be less of a concern too
 352018-07-18T02:59:30  *** murch1 has joined #bitcoin-core-dev
 362018-07-18T02:59:39  <sipa> there is mr. coin selection
 372018-07-18T03:00:08  <kallewoof> sipa: Problem is, this algorithm actually makes things worse without that change. :/ We go from 'perhaps be lucky and pick two A utxo's' to 'purposefully avoid the two A utxo's because they sum to > than target'...
 382018-07-18T03:01:05  <kallewoof> Maybe I should focus on simulations and abandon hopes of a 0.17 merge.
 392018-07-18T03:01:57  <sipa> kallewoof: i had also hoped this could go in as just a simple change with limited impact that clearly can't hurt
 402018-07-18T03:02:23  <sipa> kallewoof: but if you need to make policy changes that seem unrelated, it looks like a potentially far more invasive thing
 412018-07-18T03:04:42  <sipa> i hope others chime in about this :)
 422018-07-18T03:09:09  *** murch1 has quit IRC
 432018-07-18T03:14:55  <sipa> kallewoof: i'm not sure i agree it reduces privacy in this scenario even; yes, it may prefer b,c over a,a - but it's never going to pick a,b or a,c
 442018-07-18T03:15:39  *** Chris_Stewart_5 has quit IRC
 452018-07-18T03:19:54  *** AHemlocksLie has joined #bitcoin-core-dev
 462018-07-18T03:28:14  *** farmerwampum has joined #bitcoin-core-dev
 472018-07-18T03:32:47  <kallewoof> sipa: that's true...
 482018-07-18T03:33:04  <kallewoof> sipa: it doesn't reduce privacy, but it loses a potential opportunity to increase it
 492018-07-18T03:33:39  <kallewoof> sipa: maybe that's acceptable as a first merge, with a policy change afterwards...
 502018-07-18T03:35:34  <sipa> kallewoof: i expect in 0.18 the knapsack solver will be gone regardless
 512018-07-18T03:36:43  <kallewoof> sipa: Oh. I didn't realize this was in the knapsack solver only. I somehow thought it happened before the algo
 522018-07-18T03:37:55  <sipa> i didn't check; but that sort of logic sounds like the kind of hacks i expect in the knapsack solver :)
 532018-07-18T03:38:04  <kallewoof> Yeah.. That's because I wrote this code before the BnB merge.
 542018-07-18T03:38:38  <kallewoof> I'm gonna remove it from the PR for now with a potential follow-up that adds it if it seems warranted.
 552018-07-18T03:39:05  <sipa> sgtm; i'll review more in a couple hours
 562018-07-18T03:44:16  *** BashCo has quit IRC
 572018-07-18T03:46:07  *** BashCo has joined #bitcoin-core-dev
 582018-07-18T04:23:28  *** ken2812221 has quit IRC
 592018-07-18T04:24:02  *** ken2812221 has joined #bitcoin-core-dev
 602018-07-18T04:30:37  <bitcoin-git> [bitcoin] masonicboom opened pull request #13698: doc: Document contributing a scripted diff (master...scripted-diff-docs) https://github.com/bitcoin/bitcoin/pull/13698
 612018-07-18T04:40:49  *** Krellan has joined #bitcoin-core-dev
 622018-07-18T04:48:39  *** farmerwampum has quit IRC
 632018-07-18T04:48:55  *** farmerwampum has joined #bitcoin-core-dev
 642018-07-18T04:49:15  *** ken2812221 has quit IRC
 652018-07-18T04:53:15  *** farmerwampum has quit IRC
 662018-07-18T04:53:31  *** farmerwampum has joined #bitcoin-core-dev
 672018-07-18T05:11:47  *** Eliel_ has joined #bitcoin-core-dev
 682018-07-18T05:12:11  *** bitconner has quit IRC
 692018-07-18T05:13:18  *** AaronvanW has joined #bitcoin-core-dev
 702018-07-18T05:15:02  *** Nebraskka_ has joined #bitcoin-core-dev
 712018-07-18T05:16:02  *** AaronvanW has quit IRC
 722018-07-18T05:16:28  *** Krellan has quit IRC
 732018-07-18T05:16:28  *** epic has quit IRC
 742018-07-18T05:16:29  *** bosma has quit IRC
 752018-07-18T05:16:29  *** rodarmor has quit IRC
 762018-07-18T05:16:29  *** wbnns has quit IRC
 772018-07-18T05:16:29  *** mariorz has quit IRC
 782018-07-18T05:16:29  *** mappum_ has quit IRC
 792018-07-18T05:16:29  *** mturquette has quit IRC
 802018-07-18T05:16:29  *** trotski2000 has quit IRC
 812018-07-18T05:16:29  *** pindarhk_ has quit IRC
 822018-07-18T05:16:29  *** pierre_rochard has quit IRC
 832018-07-18T05:16:29  *** sugarpuff has quit IRC
 842018-07-18T05:16:29  *** CryptAxe has quit IRC
 852018-07-18T05:16:29  *** Nebraskka has quit IRC
 862018-07-18T05:16:29  *** Eliel has quit IRC
 872018-07-18T05:16:29  *** delpa^ has quit IRC
 882018-07-18T05:18:59  *** Dyaheon has quit IRC
 892018-07-18T05:22:40  *** Dyaheon has joined #bitcoin-core-dev
 902018-07-18T05:22:42  *** delpa^ has joined #bitcoin-core-dev
 912018-07-18T05:23:54  *** sugarpuff has joined #bitcoin-core-dev
 922018-07-18T05:26:22  <AHemlocksLie> I'm interested in getting involved and making some contributions, but I've never worked on an open source project like this. What's the best way to jump in? How do I make sure I'm not working on something that's already got 3 other people on it? What can I do to make my work more likely to be accepted so I don't waste time accidentally going against the project?
 932018-07-18T05:28:01  <kallewoof> AHemlocksLie: start off reading all the docs you can find on github.com/bitcoin/bitcoin in particular the developer docs and contributor guidelines. Then look at pull requests people have made and get a feel for how the process works. To actually do something, I suggest actually using the software. You run into things you want to improve and then you work on that.
 942018-07-18T05:28:15  <kallewoof> If your C++ is weak, you should work on that too, of course.
 952018-07-18T05:29:51  <AHemlocksLie> It's rusty, but I used to be decent. Should be able to brush up again. Thanks for the info.
 962018-07-18T05:35:15  *** Krellan has joined #bitcoin-core-dev
 972018-07-18T05:35:15  *** epic has joined #bitcoin-core-dev
 982018-07-18T05:35:15  *** bosma has joined #bitcoin-core-dev
 992018-07-18T05:35:15  *** rodarmor has joined #bitcoin-core-dev
1002018-07-18T05:35:15  *** mariorz has joined #bitcoin-core-dev
1012018-07-18T05:35:15  *** wbnns has joined #bitcoin-core-dev
1022018-07-18T05:35:15  *** mappum_ has joined #bitcoin-core-dev
1032018-07-18T05:35:15  *** mturquette has joined #bitcoin-core-dev
1042018-07-18T05:35:15  *** trotski2000 has joined #bitcoin-core-dev
1052018-07-18T05:35:15  *** pindarhk_ has joined #bitcoin-core-dev
1062018-07-18T05:35:15  *** pierre_rochard has joined #bitcoin-core-dev
1072018-07-18T05:35:15  *** CryptAxe has joined #bitcoin-core-dev
1082018-07-18T05:49:58  *** grafcaps has joined #bitcoin-core-dev
1092018-07-18T05:54:35  *** grafcaps has quit IRC
1102018-07-18T06:01:10  *** jpe__ has joined #bitcoin-core-dev
1112018-07-18T06:03:51  *** jpe_ has quit IRC
1122018-07-18T06:05:47  *** jpe__ has quit IRC
1132018-07-18T06:06:41  *** jpe__ has joined #bitcoin-core-dev
1142018-07-18T06:09:40  *** Tuna_Golem has joined #bitcoin-core-dev
1152018-07-18T06:14:24  *** ctrlbreak_MAD has quit IRC
1162018-07-18T06:20:30  *** ctrlbreak has joined #bitcoin-core-dev
1172018-07-18T06:21:46  *** bitconner has joined #bitcoin-core-dev
1182018-07-18T06:25:38  *** Urgo has joined #bitcoin-core-dev
1192018-07-18T06:30:57  *** ken2812221 has joined #bitcoin-core-dev
1202018-07-18T06:38:07  <bitcoin-git> [bitcoin] kallewoof opened pull request #13699: contrib: correct version check (master...contrib-py-zmq-version) https://github.com/bitcoin/bitcoin/pull/13699
1212018-07-18T06:50:25  *** someone235_ has joined #bitcoin-core-dev
1222018-07-18T06:52:57  *** someone235 has quit IRC
1232018-07-18T07:38:08  *** grafcaps has joined #bitcoin-core-dev
1242018-07-18T07:39:21  *** timothy has joined #bitcoin-core-dev
1252018-07-18T07:42:17  *** grafcaps has quit IRC
1262018-07-18T07:46:04  *** fanquake has joined #bitcoin-core-dev
1272018-07-18T07:52:03  <wumpus> AHemlocksLie: for finding issues to start with, see https://github.com/bitcoin/bitcoin/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
1282018-07-18T07:54:22  <fanquake> wumpus #13692 Should be mergeable
1292018-07-18T07:54:23  <gribble> https://github.com/bitcoin/bitcoin/issues/13692 | contrib: Clone core repo in gitian-build by MarcoFalke · Pull Request #13692 · bitcoin/bitcoin · GitHub
1302018-07-18T07:56:35  <gmaxwell> kallewoof: if it's any consolation, it's better for a transaction to spend b,c  than it is for two different transactions to spend a and a,b     the 'merging' of coin paths is a lot less harmful to privacy than the splitting of it.
1312018-07-18T07:59:29  <kallewoof> gmaxwell: Yeah, I guess that's an improvement too.
1322018-07-18T08:05:27  *** setpill has joined #bitcoin-core-dev
1332018-07-18T08:17:26  <provoostenator> sipa: thanks, I didn't realize gists don't do notifications. Maybe Microsoft can fix that :-)
1342018-07-18T08:21:22  *** promag has joined #bitcoin-core-dev
1352018-07-18T08:25:50  *** promag has quit IRC
1362018-07-18T08:33:46  *** promag has joined #bitcoin-core-dev
1372018-07-18T08:34:43  *** promag has quit IRC
1382018-07-18T08:47:21  *** Guyver2 has joined #bitcoin-core-dev
1392018-07-18T08:58:56  *** Krellan has quit IRC
1402018-07-18T08:59:44  *** Krellan has joined #bitcoin-core-dev
1412018-07-18T09:15:14  *** promag has joined #bitcoin-core-dev
1422018-07-18T09:30:35  *** promag has quit IRC
1432018-07-18T09:34:58  *** ken2812221 has quit IRC
1442018-07-18T09:35:23  *** ken2812221 has joined #bitcoin-core-dev
1452018-07-18T09:37:06  *** promag has joined #bitcoin-core-dev
1462018-07-18T09:45:09  *** promag has quit IRC
1472018-07-18T09:53:11  *** Deinogalerix21 has joined #bitcoin-core-dev
1482018-07-18T09:54:06  *** Deinogalerix21 has joined #bitcoin-core-dev
1492018-07-18T09:57:27  <wumpus> fanquake: looks like it, thanks
1502018-07-18T09:57:36  <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c01ab133d7ae...f5d166acf909
1512018-07-18T09:57:36  <bitcoin-git> bitcoin/master fa7f8a7 MarcoFalke: contrib: Clone core repo in gitian-build
1522018-07-18T09:57:37  <bitcoin-git> bitcoin/master f5d166a Wladimir J. van der Laan: Merge #13692: contrib: Clone core repo in gitian-build...
1532018-07-18T09:58:10  *** Deinogalerix21 has quit IRC
1542018-07-18T09:58:41  <bitcoin-git> [bitcoin] laanwj closed pull request #13692: contrib: Clone core repo in gitian-build (master...Mf1807-contribGitianBuild) https://github.com/bitcoin/bitcoin/pull/13692
1552018-07-18T10:01:12  <fanquake> wumpus also #13699 and I think 13672
1562018-07-18T10:01:14  <gribble> https://github.com/bitcoin/bitcoin/issues/13699 | contrib: correct version check by kallewoof · Pull Request #13699 · bitcoin/bitcoin · GitHubAsset 1Asset 1
1572018-07-18T10:08:37  *** Deinogalerix21 has joined #bitcoin-core-dev
1582018-07-18T10:08:42  <fanquake> Also 13625 and 13633 heh
1592018-07-18T10:19:45  *** Deinogalerix21 has quit IRC
1602018-07-18T10:22:19  *** bitconner has quit IRC
1612018-07-18T10:25:55  *** promag has joined #bitcoin-core-dev
1622018-07-18T10:36:50  <bitcoin-git> [bitcoin] Sjors opened pull request #13702: Update cross compilation dependencies for Bionic, clarify depends usage (master...2018/07/bionic-depends-docs) https://github.com/bitcoin/bitcoin/pull/13702
1632018-07-18T10:41:54  *** promag has quit IRC
1642018-07-18T10:42:27  *** bitconner has joined #bitcoin-core-dev
1652018-07-18T10:47:05  *** bitconner has quit IRC
1662018-07-18T10:53:12  *** rafalcpp has joined #bitcoin-core-dev
1672018-07-18T11:07:12  *** promag has joined #bitcoin-core-dev
1682018-07-18T11:08:14  *** Krellan has quit IRC
1692018-07-18T11:09:06  *** bitconner has joined #bitcoin-core-dev
1702018-07-18T11:09:38  *** Krellan has joined #bitcoin-core-dev
1712018-07-18T11:09:57  *** rafalcpp_ has joined #bitcoin-core-dev
1722018-07-18T11:09:58  *** rafalcpp has quit IRC
1732018-07-18T11:11:31  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1742018-07-18T11:14:23  *** grafcaps has joined #bitcoin-core-dev
1752018-07-18T11:15:27  *** bitconner has quit IRC
1762018-07-18T11:16:23  *** bitconner has joined #bitcoin-core-dev
1772018-07-18T11:17:03  *** ctrlbreak has quit IRC
1782018-07-18T11:19:07  *** grafcaps has quit IRC
1792018-07-18T11:21:23  *** bitconner has quit IRC
1802018-07-18T11:21:52  *** SopaXorzTaker has joined #bitcoin-core-dev
1812018-07-18T11:29:08  *** promag has quit IRC
1822018-07-18T11:29:21  *** shesek has quit IRC
1832018-07-18T11:29:43  *** promag has joined #bitcoin-core-dev
1842018-07-18T11:34:04  *** promag has quit IRC
1852018-07-18T11:43:46  *** ctrlbreak has joined #bitcoin-core-dev
1862018-07-18T11:50:46  *** promag has joined #bitcoin-core-dev
1872018-07-18T11:57:16  *** promag has quit IRC
1882018-07-18T11:58:54  *** belcher has joined #bitcoin-core-dev
1892018-07-18T12:03:32  <fanquake> Have added #13247 to the 0.17.0 milestone, it's doc additions and a test that was split out of #13023.
1902018-07-18T12:03:36  <gribble> https://github.com/bitcoin/bitcoin/issues/13023 | Fix some concurrency issues in ActivateBestChain() by skeees · Pull Request #13023 · bitcoin/bitcoin · GitHub
1912018-07-18T12:03:37  <gribble> https://github.com/bitcoin/bitcoin/issues/13247 | Add tests to SingleThreadedSchedulerClient() and document the memory model by skeees · Pull Request #13247 · bitcoin/bitcoin · GitHub
1922018-07-18T12:08:59  *** Chris_Stewart_5 has quit IRC
1932018-07-18T12:27:13  *** m8tion has joined #bitcoin-core-dev
1942018-07-18T12:28:02  *** ctrlbreak has quit IRC
1952018-07-18T12:42:25  *** SopaXorzTaker has quit IRC
1962018-07-18T12:49:23  <wumpus> okay
1972018-07-18T12:51:40  <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f5d166acf909...4c6d1b9973c9
1982018-07-18T12:51:40  <bitcoin-git> bitcoin/master 066d297 Karl-Johan Alm: contrib: correct version check...
1992018-07-18T12:51:41  <bitcoin-git> bitcoin/master 4c6d1b9 Wladimir J. van der Laan: Merge #13699: contrib: correct version check...
2002018-07-18T12:52:28  <bitcoin-git> [bitcoin] laanwj closed pull request #13699: contrib: correct version check (master...contrib-py-zmq-version) https://github.com/bitcoin/bitcoin/pull/13699
2012018-07-18T13:04:45  <bitcoin-git> [bitcoin] laanwj closed pull request #13672: Modified in_addr6 cast in CConman class to work with msvc (master...ip6castfix) https://github.com/bitcoin/bitcoin/pull/13672
2022018-07-18T13:08:31  <wumpus> for 13672 I was afraid it would bring back some problems, I remember that part of the code being heavily patched and contended already, I hope it's finally ok now
2032018-07-18T13:08:51  <wumpus> palimpsest function
2042018-07-18T13:11:00  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2052018-07-18T13:14:09  *** promag has joined #bitcoin-core-dev
2062018-07-18T13:18:42  <fanquake> heh. It always seems like the Windows builds/build tools can easily break, and just remain that way for some time
2072018-07-18T13:22:32  *** Krellan has quit IRC
2082018-07-18T13:23:11  *** Krellan has joined #bitcoin-core-dev
2092018-07-18T13:24:18  *** AaronvanW has joined #bitcoin-core-dev
2102018-07-18T13:24:33  <wumpus> I don't think many people are building using msvc
2112018-07-18T13:24:51  <wumpus> could be because there's not much interest in doing so, or because sipsorcery's guide is not well-known
2122018-07-18T13:25:27  <fanquake> yep that's most of the reason I reckon, just not many people building
2132018-07-18T13:26:05  <wumpus> at least openbsd and freebsd problems tend to be reported quickly nowadays
2142018-07-18T13:27:09  <bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/0d8d6be79119...9d26b690e758
2152018-07-18T13:27:10  <bitcoin-git> bitcoin/master 41a8c8d MarcoFalke: travis: Check that ~/.bitcoin is never created
2162018-07-18T13:27:10  <bitcoin-git> bitcoin/master fabe28a MarcoFalke: qa: Temporarily disable test that reads the default datadir location
2172018-07-18T13:27:11  <bitcoin-git> bitcoin/master 9d26b69 Wladimir J. van der Laan: Merge #13687: travis: Check that ~/.bitcoin is never created...
2182018-07-18T13:27:58  <bitcoin-git> [bitcoin] laanwj closed pull request #13687: travis: Check that ~/.bitcoin is never created (master...Mf1709-travisHomeDirBtc) https://github.com/bitcoin/bitcoin/pull/13687
2192018-07-18T13:29:00  *** ctrlbreak has joined #bitcoin-core-dev
2202018-07-18T13:39:49  *** promag has quit IRC
2212018-07-18T13:51:26  <BlueMatt> gmaxwell: its no doubt long since time to implement prediction, though sadly I dont have time atm :(
2222018-07-18T14:14:06  *** setpill has quit IRC
2232018-07-18T14:15:12  *** setpill has joined #bitcoin-core-dev
2242018-07-18T14:15:53  *** goatpig has joined #bitcoin-core-dev
2252018-07-18T14:30:17  <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9d26b690e758...714667268713
2262018-07-18T14:30:17  <bitcoin-git> bitcoin/master 801cb30 Samuel B. Atwood: doc: Add release notes for -printtoconsole and -debuglogfile changes...
2272018-07-18T14:30:18  <bitcoin-git> bitcoin/master 7146672 Wladimir J. van der Laan: Merge #13625: doc: Add release notes for -printtoconsole and -debuglogfile changes...
2282018-07-18T14:31:12  <bitcoin-git> [bitcoin] laanwj closed pull request #13625: doc: Add release notes for -printtoconsole and -debuglogfile changes (master...printtoconsole_release_notes) https://github.com/bitcoin/bitcoin/pull/13625
2292018-07-18T14:31:44  *** LEGENDARYOWLZ has joined #bitcoin-core-dev
2302018-07-18T14:33:01  *** d9b4bef9 has quit IRC
2312018-07-18T14:34:09  *** d9b4bef9 has joined #bitcoin-core-dev
2322018-07-18T14:53:57  *** farmerwampum has quit IRC
2332018-07-18T14:54:23  *** promag has joined #bitcoin-core-dev
2342018-07-18T15:00:17  *** narodnik has joined #bitcoin-core-dev
2352018-07-18T15:02:52  *** narodnik has quit IRC
2362018-07-18T15:10:48  *** grafcaps has joined #bitcoin-core-dev
2372018-07-18T15:19:39  <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/714667268713...585db54dd1ae
2382018-07-18T15:19:40  <bitcoin-git> bitcoin/master 417b6c1 Thomas Kerin: bitcoinconsensus: invalid flags should be set to bitcoinconsensus_error type, add test cases covering bitcoinconsensus error codes
2392018-07-18T15:19:40  <bitcoin-git> bitcoin/master 585db54 Wladimir J. van der Laan: Merge #13655: bitcoinconsensus: invalid flags error should be set to bitcoinconsensus_err...
2402018-07-18T15:31:42  *** Krellan has quit IRC
2412018-07-18T15:32:09  *** Krellan has joined #bitcoin-core-dev
2422018-07-18T15:32:27  *** someone235_ has quit IRC
2432018-07-18T15:39:06  *** fanquake has quit IRC
2442018-07-18T15:48:19  *** Aaronvan_ has joined #bitcoin-core-dev
2452018-07-18T15:49:15  *** Aaronvan_ has quit IRC
2462018-07-18T15:51:49  *** AaronvanW has quit IRC
2472018-07-18T15:55:13  *** AaronvanW has joined #bitcoin-core-dev
2482018-07-18T15:56:34  *** LEGENDARYOWLZ has quit IRC
2492018-07-18T16:13:24  *** fanquake has joined #bitcoin-core-dev
2502018-07-18T16:17:27  *** fanquake has quit IRC
2512018-07-18T16:21:41  <promag> is #13697 for 0.17?
2522018-07-18T16:21:44  <gribble> https://github.com/bitcoin/bitcoin/issues/13697 | Support output descriptors in scantxoutset by sipa · Pull Request #13697 · bitcoin/bitcoin · GitHub
2532018-07-18T16:26:26  *** Aaronvan_ has joined #bitcoin-core-dev
2542018-07-18T16:27:15  *** dqx_ has joined #bitcoin-core-dev
2552018-07-18T16:27:45  *** bitconner has joined #bitcoin-core-dev
2562018-07-18T16:27:54  *** harrymm has quit IRC
2572018-07-18T16:29:25  *** AaronvanW has quit IRC
2582018-07-18T16:29:33  *** harrymm has joined #bitcoin-core-dev
2592018-07-18T16:34:34  *** promag has quit IRC
2602018-07-18T16:35:04  <sipa> promag: i would like it to be, but it is very late
2612018-07-18T16:35:29  <sipa> if it's not for 0.17, it'll need to be a separate interfacs rather than replacing the existing ones
2622018-07-18T16:38:28  *** setpill has quit IRC
2632018-07-18T16:44:27  <echeveria> > 2018-07-18 16:39:53.624243 Successfully reconstructed block 00000000000000000000a34548e4384fb22321382fb3d101f1c9281813440a28 with 1 txn prefilled, 0 txn from mempool (incl at least 0 from extra pool) and 2348 txn requested
2642018-07-18T16:44:42  <echeveria> hm. sort of feels like blocksonly=1 should unset compact blocks :)
2652018-07-18T16:46:16  *** Murch has joined #bitcoin-core-dev
2662018-07-18T16:49:35  <sipa> can anyone still access the BIP174 PR without getting a unicorn?
2672018-07-18T16:50:02  <echeveria> 12136?
2682018-07-18T16:52:23  <sipa> #13557
2692018-07-18T16:52:34  <gribble> https://github.com/bitcoin/bitcoin/issues/13557 | HTTP Error 502: Bad Gateway
2702018-07-18T16:57:43  <echeveria> that's an error
2712018-07-18T16:57:53  <echeveria> nope, now it loads.
2722018-07-18T16:57:58  <echeveria> #13557
2732018-07-18T16:58:07  <gribble> https://github.com/bitcoin/bitcoin/issues/13557 | BIP 174 PSBT Serializations and RPCs by achow101 · Pull Request #13557 · bitcoin/bitcoin · GitHub
2742018-07-18T17:00:28  <gmaxwell> echeveria: hm. I thought I changed it a while back to not use CB if your mempool is empty.
2752018-07-18T17:12:34  *** c__ has quit IRC
2762018-07-18T17:18:40  <wumpus> unicorns here while logged in, but not in private browsing
2772018-07-18T17:19:30  <wumpus> ?timeline_per_page=20
2782018-07-18T17:19:32  <wumpus> works
2792018-07-18T17:20:25  <sipa> wumpus: oh!
2802018-07-18T17:20:26  *** Dizzle has joined #bitcoin-core-dev
2812018-07-18T17:22:10  *** Chris_Stewart_5 has quit IRC
2822018-07-18T17:26:50  *** Aaronvan_ has quit IRC
2832018-07-18T17:28:18  <gmaxwell> sipa: another alternative, though I'd like to see it go in too, would be to mark scantoutset expiremental so we can change the interface without surprising anyone.
2842018-07-18T17:30:34  <sipa> gmaxwell: yeah, that's an option
2852018-07-18T17:31:54  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2862018-07-18T17:37:34  *** AaronvanW has joined #bitcoin-core-dev
2872018-07-18T17:38:28  *** jamesob_ has joined #bitcoin-core-dev
2882018-07-18T17:41:02  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #13703: 0.16.2: [doc] Bump manpages (0.16...Mf1807-16man) https://github.com/bitcoin/bitcoin/pull/13703
2892018-07-18T17:41:57  *** AaronvanW has quit IRC
2902018-07-18T17:43:33  *** vicenteH has quit IRC
2912018-07-18T17:44:04  *** vicenteH has joined #bitcoin-core-dev
2922018-07-18T17:47:24  *** jamesob_ has quit IRC
2932018-07-18T17:48:05  *** timothy has quit IRC
2942018-07-18T17:49:32  *** AaronvanW has joined #bitcoin-core-dev
2952018-07-18T17:52:34  *** profmac has joined #bitcoin-core-dev
2962018-07-18T17:52:51  *** profmac_ has joined #bitcoin-core-dev
2972018-07-18T17:53:27  *** profmac_ has quit IRC
2982018-07-18T18:02:43  *** drexl has joined #bitcoin-core-dev
2992018-07-18T18:07:32  *** promag has joined #bitcoin-core-dev
3002018-07-18T18:08:35  <promag> sipa: I'd rather merge your change for 0.17 and tag it experimental than changing API
3012018-07-18T18:10:57  *** jamesob_ has joined #bitcoin-core-dev
3022018-07-18T18:15:21  <achow101> wumpus: is #13500 ready to be merged? has 3 utacks and is pretty simple
3032018-07-18T18:15:23  <gribble> https://github.com/bitcoin/bitcoin/issues/13500 | [wallet] Decouple wallet version from client version by achow101 · Pull Request #13500 · bitcoin/bitcoin · GitHub
3042018-07-18T18:16:39  <sipa> promag: ...?
3052018-07-18T18:16:55  <sipa> promag: merging my change would be changing the API
3062018-07-18T18:17:49  <promag> sipa: it wasn't released yet
3072018-07-18T18:19:20  <sipa> promag: oh, that's what you mean
3082018-07-18T18:19:24  <sipa> promag: yes, that's my preference too
3092018-07-18T18:19:38  *** riemann_ has joined #bitcoin-core-dev
3102018-07-18T18:19:42  <promag> sipa: right
3112018-07-18T18:19:46  <promag> :P
3122018-07-18T18:19:52  *** Nebraskka_ has quit IRC
3132018-07-18T18:20:07  *** Nebraskka has joined #bitcoin-core-dev
3142018-07-18T18:23:12  *** promag has quit IRC
3152018-07-18T18:26:22  <bitcoin-git> [bitcoin] laanwj pushed 9 new commits to master: https://github.com/bitcoin/bitcoin/compare/585db54dd1ae...b6547234616f
3162018-07-18T18:26:23  <bitcoin-git> bitcoin/master 41c607f Andrew Chow: Implement PSBT Structures and un/serialization methods per BIP 174
3172018-07-18T18:26:24  <bitcoin-git> bitcoin/master 12bcc64 Andrew Chow: Add pubkeys and whether input was witness to SignatureData...
3182018-07-18T18:26:24  <bitcoin-git> bitcoin/master e9d86a4 Andrew Chow: Methods for interacting with PSBT structs...
3192018-07-18T18:26:29  <sipa> \oooooo/
3202018-07-18T18:26:36  <achow101> yay!
3212018-07-18T18:27:07  <bitcoin-git> [bitcoin] laanwj closed pull request #13557: BIP 174 PSBT Serializations and RPCs (master...psbt) https://github.com/bitcoin/bitcoin/pull/13557
3222018-07-18T18:35:01  *** d9b4bef9 has quit IRC
3232018-07-18T18:35:22  *** belcher has quit IRC
3242018-07-18T18:35:49  *** jamesob__ has joined #bitcoin-core-dev
3252018-07-18T18:36:09  *** d9b4bef9 has joined #bitcoin-core-dev
3262018-07-18T18:42:27  <jimpo> Updated #12254 PR description with updated BIP 158 filter size stats. Cumulative filter size / cumulative base block size = 1.98%.
3272018-07-18T18:42:31  <gribble> https://github.com/bitcoin/bitcoin/issues/12254 | BIP 158: Compact Block Filters for Light Clients by jimpo · Pull Request #12254 · bitcoin/bitcoin · GitHub
3282018-07-18T18:48:15  *** SopaXorzTaker has joined #bitcoin-core-dev
3292018-07-18T18:53:42  *** promag has joined #bitcoin-core-dev
3302018-07-18T18:55:19  <wumpus> \\o//
3312018-07-18T18:55:34  <wumpus> achow101: will take a look
3322018-07-18T18:59:06  *** promag has quit IRC
3332018-07-18T18:59:27  <bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b6547234616f...4a3e8c5aa6a5
3342018-07-18T18:59:27  <bitcoin-git> bitcoin/master cd3f4aa Andrew Chow: Decouple wallet version from client version...
3352018-07-18T18:59:28  <bitcoin-git> bitcoin/master 4a3e8c5 Wladimir J. van der Laan: Merge #13500: [wallet] Decouple wallet version from client version...
3362018-07-18T19:00:17  <bitcoin-git> [bitcoin] laanwj closed pull request #13500: [wallet] Decouple wallet version from client version (master...decouple-wallet-version) https://github.com/bitcoin/bitcoin/pull/13500
3372018-07-18T19:01:24  <wumpus> gmaxwell,sipa: marking scantxoutset as experimental sounds good to me. People will initially be learning what to do with the method anyhow, there might be some other things that need to be changed based on that learning process
3382018-07-18T19:01:35  <wumpus> (independent on whether it gets merged)
3392018-07-18T19:02:23  *** Tennis has joined #bitcoin-core-dev
3402018-07-18T19:03:58  *** ovovo has quit IRC
3412018-07-18T19:08:26  *** owowo has joined #bitcoin-core-dev
3422018-07-18T19:14:28  <gmaxwell> I think in general we should be more agressive at marking new RPC features expiremental, more agressive at adding them, and more agressive at removing them or changing them. :)
3432018-07-18T19:22:45  *** jamesob_ has quit IRC
3442018-07-18T19:23:23  *** jamesob__ has quit IRC
3452018-07-18T19:26:11  <wumpus> yes, true
3462018-07-18T19:27:05  *** promag has joined #bitcoin-core-dev
3472018-07-18T19:31:30  *** promag has quit IRC
3482018-07-18T19:33:57  *** ken2812221 has quit IRC
3492018-07-18T19:37:40  *** nmnkgl has joined #bitcoin-core-dev
3502018-07-18T19:39:52  *** someone235_ has joined #bitcoin-core-dev
3512018-07-18T19:40:27  *** Tuna_Golem has quit IRC
3522018-07-18T19:43:05  *** bitconner has quit IRC
3532018-07-18T19:48:29  *** Krellan has quit IRC
3542018-07-18T19:49:00  *** Krellan has joined #bitcoin-core-dev
3552018-07-18T19:51:09  *** AaronvanW has quit IRC
3562018-07-18T19:54:16  *** promag has joined #bitcoin-core-dev
3572018-07-18T19:59:25  *** promag has quit IRC
3582018-07-18T20:00:47  *** bitconner has joined #bitcoin-core-dev
3592018-07-18T20:13:00  *** dqx_ has quit IRC
3602018-07-18T20:16:50  *** AaronvanW has joined #bitcoin-core-dev
3612018-07-18T20:21:26  *** promag has joined #bitcoin-core-dev
3622018-07-18T20:24:08  *** timothy has joined #bitcoin-core-dev
3632018-07-18T20:24:24  *** timothy has quit IRC
3642018-07-18T20:30:19  *** dqx_ has joined #bitcoin-core-dev
3652018-07-18T20:32:48  *** jamesob_ has joined #bitcoin-core-dev
3662018-07-18T20:32:49  *** jamesob__ has joined #bitcoin-core-dev
3672018-07-18T20:33:48  *** AaronvanW has quit IRC
3682018-07-18T20:34:25  *** SopaXorzTaker has quit IRC
3692018-07-18T20:40:15  *** marcinja has joined #bitcoin-core-dev
3702018-07-18T20:46:05  *** Murch has quit IRC
3712018-07-18T20:46:10  <bitcoin-git> [bitcoin] theuni closed pull request #12467: build: compile univalue as c++11 (master...fix-subconfigure-args) https://github.com/bitcoin/bitcoin/pull/12467
3722018-07-18T20:48:24  *** marcinja has quit IRC
3732018-07-18T20:49:40  *** marcinja has joined #bitcoin-core-dev
3742018-07-18T20:58:36  *** goatpig has quit IRC
3752018-07-18T21:08:01  *** jamesob__ has quit IRC
3762018-07-18T21:08:01  *** jamesob_ has quit IRC
3772018-07-18T21:20:10  *** promag has quit IRC
3782018-07-18T21:40:21  <bitcoin-git> [bitcoin] practicalswift opened pull request #13705: build: Add format string linter (master...lint-format-strings) https://github.com/bitcoin/bitcoin/pull/13705
3792018-07-18T21:54:58  *** Guyver2 has quit IRC
3802018-07-18T21:59:49  *** Krellan has quit IRC
3812018-07-18T22:00:41  *** Krellan has joined #bitcoin-core-dev
3822018-07-18T22:00:57  *** grubles has quit IRC
3832018-07-18T22:05:57  *** Chris_Stewart_5 has quit IRC
3842018-07-18T22:07:19  *** arubi has quit IRC
3852018-07-18T22:07:36  *** radioops has joined #bitcoin-core-dev
3862018-07-18T22:10:11  *** arubi has joined #bitcoin-core-dev
3872018-07-18T22:15:02  *** d9b4bef9 has quit IRC
3882018-07-18T22:16:18  *** d9b4bef9 has joined #bitcoin-core-dev
3892018-07-18T22:16:21  *** riemann_ has quit IRC
3902018-07-18T22:20:43  *** promag has joined #bitcoin-core-dev
3912018-07-18T22:24:03  *** xC0FFEE has joined #bitcoin-core-dev
3922018-07-18T22:27:45  *** promag has quit IRC
3932018-07-18T22:31:31  *** ElBuda has joined #bitcoin-core-dev
3942018-07-18T22:35:02  *** d9b4bef9 has quit IRC
3952018-07-18T22:36:09  *** d9b4bef9 has joined #bitcoin-core-dev
3962018-07-18T22:37:01  *** d9b4bef9 has quit IRC
3972018-07-18T22:38:08  *** d9b4bef9 has joined #bitcoin-core-dev
3982018-07-18T22:43:37  *** grubles has joined #bitcoin-core-dev
3992018-07-18T22:50:07  *** spinza has quit IRC
4002018-07-18T22:59:45  *** ryanofsky has quit IRC
4012018-07-18T22:59:49  *** earlz has quit IRC
4022018-07-18T23:00:22  *** harding has quit IRC
4032018-07-18T23:00:22  *** |EHG| has quit IRC
4042018-07-18T23:00:28  <bitcoin-git> [bitcoin] mitchellcash opened pull request #13706: doc: Minor improvements to release-process.md (master...release_process_doc) https://github.com/bitcoin/bitcoin/pull/13706
4052018-07-18T23:00:34  *** spinza has joined #bitcoin-core-dev
4062018-07-18T23:02:47  *** m8tion has quit IRC
4072018-07-18T23:03:31  *** fanquake has joined #bitcoin-core-dev
4082018-07-18T23:03:54  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4092018-07-18T23:05:42  <gmaxwell> someone is calling for wumpus to be opensourced.
4102018-07-18T23:06:39  <sipa> i believe wumpus is a physically unclonable function
4112018-07-18T23:07:21  <gmaxwell> There have been some recent advances in cloning PUFs.
4122018-07-18T23:17:49  *** lontivero has joined #bitcoin-core-dev
4132018-07-18T23:26:24  *** promag has joined #bitcoin-core-dev
4142018-07-18T23:28:51  *** Chris_Stewart_5 has quit IRC
4152018-07-18T23:30:38  *** ryanofsky has joined #bitcoin-core-dev
4162018-07-18T23:30:57  *** promag has quit IRC
4172018-07-18T23:32:50  *** harding has joined #bitcoin-core-dev
4182018-07-18T23:37:37  *** pinhead has joined #bitcoin-core-dev
4192018-07-18T23:39:50  *** drexl has quit IRC
4202018-07-18T23:47:35  *** StopAndDecrypt has quit IRC