mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
Merge pull request #6685 from guggero/release-notes-fix
Release notes: Move 0.15.1 item, remove duplicate headings, fix formatting
This commit is contained in:
commit
e6277986fd
2 changed files with 18 additions and 17 deletions
|
@ -70,11 +70,7 @@ releases. Backward compatibility is not guaranteed!
|
|||
* A new [`constrainmacaroon` command was
|
||||
added](https://github.com/lightningnetwork/lnd/pull/6529) that allows
|
||||
caveats/restrictions to be added to an existing macaroon (instead of needing
|
||||
to bake a new one).
|
||||
|
||||
* [Hop hints are now opt in when using `lncli
|
||||
addholdinvoice`](https://github.com/lightningnetwork/lnd/pull/6577). Users now
|
||||
need to explicitly specify the `--private` flag.
|
||||
to bake a new one).
|
||||
|
||||
## Neutrino
|
||||
|
||||
|
|
|
@ -4,13 +4,18 @@
|
|||
|
||||
* [Add the release build directory to the `.gitignore` file to avoid the release
|
||||
binary digest to be different whether that folder exists or
|
||||
not](https://github.com/lightningnetwork/lnd/pull/6676)
|
||||
not](https://github.com/lightningnetwork/lnd/pull/6676).
|
||||
|
||||
## `lncli`
|
||||
|
||||
* [Add `payment_addr` flag to `buildroute`](https://github.com/lightningnetwork/lnd/pull/6576)
|
||||
* [Add `payment_addr` flag to
|
||||
`buildroute`](https://github.com/lightningnetwork/lnd/pull/6576)
|
||||
so that the mpp record of the route can be set correctly.
|
||||
|
||||
* [Hop hints are now opt in when using `lncli
|
||||
addholdinvoice`](https://github.com/lightningnetwork/lnd/pull/6577). Users now
|
||||
need to explicitly specify the `--private` flag.
|
||||
|
||||
## Documentation
|
||||
|
||||
* [Add minor comment](https://github.com/lightningnetwork/lnd/pull/6559) on
|
||||
|
@ -18,10 +23,15 @@
|
|||
|
||||
## RPC Server
|
||||
|
||||
* [Add previous_outpoints to listchaintxns](https://github.com/lightningnetwork/lnd/pull/6321)
|
||||
* [Add previous_outpoints to
|
||||
`GetTransactions` RPC](https://github.com/lightningnetwork/lnd/pull/6321).
|
||||
|
||||
* [Fix P2TR support in
|
||||
`ComputeInputScript`](https://github.com/lightningnetwork/lnd/pull/6680).
|
||||
|
||||
* [Add wallet reserve RPC & field in wallet
|
||||
balance](https://github.com/lightningnetwork/lnd/pull/6592).
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* Fixed data race found in
|
||||
|
@ -30,14 +40,9 @@
|
|||
* [Fixed a bug in the `SignPsbt` RPC that produced an invalid response when
|
||||
signing a NP2WKH input](https://github.com/lightningnetwork/lnd/pull/6687).
|
||||
|
||||
## RPC Server
|
||||
|
||||
* [Add wallet reserve rpc & field in wallet balance](https://github.com/lightningnetwork/lnd/pull/6592)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* [Update the urfave/cli package](https://github.com/lightningnetwork/lnd/pull/6682) because
|
||||
of a flag parsing bug.
|
||||
* [Update the `urfave/cli`
|
||||
package](https://github.com/lightningnetwork/lnd/pull/6682) because of a flag
|
||||
parsing bug.
|
||||
|
||||
* [DisconnectPeer no longer interferes with the peerTerminationWatcher. This previously caused
|
||||
force closes.](https://github.com/lightningnetwork/lnd/pull/6655)
|
||||
|
@ -52,4 +57,4 @@
|
|||
* Eugene Siegel
|
||||
* Oliver Gugger
|
||||
* Priyansh Rastogi
|
||||
* Yong Yu
|
||||
* Yong Yu
|
||||
|
|
Loading…
Add table
Reference in a new issue