Skip to content

v0.1.0-beta.2 — vssBackup() runtime

Choose a tag to compare

@Jainakin Jainakin released this 01 Jun 13:28
· 31 commits to main since this release

Peer-dep floors raised so account.vssBackup() can call into the new bare v0.1.0-beta.12 / nodejs v0.1.0-beta.8 native sdkNodeVssBackup wrapper.

Also ships the LspClient production hardening from beta.1's [Unreleased] section:

  • HTTPS enforcement (rejects http:// for non-loopback unless allowHttp:true)
  • Retry + exponential backoff on 502/503/504/429 for idempotent methods
  • Structured LspError ({error,code,name} parsed from JSON body)
  • Per-call timeoutMs override on every method
  • Response shape normalized to camelCase ({lnInvoice, rgbInvoice, mappingId})

See CHANGELOG for details.