mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-13 15:49:04 +01:00
2.2 KiB
2.2 KiB
Release Notes
Bug Fixes
-
Use
BigSizeTinstead ofuint16for the htlc index that's used in the revocation log. -
Fixed a case where the spending notification of an output may be missed if wrong height hint is used.
-
Fixed a case where the node may panic if it's running in the remote signer mode.
New Features
Functional Enhancements
RPC Additions
lncli Additions
Improvements
Functional Updates
- Improved the connection
restriction logic enforced by
accessman. In addition, the restriction placed on outbound connections is now lifted.
RPC Updates
lncli Updates
Code Health
- Add Optional Migration
which garbage collects the
decayed logalso known assphinxreplay.db.
Breaking Changes
Performance Improvements
- The replay protection is
optimized to use less disk
space such that the
sphinxreplay.dbor thedecayedlogdb_kvtable will grow much more slowly.
Deprecations
Technical and Architectural Updates
BOLT Spec Updates
Testing
Database
Code Health
Tooling and Documentation
Contributors (Alphabetical Order)
- Yong Yu