Skip to content

Commit

Permalink
Update BP
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Sep 30, 2024
1 parent 8eac496 commit 3d4893f
Show file tree
Hide file tree
Showing 111 changed files with 8 additions and 18 deletions.
16 changes: 3 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "app-boilerplate-rust"
version = "1.6.1"
version = "1.6.2"
authors = ["yhql", "agrojean-ledger"]
edition = "2021"

[dependencies]
ledger_device_sdk = { version="1.16.1" }
ledger_device_sdk = "1.17.1"
include_gif = "1.2.0"
serde = {version="1.0.192", default_features = false, features = ["derive"]}
serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core"}
Expand Down Expand Up @@ -39,5 +39,5 @@ icon = "crab_32x32.gif"
icon = "crab_40x40.gif"

[patch.crates-io]
ledger_device_sdk = { git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", branch = "y333/settings_nvm_management" }
include_gif = { git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", branch = "y333/settings_nvm_management" }
ledger_device_sdk = { path = "../ledger-device-rust-sdk/ledger_device_sdk" }
include_gif = { path = "../ledger-device-rust-sdk/include_gif" }
2 changes: 1 addition & 1 deletion src/app_ui/sign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub fn ui_display_tx(tx: &Tx) -> Result<bool, AppSW> {
const FERRIS: NbglGlyph = NbglGlyph::from_include(include_gif!("crab_64x64.gif", NBGL));
// Create NBGL review. Maximum number of fields and string buffer length can be customised
// with constant generic parameters of NbglReview. Default values are 32 and 1024 respectively.
let mut review: NbglReview = NbglReview::new()
let review: NbglReview = NbglReview::new()
.titles(
"Review transaction\nto send CRAB",
"",
Expand Down
Binary file added tests/.DS_Store
Binary file not shown.
Binary file modified tests/snapshots/flex/test_app_mainmenu/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 removed tests/snapshots/nanos/test_app_mainmenu/00000.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_app_mainmenu/00001.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_app_mainmenu/00002.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_app_mainmenu/00003.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00000.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00001.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00002.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00003.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00004.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00005.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00006.png
Binary file not shown.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00007.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00008.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00009.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00010.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00011.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00012.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00013.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00014.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00015.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00016.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00017.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00018.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00019.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00020.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00021.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00022.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00023.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00024.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00025.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00026.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00027.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00028.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00029.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_long_tx/00030.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00000.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00001.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00002.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00003.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00004.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00005.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00006.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00007.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00008.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_refused/00009.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00000.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00001.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00002.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00003.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00004.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00005.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00006.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00007.png
Diff not rendered.
Binary file removed tests/snapshots/nanos/test_sign_tx_short_tx/00008.png
Diff not rendered.
Binary file modified tests/snapshots/nanosp/test_app_mainmenu/00001.png
Binary file modified tests/snapshots/nanosp/test_sign_tx_long_tx/00000.png
Binary file modified tests/snapshots/nanosp/test_sign_tx_long_tx/00011.png
Binary file modified tests/snapshots/nanosp/test_sign_tx_long_tx/00012.png
Binary file removed tests/snapshots/nanosp/test_sign_tx_long_tx/00013.png
Diff not rendered.
Binary file modified tests/snapshots/nanosp/test_sign_tx_refused/00000.png
Binary file modified tests/snapshots/nanosp/test_sign_tx_refused/00004.png
Binary file modified tests/snapshots/nanosp/test_sign_tx_refused/00005.png
Binary file modified tests/snapshots/nanosp/test_sign_tx_short_tx/00000.png
Binary file modified tests/snapshots/nanosp/test_sign_tx_short_tx/00004.png
Binary file modified tests/snapshots/nanosp/test_sign_tx_short_tx/00005.png
Binary file modified tests/snapshots/nanox/test_app_mainmenu/00001.png
Binary file modified tests/snapshots/nanox/test_sign_tx_long_tx/00000.png
Binary file modified tests/snapshots/nanox/test_sign_tx_long_tx/00011.png
Binary file modified tests/snapshots/nanox/test_sign_tx_long_tx/00012.png
Binary file removed tests/snapshots/nanox/test_sign_tx_long_tx/00013.png
Diff not rendered.
Binary file modified tests/snapshots/nanox/test_sign_tx_refused/00000.png
Binary file modified tests/snapshots/nanox/test_sign_tx_refused/00004.png
Binary file modified tests/snapshots/nanox/test_sign_tx_refused/00005.png
Binary file modified tests/snapshots/nanox/test_sign_tx_short_tx/00000.png
Binary file modified tests/snapshots/nanox/test_sign_tx_short_tx/00004.png
Binary file modified tests/snapshots/nanox/test_sign_tx_short_tx/00005.png
Binary file modified tests/snapshots/stax/test_app_mainmenu/00002.png

0 comments on commit 3d4893f

Please sign in to comment.