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
LdkVssClientwith its own global singleton, fully separate from the app backupVssClient— each client has independent initialization, shutdown, and key derivation - Adds
LdkNamespaceenum for type-safe namespace addressing of ldk-node's obfuscated key formatobf("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