Skip to content

v0.7.0-rc.6

Choose a tag to compare

@ovitrif ovitrif released this 12 Jan 23:34
· 177 commits to main since this release
04225aa

This release adds derive_node_secret_from_mnemonic() utility function to derive the node's secret key from a BIP39 mnemonic, matching LDK's KeysManager derivation path (m/0'). This enables backup authentication and key verification before the node starts, using the same derivation that a running Node instance would use internally.