From a8c159b1c71d60192bdf22560924b069c06a8df1 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Fri, 23 Aug 2024 10:05:58 -0400 Subject: [PATCH] docs: add experimental endorsement --- docs/release-notes/release-notes-0.19.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 6fa3c0f06..8e43f0cd4 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -61,6 +61,12 @@ https://github.com/lightningnetwork/lnd/pull/9253) # New Features + +* [Support](https://github.com/lightningnetwork/lnd/pull/8390) for + [experimental endorsement](https://github.com/lightning/blips/pull/27) + signal relay was added. This signal has *no impact* on routing, and + is deployed experimentally to assist ongoing channel jamming research. + ## Functional Enhancements * [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate wallet transactions. @@ -201,6 +207,7 @@ The underlying functionality between those two options remain the same. * Abdullahi Yunus * Animesh Bilthare * Boris Nagaev +* Carla Kirk-Cohen * CharlieZKSmith * Elle Mouton * George Tsagkarelis