From 307471ddfd93379e2a4b4e3d09f4fa8a158b8318 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 28 Aug 2024 00:20:02 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.3.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.18.3.md b/docs/lnd/release-notes/release-notes-0.18.3.md index 1e827913..b91fda58 100644 --- a/docs/lnd/release-notes/release-notes-0.18.3.md +++ b/docs/lnd/release-notes/release-notes-0.18.3.md @@ -76,8 +76,18 @@ blinded path expiry. * [Fixed](https://github.com/lightningnetwork/lnd/pull/9021) an issue with some command-line arguments not being passed when running `make itest-parallel`. + +* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9039) that would + cause UpdateAddHTLC message with blinding point fields to not be re-forwarded + correctly on restart. + # New Features ## Functional Enhancements + +* LND will now [temporarily ban peers](https://github.com/lightningnetwork/lnd/pull/9009) +that send too many invalid `ChannelAnnouncement`. This is only done for LND nodes +that validate `ChannelAnnouncement` messages. + ## RPC Additions * The [SendPaymentRequest](https://github.com/lightningnetwork/lnd/pull/8734)