diff --git a/app/Makefile b/app/Makefile index f87115a5..fa402882 100755 --- a/app/Makefile +++ b/app/Makefile @@ -41,8 +41,6 @@ all: bin/app.elf include $(BOLOS_SDK)/Makefile.defines include $(CURDIR)/Makefile.version -DEFINES += APP_SECRET_MODE_ENABLED - $(info ************ TARGET_NAME = [$(TARGET_NAME)]) ifeq ($(APP_TESTING),1) diff --git a/app/Makefile.version b/app/Makefile.version index 63f00b36..db1cddb2 100644 --- a/app/Makefile.version +++ b/app/Makefile.version @@ -3,4 +3,4 @@ APPVERSION_M=2 # This is the `spec_version` field of `Runtime` APPVERSION_N=34 # This is the patch version of this release -APPVERSION_P=7 +APPVERSION_P=8 diff --git a/deps/ledger-zxlib b/deps/ledger-zxlib index ccf9cf81..8979f20a 160000 --- a/deps/ledger-zxlib +++ b/deps/ledger-zxlib @@ -1 +1 @@ -Subproject commit ccf9cf81b8d4d83a58ccd5948d8f80ef582e2efe +Subproject commit 8979f20ab3252ded1764ba00b1328090b1852f60 diff --git a/deps/nanos-secure-sdk b/deps/nanos-secure-sdk index 026a1f5c..78691885 160000 --- a/deps/nanos-secure-sdk +++ b/deps/nanos-secure-sdk @@ -1 +1 @@ -Subproject commit 026a1f5cf55e68f74062cb2795804f9b4554ea15 +Subproject commit 786918851f5b2173283be9e2e37fa91809cac8b5 diff --git a/deps/nanosplus-secure-sdk b/deps/nanosplus-secure-sdk index c2a17ebe..5a6aebf5 160000 --- a/deps/nanosplus-secure-sdk +++ b/deps/nanosplus-secure-sdk @@ -1 +1 @@ -Subproject commit c2a17ebe62395d7a7a36658bf4bec952c08d0df3 +Subproject commit 5a6aebf547399e012cdabd21e91d23c2eb573fad diff --git a/deps/nanox-secure-sdk b/deps/nanox-secure-sdk index 86324f6a..6a479957 160000 --- a/deps/nanox-secure-sdk +++ b/deps/nanox-secure-sdk @@ -1 +1 @@ -Subproject commit 86324f6a73e269c04f6a3e3cf41f6569a8cc6c6b +Subproject commit 6a47995721d94613dd4043691993a50d1f7319bb diff --git a/tests_zemu/package.json b/tests_zemu/package.json index b7cf21c5..1f626570 100644 --- a/tests_zemu/package.json +++ b/tests_zemu/package.json @@ -18,8 +18,8 @@ "testSR25519": "jest --detectOpenHandles --runInBand tests/sr25519.test.ts" }, "dependencies": { - "@zondax/zemu": "^0.32.0", - "ledger-cosmos-js": "^2.1.8" + "@zondax/zemu": "^0.33.1", + "@zondax/ledger-cosmos-js": "^3.0.0" }, "devDependencies": { "@types/jest": "^27.4.0", diff --git a/tests_zemu/snapshots/s-mainmenu/00004.png b/tests_zemu/snapshots/s-mainmenu/00004.png index e697d64b..592f9c1d 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00004.png and b/tests_zemu/snapshots/s-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00010.png b/tests_zemu/snapshots/s-mainmenu/00010.png index e697d64b..592f9c1d 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00010.png and b/tests_zemu/snapshots/s-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00004.png b/tests_zemu/snapshots/sp-mainmenu/00004.png index 63b110c3..15ffbeb3 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00004.png and b/tests_zemu/snapshots/sp-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00010.png b/tests_zemu/snapshots/sp-mainmenu/00010.png index 63b110c3..15ffbeb3 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00010.png and b/tests_zemu/snapshots/sp-mainmenu/00010.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00004.png b/tests_zemu/snapshots/x-mainmenu/00004.png index 63b110c3..15ffbeb3 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00004.png and b/tests_zemu/snapshots/x-mainmenu/00004.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00010.png b/tests_zemu/snapshots/x-mainmenu/00010.png index 63b110c3..15ffbeb3 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00010.png and b/tests_zemu/snapshots/x-mainmenu/00010.png differ diff --git a/tests_zemu/tests/standard.test.ts b/tests_zemu/tests/standard.test.ts index 21784928..90654e12 100644 --- a/tests_zemu/tests/standard.test.ts +++ b/tests_zemu/tests/standard.test.ts @@ -16,7 +16,7 @@ import Zemu from '@zondax/zemu' // @ts-ignore -import CosmosApp from 'ledger-cosmos-js' +import { CosmosApp } from '@zondax/ledger-cosmos-js' import { DEFAULT_OPTIONS, DEVICE_MODELS, example_tx_str_basic, example_tx_str_basic2, ibc_denoms } from './common' // @ts-ignore