Skip to content

v0.5.12

Latest

Choose a tag to compare

@ovitrif ovitrif released this 11 Feb 22:13
be6c15e

This release:

  • Introduces dual key derivation: app backups use truncated 32-byte seed (backward-compatible with v0.4.0); LDK backups use full 64-byte BIP39 seed (matching ldk-node's key derivation)
  • Adds a dedicated LdkVssClient with its own global singleton, fully separate from the app backup VssClient — each client has independent initialization, shutdown, and key derivation
  • Adds LdkNamespace enum for type-safe namespace addressing of ldk-node's obfuscated key format obf("primary#secondary")#obf("key")
  • Adds dedicated LDK client APIs: vss_new_ldk_client_with_lnurl_auth, vss_shutdown_ldk_client, vss_ldk_get, vss_ldk_store, vss_ldk_delete, vss_ldk_list_keys, vss_ldk_list_all_keys

Android Package

0.5.12