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

28 lines
775 B
Markdown
Raw Normal View History

2023-05-18 18:47:26 +08:00
# Release Notes
## Mempool Optimizations
2023-05-18 18:47:26 +08:00
2023-05-23 06:55:36 +02:00
* Optimized [mempool
management](https://github.com/lightningnetwork/lnd/pull/7681) to lower the
CPU usage.
2023-05-18 18:47:26 +08:00
2023-05-23 06:55:36 +02:00
## Misc
* [Re-encrypt/regenerate](https://github.com/lightningnetwork/lnd/pull/7705)
all macaroon DB root keys on `ChangePassword`/`GenerateNewRootKey`
respectively.
## Channel Link Bug Fix
* If we detect the remote link is inactive, [we'll now tear down the
connection](https://github.com/lightningnetwork/lnd/pull/7711) in addition to
stopping the link's statemachine. If we're persistently connected with the
peer, then this'll force a reconnect, which may restart things and help avoid
certain force close scenarios.
2023-05-18 18:47:26 +08:00
# Contributors (Alphabetical Order)
2023-05-23 06:55:36 +02:00
* Elle Mouton
* Olaoluwa Osuntokun
2023-05-18 18:47:26 +08:00
* Yong Yu