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:
3838 route a payment through from being able to learn the sender of the payment.
3939 In some rare cases, this may result in marginally reduced payment success
4040 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 ).
4144 * A peer which sends a ` update_fulfill_htlc ` message for a forwarded HTLC, then
4245 reconnects prior to sending a ` commitment_signed ` (thus retransmitting their
4346 ` 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:
5558 peers also working to confirm the latest commitment transaction when we wish
5659 to force-close (#2658 ).
5760
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+
5868XXX diff stats
5969
6070# 0.0.117 - Oct 3, 2023 - "Everything but the Twelve Sinks"
You can’t perform that action at this time.
0 commit comments