Skip to content

v0.1.0-beta.1 — first beta release

Choose a tag to compare

@Jainakin Jainakin released this 01 Jun 07:07
· 35 commits to main since this release
6afe8b1

First public beta of @utexo/wdk-rgb-lightning.

Headline changes since alpha.2

  • LSP client surfaceLspClient, LnurlPay, and helpers for routed Lightning Address payments and RGB-over-LSP deposits.
  • VSS cloud backupvssUrl / vssAllowHttp / vssAllowEmptyRestore init options + clearVssFence(password) fence-takeover helper.
  • APay receiver registrationapayNew(hostNodeId) exposed on the wallet account (upstream RLN PR #51).
  • min_final_cltv_expiry_delta documented on createInvoice.
  • Beta-quality README — install matrix, end-to-end example with VSS + APay, security-model section, troubleshooting.
  • Apache-2.0 LICENSE file.
  • CHANGELOG.md in Keep a Changelog format.

Validated against

This beta was exercised against:

Peer Version
@utexo/rgb-lightning-node-bare 0.1.0-beta.11
@utexo/rgb-lightning-node-nodejs 0.1.0-beta.7
rgb-lightning-node upstream 0824529 (rmn-boiko/feat/external-signer)

Smoke results:

  • Node E2E: 47/59 (same baseline as alpha.2 — no regressions).
  • iOS: parity on iPhone 17 Pro Max simulator (same 47/59 set).

Install

Pinned by tag:

"@utexo/wdk-rgb-lightning": "github:UTEXO-Protocol/wdk-rgb-lightning#v0.1.0-beta.1"

Plus the runtime-matching peer:

npm install @utexo/rgb-lightning-node-nodejs   # Node host
# or
npm install @utexo/rgb-lightning-node-bare     # bare / RN host

See README.md for the full setup walkthrough and CHANGELOG.md for the full per-version history.

Known limitations

  • ln_invoice on NativeExternalSigner is blocked upstream (will resolve when rgb-lightning-node PR #27 lands).
  • The 0824529 SHA pin on RLN will be replaced with v0.4.5-beta.1 once Roman tags it.