You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Lightning.Pub v0.0.32
API
No HTTP, Nostr, or protobuf API changes since v0.0.31. Client integrations are unchanged.
Bug fixes
Push notifications: Fix service startup order so NotificationsManager is initialized before PaymentSideEffects. Operators who saw missing payment push notifications after v0.0.31 should upgrade.
Sanity checker: Reduce false failures on nodes whose LND payment or invoice history exceeds the 1,000-entry fetch window. LND cross-checks now apply only once the event log reaches the oldest fetched LND record (or immediately when full history fits in the window).
Config & migration
No new or changed operator configuration.
No database or data migrations required. Deploy as a normal rolling upgrade.
Build / CI (source builds only)
TypeScript upgraded to ~6.0.3; npm run build now runs tsc with ignoreDeprecations set in tsconfig.json. Runtime behavior is unchanged for prebuilt images.