Skip to content

Commit b3fe071

Browse files
github-actions[bot]RomarQmanuelmaurotimbrinded
authored
Update Rust/TS bindings (#3285)
* Update Rust/TS bindings * refactor: 🔥 remove XCM v5 TS API hack * Removed duplicated tests --------- Co-authored-by: RomarQ <[email protected]> Co-authored-by: Rodrigo Quelhas <[email protected]> Co-authored-by: Manuel Mauro <[email protected]> Co-authored-by: timbrinded <[email protected]>
1 parent 9c5be61 commit b3fe071

35 files changed

+3587
-3024
lines changed

package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
},
1919
"dependencies": {
2020
"@openzeppelin/contracts": "4.9.6",
21-
"@polkadot/api": "15.9.1",
22-
"@polkadot/api-derive": "15.9.1",
23-
"@polkadot/keyring": "13.4.3",
24-
"@polkadot/rpc-provider": "15.9.1",
25-
"@polkadot/types": "15.9.1",
26-
"@polkadot/types-codec": "15.9.1",
27-
"@polkadot/util": "13.4.3",
28-
"@polkadot/util-crypto": "13.4.3",
21+
"@polkadot/api": "15.10.2",
22+
"@polkadot/api-derive": "15.10.2",
23+
"@polkadot/keyring": "13.4.4",
24+
"@polkadot/rpc-provider": "15.10.2",
25+
"@polkadot/typegen": "15.10.2",
26+
"@polkadot/types": "15.10.2",
27+
"@polkadot/types-codec": "15.10.2",
28+
"@polkadot/util": "13.4.4",
29+
"@polkadot/util-crypto": "13.4.4",
2930
"ethers": "6.13.4",
3031
"tsup": "8.3.5"
3132
},
@@ -38,15 +39,16 @@
3839
"pnpm": {
3940
"overrides": {
4041
"@openzeppelin/contracts": "4.9.6",
41-
"@polkadot/api": "15.9.1",
42-
"@polkadot/api-derive": "15.9.1",
43-
"@polkadot/keyring": "13.4.3",
44-
"@polkadot/rpc-provider": "15.9.1",
45-
"@polkadot/types": "15.9.1",
46-
"@polkadot/types-codec": "15.9.1",
47-
"@polkadot/types-create": "15.9.1",
48-
"@polkadot/util": "13.4.3",
49-
"@polkadot/util-crypto": "13.4.3",
42+
"@polkadot/api": "15.10.2",
43+
"@polkadot/api-derive": "15.10.2",
44+
"@polkadot/keyring": "13.4.4",
45+
"@polkadot/rpc-provider": "15.10.2",
46+
"@polkadot/typegen": "15.10.2",
47+
"@polkadot/types": "15.10.2",
48+
"@polkadot/types-codec": "15.10.2",
49+
"@polkadot/types-create": "15.10.2",
50+
"@polkadot/util": "13.4.4",
51+
"@polkadot/util-crypto": "13.4.4",
5052
"ethers": "6.13.4",
5153
"tsup": "8.3.5"
5254
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)