-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add flex support WIP * feat: update zxlib * feat: update stax sdk * feat: add flex support * fix: use REVIEW_GENERIC for key review * feat: update workflows * feat: remove stax sdk as it is not required now * bump app version * remove flag * fix flex icon * add flex script build to github CI * feat: update snapshots
- Loading branch information
1 parent
ce348bb
commit b138315
Showing
419 changed files
with
58 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This is the major version | ||
APPVERSION_M=4 | ||
# This is the minor version | ||
APPVERSION_N=0 | ||
APPVERSION_N=1 | ||
# This is the patch version | ||
APPVERSION_P=1 | ||
APPVERSION_P=0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ledger-zxlib
updated
16 files
+5 −1 | app/ui/view.c | |
+31 −32 | app/ui/view.h | |
+64 −54 | app/ui/view_internal.h | |
+1 −4 | app/ui/view_nano.c | |
+146 −244 | app/ui/view_nbgl.c | |
+3 −1 | app/ui/view_s.c | |
+4 −5 | app/ui/view_x.c | |
+53 −4 | dockerized_build.mk | |
+51 −45 | include/zxmacros.h | |
+48 −46 | include/zxmacros_ledger.h | |
+18 −16 | include/zxmacros_x64.h | |
+2 −2 | include/zxversion.h | |
+20 −4 | makefiles/Makefile.devices | |
+5 −5 | makefiles/Makefile.platform | |
+30 −49 | src/app_mode.c | |
+31 −29 | src/zxmacros.c |
Submodule stax-secure-sdk
deleted from
3e726e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[app] | ||
build_directory = "./app/" | ||
sdk = "C" | ||
devices = ["nanos", "nanox", "nanos+", "stax"] | ||
devices = ["nanos", "nanox", "nanos+", "stax", "flex"] | ||
|
||
[tests] | ||
unit_directory = "./tests/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file modified
BIN
+431 Bytes
(110%)
tests_zemu/snapshots/st-1-tr-in-1-spend-2-sh-out/00000.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Binary file modified
BIN
+343 Bytes
(100%)
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00000.png
Oops, something went wrong.
Binary file modified
BIN
+717 Bytes
(100%)
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00001.png
Oops, something went wrong.
Binary file modified
BIN
-934 Bytes
(95%)
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00002.png
Oops, something went wrong.
Binary file modified
BIN
+3.47 KB
(120%)
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00003.png
Oops, something went wrong.
Binary file modified
BIN
+10 KB
(180%)
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00004.png
Oops, something went wrong.
Binary file modified
BIN
-4.33 KB
(79%)
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00005.png
Oops, something went wrong.
Binary file modified
BIN
-10.8 KB
(45%)
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00006.png
Oops, something went wrong.
Binary file modified
BIN
+3.31 KB
(140%)
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00007.png
Oops, something went wrong.
Binary file removed
BIN
-12.1 KB
tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00008.png
Diff not rendered.
Binary file modified
BIN
+431 Bytes
(110%)
tests_zemu/snapshots/st-1-tr-out-1-spend-2-sh-out/00000.png
Oops, something went wrong.
Binary file modified
BIN
+11.9 KB
(190%)
tests_zemu/snapshots/st-1-tr-out-1-spend-2-sh-out/00001.png
Oops, something went wrong.
Binary file modified
BIN
+3.05 KB
(120%)
tests_zemu/snapshots/st-1-tr-out-1-spend-2-sh-out/00002.png
Oops, something went wrong.
Binary file modified
BIN
+3.87 KB
(120%)
tests_zemu/snapshots/st-1-tr-out-1-spend-2-sh-out/00003.png
Oops, something went wrong.
Binary file modified
BIN
+6.36 KB
(160%)
tests_zemu/snapshots/st-1-tr-out-1-spend-2-sh-out/00004.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Binary file modified
BIN
+343 Bytes
(100%)
tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00000.png
Oops, something went wrong.
Binary file modified
BIN
+717 Bytes
(100%)
tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00001.png
Oops, something went wrong.
Binary file modified
BIN
-934 Bytes
(95%)
tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00002.png
Oops, something went wrong.
Binary file modified
BIN
+3.47 KB
(120%)
tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00003.png
Oops, something went wrong.
Binary file modified
BIN
+10 KB
(180%)
tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00004.png
Oops, something went wrong.
Binary file modified
BIN
-4.33 KB
(79%)
tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00005.png
Oops, something went wrong.
Binary file modified
BIN
-10.8 KB
(45%)
tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00006.png
Oops, something went wrong.
Binary file modified
BIN
+3.31 KB
(140%)
tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00007.png
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file modified
BIN
+343 Bytes
(100%)
tests_zemu/snapshots/st-ext-more-sigs-than-needed-for-tx/00000.png
Oops, something went wrong.
Oops, something went wrong.