Skip to content

Commit dede15c

Browse files
Merge pull request #727 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 93eb402 + a681036 commit dede15c

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

docs/lnd/release-notes/release-notes-0.18.4.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,23 @@
1818
- [Tooling and Documentation](#tooling-and-documentation)
1919

2020
# Bug Fixes
21+
22+
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9134) that would
23+
cause a nil pointer dereference during the probing of a payment request that
24+
does not contain a payment address.
25+
2126
# New Features
2227

2328
The main channel state machine and database now allow for processing and storing
24-
custom Taproot script leaves, [allowing the implementation of custom channel
25-
types](https://github.com/lightningnetwork/lnd/pull/8960).
29+
custom Taproot script leaves, allowing the implementation of custom channel
30+
types in a series of changes:
31+
* https://github.com/lightningnetwork/lnd/pull/9025
32+
* https://github.com/lightningnetwork/lnd/pull/9030
33+
* https://github.com/lightningnetwork/lnd/pull/9049
34+
* https://github.com/lightningnetwork/lnd/pull/9072
35+
* https://github.com/lightningnetwork/lnd/pull/9095
36+
* https://github.com/lightningnetwork/lnd/pull/8960
37+
* https://github.com/lightningnetwork/lnd/pull/9194
2638

2739
## Functional Enhancements
2840

@@ -82,6 +94,10 @@ types](https://github.com/lightningnetwork/lnd/pull/8960).
8294
## Breaking Changes
8395
## Performance Improvements
8496

97+
* [A new method](https://github.com/lightningnetwork/lnd/pull/9195)
98+
`AssertTxnsNotInMempool` has been added to `lntest` package to allow batch
99+
exclusion check in itest.
100+
85101
# Technical and Architectural Updates
86102
## BOLT Spec Updates
87103

docs/lnd/release-notes/release-notes-0.19.0.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/8857) to correctly
2323
propagate mission control and debug level config values to the main LND config
2424
struct so that the GetDebugInfo response is accurate.
25-
26-
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9134) that would
27-
cause a nil pointer dereference during the probing of a payment request that
28-
does not contain a payment address.
2925

3026
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9033) where we
31-
would not signal an error when trying to bump an non-anchor channel but
27+
would not signal an error when trying to bump a non-anchor channel but
3228
instead report a successful cpfp registration although no fee bumping is
3329
possible for non-anchor channels anyways.
3430

31+
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9269) where a
32+
negative fee limit for `SendPaymentV2` would lead to omitting the fee limit
33+
check.
34+
3535
* [Use the required route blinding
3636
feature-bit](https://github.com/lightningnetwork/lnd/pull/9143) for invoices
3737
containing blinded paths.
@@ -157,11 +157,7 @@ The underlying functionality between those two options remain the same.
157157
## Breaking Changes
158158
## Performance Improvements
159159

160-
* Log rotation can now use ZSTD
161-
162-
* [A new method](https://github.com/lightningnetwork/lnd/pull/9195)
163-
`AssertTxnsNotInMempool` has been added to `lntest` package to allow batch
164-
exclusion check in itest.
160+
* Log rotation can now use ZSTD
165161

166162
# Technical and Architectural Updates
167163
## BOLT Spec Updates
@@ -196,6 +192,7 @@ The underlying functionality between those two options remain the same.
196192
* CharlieZKSmith
197193
* Elle Mouton
198194
* George Tsagkarelis
195+
* hieblmi
199196
* Oliver Gugger
200197
* Pins
201198
* Viktor Tigerström

0 commit comments

Comments
 (0)