Skip to content

Commit 6ae00e2

Browse files
authored
Merge pull request #95 from Zondax/zemu
Upgrade zemu version
2 parents 0d02cc7 + de48e32 commit 6ae00e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1183
-3089
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# BOLOS_SDK IS DEFINED We use the plain Makefile for Ledger
1919
# BOLOS_SDK NOT DEFINED We use a containerized build approach
2020

21-
TESTS_JS_PACKAGE = "@zondax/ledger-dfinity"
21+
TESTS_JS_PACKAGE = "@zondax/ledger-icp"
2222
TESTS_JS_DIR = $(CURDIR)/js
2323

2424
ifeq ($(BOLOS_SDK),)

deps/ledger-zxlib/dockerized_build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(info EXAMPLE_VUE_DIR : $(EXAMPLE_VUE_DIR))
4040
$(info TESTS_JS_DIR : $(TESTS_JS_DIR))
4141
$(info TESTS_JS_PACKAGE : $(TESTS_JS_PACKAGE))
4242

43-
DOCKER_IMAGE=zondax/builder-bolos@sha256:e43b2ece1e42ca09cb9ccf90466982d95d3f1842e1b9aac18cd8d5762b308eeb
43+
DOCKER_IMAGE=zondax/builder-bolos:e7a7395770addca0583dc7401a7284b805b41149
4444

4545
ifdef INTERACTIVE
4646
INTERACTIVE_SETTING:="-i"

tests_zemu/package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,29 @@
1414
"Ledger"
1515
],
1616
"scripts": {
17-
"test": "jest --detectOpenHandles -t 'Standard'"
17+
"test": "jest -t 'Standard'"
1818
},
1919
"dependencies": {
2020
"@zondax/ledger-icp": "link:../js",
21-
"@zondax/zemu": "^0.14.5"
21+
"@zondax/zemu": "^0.16.5"
2222
},
2323
"devDependencies": {
24-
"@types/jest": "^26.0.23",
25-
"@types/ledgerhq__hw-transport": "^4.21.3",
26-
"@types/secp256k1": "^4.0.2",
27-
"@typescript-eslint/eslint-plugin": "^4.24.0",
28-
"@typescript-eslint/parser": "^4.24.0",
24+
"@types/jest": "^26.0.24",
25+
"@types/ledgerhq__hw-transport": "^4.21.4",
26+
"@types/secp256k1": "^4.0.3",
27+
"@typescript-eslint/eslint-plugin": "^4.28.3",
28+
"@typescript-eslint/parser": "^4.28.3",
2929
"crypto-js": "4.0.0",
30-
"eslint": "^7.26.0",
30+
"eslint": "^7.31.0",
3131
"eslint-config-prettier": "^8.3.0",
32-
"eslint-plugin-import": "^2.23.2",
32+
"eslint-plugin-import": "^2.23.4",
3333
"eslint-plugin-jest": "^24.3.6",
3434
"eslint-plugin-prettier": "^3.3.1",
35-
"jest": "26.6.3",
36-
"jest-serial-runner": "^1.1.0",
35+
"jest": "27.0.6",
3736
"js-sha256": "0.9.0",
38-
"prettier": "^2.3.0",
37+
"prettier": "^2.3.2",
3938
"secp256k1": "^4.0.2",
40-
"ts-jest": "^26.5.6",
41-
"typescript": "^4.2.3"
39+
"ts-jest": "^27.0.3",
40+
"typescript": "^4.3.5"
4241
}
4342
}
4 Bytes
10 Bytes
10 Bytes
10 Bytes
7 Bytes
7 Bytes
9 Bytes

0 commit comments

Comments
 (0)