Skip to content

v0.1.0-beta.5

Choose a tag to compare

@Jainakin Jainakin released this 27 May 12:27

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 point rln_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 FailedVssInit if VSS isn't configured / takeover fails.
    • Use sparingly — pointing two live nodes at the same VSS store corrupts state.
  • Doc cleanup + CI changes in the underlying RLN crate; otherwise functionally identical to beta.4.