Files
lnd/docs/release-notes/release-notes-0.19.2.md
yyforyongyu b0aa4ae2de chainio: use package logger instead of instance logger
There's no guarantee that the `b.beat` is initialized when the
dispatcher shuts down, especially with the case in the remote signer
where no chainbackend is created.
2025-06-18 19:43:27 +08:00

1.6 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

RPC Updates

lncli Updates

Code Health

Breaking Changes

Performance Improvements

Deprecations

Technical and Architectural Updates

BOLT Spec Updates

Testing

Database

Code Health

Tooling and Documentation

Contributors (Alphabetical Order)

  • Yong Yu