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

50 lines
1.6 KiB
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).
* [Add time_lock_delta overflow check for UpdateChannelPolicy](https://github.com/lightningnetwork/lnd/pull/7350)
that ensure `time_lock_delta` is greater or equal than `0` and less or equal than `65535`
2023-02-27 22:33:31 +01:00
* [Added ability to backup, verify and
restore single channels](https://github.com/lightningnetwork/lnd/pull/7437)
to and from a file on disk.
2023-03-13 12:46:05 +01:00
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-10-21 22:08:27 +02:00
* [Clean up sessions once all channels for which they have updates for are
closed. Also start sending the `DeleteSession` message to the
tower.](https://github.com/lightningnetwork/lnd/pull/7069)
2023-03-20 14:45:31 +02:00
* [Don't load exhausted sessions when not
needed](https://github.com/lightningnetwork/lnd/pull/7405). Also add a new
`exclude_exhausted_sessions` boolean flag to the relevant lncli wtclient
commands.
2023-03-16 15:00:26 +02:00
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-02-27 22:33:31 +01:00
* ardevd
2023-03-16 15:00:26 +02:00
* Elle Mouton
2022-05-26 19:43:39 +00:00
* Oliver Gugger
* Tommy Volk
* Yong Yu