2022-05-16 15:19:19 -04:00
|
|
|
# Release Notes
|
|
|
|
|
2022-08-03 17:27:26 -07:00
|
|
|
## BOLT Specs
|
|
|
|
|
|
|
|
* Warning messages from peers are now recognized and
|
|
|
|
[logged](https://github.com/lightningnetwork/lnd/pull/6546) by lnd.
|
|
|
|
|
2022-08-02 17:02:43 -07:00
|
|
|
## RPC
|
|
|
|
|
|
|
|
The `RegisterConfirmationsNtfn` call of the `chainnotifier` RPC sub-server [now
|
|
|
|
optionally supports returning the entire block that confirmed the
|
|
|
|
transaction](https://github.com/lightningnetwork/lnd/pull/6730).
|
|
|
|
|
2022-05-19 23:18:43 -04:00
|
|
|
* [Add `macaroon_root_key` field to
|
|
|
|
`InitWalletRequest`](https://github.com/lightningnetwork/lnd/pull/6457) to
|
|
|
|
allow specifying a root key for macaroons during wallet init rather than
|
|
|
|
having lnd randomly generate one for you.
|
|
|
|
|
2022-08-16 19:31:06 -04:00
|
|
|
* [A new `SignedInputs`](https://github.com/lightningnetwork/lnd/pull/6771)
|
|
|
|
field is added to `SignPsbtResponse` that returns the indices of inputs
|
|
|
|
that were signed by our wallet. Prior to this change `SignPsbt` didn't
|
|
|
|
indicate whether the Psbt held any inputs for our wallet to sign.
|
|
|
|
|
2022-07-23 11:08:05 +05:30
|
|
|
* [Add list addresses RPC](https://github.com/lightningnetwork/lnd/pull/6596).
|
|
|
|
|
2022-07-29 18:20:11 +02:00
|
|
|
## Wallet
|
|
|
|
|
|
|
|
* [Allows Taproot public keys and tap scripts to be imported as watch-only
|
|
|
|
addresses into the internal
|
|
|
|
wallet](https://github.com/lightningnetwork/lnd/pull/6775). NOTE that funding
|
|
|
|
PSBTs from imported tap scripts is not currently possible.
|
|
|
|
|
2022-08-03 17:27:26 -07:00
|
|
|
## Build
|
|
|
|
|
|
|
|
[The project has updated to Go
|
|
|
|
1.19](https://github.com/lightningnetwork/lnd/pull/6795)! Go 1.18 is now the
|
|
|
|
minimum version needed to build the project.
|
|
|
|
|
2022-05-16 15:19:19 -04:00
|
|
|
## Misc
|
|
|
|
|
2022-06-22 10:15:41 +02:00
|
|
|
* [Fixed error typo](https://github.com/lightningnetwork/lnd/pull/6659).
|
|
|
|
|
2022-07-14 09:33:50 +02:00
|
|
|
* [The macaroon key store implementation was refactored to be more generally
|
|
|
|
usable](https://github.com/lightningnetwork/lnd/pull/6509).
|
|
|
|
|
2022-08-15 21:00:07 +00:00
|
|
|
* [Fixed a bug where cookie authentication with Tor would fail if the cookie
|
|
|
|
path contained spaces](https://github.com/lightningnetwork/lnd/pull/6829).
|
2022-08-17 11:58:36 +02:00
|
|
|
[With the module updated](https://github.com/lightningnetwork/lnd/pull/6836),
|
|
|
|
`lnd` now parses Tor control port messages correctly.
|
2022-08-15 21:00:07 +00:00
|
|
|
|
2022-08-11 11:44:25 +02:00
|
|
|
## `lncli`
|
|
|
|
* [Add an `insecure` flag to skip tls auth as well as a `metadata` string slice
|
|
|
|
flag](https://github.com/lightningnetwork/lnd/pull/6818) that allows the
|
|
|
|
caller to specify key-value string pairs that should be appended to the
|
|
|
|
outgoing context.
|
|
|
|
|
2022-08-25 10:47:17 +02:00
|
|
|
* [Fix](https://github.com/lightningnetwork/lnd/pull/6858) command line argument
|
|
|
|
parsing for `lncli sendpayment`.
|
|
|
|
|
2022-08-31 15:31:49 +02:00
|
|
|
* [Fix](https://github.com/lightningnetwork/lnd/pull/6875) mapslice cap out of
|
|
|
|
range error that occurs if the number of profiles is zero.
|
|
|
|
|
2022-07-14 09:33:50 +02:00
|
|
|
## Code Health
|
|
|
|
|
2022-08-15 21:13:03 +08:00
|
|
|
* [test: use `T.TempDir` to create temporary test
|
|
|
|
directory](https://github.com/lightningnetwork/lnd/pull/6710)
|
|
|
|
|
2022-07-14 09:33:50 +02:00
|
|
|
### Tooling and documentation
|
|
|
|
|
|
|
|
* [The `golangci-lint` tool was updated to
|
|
|
|
`v1.46.2`](https://github.com/lightningnetwork/lnd/pull/6731)
|
2022-05-06 16:58:10 -07:00
|
|
|
|
2022-08-23 03:22:51 +08:00
|
|
|
* Updated the github actions to use `make fmt-check` in its [build
|
|
|
|
process](https://github.com/lightningnetwork/lnd/pull/6853).
|
|
|
|
|
2022-05-16 15:19:19 -04:00
|
|
|
# Contributors (Alphabetical Order)
|
2022-07-14 09:33:50 +02:00
|
|
|
|
2022-05-16 15:19:19 -04:00
|
|
|
* Carla Kirk-Cohen
|
2022-08-15 21:00:07 +00:00
|
|
|
* cutiful
|
2022-05-19 23:18:43 -04:00
|
|
|
* Daniel McNally
|
2022-08-11 11:44:25 +02:00
|
|
|
* Elle Mouton
|
2022-06-22 10:15:41 +02:00
|
|
|
* ErikEk
|
2022-08-16 19:31:06 -04:00
|
|
|
* hieblmi
|
2022-05-06 16:58:10 -07:00
|
|
|
* Olaoluwa Osuntokun
|
2022-07-14 09:33:50 +02:00
|
|
|
* Oliver Gugger
|
2022-08-23 03:22:51 +08:00
|
|
|
* Priyansh Rastogi
|