-
Notifications
You must be signed in to change notification settings - Fork 224
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.10.3 #458
Merged
Merged
App release 1.10.3 #458
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
Icons & glyphs cleanup
Use reusable workflow for swap tests
Reset BSS section at the start of the app in swap mode for signature
Version bump to 1.10.3-dev
Fix -dev version suffix
- New home screen wording - Removed duplicate RUN_APPLICATION macro
Skip button did not work
- Now displays a Review page before showing the fields - Now asks for confirmation before rejecting - Now does not refresh the screen twice after a signature approval/rejection - Both EIP-712 implementations on par UX-wise - Fixed v0 approve/reject status word mismatch - Unified NBGL UI of both implementations
- Removed DEBUG enabled by default - Removed optimization & debug levels and use ones from SDK - Disable PRINTF formatting warnings again (for the custom %.*H format)
Replace BAGL_FONT_INTER_REGULAR_32px by BAGL_FONT_INTER_MEDIUM_32px. This change is valid starting from API_LEVEL_9
Fix EIP-712 improper handling of empty arrays
Add Telos EVM Mainnet network (https://chainlist.org/chain/40)
Update networks
Adding Base, Sepolia and Polygon zkEVM
Update network.c
…rnings Fix get_tx_chain_id() implicit declaration warnings
Review fix
1.10.3 changelog update & non -dev version number
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.10.3 app into master. See changelog for details.
Changes include