This third minor release contains important bug fixes to improve p2p stability, a retry bug in path finding, and adds improved isolation to anchor sweeping on chain.
The Go version the release is built with has also been updated to fix a reported CVE related to SQL database handling.
Database Migrations
An optional migration introduced with
The migration is optional but turned on by default. If you encounter issues, you can opt-out of the migration by setting
This migration does not prevent downgrading to earlier
v0.19.2-beta
garbage collects the "decayed log database" also known as sphinxreplay.db
which lowers disk and memory requirements for nodes significantly.The migration is optional but turned on by default. If you encounter issues, you can opt-out of the migration by setting
no-gc-decayed-log=true
in the config.This migration does not prevent downgrading to earlier
v0.19.x-beta
versions.