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

35 lines
853 B
Markdown
Raw Normal View History

2023-03-13 12:46:05 +01:00
# Release Notes
## `lncli`
2023-03-16 15:00:26 +02:00
* The `lncli wallet psbt fund` command now allows users to specify the
2023-03-13 12:46:05 +01:00
[`--min_confs` flag](https://github.com/lightningnetwork/lnd/pull/7510).
2023-03-16 15:00:26 +02:00
## Watchtowers
* [Allow caller to filter sessions at the time of reading them from
disk](https://github.com/lightningnetwork/lnd/pull/7059)
2022-05-26 19:43:39 +00:00
## Misc
* [Return `FEE_INSUFFICIENT` before checking balance for incoming low-fee
HTLCs.](https://github.com/lightningnetwork/lnd/pull/7490).
2023-02-22 13:16:33 +02:00
## Spec
* [Add test vectors for
option_zero_fee_htlc_tx](https://github.com/lightningnetwork/lnd/pull/7439)
2022-05-26 19:43:39 +00:00
2023-03-16 02:08:20 +08:00
## RPC
- A [debug log](https://github.com/lightningnetwork/lnd/pull/7514) has been
added to `lnrpc` so the node operator can know whether a certain request has
happened or not.
2022-05-26 19:43:39 +00:00
# Contributors (Alphabetical Order)
2023-03-16 15:00:26 +02:00
* Elle Mouton
2022-05-26 19:43:39 +00:00
* Oliver Gugger
* Tommy Volk
* Yong Yu