-
Notifications
You must be signed in to change notification settings - Fork 417
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
allow importing ed25519 key type #339
Comments
Thanks for logging, will prioritize this. |
After #336 we can import via JSON (another way of solving this, does not remove the need for the selector though, just an alternative) |
Hi, same problem here using ed25519 hex address, I imported the account via JSON and got the correct address, but stilll get an error when signing a message in Polkassembly. |
@mariopino That is an Polkassembly issue, they didn't support anything by sr from extensions before - paritytech/polkassembly#1034 |
I'm going to close this one. We have compatibility with other types now via the JSON import and at this point not fully-open to make creation more confusing than it already is with more options. This may change in the future, but we are really aiming for consistency. |
The value of Polkadot.js with other web-apps is getting more useful. e.g. using it for idenitification or signing.
I have started of with an
ed25519
signature when kusama was still in POA mode. Since then this stuck with me, it is usable in the polkadot.js apps, here there are not limitations on using ed25519, this is different for the polkadot.js extension. The issue is to address this.I have tried by importing the hex seed phrase[ed25519] of the account, no luck it get a different addresses. It would be great if we could add
ed25519
support into the polkadot.js extension. This would save me time in re-transferring everything to asr25519
account and probably support for more users.The text was updated successfully, but these errors were encountered: