Skip to content

Commit

Permalink
Merge pull request #138 from trilitech/ajinkyaraj-23@Change-Layout-fo…
Browse files Browse the repository at this point in the history
…r-Review-Operation

Use PB layout for Review operation
  • Loading branch information
ajinkyaraj-23 authored Nov 23, 2023
2 parents 4fd2769 + 639d57a commit 69515e4
Show file tree
Hide file tree
Showing 117 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: functori/app-exchange/.github/workflows/reusable_swap_functional_tests.yml@eaa2ad414d01e56389fa3214917cd15c12c5b2f9
with:
repo_for_exchange: 'functori/app-exchange'
branch_for_exchange: 'eaa2ad414d01e56389fa3214917cd15c12c5b2f9'
branch_for_exchange: '20a54e4b4b0afa30592e3bbedd44ebd1da002e68'
branch_for_tezos: ${{ github.ref }}
run_for_devices: '["nanos", "nanosp"]'
test_filter: '"tezos_new"'
4 changes: 2 additions & 2 deletions app/src/apdu_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ handle_first_apdu_clear(__attribute__((unused)) command_t *cmd)

#ifdef TARGET_NANOS
tz_ui_stream_push(TZ_UI_STREAM_CB_NOCB, "Review operation", "",
TZ_UI_LAYOUT_BP, TZ_UI_ICON_EYE);
TZ_UI_LAYOUT_HOME_PB, TZ_UI_ICON_EYE);
#elif defined(HAVE_BAGL)
tz_ui_stream_push(TZ_UI_STREAM_CB_NOCB, "Review", "operation",
TZ_UI_LAYOUT_BP, TZ_UI_ICON_EYE);
TZ_UI_LAYOUT_HOME_PB, TZ_UI_ICON_EYE);
#endif

tz_operation_parser_init(st, TZ_UNKNOWN_SIZE, false);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanos/test_sign_ballot/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanos/test_sign_reveal/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanos/test_too_deep/00000.png
Binary file modified tests/integration/nano/snapshots/nanos/test_too_large/00000.png
Binary file modified tests/integration/nano/snapshots/nanosp/test_too_deep/00000.png
Binary file modified tests/integration/nano/snapshots/nanosp/test_too_large/00000.png
Binary file modified tests/integration/nano/snapshots/nanox/test_too_deep/00000.png
Binary file modified tests/integration/nano/snapshots/nanox/test_too_large/00000.png

0 comments on commit 69515e4

Please sign in to comment.