-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7724 from Roasbeef/v0-16-3-branch
build: create v0.16.3 release branch
- Loading branch information
Showing
16 changed files
with
256 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Release Notes | ||
|
||
## Mempool Optimizations | ||
|
||
* Optimized [mempool | ||
management](https://github.com/lightningnetwork/lnd/pull/7681) to lower the | ||
CPU usage. | ||
|
||
## Bug Fixes | ||
|
||
* [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. | ||
|
||
|
||
## Consistent Contract Resolution | ||
|
||
* If lnd decides to go to chain for an HTLC, it will now _always_ ensure the | ||
HTLC is fully swept on the outgoing link. Prior logic would avoid sweeping | ||
due to negative yield, but combined with other inputs, the HTLC will usually | ||
be positive yield. | ||
|
||
# Contributors (Alphabetical Order) | ||
|
||
* Elle Mouton | ||
* Olaoluwa Osuntokun | ||
* Yong Yu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.