Skip to content

Commit dfbcbf6

Browse files
dongcarlharding
authored andcommitted
News186: Add Rust-Lightning bitcoinops#1227 description
1 parent 5624255 commit dfbcbf6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

_posts/en/newsletters/2022-02-09-newsletter.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,14 @@ Proposals (BIPs)][bips repo], and [Lightning BOLTs][bolts repo].*
8888
to specify the reason an HTLC was failed, making the interceptor more
8989
useful for testing how failures affect software using LND.
9090

91-
- [Rust-Lightning #1227][] Merge pull request #1227 from jkczyz/2021-12-probabilistic-scorer FIXME:dongcarl
91+
- [LDK #1227][] improves the route-finding logic to account for known
92+
historical payment failures/successes. These failures/successes are used to
93+
determine the upper and lower bounds of channel balances, which gives the
94+
route-finding logic a more accurate success probability when evaluating
95+
routes. This is an implementation of some ideas previously described
96+
by René Pickhardt and others as mentioned in previous newsletters
97+
(including [#142][news142 pps], [#163][news163 pickhardt richter
98+
paper], and [#172][news172 cl4771]).
9299

93100
- [HWI #549][] adds support for [PSBT][topic psbt] version two as
94101
specified in [BIP370][]. When using a device that natively supports
@@ -102,3 +109,6 @@ Proposals (BIPs)][bips repo], and [Lightning BOLTs][bolts repo].*
102109
{% include linkers/issues.md v=1 issues="23508,21851,16795,6226,6234,6177,1227,549,544" %}
103110
[lnd 0.14.2-beta]: https://github.com/lightningnetwork/lnd/releases/tag/v0.14.2-beta
104111
[zhao rbf]: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-January/019817.html
112+
[news163 pickhardt richter paper]: /en/newsletters/2021/08/25/#zero-base-fee-ln-discussion
113+
[news142 pps]: /en/newsletters/2021/03/31/#paper-on-probabilistic-path-selection
114+
[news172 cl4771]: /en/newsletters/2021/10/27/#c-lightning-4771

0 commit comments

Comments
 (0)