-
Notifications
You must be signed in to change notification settings - Fork 231
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
App release 1.12.0 #657
Merged
Merged
App release 1.12.0 #657
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Version bump to 1.12.0-dev
…ith_plugin_standard_app Align internal plugin handler API with standard plugin handler API
…code Restore compatibility in vscode
- Update src code to adapt to new API 'os_pki_verify' - Support both Ledger-PKI and legacy method
Add Ledger PKI
Also adjusted pixel dimensions
Revert back to the simpler settings_toggle function in the Python client
Implement swap with calldata
If the app was skipping an empty array that was followed by a non-empty array of structs, the app would not stop at the struct array field but instead at its first non-array child, so its typehash was not computed and the resulting message hash was wrong.
…ersal_end Fix EIP-712 end of empty arrays traversal
- Factorize and cleanup code in io_seproxyhal_send_status - Cleanup io_seproxy_hal_touch_xxx functions
Trusted names v2 + EIP-712 trusted name filtering
…ction B2CA-1619: Blind Signing friction
Unfiltered EIP-712 fallback to raw message for NBGL devices + skip button
Scenario navigator wasn't working
EIP-712 v0 friction
Trusted names security fixes
Fix EIP-712 discarded filters
1.12.0 changelog & version number
…th_skip Fix EIP-712 NBGL pairs packing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Bring all the changes of the new 1.12.0 app into master. See changelog for details.
Changes include