We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ce585 commit 80c0c78Copy full SHA for 80c0c78
1 file changed
docs/release-notes/release-notes-0.17.0.md
@@ -35,6 +35,14 @@
35
36
### Functional Changes/Additions
37
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
+
46
* [Support for SQL database
47
backends](https://github.com/lightninglabs/lightning-terminal/pull/1305):
48
Litd now supports SQLite and postgres database backends. The old BBolt
0 commit comments