v0.1.0-beta.1 — first beta release
First public beta of @utexo/wdk-rgb-lightning.
Headline changes since alpha.2
- LSP client surface —
LspClient,LnurlPay, and helpers for routed Lightning Address payments and RGB-over-LSP deposits. - VSS cloud backup —
vssUrl/vssAllowHttp/vssAllowEmptyRestoreinit options +clearVssFence(password)fence-takeover helper. - APay receiver registration —
apayNew(hostNodeId)exposed on the wallet account (upstream RLN PR #51). min_final_cltv_expiry_deltadocumented oncreateInvoice.- Beta-quality README — install matrix, end-to-end example with VSS + APay, security-model section, troubleshooting.
- Apache-2.0
LICENSEfile. CHANGELOG.mdin 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 hostSee README.md for the full setup walkthrough and CHANGELOG.md for the full per-version history.
Known limitations
ln_invoiceonNativeExternalSigneris blocked upstream (will resolve whenrgb-lightning-nodePR #27 lands).- The
0824529SHA pin on RLN will be replaced withv0.4.5-beta.1once Roman tags it.