Files
lnd/docs/release-notes/release-notes-0.19.2.md
2025-06-21 09:20:19 +02:00

2.2 KiB

Release Notes

Bug Fixes

  • Use BigSizeT instead of uint16 for 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

Breaking Changes

Performance Improvements

  • The replay protection is optimized to use less disk space such that the sphinxreplay.db or the decayedlogdb_kv table 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