8
8
* ` ConfirmationTarget ` has been rewritten to provide information about the
9
9
specific use LDK needs the feerate estimate for, rather than the generic
10
10
low-, medium-, and high-priority estimates. This allows LDK users to more
11
- accurately target their feerate estimates (#2660 ). For those wishint to
11
+ accurately target their feerate estimates (#2660 ). For those wishing to
12
12
retain their existing behavior, see the table below for conversion.
13
13
* ` ChainHash ` is now used in place of ` BlockHash ` where it represents the
14
14
genesis block (#2662 ).
15
15
* ` lightning-invoice ` payment utilities now take a ` Deref ` to
16
16
` AChannelManager ` (#2652 ).
17
17
* ` peel_onion ` is provided to statelessly decode an ` OnionMessage ` (#2599 ).
18
18
* ` ToSocketAddrs ` + ` Display ` are now impl'd for ` SocketAddress ` (#2636 , #2670 )
19
- * ` Display ` is now implemented for ` Outpoint ` (#2649 ).
19
+ * ` Display ` is now implemented for ` OutPoint ` (#2649 ).
20
20
* ` Features::from_be_bytes ` is now provided (#2640 ).
21
21
22
22
For those moving to the new ` ConfirmationTarget ` , the new variants in terms of
@@ -41,10 +41,10 @@ the old mempool/low/medium/high priorities are as follows:
41
41
* Anchor outputs are now properly considered when calculating the amount
42
42
available to send in HTLCs. This can prevent force-closes in anchor channels
43
43
when sending payments which overflow the available balance (#2674 ).
44
- * A peer which sends a ` update_fulfill_htlc ` message for a forwarded HTLC, then
45
- reconnects prior to sending a ` commitment_signed ` (thus retransmitting their
46
- ` update_fulfill_htlc ` ) may result in the channel stalling and being unable
47
- to make progress (#2661 ).
44
+ * A peer which sends an ` update_fulfill_htlc ` message for a forwarded HTLC,
45
+ then reconnects prior to sending a ` commitment_signed ` (thus retransmitting
46
+ their ` update_fulfill_htlc ` ) may result in the channel stalling and being
47
+ unable to make progress (#2661 ).
48
48
* In exceedingly rare circumstances, messages intended to be sent to a peer
49
49
prior to reconnection can be sent after reconnection. This could result in
50
50
undefined channel state and force-closes (#2663 ).
0 commit comments