Skip to content
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

feat: add missing app os flags for appInfo instruction #198

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

emmanuelm41
Copy link
Contributor

@emmanuelm41 emmanuelm41 commented Oct 7, 2024

In the C SDK, the appInfo instruction has the appFlags available. On the Rust bindings, that is missing. That makes the same command for two different apps incompatible. I tested it locally, and it is possible to add it. I am not aware of reasons why it was missing. I suppose it was forgotten.

Thanks!

@tdejoigny-ledger
Copy link

cc: @agrojean-ledger @yogh333

@NullSoldier
Copy link

NullSoldier commented Oct 7, 2024

Thank you, we use this in our ledger rust app, and the crash from trying to read past the end of the buffer because flags are not sent is causing our app some problems. We really appreciate this and look forward to getting this merged. @
yogh333

Copy link
Contributor

@yogh333 yogh333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks !

@yogh333 yogh333 merged commit e680430 into LedgerHQ:master Oct 8, 2024
41 checks passed
@emmanuelm41 emmanuelm41 deleted the feat/zondax branch October 8, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants