mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
docs: add release notes for keeping litd up after lnd stops
This commit is contained in:
parent
8cbe436544
commit
9950a34862
1 changed files with 8 additions and 0 deletions
|
|
@ -25,6 +25,14 @@
|
|||
|
||||
### Functional Changes/Additions
|
||||
|
||||
* [Keep litd running after lnd
|
||||
stops](https://github.com/lightninglabs/lightning-terminal/pull/1329):
|
||||
In integrated mode, litd no longer shuts down when lnd stops. It now marks lnd
|
||||
as errored, tears down the lnd dependent sub-servers and keeps running so its
|
||||
status endpoint stays available to report what happened. Note that calling
|
||||
lnd's `StopDaemon` (for example `lncli stop`) no longer stops litd; use litd's
|
||||
own `StopDaemon` to stop everything.
|
||||
|
||||
### Technical and Architectural Updates
|
||||
|
||||
* [Stop itest litd nodes via litd's own
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue