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

50 lines
1.6 KiB
Markdown
Raw Normal View History

# Release Notes
## 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.
## Misc
2022-07-14 09:33:50 +02:00
* Warning messages from peers are now recognized and
[logged](https://github.com/lightningnetwork/lnd/pull/6546) by lnd.
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-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-07-14 09:33:50 +02:00
## Code Health
### Tooling and documentation
* [The `golangci-lint` tool was updated to
`v1.46.2`](https://github.com/lightningnetwork/lnd/pull/6731)
# Contributors (Alphabetical Order)
2022-07-14 09:33:50 +02:00
* Carla Kirk-Cohen
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