Skip to content
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

Subalfred can't decode Kusama keys #378

Closed
Garandor opened this issue Jan 25, 2023 · 1 comment · Fixed by #379
Closed

Subalfred can't decode Kusama keys #378

Garandor opened this issue Jan 25, 2023 · 1 comment · Fixed by #379
Labels
Core Issues/pull requests that about the `core` components

Comments

@Garandor
Copy link

Garandor commented Jan 25, 2023

❯ subalfred --version 
subalfred 0.9.0-crates.io-x86_64-apple-darwin
❯ subalfred key 5G9z8Ttoo7892VqBHiSWCbnd2aEdH8noJLqZ4HFMzMVNhvgP --list-all | grep kusama
kusama GfbnnEgRU94n9ed4RFZ6Z9dBAWs5obykigJSwXKU9hsT2uU
sora_kusama_para oFFkmbGShjgXYrvYaD3EymDYUzWEdJvLKxjKSHo1DwqLN5eiM
❯ subalfred key GfbnnEgRU94n9ed4RFZ6Z9dBAWs5obykigJSwXKU9hsT2uU
Error: [core::ss58] invalid address, "GfbnnEgRU94n9ed4RFZ6Z9dBAWs5obykigJSwXKU9hsT2uU"

key taken from https://github.com/hack-ink/subalfred/blob/067a4a722c869ef6c6cb3da1497e8718c878532d/doc/src/user/cli/key.md#option-list-all

@Garandor Garandor changed the title Subalfred can't decode Polkadot and Kusama keys Subalfred can't decode Kusama keys Jan 25, 2023
aurexav added a commit that referenced this issue Jan 26, 2023
@aurexav
Copy link
Member

aurexav commented Jan 26, 2023

❯ subalfred --version 
subalfred 0.9.0-crates.io-x86_64-apple-darwin
❯ subalfred key 5G9z8Ttoo7892VqBHiSWCbnd2aEdH8noJLqZ4HFMzMVNhvgP --list-all | grep kusama
kusama GfbnnEgRU94n9ed4RFZ6Z9dBAWs5obykigJSwXKU9hsT2uU
sora_kusama_para oFFkmbGShjgXYrvYaD3EymDYUzWEdJvLKxjKSHo1DwqLN5eiM
❯ subalfred key GfbnnEgRU94n9ed4RFZ6Z9dBAWs5obykigJSwXKU9hsT2uU
Error: [core::ss58] invalid address, "GfbnnEgRU94n9ed4RFZ6Z9dBAWs5obykigJSwXKU9hsT2uU"

key taken from https://github.com/hack-ink/subalfred/blob/067a4a722c869ef6c6cb3da1497e8718c878532d/doc/src/user/cli/key.md#option-list-all

Fixed. You could build it from the main branch now.

I'll release a new version later.

@aurexav aurexav added the Core Issues/pull requests that about the `core` components label Jan 26, 2023
aurexav added a commit that referenced this issue Jan 26, 2023
* Suppress warnings

* Bump toolchain

* Fix #378
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Issues/pull requests that about the `core` components
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants