File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
to the latest state and continue operating without channel loss (#1564 ).
9
9
* A ` NodeAlias ` struct has been added which handles string sanitization for
10
10
node aliases via the ` Display ` trait (#1544 ).
11
- * ` ProbabilisticScoringParameters ` now a ` banned_nodes ` set which we will
12
- never route through when using a ` ProbabilisticScorer ` (#1550 ).
11
+ * ` ProbabilisticScoringParameters ` now has a ` banned_nodes ` set which we will
12
+ never route through during path finding (#1550 ).
13
13
* ` ProbabilisticScoringParameters ` now offers an ` anti_probing_penalty_msat `
14
14
option to prefer channels which afford better privacy when routing (#1555 ).
15
15
* ` ProbabilisticScorer ` now provides access to its estimated liquidity range
39
39
with any previous version of LDK. Attempts to read values written by a
40
40
previous version of LDK will fail and attempts to read newly written objects
41
41
using a previous version of LDK will fail. It is not expected that users are
42
- serializing ` ChannelConfig ` using the LDK serialization API, however if a
42
+ serializing ` ChannelConfig ` using the LDK serialization API, however, if a
43
43
backward compatibility wrapper is required, please open an issue.
44
44
45
45
In total, this release features 32 files changed, 1839 insertions, 490
@@ -49,8 +49,8 @@ deletions in 31 commits from 9 authors, in alphabetical order:
49
49
* Daniel Granhão
50
50
* Elias Rohrer
51
51
* Jeffrey Czyz
52
- * Matt
53
52
* Matt Corallo
53
+ * Matt Faltyn
54
54
* NicolaLS
55
55
* Valentine Wallace
56
56
* Wilmer Paulino
You can’t perform that action at this time.
0 commit comments