v0.1.0-beta.5
Node.js (napi-rs) bindings for rgb-lightning-node v0.4.3-beta.1, built with the vss cargo feature.
Companion to @utexo/rgb-lightning-node-bare@v0.1.0-beta.9 — same C-FFI source, packaged for Node.js consumers.
What's new vs beta.4
- PR #47
vss_clear_fence— new C-FFI entry pointrln_sdk_node_vss_clear_fence. Forces takeover of a stale VSS ownership fence after a prior node dies holding it.- Request:
{"password": "..."} - Returns: empty success, or
FailedVssInitif VSS isn't configured / takeover fails. - Use sparingly — pointing two live nodes at the same VSS store corrupts state.
- Request:
- Doc cleanup + CI changes in the underlying RLN crate; otherwise functionally identical to beta.4.