Lightning.Pub v0.0.30
API
No changes to the public gRPC/HTTP API. Proto definitions and routes are unchanged since v0.0.29.
Config
No new or changed configuration options.
Migration
Standard rolling upgrade; no database migrations or operator action required.
Fixes
- LND invoice payments: Fixes crashes when the
sendPaymentV2stream fails. Payments now fall back totrackPaymentV2with retries when the stream errors, and treat repeated "payment isn't initiated" NOT_FOUND responses as a definitive failure after three attempts. - Storage transactions:
startTxoperations now run inside a database transaction (dbTx: true), improving consistency when the storage subprocess begins a transaction.