From 4a234825268bafd570985a25214c45b06850dcc9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 31 Jan 2024 00:17:03 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.17.4.md | 5 ++++- docs/lnd/release-notes/release-notes-0.18.0.md | 12 ++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/lnd/release-notes/release-notes-0.17.4.md b/docs/lnd/release-notes/release-notes-0.17.4.md index 142880e..06daa86 100644 --- a/docs/lnd/release-notes/release-notes-0.17.4.md +++ b/docs/lnd/release-notes/release-notes-0.17.4.md @@ -41,7 +41,10 @@ nodes where the chain sync got lost because fetching of already pruned blocks from our peers was not garbage collected when the request failed. - +* Let the REST proxy [skip TLS + verification](https://github.com/lightningnetwork/lnd/pull/8437) when + connecting to the gRPC server to prevent invalid cert use when the ephemeral + cert (used with the `--tlsencryptkey` flag) expires. # New Features ## Functional Enhancements diff --git a/docs/lnd/release-notes/release-notes-0.18.0.md b/docs/lnd/release-notes/release-notes-0.18.0.md index 83ac747..f95d4ec 100644 --- a/docs/lnd/release-notes/release-notes-0.18.0.md +++ b/docs/lnd/release-notes/release-notes-0.18.0.md @@ -75,6 +75,9 @@ * The AMP struct in payment hops will [now be populated](https://github.com/lightningnetwork/lnd/pull/7976) when the AMP TLV is set. +* [Add Taproot witness types + to rpc](https://github.com/lightningnetwork/lnd/pull/8431) + # New Features ## Functional Enhancements @@ -187,6 +190,10 @@ [MinConf](https://github.com/lightningnetwork/lnd/pull/8097)(minimum number of confirmations) has been added to the `WalletBalance` RPC call. +* `PendingChannels` now optionally returns the + [raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426) + in `waiting_close_channels`. + ## lncli Updates * [Documented all available lncli commands](https://github.com/lightningnetwork/lnd/pull/8181). @@ -202,6 +209,10 @@ * [Use the default LND value in the buildroute rpc command for the final cltv delta](https://github.com/lightningnetwork/lnd/pull/8387). +* `pendingchannels` now optionally returns the + [raw hex of the closing tx](https://github.com/lightningnetwork/lnd/pull/8426) + in `waiting_close_channels`. + ## Code Health * [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867). @@ -287,6 +298,7 @@ * Carla Kirk-Cohen * Elle Mouton * ErikEk +* Jesse de Wit * Keagan McClelland * Marcos Fernandez Perez * Matt Morehouse