Skip to content

Commit db78b69

Browse files
Merge pull request #784 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 5fd5f0d + 9df83c7 commit db78b69

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
## RPC Additions
3131

3232
## lncli Additions
33-
33+
* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will
34+
now update the channel policy if the edge was not found in the graph
35+
database if the `create_missing_edge` flag is set.
3436

3537
# Improvements
3638
## Functional Updates
@@ -46,8 +48,15 @@
4648

4749
## Testing
4850
## Database
51+
* [Remove global application level lock for
52+
Postgres](https://github.com/lightningnetwork/lnd/pull/9242) so multiple DB
53+
transactions can run at once, increasing efficiency. Includes several bugfixes
54+
to allow this to work properly.
4955
## Code Health
5056

57+
* [Golang was updated to
58+
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
59+
5160
* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454)
5261
by returning a custom error code when HTLC carries incorrect custom records.
5362

@@ -64,4 +73,7 @@
6473

6574
# Contributors (Alphabetical Order)
6675

67-
* Ziggie
76+
* Ziggie
77+
* Jesse de Wit
78+
* Alex Akselrod
79+
* Konstantin Nick

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

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@
131131
* The `lncli wallet fundpsbt` command now has a [`--max_fee_ratio` argument to
132132
specify the max fees to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600)
133133

134-
* [`updatechanpolicy`](https://github.com/lightningnetwork/lnd/pull/8805) will
135-
now update the channel policy if the edge was not found in the graph
136-
database if the `create_missing_edge` flag is set.
137-
138134
* [Enhance](https://github.com/lightningnetwork/lnd/pull/9390) the
139135
`lncli listchannels` output by adding the human readable short
140136
channel id and the channel id defined in BOLT02. Moreover change
@@ -170,6 +166,10 @@
170166
use the configured budget values for HTLCs (first level sweep) in parcticular
171167
`--sweeper.budget.deadlinehtlcratio` and `--sweeper.budget.deadlinehtlc`.
172168

169+
* When deciding whether `lnd` is synced to chain, the current height from the
170+
blockbeat dispatcher is now also [taken into
171+
consideration](https://github.com/lightningnetwork/lnd/pull/9501).
172+
173173
## RPC Updates
174174

175175
* Some RPCs that previously just returned an empty response message now at least
@@ -248,13 +248,10 @@ The underlying functionality between those two options remain the same.
248248
* [Abstraction of graph](https://github.com/lightningnetwork/lnd/pull/9480)
249249
access for autopilot.
250250

251-
* [Golang was updated to
252-
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
253-
254-
* Various refactors and preparations to simplify the
255-
`graph.Builder` and to move the funding tx validation to the gossiper.
251+
* Move funding transaction validation to the gossiper
256252
[1](https://github.com/lightningnetwork/lnd/pull/9476)
257253
[2](https://github.com/lightningnetwork/lnd/pull/9477)
254+
[3](https://github.com/lightningnetwork/lnd/pull/9478).
258255

259256

260257
## Breaking Changes
@@ -314,11 +311,6 @@ The underlying functionality between those two options remain the same.
314311
store](https://github.com/lightningnetwork/lnd/pull/9001) so that results are
315312
namespaced. All existing results are written to the "default" namespace.
316313

317-
* [Remove global application level lock for
318-
Postgres](https://github.com/lightningnetwork/lnd/pull/9242) so multiple DB
319-
transactions can run at once, increasing efficiency. Includes several bugfixes
320-
to allow this to work properly.
321-
322314
* [Migrate KV invoices to
323315
SQL](https://github.com/lightningnetwork/lnd/pull/8831) as part of a larger
324316
effort to support SQL databases natively in LND.
@@ -361,7 +353,6 @@ The underlying functionality between those two options remain the same.
361353
# Contributors (Alphabetical Order)
362354

363355
* Abdullahi Yunus
364-
* Alex Akselrod
365356
* Andras Banki-Horvath
366357
* Animesh Bilthare
367358
* Boris Nagaev
@@ -370,7 +361,6 @@ The underlying functionality between those two options remain the same.
370361
* Elle Mouton
371362
* George Tsagkarelis
372363
* hieblmi
373-
* Jesse de Wit
374364
* Keagan McClelland
375365
* Nishant Bansal
376366
* Oliver Gugger

0 commit comments

Comments
 (0)