-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Check Ledger app version in gaiacli #1998
Comments
How do we go about it? Do we want to create a new command for that or implement a version check in |
I think |
I think it should maybe even refuse to proceed in case of incompatible version, unless the user passes an opt-in flag to override the version check. |
💯 agree. I think this is a good UX. |
Currently, ledger client returns the following:
Is that acceptable to check only against |
Since we choose the version, that seems fine for now. |
I believe this #2870 would close this |
Does #2870 check the version (in the updated library) and throw an error on mismatch? |
It does what I proposed above. Checking whether the major version => a required one |
In case we later release incompatible versions, then we can warn the user.
The text was updated successfully, but these errors were encountered: