lnd/docs/release-notes/release-notes-0.16.0.md

87 lines
2.9 KiB
Markdown
Raw Normal View History

# Release Notes
## BOLT Specs
* Warning messages from peers are now recognized and
[logged](https://github.com/lightningnetwork/lnd/pull/6546) by lnd.
## 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.
* [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.
## 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.
## 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`.
* [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
* [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)
* Updated the github actions to use `make fmt-check` in its [build
process](https://github.com/lightningnetwork/lnd/pull/6853).
# Contributors (Alphabetical Order)
2022-07-14 09:33:50 +02: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
* hieblmi
* Olaoluwa Osuntokun
2022-07-14 09:33:50 +02:00
* Oliver Gugger
* Priyansh Rastogi