3.1 KiB
Release Notes
Bug Fixes
-
closedchannels
now successfully reports settled balances even if the delivery address is set to an address that LND does not control. -
SendPaymentV2 now cancels the background payment loop if the user cancels the stream context.
-
Fixed a bug that caused LND to read the config only partially and continued with the startup.
New Features
Functional Enhancements
RPC Additions
- The SendPaymentRequest
message receives a new flag
cancelable
which indicates if the payment loop is cancelable. The cancellation can either occur manually by cancelling the send payment stream context, or automatically at the end of the timeout period if the user providedtimeout_seconds
.
lncli Additions
-
Added the
cltv_expiry
argument toaddinvoice
andaddholdinvoice
, allowing users to set themin_final_cltv_expiry_delta
. -
The
lncli wallet estimatefeerate
command returns the fee rate estimate for on-chain transactions in sat/kw and sat/vb to achieve a given confirmation target.
Improvements
Functional Updates
RPC Updates
-
xImportMissionControl
now accepts0
failure amounts. -
ChanInfoRequest
adds support for channel points.
lncli Updates
-
importmc
now accepts0
failure amounts. -
getchaninfo
now accepts a channel outpoint besides a channel id. -
Fixed how we parse the
--amp
flag when sending a payment specifying the payment request.
Code Health
Breaking Changes
Performance Improvements
- Mission Control Store improved performance during DB flushing stage.
Technical and Architectural Updates
BOLT Spec Updates
Testing
Database
Code Health
Tooling and Documentation
Contributors (Alphabetical Order)
- Andras Banki-Horvath
- Bufo
- Matheus Degiovani
- Slyghtning