mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
1.4 KiB
1.4 KiB
Release Notes
lncli
-
The
lncli wallet psbt fund
command now allows users to specify the--min_confs
flag. -
Add time_lock_delta overflow check for UpdateChannelPolicy that ensure
time_lock_delta
is greater or equal than0
and less or equal than65535
Watchtowers
- Allow caller to filter sessions at the time of reading them from disk
- Clean up sessions once all channels for which they have updates for are
closed. Also start sending the
DeleteSession
message to the tower. - Don't load exhausted sessions when not
needed. Also add a new
exclude_exhausted_sessions
boolean flag to the relevant lncli wtclient commands.
Misc
Spec
RPC
- A debug log has been
added to
lnrpc
so the node operator can know whether a certain request has happened or not.
Contributors (Alphabetical Order)
- Elle Mouton
- Oliver Gugger
- Tommy Volk
- Yong Yu