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

New Release #87

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading