You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Right now, a solana keypair file generated from a particular bip39 seedphrase is a "raw" ed25519 keypair; it does not use the same hashing mechanism from entropy as bip32 master-key derivation does, and does not produce/preserve the chain code that is needed bip32 and bip44 hierarchical derivation.
Proposed Solution
Extend solana key files to contain additional data, including the chain code or perhaps even the raw entropy. This would enable solana command-line tools to support bip32 HD from solana-keygen key files, following #5246
The text was updated successfully, but these errors were encountered:
This still seems like a potentially useful idea, but is on no one's any-term radar. I'm going to close for now, but we know where to find this again if we want to pick it up in the future.
Problem
Right now, a solana keypair file generated from a particular bip39 seedphrase is a "raw" ed25519 keypair; it does not use the same hashing mechanism from entropy as bip32 master-key derivation does, and does not produce/preserve the chain code that is needed bip32 and bip44 hierarchical derivation.
Proposed Solution
Extend solana key files to contain additional data, including the chain code or perhaps even the raw entropy. This would enable solana command-line tools to support bip32 HD from
solana-keygen
key files, following #5246The text was updated successfully, but these errors were encountered: