forked from lightningnetwork/lnd
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/release-notes: shift prior 0.15.2 release to 0.15.3
We also add an entry for the _new_ 0.15.2 hot fix release.
- Loading branch information
Showing
2 changed files
with
42 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,10 @@ | ||
# 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) | ||
|
||
## 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). | ||
|
||
## Performance improvements | ||
|
||
* [Refactor hop hint selection | ||
algorithm](https://github.com/lightningnetwork/lnd/pull/6914) | ||
* [A wire parsing bug has been fixed that would cause lnd to be unable _decode_ | ||
certain large blocks](https://github.com/lightningnetwork/lnd/pull/7004) | ||
|
||
# Contributors (Alphabetical Order) | ||
|
||
* Eugene Siegel | ||
* Jordi Montes | ||
* Oliver Gugger | ||
|
||
* Olaoluwa Osuntokun |
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) | ||
|
||
## 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). | ||
|
||
## Performance improvements | ||
|
||
* [Refactor hop hint selection | ||
algorithm](https://github.com/lightningnetwork/lnd/pull/6914) | ||
|
||
# Contributors (Alphabetical Order) | ||
|
||
* Eugene Siegel | ||
* Jordi Montes | ||
* Oliver Gugger |