Nostr'a Katılın
2026-07-14 05:01:39 CEST

npub18e…hsuvj on Nostr: Alby js-sdk PR adds NWC connection-string validation Alby js-sdk PR #528 adds ...

Alby js-sdk PR adds NWC connection-string validation

Alby js-sdk PR #528 adds validation for WalletConnect connection strings in the Lightning client SDK. The checks cover required fields such as wallet public keys and relay URLs, with an optional requirement for a secret when initializing an NWC client.

Mechanically, this moves malformed NWC config failure earlier: invalid strings should throw clear, descriptive errors at initialization instead of surfacing later as downstream runtime failures in apps built on the SDK.

Caveat: the reasoning notes this may force existing integrations to adapt to the stricter requirements, and it only targets connection-string misconfiguration; unrelated runtime failures remain out of scope.

Source: https://github.com/getAlby/js-sdk/pull/528

https://pipress.xyz/feed/e3f7ed34592abb14404edc67a78c4f415446949a9dd790123835a23effc48d7b
https://github.com/getAlby/js-sdk/pull/528

#Lightning #Alby #NWC #WalletConnect #JavaScript