-
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 #7017 from Roasbeef/v0-15-3-branch
release: create release branch for v0.15.3
- Loading branch information
Showing
39 changed files
with
1,575 additions
and
886 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
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,39 @@ | ||
# Release Notes | ||
|
||
## RPC/REST Server | ||
|
||
- A `POST` URL mapping [was added to the REST version of the `QueryRoutes` call | ||
(`POST /v1/graph/routes`)](https://github.com/lightningnetwork/lnd/pull/6926) | ||
to make it possible to specify `route_hints` over REST. | ||
|
||
## Bug Fixes | ||
|
||
* [A bug has been fixed where the responder of a zero-conf channel could forget | ||
about the channel after a hard-coded 2016 blocks.](https://github.com/lightningnetwork/lnd/pull/6998) | ||
|
||
* [A bug where LND wouldn't send a ChannelUpdate during a channel open has | ||
been fixed.](https://github.com/lightningnetwork/lnd/pull/6892) | ||
|
||
* [A bug has been fixed that caused fee estimation to be incorrect for taproot | ||
inputs when using the `SendOutputs` call.](https://github.com/lightningnetwork/lnd/pull/6941) | ||
|
||
* [A bug has been fixed that could cause lnd to underpay for co-op close | ||
transaction when or both of the outputs used a P2TR | ||
addresss.](https://github.com/lightningnetwork/lnd/pull/6957) | ||
|
||
## Taproot | ||
|
||
* [Add `p2tr` address type to account | ||
import](https://github.com/lightningnetwork/lnd/pull/6966). | ||
|
||
**NOTE** for users running a remote signing setup: A manual account import is | ||
necessary when upgrading from `lnd v0.14.x-beta` to `lnd v0.15.x-beta`, see [the | ||
remote signing documentation for more | ||
details](../remote-signing.md#migrating-a-remote-signing-setup-from-014x-to-015x). | ||
|
||
# Contributors (Alphabetical Order) | ||
|
||
* Eugene Siegel | ||
* Jordi Montes | ||
* Olaoluwa Osuntokun | ||
* Oliver Gugger |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.