-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Zondax/dev
Dev
- Loading branch information
Showing
18 changed files
with
16 additions
and
355 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This is the `transaction_version` field of `Runtime` | ||
APPVERSION_M=1 | ||
APPVERSION_M=3 | ||
# This is the `spec_version` field of `Runtime` | ||
APPVERSION_N=0 | ||
# This is the patch version of this release | ||
APPVERSION_P=5 | ||
APPVERSION_P=0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule ledger-zxlib
updated
9 files
+1 −11 | app/common/app_main.c | |
+2 −4 | app/ui/view_nano_inspect.c | |
+4 −0 | app/ui/view_x.c | |
+2 −2 | dockerized_build.mk | |
+2 −2 | include/utf8.h | |
+10 −6 | include/zxformat.h | |
+0 −4 | include/zxmacros.h | |
+4 −0 | include/zxmacros_x64.h | |
+1 −1 | include/zxversion.h |
Submodule nanos-secure-sdk
updated
193 files
Submodule nanosplus-secure-sdk
updated
315 files
Submodule nanox-secure-sdk
updated
315 files
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[app] | ||
build_directory = "./app/" | ||
sdk = "C" | ||
devices = ["nanos", "nanox", "nanos+", "stax"] | ||
|
||
[tests] | ||
unit_directory = "./tests/" |
Oops, something went wrong.