-
Notifications
You must be signed in to change notification settings - Fork 33
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
chore: forward port ledger fixes #358
Conversation
cmwaters
commented
Nov 13, 2023
- fix: signing with Ledger throws an empty error (fix: signing with Ledger throws an empty error #349)
- fix: restore Ledger support for MacOS 14 (fix: restore Ledger support for MacOS 14 #352)
* fix: bump ledger-cosmos-go * feat: update cosmos-sdk code for ledger-cosmos-go Inspired by cosmos#14661
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.
What Cosmos SDK major release is main
in this repo based on?
@@ -18,7 +18,7 @@ require ( | |||
github.com/cosmos/cosmos-sdk/db v1.0.0-beta.1 | |||
github.com/cosmos/go-bip39 v1.0.0 | |||
github.com/cosmos/iavl v0.19.6 | |||
github.com/cosmos/ledger-cosmos-go v0.12.2 | |||
github.com/cosmos/ledger-cosmos-go v0.13.2 |
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.
0.13.2 should work but in a follow up PR we should probably bump to https://github.com/cosmos/ledger-cosmos-go/releases/tag/v0.13.3
Still v0.46. It was cut from |
oh awesome, that makes things easier to track. Does that mean we don't need this PR? |
Closing since we are planning on deprecating the main branch |