Skip to content

Commit 6843879

Browse files
authored
Merge pull request #234 from Zondax/update
Update deps
2 parents 3761a1f + 02ecf7b commit 6843879

1,406 files changed

Lines changed: 23 additions & 12 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,12 @@ tests_zemu/snapshots-tmp
109109
tests_zemu/yarn.lock
110110
tests_tools/target
111111

112+
app/rust/.cargo/registry/
113+
app/rust/target/
114+
app/rust/.cargo/.package-cache
115+
app/rust/.cargo/.package-cache-mutate
116+
app/rust/.cargo/git/
117+
app/rust/.cargo/.global-cache
118+
119+
112120
/scan-build

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
APPVERSION_M=2
22
APPVERSION_N=8
3-
APPVERSION_P=1
3+
APPVERSION_P=2

app/rust/.cargo/.global-cache

0 Bytes
Binary file not shown.

app/rust/rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.83.0"
3+
components = ["rust-src"]

tests_zemu/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"Ledger"
1515
],
1616
"scripts": {
17-
"test_all": "ts-node tests/pullImageKillOld.ts && jest",
18-
"test": "ts-node tests/pullImageKillOld.ts && jest -t 'Standard'",
17+
"test_all": "ts-node tests/pullImageKillOld.ts && jest --maxConcurrency 2",
18+
"test": "ts-node tests/pullImageKillOld.ts && jest -t 'Standard' --maxConcurrency 2",
1919
"testadr0008-5": "ts-node tests/pullImageKillOld.ts && jest -t 'Standard-Adr0008-5'",
2020
"testadr0008-0": "ts-node tests/pullImageKillOld.ts && jest -t 'Standard-Adr0008-0'",
2121
"testadr0008-0-oasis": "ts-node tests/pullImageKillOld.ts && jest -t 'Standard-Adr0008-0-Oasis'",
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@zondax/ledger-oasis": "file:../js",
28-
"@zondax/zemu": "^0.62.2"
28+
"@zondax/zemu": "^0.65.0"
2929
},
3030
"devDependencies": {
3131
"@ethereumjs/common": "^2.4.0",
@@ -35,24 +35,24 @@
3535
"@types/jest": "^30.0.0",
3636
"@types/ledgerhq__hw-transport": "^6.0.0",
3737
"@types/secp256k1": "^4.0.7",
38-
"@typescript-eslint/eslint-plugin": "^8.46.3",
39-
"@typescript-eslint/parser": "^8.46.3",
40-
"blakejs": "^1.1.1",
38+
"@typescript-eslint/eslint-plugin": "^8.50.0",
39+
"@typescript-eslint/parser": "^8.50.0",
40+
"blakejs": "^1.2.1",
4141
"bn.js": "^5.2.2",
4242
"crypto-js": "4.2.0",
4343
"ed25519-supercop": "^2.0.1",
4444
"elliptic": "^6.6.1",
45-
"eslint": "^9.39.1",
45+
"eslint": "^9.39.2",
4646
"eslint-config-prettier": "^10.1.8",
4747
"eslint-plugin-import": "^2.32.0",
48-
"eslint-plugin-jest": "^29.0.1",
48+
"eslint-plugin-jest": "^29.5.0",
4949
"eslint-plugin-prettier": "^5.5.4",
5050
"jest": "^30.2.0",
5151
"js-sha256": "0.11.1",
5252
"js-sha512": "^0.9.0",
53-
"prettier": "^3.6.2",
53+
"prettier": "^3.7.4",
5454
"secp256k1": "^5.0.1",
55-
"ts-jest": "^29.4.5",
55+
"ts-jest": "^29.4.6",
5656
"ts-node": "^10.9.2",
5757
"typescript": "^5.9.3"
5858
}
-191 Bytes
199 Bytes
13 Bytes
-17 Bytes

0 commit comments

Comments
 (0)