luniehq / lunie

Lunie is staking, simplified ✨
https://lunie.io
Apache License 2.0
279 stars 100 forks source link

Add account type selector in polkadot account import (experimental) #3889

Closed mariopino closed 4 years ago

mariopino commented 4 years ago

Is your feature request related to a problem? Please describe.

To provide better compatibility with already created polkadot accounts we can add an account type selector (with Schnorrkel sr25519 or Edwards ed25519 options) in account import.

As @faboweb suggested we can add this under experimental flag, as this is only intended for power users.

jbibla commented 4 years ago

does polkadot js let you pick? and why would someone pick one over the over?

mariopino commented 4 years ago

does polkadot js let you pick? and why would someone pick one over the over?

Yep, Polkadot JS UI allows you to pick the type under "advanced creation options".

You need a ed25519 account type for signing blocks (validator role) so it's the main use case, but you can select ed25519 type for standard use, like I did when I created Lunie kusama accounts.

faboweb commented 4 years ago

currently it would only be for us to use our vanity accounts, but we can just wire our tokens to another sr25519 account

jbibla commented 4 years ago

this seems like an advanced feature that we should not even be implementing or thinking about.

mariopino commented 4 years ago

oki, I'll close it then.