Cryptocurrency

LND V0.19.2 Released With Key Bug Fixes And Performance Upgrades

The latest version of the Lightning Network Daemon (LND), version 0.19.2, has just been released with a focus on bug fixes and performance improvements. This update addresses several key issues that users have been experiencing, such as a bug causing missed payment confirmations, a rare startup freeze bug, and a memory leak that led to increased resource usage over time. Additionally, crashes during node startup and backup handling have been resolved.

One of the notable changes in this release is an optional migration to reduce the size of the “decayed log database” (sphinxreplay.db), which helps in lowering disk and memory usage. This migration is turned on by default but can be disabled by setting a specific configuration option if needed. It’s important to note that this migration does not prevent downgrading to earlier v0.19.x-beta versions.

Improvements in this update also include better handling of peer-to-peer connections, enhanced payment tracking in logs, and more accurate fee calculations. The compatibility with test networks has been improved, along with updates to the command line tools (lncli).

Furthermore, the update brings enhancements to connection handling, aux traffic shaping, and the RPC interface for easier debugging. The Lightning Seed service now supports testnet4 and signet, making it easier for new nodes to discover peers.

The release was built using go1.23.9 and allows for verification that the released files match the original source code. Docker users can run a script to verify the installation before starting the container, ensuring a secure deployment.

To confirm the authenticity of the release, PGP signatures and OpenTimestamps can be used to verify that the release has not been tampered with. Detailed instructions and information on the release can be found on the official GitHub page.

Overall, the LND v0.19.2 update brings important bug fixes, performance upgrades, and new features that enhance the overall stability and functionality of the Lightning Network Daemon. Users are encouraged to update to the latest version to experience these improvements firsthand.

Related Articles

Back to top button