Skip to content

Commit

Permalink
feat: enable warning icons on the signing page. (#64)
Browse files Browse the repository at this point in the history
* feat: enable warning icons on the signing page.

* bump version

* update screenshots
  • Loading branch information
overcat authored Jul 26, 2024
1 parent d589163 commit 4fdf5f8
Show file tree
Hide file tree
Showing 75 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ APPNAME = "Stellar"
# Application version
APPVERSION_M = 5
APPVERSION_N = 5
APPVERSION_P = 0
APPVERSION_P = 1
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

# Application source files
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## v5.5.1

### Updated
- Display a warning icon on the signing interface for unverified contracts.

## v5.5.0

### Updated
Expand Down
7 changes: 3 additions & 4 deletions src/ui/nbgl_transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,9 @@ static void review_continue(bool ask_more) {

static void review_start(void) {
nbgl_operationType_t op_type = TYPE_TRANSACTION;
// TODO: SDK bug, waiting for fix
// if (G_context.unverified_contracts) {
// op_type |= BLIND_OPERATION;
// }
if (G_context.unverified_contracts) {
op_type |= BLIND_OPERATION;
}

if (formatter_data.envelope->type == ENVELOPE_TYPE_SOROBAN_AUTHORIZATION) {
nbgl_useCaseReviewStreamingStart(op_type,
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.
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_zemu/snapshots/flex-soroban-auth-invoke-contract/00000.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-invoke-contract/00010.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-public/00000.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-public/00005.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-reject/00000.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-reject/00010.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-testnet/00000.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-testnet/00005.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-unknown-network/00000.png
Binary file modified tests_zemu/snapshots/flex-soroban-auth-unknown-network/00005.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-invoke-contract/00000.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-invoke-contract/00008.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-public/00000.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-public/00004.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-reject/00000.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-reject/00008.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-testnet/00000.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-testnet/00004.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-unknown-network/00000.png
Binary file modified tests_zemu/snapshots/stax-soroban-auth-unknown-network/00004.png

0 comments on commit 4fdf5f8

Please sign in to comment.