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

generating key with ledger hardware wallet doesn't work #3707

Open
vchong opened this issue Aug 27, 2024 · 1 comment
Open

generating key with ledger hardware wallet doesn't work #3707

vchong opened this issue Aug 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@vchong
Copy link

vchong commented Aug 27, 2024

$ cargo run --bin namadaw -- derive --alias foo --pre-genesis --use-device --hd-path "m/44'/877'/0'/0'/0'"

Using HD derivation path m/44'/877'/0'/0'/0'
The application panicked (crashed).
Message:  mid > len
Location: ~/.cargo/git/checkouts/ledger-namada-0aceb33989f34266/ca9da5e/rs/src/lib.rs:137

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

Tried with below versions:

main # commit 24eebc7ec68c30f66f8c92a257f5d9acef75258f
v0.43.0
v0.42.0
v0.41.0

Also tried ledger-namada-rs = { git = "https://github.com/Zondax/ledger-namada", tag = "v0.0.27" } in Cargo.toml with v0.43.0 but no joy.

@vchong vchong added the bug Something isn't working label Aug 27, 2024
@murisi
Copy link
Contributor

murisi commented Sep 17, 2024

Hi @vchong . Thank you for looking into this. We haven't released a compatible version of our app to the Ledger Live yet. In the meantime, for development purposes please try Namada v0.0.27 from https://hub.zondax.ch/namada with the latest Namada release. Let me know if this works...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants