From 409bf3c6cca70ac5729e8f7a9817a929f3bc39c4 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Fri, 13 Jun 2025 19:24:50 -0300 Subject: [PATCH] docs: update release notes (include_auth_proof) --- docs/release-notes/release-notes-0.20.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 496a20475..e2af27a96 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -48,6 +48,13 @@ circuit. The indices are only available for forwarding events saved after v0.20. [`incoming_chan_ids` and `outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356). This allows to retrieve forwarding events for specific channels. + +* `DescribeGraph`, `GetNodeInfo`, `GetChanInfo` and the corresponding lncli + commands [now have flag](https://github.com/lightningnetwork/lnd/pull/9950) + `include_auth_proof`. With the flag, these APIs add AuthProof (signatures from + the channel announcement) to the returned ChannelEdge. + + ## lncli Additions * [`lncli sendpayment` and `lncli queryroutes` now support the @@ -127,6 +134,7 @@ circuit. The indices are only available for forwarding events saved after v0.20. # Contributors (Alphabetical Order) * Abdulkbk +* Boris Nagaev * Elle Mouton * Funyug * Mohamed Awnallah