Skip to content

Conversation

@cakesoft-vaibhav
Copy link
Collaborator

SatoChip hardware signer support
Forgot passcode option enabled
Export unsigned transactions from the Keeper app
Bug fixes and UI enhancements

Toporin and others added 30 commits November 10, 2025 16:53
Better to reset seed from the import Satochip key options during new key import.
…tSatochipSeed

old resetSatochipSeed screen: reset from settings using provided PIN
new resetSatochipSeed screen: reset from Satochip key add, use pin from previous screen
The error arose from an incorrect parsing of the BIP32 path, that led to a wrong key derivation for Satochip, when using remote key signing.
The patch is:

    +      let keypath = "";
    +      if (signer.derivationPath.endsWith("/") || input.subPath.startsWith("/")){
    +        keypath = signer.derivationPath + input.subPath;
    +      } else {
    +        keypath = signer.derivationPath + "/" + input.subPath;
    +      }
    +      console.log(`index signWithSatochip keypath: ${keypath}`);
Update Satochip branch with upstream changes
@cakesoft-shashank cakesoft-shashank merged commit 53a42fb into dev Feb 4, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants