-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for sr25519 accounts #35
Labels
enhancement
New feature or request
Comments
Closed
I did some research today how Polkadot uses sr25519. Key derivation:
Addresses:
For better interoperability with Polkadot, I suggest we split the sr25519 work into:
|
I wouldn't support any of the interoperability stuff for now as there does not seem to be a clear use case. Implementing only the simplest correct scheme (compatible with Ledger) for now makes the most sense. |
Implemented in #119 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oasis CLI currently supports ed25519 and secp256k1 wallets. Add suport for sr25519 as well. Also test, if signing with Ledger works (implemented in #11).
The text was updated successfully, but these errors were encountered: