lnd/docs/release-notes/release-notes-0.19.0.md
Viktor Tigerström 52b3a06733
lnd: allow shutdown signal during IsSynced check
Prior to this commit, lnd could become unresponsive to shutdown signals
during the `IsSynced` check. Since the `IsSynced` check can occasionally
take a long time to complete, this could result in lnd failing to shut
down promptly.
2024-10-01 11:42:47 +02:00

2.5 KiB

Release Notes

Bug Fixes

  • Fixed a bug to correctly propagate mission control and debug level config values to the main LND config struct so that the GetDebugInfo response is accurate.

  • Fix a bug that would cause a nil pointer dereference during the probing of a payment request that does not contain a payment address.

  • Fix a bug that prevented a graceful shutdown of LND during the main chain backend sync check in certain cases.

New Features

Functional Enhancements

RPC Additions

  • Add a new rpc endpoint BumpForceCloseFee which moves the functionality soley available in the lncli to LND hence making it more universal.

lncli Additions

Improvements

Functional Updates

  • Allow the compression of logs during rotation with ZSTD via the logcompressor startup argument.

RPC Updates

lncli Updates

Code Health

Breaking Changes

Performance Improvements

  • Log rotation can now use ZSTD

Technical and Architectural Updates

BOLT Spec Updates

  • Add new lnwire messages for the Gossip 1.75 protocol.

Testing

Database

Code Health

Tooling and Documentation

Contributors (Alphabetical Order)

  • CharlieZKSmith
  • Elle Mouton
  • Pins
  • Viktor Tigerström
  • Ziggie