Skip to content

Commit e91b95e

Browse files
Merge pull request #955 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 63615bd + a101530 commit e91b95e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
- [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/10330) to ensure that goroutine resources are properly freed in the case
6060
of a disconnection or other failure event.
6161

62+
- Chain notifier RPCs now [return the gRPC `Unavailable`
63+
status](https://github.com/lightningnetwork/lnd/pull/10352) while the
64+
sub-server is still starting. This allows clients to reliably detect the
65+
transient condition and retry without brittle string matching.
66+
6267
# New Features
6368

6469
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)
@@ -283,7 +288,7 @@ reader of a payment request.
283288
* [Require invoices to include a payment address or blinded paths](https://github.com/lightningnetwork/lnd/pull/9752)
284289
to comply with updated BOLT 11 specifications before sending payments.
285290

286-
* [LND can now recgonize DNS address type in node
291+
* [LND can now recognize DNS address type in node
287292
announcement msg](https://github.com/lightningnetwork/lnd/pull/9455). This
288293
allows users to forward node announcement with valid DNS address types. The
289294
validity aligns with Bolt 07 DNS constraints.

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
# Bug Fixes
2323

2424
# New Features
25+
26+
- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)
27+
consisting of a new message type, `OnionMessage`. This includes the message's
28+
definition, comprising a path key and an onion blob, along with the necessary
29+
serialization and deserialization logic for peer-to-peer communication.
30+
2531
## Functional Enhancements
2632

2733
## RPC Additions
@@ -48,8 +54,14 @@
4854

4955
## Database
5056

57+
* Freeze the [graph SQL migration
58+
code](https://github.com/lightningnetwork/lnd/pull/10338) to prevent the
59+
need for maintenance as the sqlc code evolves.
60+
5161
## Code Health
5262

5363
## Tooling and Documentation
5464

5565
# Contributors (Alphabetical Order)
66+
67+
* Elle Mouton

0 commit comments

Comments
 (0)