Skip to content

Commit

Permalink
Update snapshots for Stax/Flex
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 1, 2024
1 parent 0a3120e commit 2d2cb0d
Show file tree
Hide file tree
Showing 49 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starknet/src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub fn show_tx(ctx: &mut Ctx) -> Option<bool> {
const APP_ICON: NbglGlyph =
NbglGlyph::from_include(include_gif!("starknet_64x64.gif", NBGL));

let mut review = NbglReview::new()
let review = NbglReview::new()
.tx_type(TransactionType::Transaction)
.titles("Review", "Transaction", "Sign Transaction")
.glyph(&APP_ICON);
Expand Down Expand Up @@ -257,7 +257,7 @@ pub fn show_status(flag: bool, ctx: &mut Ctx) {
}
#[cfg(any(target_os = "stax", target_os = "flex"))]
{
let mut status = NbglReviewStatus::new();
let status = NbglReviewStatus::new();
status.show(flag);
ctx.home.show_and_return();
}
Expand Down
Binary file modified tests/snapshots/flex/test_blind_sign_tx_0/00001.png
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/snapshots/flex/test_blind_sign_tx_0/00002.png
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/snapshots/flex/test_blind_sign_tx_0/00003.png
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/snapshots/flex/test_blind_sign_tx_1/00001.png
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/snapshots/flex/test_blind_sign_tx_1/00002.png
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/snapshots/flex/test_blind_sign_tx_1/00003.png
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/snapshots/flex/test_blind_sign_tx_2/00001.png
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/snapshots/flex/test_blind_sign_tx_2/00002.png
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/snapshots/flex/test_blind_sign_tx_2/00003.png
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/snapshots/flex/test_blind_sign_tx_3/00001.png
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/snapshots/flex/test_blind_sign_tx_3/00002.png
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/snapshots/flex/test_blind_sign_tx_3/00003.png
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/snapshots/flex/test_blind_sign_tx_4/00001.png
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/snapshots/flex/test_blind_sign_tx_4/00002.png
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/snapshots/flex/test_blind_sign_tx_4/00003.png
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/snapshots/flex/test_clear_sign_tx_0/00000.png
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/snapshots/flex/test_clear_sign_tx_0/00001.png
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/snapshots/flex/test_clear_sign_tx_1/00000.png
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/snapshots/flex/test_clear_sign_tx_1/00001.png
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/snapshots/flex/test_clear_sign_tx_2/00000.png
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/snapshots/flex/test_clear_sign_tx_2/00001.png
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/snapshots/flex/test_clear_sign_tx_3/00000.png
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/snapshots/flex/test_clear_sign_tx_3/00001.png
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/snapshots/flex/test_sign_hash_0/00000.png
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/snapshots/flex/test_sign_hash_0/00001.png
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/snapshots/flex/test_sign_hash_0/00002.png
Binary file modified tests/snapshots/flex/test_sign_hash_1/00000.png
Binary file modified tests/snapshots/flex/test_sign_hash_1/00001.png
Binary file modified tests/snapshots/flex/test_sign_hash_1/00002.png
Binary file modified tests/snapshots/flex/test_sign_hash_2/00000.png
Binary file modified tests/snapshots/flex/test_sign_hash_2/00001.png
Binary file modified tests/snapshots/flex/test_sign_hash_2/00002.png
Binary file modified tests/snapshots/flex/test_sign_hash_3/00000.png
Binary file modified tests/snapshots/flex/test_sign_hash_3/00001.png
Binary file modified tests/snapshots/flex/test_sign_hash_3/00002.png
Binary file modified tests/snapshots/flex/test_sign_hash_4/00000.png
Binary file modified tests/snapshots/flex/test_sign_hash_4/00001.png
Binary file modified tests/snapshots/flex/test_sign_hash_4/00002.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_0/00001.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_1/00001.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_2/00001.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_3/00001.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_4/00001.png
Binary file modified tests/snapshots/stax/test_sign_hash_0/00000.png
Binary file modified tests/snapshots/stax/test_sign_hash_1/00000.png
Binary file modified tests/snapshots/stax/test_sign_hash_2/00000.png
Binary file modified tests/snapshots/stax/test_sign_hash_3/00000.png
Binary file modified tests/snapshots/stax/test_sign_hash_4/00000.png

0 comments on commit 2d2cb0d

Please sign in to comment.