diff --git a/_includes/references.md b/_includes/references.md index dee45d03cc..83fd643357 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -10,8 +10,11 @@ {% comment %}{% endcomment %} [BIP37]: https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki [BIP70]: https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki +[BIP150]: https://github.com/bitcoin/bips/blob/master/bip-0150.mediawiki +[BIP151]: https://github.com/bitcoin/bips/blob/master/bip-0151.mediawiki [BIP157]: https://github.com/bitcoin/bips/blob/master/bip-0157.mediawiki [BIP158]: https://github.com/bitcoin/bips/blob/master/bip-0158.mediawiki +[BIP174]: https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki {% comment %}{% endcomment %} {% assign news0 = "/en/newsletters/2018/06/08/" %} @@ -30,6 +33,10 @@ [newsletter #6]: {{news6}} {% assign news7 = "/en/newsletters/2018/08/07/" %} [newsletter #7]: {{news7}} +{% assign news8 = "/en/newsletters/2018/08/14/" %} +[newsletter #8]: {{news8}} +{% assign news9 = "/en/newsletters/2018/08/21/" %} +[newsletter #9]: {{news9}} {% comment %} {% endcomment %} + +{% include linkers/github-log.md + refname="core commits" + repo="bitcoin/bitcoin" + start="1b04b55f2d22078ca79cd38fc1078e15fa9cbe94" + end="df660aa7717a6f4784e90535a13a95d82244565a" +%} +{% include linkers/github-log.md + refname="lnd commits" + repo="lightningnetwork/lnd" + start="6989316b11c51922b4c6ae3507ac06680ec530b9" + end="3f5ec993300e38369110706ac83301b8875500d6" +%} +{% include linkers/github-log.md + refname="cl commits" + repo="ElementsProject/lightning" + start="a97955845ff43d4780b33a7301695db33823c57c" + end="80a875a9a54e26c2ea4c90aee8fe606ddcc27c55" +%} + +- Bitcoin Core 0.17 branched: this allows developers to focus on + ensuring stability, translation completeness, and other release + features on that branch while development of new features continues on + the master branch. This Notable Commits section only focuses on the + master development branch of each project, so commits mentioned from + this point forward are much less likely to be included in the 0.17 + version of Bitcoin Core and should not be expected before the 0.18 + version. + +- [Bitcoin Core #13917][] and [Bitcoin Core #13960][] improve the + [BIP174][] Partially-Signed Bitcoin Transaction (PBST) handling in + ambiguous situations. + +- [Bitcoin Core #11526][] makes it much easier to build Bitcoin Core + with Microsoft Visual Studio 2017, including being able to use the Visual + Studio debugger. + +- [Bitcoin Core #13918][] provides the 10th, 25th, 50th, 75th, and 90th + percentile feerates for a historic block with the `getblockstats` RPC + introduced to the master development branch a couple months ago. + +- [LND #1693][] allows LND's autopilot funding mechanism to optionally + use its own unconfirmed change outputs for funding transactions, + allowing it to potentially open multiple channels in the next block. + + Note: this was only the most notable of several minor (but useful) + improvements to the autopilot feature merged this week. + +- [LND #1460][] the payinvoice and sendpayment commands now require + extra confirmation, although this can be bypassed with the `--force` + or `-f` parameter. + +{% include references.md %} +{% include linkers/issues.md issues="13917,11526,13918,1693,1460,13960" %} + +[news5 news]: {{news5}}#news +[dandelion protocol]: https://arxiv.org/abs/1701.04439 +[2018-08-16 meeting log]: http://www.erisian.com.au/meetbot/bitcoin-core-dev/2018/bitcoin-core-dev.2018-08-16-19.03.log.html +[nmnkgl relay]: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-April/015863.html