Skip to content

v0.0.30

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:03
920db04

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.