Skip to content

Commit fd27f53

Browse files
authored
Fix sideloading (#270)
* Fix sideloading * update deps
1 parent b9b033b commit fd27f53

116 files changed

Lines changed: 1673 additions & 1166 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.

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ APPVERSION_M=100
33
# This is the `spec_version` field of `Runtime`
44
APPVERSION_N=0
55
# This is the patch version of this release
6-
APPVERSION_P=18
6+
APPVERSION_P=19

deps/ledger-zxlib

poetry.lock

Lines changed: 927 additions & 558 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["zondax <hello@zondax.ch>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "3.11.9"
9+
python = "^3.11"
1010
setuptools = "*"
1111
Cython = "*"
1212
ledgerblue = "*"

tests_integration/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"start": "ts-node index.ts"
88
},
99
"dependencies": {
10-
"@ledgerhq/hw-transport-node-hid": "^6.28.6",
11-
"@polkadot/api": "^11.2.1",
12-
"@polkadot/util": "^12.6.2",
13-
"@zondax/ledger-substrate": "^0.44.2",
14-
"axios": "^1.7.2",
10+
"@ledgerhq/hw-transport-node-hid": "^6.29.14",
11+
"@polkadot/api": "^16.5.2",
12+
"@polkadot/util": "^13.5.8",
13+
"@zondax/ledger-substrate": "^1.1.2",
14+
"axios": "^1.13.2",
1515
"ts-node": "^10.9.2",
16-
"typescript": "^5.4.5"
16+
"typescript": "^5.9.3"
1717
}
1818
}

tests_integration/yarn.lock

Lines changed: 736 additions & 598 deletions
Large diffs are not rendered by default.

tests_zemu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@zondax/ledger-js": "^1.3.1",
3030
"@zondax/ledger-substrate": "^1.1.2",
31-
"@zondax/zemu": "^0.62.2",
31+
"@zondax/zemu": "^0.64.0",
3232
"elliptic": "^6.6.1",
3333
"js-sha3": "^0.9.3"
3434
},
-10 Bytes
-46 Bytes
-71 Bytes

0 commit comments

Comments
 (0)