Back to Freedom.Tech Back
All Lightning.Pub releasesAll versions
Release Fri, Jul 10, 2026 1 min read

Lightning.Pub 0.0.30

Original release notes

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 sendPaymentV2 stream fails. Payments now fall back to trackPaymentV2 with retries when the stream errors, and treat repeated "payment isn't initiated" NOT_FOUND responses as a definitive failure after three attempts.
  • Storage transactions: startTx operations now run inside a database transaction (dbTx: true), improving consistency when the storage subprocess begins a transaction.