fix(secret): carry BIP39 passphrase in Unlock protocol variant

The Unlock variant had a single  field used as the
mnemonic, with no way to convey the BIP39 password extension (25th word).
The actor handler silently passed  for the passphrase, making it
impossible to unlock with a BIP39 passphrase via irpc.

Split into  +  to match
the spec and SecretServiceHandle::unlock() signature.
This commit is contained in:
2026-06-10 09:26:17 +00:00
parent bda18f6bef
commit bdb0b604e9
3 changed files with 73 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
---
id: unlock-passphrase-gap
name: Fix Unlock protocol variant to carry both mnemonic and BIP39 passphrase
status: pending
status: complete
depends_on: [irpc-secret-protocol-integration]
scope: narrow
risk: low