Skip to content

Commit 80c0c78

Browse files
committed
docs: add release notes for keeping litd up after lnd stops
1 parent 01ce585 commit 80c0c78

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.17.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@
3535

3636
### Functional Changes/Additions
3737

38+
* [Keep litd running after lnd
39+
stops](https://github.com/lightninglabs/lightning-terminal/pull/1329):
40+
In integrated mode, litd no longer shuts down when lnd stops. It now marks lnd
41+
as errored, tears down the lnd dependent sub-servers and keeps running so its
42+
status endpoint stays available to report what happened. Note that calling
43+
lnd's `StopDaemon` (for example `lncli stop`) no longer stops litd; use litd's
44+
own `StopDaemon` to stop everything.
45+
3846
* [Support for SQL database
3947
backends](https://github.com/lightninglabs/lightning-terminal/pull/1305):
4048
Litd now supports SQLite and postgres database backends. The old BBolt

0 commit comments

Comments
 (0)