-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* support for Flex * update deps * update Zemu tests * Nano snapshots * Stax snapshots * Flex snapshots * bump version & update snapshots
- Loading branch information
Showing
445 changed files
with
145 additions
and
120 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
[submodule "deps/ledger-rust"] | ||
path = deps/ledger-rust | ||
url = https://github.com/Zondax/ledger-rust | ||
[submodule "deps/nanos-secure-sdk"] | ||
path = deps/nanos-secure-sdk | ||
url = https://github.com/LedgerHQ/nanos-secure-sdk | ||
[submodule "deps/nanox-secure-sdk"] | ||
path = deps/nanox-secure-sdk | ||
url = https://github.com/LedgerHQ/ledger-secure-sdk | ||
[submodule "deps/nanosplus-secure-sdk"] | ||
path = deps/nanosplus-secure-sdk | ||
url = https://github.com/LedgerHQ/ledger-secure-sdk | ||
[submodule "deps/ledger-zxlib"] | ||
path = deps/ledger-zxlib | ||
url = https://github.com/Zondax/ledger-zxlib.git | ||
[submodule "deps/stax-secure-sdk"] | ||
path = deps/stax-secure-sdk | ||
url = https://github.com/LedgerHQ/ledger-secure-sdk | ||
[submodule "cmake/cmake-modules"] | ||
path = cmake/cmake-modules | ||
url = https://github.com/bilke/cmake-modules | ||
[submodule "deps/ethereum"] | ||
path = deps/ethereum | ||
url = https://github.com/Zondax/app-ethereum.git | ||
[submodule "deps/ledger-secure-sdk"] | ||
path = deps/ledger-secure-sdk | ||
url = https://github.com/LedgerHQ/ledger-secure-sdk |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ APPVERSION_M=0 | |
# Minor | ||
APPVERSION_N=8 | ||
# Patch | ||
APPVERSION_P=3 | ||
APPVERSION_P=4 |
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
Submodule ethereum
updated
2548 files
Submodule ledger-secure-sdk
added at
fe169b
Submodule ledger-zxlib
updated
14 files
+2 −0 | app/common/app_main.c | |
+54 −53 | app/ui/view_internal.h | |
+116 −191 | app/ui/view_nbgl.c | |
+65 −4 | dockerized_build.mk | |
+28 −0 | include/zxcanary.h | |
+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 | |
+6 −5 | makefiles/Makefile.platform | |
+30 −49 | src/app_mode.c | |
+60 −0 | src/zxcanary.c | |
+38 −27 | src/zxmacros.c |
Submodule nanos-secure-sdk
deleted from
74ca33
Submodule nanosplus-secure-sdk
deleted from
7583ae
Submodule nanox-secure-sdk
deleted from
7583ae
Submodule stax-secure-sdk
deleted from
7583ae
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,4 +1,4 @@ | ||
[app] | ||
build_directory = "./app/" | ||
sdk = "C" | ||
devices = ["nanos", "nanos+", "nanox", "stax"] | ||
devices = ["nanos", "nanos+", "nanox", "stax", "flex"] |
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.
Binary file added
BIN
+8.79 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_delegator/00000.png
Oops, something went wrong.
Binary file added
BIN
+25.3 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_delegator/00001.png
Oops, something went wrong.
Binary file added
BIN
+15.2 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_delegator/00002.png
Oops, something went wrong.
Binary file added
BIN
+23 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_delegator/00003.png
Oops, something went wrong.
Binary file added
BIN
+6.49 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_delegator/00004.png
Oops, something went wrong.
Binary file added
BIN
+9.45 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_delegator/00005.png
Oops, something went wrong.
Binary file added
BIN
+12.7 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_delegator/00006.png
Oops, something went wrong.
Binary file added
BIN
+8.79 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_validator/00000.png
Oops, something went wrong.
Binary file added
BIN
+25.2 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_validator/00001.png
Oops, something went wrong.
Binary file added
BIN
+15.2 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_validator/00002.png
Oops, something went wrong.
Binary file added
BIN
+23.2 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_validator/00003.png
Oops, something went wrong.
Binary file added
BIN
+17.5 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_validator/00004.png
Oops, something went wrong.
Binary file added
BIN
+9.45 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_validator/00005.png
Oops, something went wrong.
Binary file added
BIN
+12.7 KB
tests_zemu/snapshots/fl-sign-add_subnet_permissionless_validator/00006.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.
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.
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.
Binary file modified
BIN
+8 Bytes
(100%)
tests_zemu/snapshots/sp-eth-sign-eip712_hashed_message/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.
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.
Binary file modified
BIN
+352 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-asset_transfer/00000.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+127 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-asset_transfer/00004.png
Oops, something went wrong.
Binary file modified
BIN
+414 Bytes
(110%)
tests_zemu/snapshots/st-eth-sign-basic_transfer/00000.png
Oops, something went wrong.
Binary file modified
BIN
+922 Bytes
(110%)
tests_zemu/snapshots/st-eth-sign-basic_transfer/00001.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file modified
BIN
+414 Bytes
(110%)
tests_zemu/snapshots/st-eth-sign-basic_transfer_no_eip155/00000.png
Oops, something went wrong.
Binary file modified
BIN
+912 Bytes
(110%)
tests_zemu/snapshots/st-eth-sign-basic_transfer_no_eip155/00001.png
Oops, something went wrong.
Binary file modified
BIN
+1.46 KB
(120%)
tests_zemu/snapshots/st-eth-sign-basic_transfer_no_eip155/00002.png
Oops, something went wrong.
Binary file modified
BIN
+2.35 KB
(130%)
tests_zemu/snapshots/st-eth-sign-basic_transfer_no_eip155/00003.png
Oops, something went wrong.
Binary file modified
BIN
+352 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-contract_deploy_no_eip155/00000.png
Oops, something went wrong.
Binary file modified
BIN
-939 Bytes
(92%)
tests_zemu/snapshots/st-eth-sign-contract_deploy_no_eip155/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1.1 KB
(91%)
tests_zemu/snapshots/st-eth-sign-contract_deploy_no_eip155/00002.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-contract_deploy_no_eip155/00003.png
Oops, something went wrong.
Binary file modified
BIN
+127 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-contract_deploy_no_eip155/00004.png
Oops, something went wrong.
Binary file modified
BIN
+1.28 KB
(120%)
tests_zemu/snapshots/st-eth-sign-eip712_hashed_message/00000.png
Oops, something went wrong.
Binary file modified
BIN
-238 Bytes
(99%)
tests_zemu/snapshots/st-eth-sign-eip712_hashed_message/00001.png
Oops, something went wrong.
Binary file modified
BIN
+793 Bytes
(110%)
tests_zemu/snapshots/st-eth-sign-eip712_hashed_message/00002.png
Oops, something went wrong.
Binary file modified
BIN
+127 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-eip712_hashed_message/00003.png
Oops, something went wrong.
Binary file modified
BIN
+352 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-erc721_approve_for_all/00000.png
Oops, something went wrong.
Binary file modified
BIN
+5.61 KB
(160%)
tests_zemu/snapshots/st-eth-sign-erc721_approve_for_all/00001.png
Oops, something went wrong.
Binary file modified
BIN
-3.65 KB
(81%)
tests_zemu/snapshots/st-eth-sign-erc721_approve_for_all/00002.png
Oops, something went wrong.
Binary file modified
BIN
-641 Bytes
(93%)
tests_zemu/snapshots/st-eth-sign-erc721_approve_for_all/00003.png
Oops, something went wrong.
Binary file modified
BIN
+2.35 KB
(130%)
tests_zemu/snapshots/st-eth-sign-erc721_approve_for_all/00004.png
Oops, something went wrong.
Binary file modified
BIN
+352 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-erc721_safe_transfer_from/00000.png
Oops, something went wrong.
Binary file modified
BIN
+5.54 KB
(160%)
tests_zemu/snapshots/st-eth-sign-erc721_safe_transfer_from/00001.png
Oops, something went wrong.
Binary file modified
BIN
-3.46 KB
(82%)
tests_zemu/snapshots/st-eth-sign-erc721_safe_transfer_from/00002.png
Oops, something went wrong.
Binary file modified
BIN
-814 Bytes
(92%)
tests_zemu/snapshots/st-eth-sign-erc721_safe_transfer_from/00003.png
Oops, something went wrong.
Binary file modified
BIN
+2.35 KB
(130%)
tests_zemu/snapshots/st-eth-sign-erc721_safe_transfer_from/00004.png
Oops, something went wrong.
Binary file modified
BIN
+352 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_call/00000.png
Oops, something went wrong.
Binary file modified
BIN
+5.14 KB
(140%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_call/00001.png
Oops, something went wrong.
Binary file modified
BIN
-4.67 KB
(70%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_call/00002.png
Oops, something went wrong.
Binary file modified
BIN
+724 Bytes
(110%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_call/00003.png
Oops, something went wrong.
Binary file modified
BIN
+2.35 KB
(130%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_call/00004.png
Oops, something went wrong.
Binary file modified
BIN
+352 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_deploy/00000.png
Oops, something went wrong.
Binary file modified
BIN
-932 Bytes
(93%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_deploy/00001.png
Oops, something went wrong.
Binary file modified
BIN
-1.1 KB
(91%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_deploy/00002.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_deploy/00003.png
Oops, something went wrong.
Binary file modified
BIN
+127 Bytes
(100%)
tests_zemu/snapshots/st-eth-sign-legacy_contract_deploy/00004.png
Oops, something went wrong.
Binary file modified
BIN
+414 Bytes
(110%)
tests_zemu/snapshots/st-eth-sign-legacy_transfer/00000.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.