-
Notifications
You must be signed in to change notification settings - Fork 71
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
Refactoring and Stax UX revamp #270
Commits on Jul 2, 2024
-
Split process_outputs into two separate preprocess_outputs and displa…
…y_external_outputs functions
Configuration menu - View commit details
-
Copy full SHA for 7e4acf4 - Browse repository at this point
Copy the full SHA 7e4acf4View commit details -
Add simplified transaction validation on devices with a large screen …
…using NBGL. If a transaction has only a single non-change output, then we can fit the "Amount", "To" and "Fees" fields in a single screen.
Configuration menu - View commit details
-
Copy full SHA for 721ec16 - Browse repository at this point
Copy the full SHA 721ec16View commit details
Commits on Jul 3, 2024
-
Simplify and refactor swap code.
By caching the first few external outputs during output preprocessing, we can greatly simplify the handling of the swap-related code, and the simplified UX for a single external output. This also allows to move all the swap-related checks in a single function. Finally, by moving all the checks not related to user approval out of show_alerts and display_output, we can omit calling these functions at all during swaps.
Configuration menu - View commit details
-
Copy full SHA for e2a1e18 - Browse repository at this point
Copy the full SHA e2a1e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ccbf62 - Browse repository at this point
Copy the full SHA 3ccbf62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 705f4d2 - Browse repository at this point
Copy the full SHA 705f4d2View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c2be42 - Browse repository at this point
Copy the full SHA 6c2be42View commit details
Commits on Jul 5, 2024
-
Update self-transfer screen; support self-transfers in the simplified…
… transaction flow on flex/stax
Configuration menu - View commit details
-
Copy full SHA for d239361 - Browse repository at this point
Copy the full SHA d239361View commit details
Commits on Jul 9, 2024
-
Updated sign_psbt tests to reflect the new UX.
Various simplifications in the code to generate the ragger instructions.
Configuration menu - View commit details
-
Copy full SHA for aff17b2 - Browse repository at this point
Copy the full SHA aff17b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d754f7 - Browse repository at this point
Copy the full SHA 3d754f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622b04e - Browse repository at this point
Copy the full SHA 622b04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb59e60 - Browse repository at this point
Copy the full SHA bb59e60View commit details -
Show the 'Processing...' spinner immediately when signing starts, ins…
…tead of waiting for the timeout
Configuration menu - View commit details
-
Copy full SHA for 81f6efd - Browse repository at this point
Copy the full SHA 81f6efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ffdb6 - Browse repository at this point
Copy the full SHA c0ffdb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03429b - Browse repository at this point
Copy the full SHA a03429bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 128786b - Browse repository at this point
Copy the full SHA 128786bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 783aa15 - Browse repository at this point
Copy the full SHA 783aa15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f4135 - Browse repository at this point
Copy the full SHA 67f4135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4023ff8 - Browse repository at this point
Copy the full SHA 4023ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1f0e0 - Browse repository at this point
Copy the full SHA 4b1f0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1852840 - Browse repository at this point
Copy the full SHA 1852840View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13cca55 - Browse repository at this point
Copy the full SHA 13cca55View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c355d - Browse repository at this point
Copy the full SHA e9c355dView commit details -
Update address verification flow to use the standard NBGL api; switch…
… remaining flows to use 'accounts' instead of 'wallet policy'
Configuration menu - View commit details
-
Copy full SHA for 0886412 - Browse repository at this point
Copy the full SHA 0886412View commit details -
Configuration menu - View commit details
-
Copy full SHA for a314da7 - Browse repository at this point
Copy the full SHA a314da7View commit details
Commits on Jul 12, 2024
-
Update Stax snapshots to API level 21
Minor adjustments needed in some tests as the page splitting changed.
Configuration menu - View commit details
-
Copy full SHA for 40c3623 - Browse repository at this point
Copy the full SHA 40c3623View commit details