mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-15 12:50:15 +02:00
3.1 KiB
3.1 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.
-
Fixed a deadlock which can happen when the peer start-up has not yet completed but a another p2p connection attempt tries to disconnect the peer.
New Features
Functional Enhancements
-
Adds a method
FeeForWeightRoundUpto thechainfeepackage which rounds up a calculated fee value to the nearest satoshi. -
Update lnd to point at the new deployment of the lightning seed service which is used to provide candidate peers during initial network bootstrap. The lseed service now supports
testnet4andsignetnetworks as well.
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. - Enhanced the aux traffic shaper to now accept the first hop peer pub key as an argument. This can affect the reported aux bandwidth and also the custom records that are produced.
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)
- hieblmi
- Yong Yu