2022-06-25 00:47:01 +02:00
|
|
|
# Release Notes
|
|
|
|
|
2022-06-27 16:44:16 +02:00
|
|
|
## Build system
|
|
|
|
|
|
|
|
* [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)
|
|
|
|
|
2022-06-25 00:47:01 +02:00
|
|
|
## `lncli`
|
|
|
|
|
|
|
|
* [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.
|
|
|
|
|
2022-06-26 07:22:50 +02:00
|
|
|
## Documentation
|
|
|
|
|
|
|
|
* [Add minor comment](https://github.com/lightningnetwork/lnd/pull/6559) on
|
|
|
|
subscribe/cancel/lookup invoice parameter encoding.
|
2022-06-27 12:31:12 +02:00
|
|
|
|
|
|
|
## RPC Server
|
|
|
|
|
|
|
|
* [Add previous_outpoints to listchaintxns](https://github.com/lightningnetwork/lnd/pull/6321)
|
2022-06-27 22:02:17 +02:00
|
|
|
* [Fix P2TR support in
|
|
|
|
`ComputeInputScript`](https://github.com/lightningnetwork/lnd/pull/6680).
|
2022-06-27 12:31:12 +02:00
|
|
|
|
2022-06-27 13:47:54 +02:00
|
|
|
## Bug Fixes
|
|
|
|
|
|
|
|
* Fixed data race found in
|
|
|
|
[`TestSerializeHTLCEntries`](https://github.com/lightningnetwork/lnd/pull/6673).
|
|
|
|
|
2022-06-29 18:26:25 +02:00
|
|
|
* [Fixed a bug in the `SignPsbt` RPC that produced an invalid response when
|
|
|
|
signing a NP2WKH input](https://github.com/lightningnetwork/lnd/pull/6687).
|
|
|
|
|
2022-06-17 17:46:24 +02:00
|
|
|
## RPC Server
|
|
|
|
|
|
|
|
* [Add wallet reserve rpc & field in wallet balance](https://github.com/lightningnetwork/lnd/pull/6592)
|
|
|
|
|
2022-06-28 08:13:47 +02:00
|
|
|
## Bug Fixes
|
|
|
|
|
|
|
|
* [Update the urfave/cli package](https://github.com/lightningnetwork/lnd/pull/6682) because
|
|
|
|
of a flag parsing bug.
|
|
|
|
|
2022-06-29 19:49:32 +02:00
|
|
|
* [DisconnectPeer no longer interferes with the peerTerminationWatcher. This previously caused
|
|
|
|
force closes.](https://github.com/lightningnetwork/lnd/pull/6655)
|
|
|
|
|
2022-06-30 21:02:28 +02:00
|
|
|
* [The HtlcSwitch now waits for a ChannelLink to stop before replacing it. This fixes a race
|
|
|
|
condition.](https://github.com/lightningnetwork/lnd/pull/6642)
|
|
|
|
|
2022-06-25 00:47:01 +02:00
|
|
|
# Contributors (Alphabetical Order)
|
2022-06-27 12:31:12 +02:00
|
|
|
|
2022-06-25 00:47:01 +02:00
|
|
|
* Elle Mouton
|
2022-06-26 07:22:50 +02:00
|
|
|
* ErikEk
|
2022-06-29 19:49:32 +02:00
|
|
|
* Eugene Siegel
|
2022-06-27 16:44:16 +02:00
|
|
|
* Oliver Gugger
|
2022-06-27 12:31:12 +02:00
|
|
|
* Priyansh Rastogi
|
2022-06-17 17:46:24 +02:00
|
|
|
* Yong Yu
|