mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
2.6 KiB
2.6 KiB
Release Notes
Bug Fixes
- Fixed a bug where we would not cancel accepted HTLCs on AMP invoices if the whole invoice was canceled.
New Features
Functional Enhancements
RPC Additions
lncli Additions
updatechanpolicy
will now update the channel policy if the edge was not found in the graph database if thecreate_missing_edge
flag is set.
Improvements
Functional Updates
RPC Updates
lncli Updates
Code Health
Breaking Changes
Performance Improvements
Technical and Architectural Updates
BOLT Spec Updates
Testing
Database
- Remove global application level lock for Postgres so multiple DB transactions can run at once, increasing efficiency. Includes several bugfixes to allow this to work properly.
Code Health
-
Improved user experience by returning a custom error code when HTLC carries incorrect custom records.
-
Make input validation stricter when using the
BumpFee
,BumpCloseFee(deprecated)
andBumpForceCloseFee
RPCs. For theBumpFee
RPC the new paramdeadline_delta
is introduced. For theBumpForceCloseFee
RPC the paramconf_target
was added. The conf_target changed in its meaning for all the RPCs which had it before. Now it is used for estimating the starting fee rate instead of being treated as the deadline, and it cannot be set together withStartingFeeRate
. Moreover if the user now specifies thedeadline_delta
param, the budget value has to be set as well.
Tooling and Documentation
Contributors (Alphabetical Order)
- Ziggie
- Jesse de Wit
- Alex Akselrod
- Konstantin Nick