From 3e779b8fd340bb8bf896de74ece644dfce70f424 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 10 Nov 2023 00:16:27 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.0.md | 12 ++++++++++++ 1 file changed, 12 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 cdb79ed1..948c166b 100644 --- a/docs/lnd/release-notes/release-notes-0.18.0.md +++ b/docs/lnd/release-notes/release-notes-0.18.0.md @@ -11,6 +11,7 @@ - [Code Health](#code-health) - [Breaking Changes](#breaking-changes) - [Performance Improvements](#performance-improvements) + - [Misc](#misc) - [Technical and Architectural Updates](#technical-and-architectural-updates) - [BOLT Spec Updates](#bolt-spec-updates) - [Testing](#testing) @@ -65,6 +66,12 @@ * [Bool was added](https://github.com/lightningnetwork/lnd/pull/8057) to the primitive type of the tlv package. +## Misc +### Logging +* [Add the htlc amount](https://github.com/lightningnetwork/lnd/pull/8156) to + contract court logs in case of timed-out htlcs in order to easily spot dust + outputs. + ## RPC Updates * [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175) @@ -104,6 +111,10 @@ eliminate the use of `ScanInvoices`. ## Code Health + +* [Remove database pointers](https://github.com/lightningnetwork/lnd/pull/8117) + from channeldb schema structs. + ## Tooling and Documentation # Contributors (Alphabetical Order) @@ -114,6 +125,7 @@ * Elle Mouton * Keagan McClelland * Matt Morehouse +* Slyghtning * Turtle * Ononiwu Maureen Chiamaka * Yong Yu