From 51c9c6b2c52164d3a8eac92971abf506d0eb6c14 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 12 Dec 2023 00:17:38 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 59ded978..6839045b 100644 --- a/docs/lnd/release-notes/release-notes-0.18.0.md +++ b/docs/lnd/release-notes/release-notes-0.18.0.md @@ -77,6 +77,9 @@ status, `StatusInitiated`, to explicitly report its current state. Before running this new version, please make sure to upgrade your client application to include this new status so it can understand the RPC response properly. + +* Adds a new rpc endpoint gettx to the walletrpc sub-server to [fetch + transaction details](https://github.com/lightningnetwork/lnd/pull/7654). ## lncli Additions @@ -146,6 +149,13 @@ * [Add Dynamic Commitment Wire Types](https://github.com/lightningnetwork/lnd/pull/8026). This change begins the development of Dynamic Commitments allowing for the negotiation of new channel parameters and the upgrading of channel types. + +* Start using the [timestamps query + option](https://github.com/lightningnetwork/lnd/pull/8030) in the + `query_channel_range` message. This will allow us to know if our peer has a + newer update for a channel that we have marked as a zombie. This addition can + be switched off using the new `protocol.no-timestamp-query-option` config + option. ## Testing @@ -175,6 +185,7 @@ * Andras Banki-Horvath * Carla Kirk-Cohen * Elle Mouton +* ErikEk * Keagan McClelland * Marcos Fernandez Perez * Matt Morehouse