File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
added to allow a penalty that is only amount-dependent (#1617 ).
13
13
* ` ProbabilisticScoringParameters::amount_penalty_multiplier_msat ` was renamed
14
14
` liquidity_penalty_amount_multiplier_msat ` (#1617 ).
15
- * Support has been added for DNS hostnames in the ` NetAddress ` type, as
16
- described in BOLT PR 911 (#1553 ).
15
+ * A new ` Event::HTLCHandlingFailed ` has been added which provides visibility
16
+ into failures to forward/claim accepted HTLCs (#1403 ).
17
+ * Support has been added for DNS hostnames in the ` NetAddress ` type, see
18
+ [ BOLT PR #911 ] ( https://github.com/lightning/bolts/pull/911 ) (#1553 ).
17
19
* ` GossipSync ` now has ` rapid ` , ` p2p ` , and ` none ` constructors (#1618 ).
18
20
* ` lightning-net-tokio ` no longer requires types to be in ` Arc ` s (#1623 ).
19
21
* The ` htlc_maximum_msat ` field is now required in ` ChannelUpdate ` gossip
22
24
individual channel/node data, primarily for bindings users (#1543 ).
23
25
* ` FeeEstimator ` implementations are now wrapped internally to ensure values
24
26
below 253 are never used (#1552 ).
25
- * Route selection no longer attempts to randomize path selection, this is
27
+ * Route selection no longer attempts to randomize path selection. This is
26
28
unlikely to lead to a material change in the paths selected (#1610 ).
27
29
28
30
## Bug Fixes
You can’t perform that action at this time.
0 commit comments