-
Notifications
You must be signed in to change notification settings - Fork 609
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
[ledger-go] upgrade ledger-go to v1.0.0 #8872
Conversation
following Ledger firmware upgrade, the ledger-go need to be upgraded. Signed-off-by: David Pierret <[email protected]>
Thanks for the PR, will need to do some backwards compatibility testing, but will try and get this merged ASAP 🙇 |
@Galadrin can you please provide more info on what Ledger firmware upgrade broke for you? I confirmed that Ledger firmware 2.4.0 and Ledger Live 2.92.1 still work for Celestia. We don't depend on ledger-go directly but indirectly we use v0.14.3. See celestiaorg/celestia-app#4106 |
Hi @rootulp, I have this issue with a Ledger Nano S+ firmware 1.3.0 and cosmos app 2.35.26 |
Thanks! Do you have any more information on the bug? I couldn't find an issue for it on:
I'm trying to determine if Celestia needs to bump a dependency in order to pick up the fix but I don't have a Ledger NanoS+ to test with so I can't easily reproduce the issue. |
I was able to reproduce the issue and test the fix. I had a Ledger Nano S+ pre 1.3 firmware and it was working, I tested a simple After upgrading the firmware to v 1.3, I saw same error @Galadrin reported: Compiled this code with And now I see my ledger working again 🚀 The only relevant thing is now I see this difference:
not sure if this is expected or someone left some PS: @rootulp I tried to understand where does this error (or fix) might be coming from, same as you. The only maybe-relevant change I saw was this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with a Ledger Nano S Plus.
@pablin-10 I was able to reproduce the bug and test the fix as you did but for AtomOne (atomone-hub/atomone#59), and I also noticed the new log output. I created an issue in ledger-go for that (Zondax/ledger-go#41). |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
following Ledger firmware upgrade, the ledger-go need to be upgraded.
What is the purpose of the change
followig Ledger firmware upgrade, the Osmosis client is no more able to communicate with Ledger device
Error: ledger nano S: LedgerHID device (idx 0) not found. Ledger LOCKED OR Other Program/Web Browser may have control of device.
Testing and Verifying
This change is a trivial rework / code cleanup without any test coverage.
Documentation and Release Note
Unreleased
section ofCHANGELOG.md
?Where is the change documented?
x/{module}/README.md
)