File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ the old mempool/low/medium/high priorities are as follows:
38
38
route a payment through from being able to learn the sender of the payment.
39
39
In some rare cases, this may result in marginally reduced payment success
40
40
rates (#2666 ).
41
+ * Anchor outputs are now properly considered when calculating the amount
42
+ available to send in HTLCs. This can prevent force-closes in anchor channels
43
+ when sending payments which overflow the available balance (#2674 ).
41
44
* A peer which sends a ` update_fulfill_htlc ` message for a forwarded HTLC, then
42
45
reconnects prior to sending a ` commitment_signed ` (thus retransmitting their
43
46
` update_fulfill_htlc ` ) may result in the channel stalling and being unable
@@ -55,6 +58,13 @@ the old mempool/low/medium/high priorities are as follows:
55
58
peers also working to confirm the latest commitment transaction when we wish
56
59
to force-close (#2658 ).
57
60
61
+ ## Security
62
+ 0.0.118 expands mitigations against transaction cycling attacks to non-anchor
63
+ channels, though note that no mitigations which exist today are considered robust
64
+ to prevent the class of attacks.
65
+ * In order to mitigate against transaction cycling attacks, non-anchor HTLC
66
+ transactions are now properly re-signed before broadcasting (#2667 ).
67
+
58
68
XXX diff stats
59
69
60
70
# 0.0.117 - Oct 3, 2023 - "Everything but the Twelve Sinks"
You can’t perform that action at this time.
0 commit comments