-
Notifications
You must be signed in to change notification settings - Fork 348
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
fix: ledger nano s+ #4146
fix: ledger nano s+ #4146
Conversation
📝 WalkthroughWalkthroughThis pull request focuses on updating dependency versions in the Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
🔇 Additional comments (4)test/interchain/go.mod (2)
The update to cosmos-sdk v1.26.0-sdk-v0.46.16 is consistent with the main module.
The update to ledger-cosmos-go v0.14.0 aligns with the goal of fixing Ledger Nano S+ support. Let's verify if this version specifically addresses Ledger Nano S+ support: go.mod (2)
The update to ledger-cosmos-go v0.14.0 matches the interchain test module.
While the dependency update aims to fix Ledger Nano S+ support, testing with the actual device is still needed. Please ensure:
Would you like me to create a GitHub issue to track the Ledger Nano S+ testing requirement? Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
utAck
Closes #4106 by upgrading to cosmos-ledger-go v0.14.0 ## Testing I verified that a Ledger Nano X can still submit a PFB on Celestia (see [gist](https://gist.github.com/rootulp/0d16d76814a6169c38ac0e9cca86cc58)). I don't have a Ledger Nano S+ to test with 😞 (cherry picked from commit 13149fc) # Conflicts: # test/interchain/go.mod # test/interchain/go.sum
Closes #4106 by upgrading to cosmos-ledger-go v0.14.0 ## Testing I verified that a Ledger Nano X can still submit a PFB on Celestia (see [gist](https://gist.github.com/rootulp/0d16d76814a6169c38ac0e9cca86cc58)). I don't have a Ledger Nano S+ to test with 😞 <hr>This is an automatic backport of pull request #4146 done by [Mergify](https://mergify.com). --------- Co-authored-by: Rootul P <[email protected]>
Closes #4106 by upgrading to cosmos-ledger-go v0.14.0
Testing
I verified that a Ledger Nano X can still submit a PFB on Celestia (see gist). I don't have a Ledger Nano S+ to test with 😞
Update: I tested with a Ledger Nano X before and after this change and I can still sign transactions.