-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Bug]: Ledger X on cosmos sdk v0.47.x & Apple M1 #18423
Comments
Have you tried to build those binary with a higher version of ledger-cosmos-go? |
Thanks @julienrbrt for sharing the link. It's a perfect match. I searched but couldn't find it. Sorry for the duplication. Regarding ledger-cosmos-go I tried, but got the following build error:
I'll pass the info on to the blockchains concerned so that they can use 0.47.6 soon. |
Hi, you can still use the latest 0.12 version, which will have the same fixes than in 0.13. |
Indeed! Thank you @julienrbrt 🙏 |
Is there an existing issue for this?
What happened?
Summary: [Mac M1] Ledger X not detected and not able to make any transaction.
Connection:
Regardless of the sdk version used, when the connection doesn't work, here's the error message:
Error: ledger nano S: hidapi: failed to open device
On Lum v1.6.2-1 (sdk v0.47.5)
If I modify the go.mod to use zondax/ledger-go v0.14.3 instead of the v0.14.1, then the connection problem using a Ledger X device on Apple Macbook M1 is solved.
On Kyve v1.3.1 (sdk v0.46.13)
If I modify the go.mod to use zondax/ledger-go v0.14.3 instead of the v0.14.1, then the connection problem using a Ledger X device on Apple Macbook M1 is solved.
On cheqd-noded (sdk v0.46.10)
Even using zondax/ledger-go v0.14.1 the connection with Ledger X works.
Impossibility to submit a tx using a Ledger X:
As you can see there is no error message..
Cosmos SDK Version
Between v0.46.13 and v0.47
How to reproduce?
The text was updated successfully, but these errors were encountered: