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

Use standard use cases #117

Merged
merged 13 commits into from
Jul 26, 2024
Merged

Commits on Jul 25, 2024

  1. [tests] remove unused snapshots

    black_screen snapshots remains from older version
    spalmer25 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3e299f7 View commit details
    Browse the repository at this point in the history
  2. [tests] remove unused code

    In order to clarify the tests
    spalmer25 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    19d9559 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. [address] use standard use case for address flow

     - nbgl_useCaseAddressReview instead of nbgl_useCaseAddressConfirmation
     - nbgl_useCaseReviewStatus instead of nbgl_useCaseStatus
    spalmer25 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fd745b6 View commit details
    Browse the repository at this point in the history
  2. [delegation] use standard use case for delegation flow

     - nbgl_useCaseReviewStart instead of nbgl_useCaseReviewLight and nbgl_useCaseStaticReviewLight
     - standard status message
    spalmer25 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    422aa8f View commit details
    Browse the repository at this point in the history
  3. [reset] use standard use case for reset flow

     - nbgl_useCaseGenericReview instead of nbgl_useCaseReviewStart
       The pre-defined review flows do not meet our expectations as they
       are built specifically for reviewing/signing transactions/messages
       and therefore the wording is defined for this.
     - standard status message
    spalmer25 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4ae4a25 View commit details
    Browse the repository at this point in the history
  4. [setup] use standard use case for setup flow

     - nbgl_useCaseGenericReview instead of nbgl_useCaseReviewStart
       The pre-defined review flows do not meet our expectations as they
       are built specifically for reviewing/signing transactions/messages
       and therefore the wording is defined for this.
     - standard status message
    spalmer25 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bc04353 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b1a3ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1fd194 View commit details
    Browse the repository at this point in the history
  7. [tests] stop taking snapshots every time

    - check_app_context: only check data and not the screens
    - goto_home_public_key: do not check chain_id
    - disable_hwm: do not check app_context
    spalmer25 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4a21990 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    249102a View commit details
    Browse the repository at this point in the history
  9. [settings] inverse app_context and hwm-switch

    In order to move all parameter information to the end of the flow as
    required for useCaseHomeAndSettings
    spalmer25 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5ce3008 View commit details
    Browse the repository at this point in the history
  10. [touch] use useCaseHomeAndSettings for home and settings display

    Instead of useCaseHome and nbgl_useCaseSettings
    spalmer25 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c7c0f99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9000f8b View commit details
    Browse the repository at this point in the history