Skip to content

Commit 5a4414d

Browse files
authored
10.11.2 (#5774)
* 10.11.2 * Adj metadata CHANGELOG entry
1 parent 7d41d34 commit 5a4414d

File tree

18 files changed

+377
-364
lines changed

18 files changed

+377
-364
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## 10.11.2 Dec 18, 2023
4+
5+
Contributed:
6+
7+
- Add `chainIsEthereum` key to `Registry` interface (Thanks to https://github.com/fgamundi)
8+
- Adjust types for `ChargeAssetTxPayment` (Thanks to https://github.com/bee344)
9+
10+
Changes:
11+
12+
- Support `[8a;32]` types in known keys
13+
- Update to latest Substrate metadata
14+
15+
316
## 10.11.1 Nov 18, 2023
417

518
Contributed:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "10.11.2-4-x",
17+
"version": "10.11.2",
1818
"versions": {
1919
"git": "10.11.2-4-x",
2020
"npm": "10.11.1"
@@ -45,6 +45,6 @@
4545
"@types/node": "^20.10.5"
4646
},
4747
"resolutions": {
48-
"typescript": "^5.2.2"
48+
"typescript": "^5.3.3"
4949
}
5050
}

packages/api-augment/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.2-4-x",
21+
"version": "10.11.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "10.11.2-4-x",
25-
"@polkadot/rpc-augment": "10.11.2-4-x",
26-
"@polkadot/types": "10.11.2-4-x",
27-
"@polkadot/types-augment": "10.11.2-4-x",
28-
"@polkadot/types-codec": "10.11.2-4-x",
29-
"@polkadot/util": "^12.6.1",
24+
"@polkadot/api-base": "10.11.2",
25+
"@polkadot/rpc-augment": "10.11.2",
26+
"@polkadot/types": "10.11.2",
27+
"@polkadot/types-augment": "10.11.2",
28+
"@polkadot/types-codec": "10.11.2",
29+
"@polkadot/util": "^12.6.2",
3030
"tslib": "^2.6.2"
3131
}
3232
}

packages/api-base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.2-4-x",
21+
"version": "10.11.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.11.2-4-x",
25-
"@polkadot/types": "10.11.2-4-x",
26-
"@polkadot/util": "^12.6.1",
24+
"@polkadot/rpc-core": "10.11.2",
25+
"@polkadot/types": "10.11.2",
26+
"@polkadot/util": "^12.6.2",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.6.2"
2929
}

packages/api-contract/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.2-4-x",
21+
"version": "10.11.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.11.2-4-x",
25-
"@polkadot/api-augment": "10.11.2-4-x",
26-
"@polkadot/types": "10.11.2-4-x",
27-
"@polkadot/types-codec": "10.11.2-4-x",
28-
"@polkadot/types-create": "10.11.2-4-x",
29-
"@polkadot/util": "^12.6.1",
30-
"@polkadot/util-crypto": "^12.6.1",
24+
"@polkadot/api": "10.11.2",
25+
"@polkadot/api-augment": "10.11.2",
26+
"@polkadot/types": "10.11.2",
27+
"@polkadot/types-codec": "10.11.2",
28+
"@polkadot/types-create": "10.11.2",
29+
"@polkadot/util": "^12.6.2",
30+
"@polkadot/util-crypto": "^12.6.2",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.6.2"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "10.11.2-4-x",
36-
"@polkadot/keyring": "^12.6.1"
35+
"@polkadot/api-augment": "10.11.2",
36+
"@polkadot/keyring": "^12.6.2"
3737
}
3838
}

packages/api-derive/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.2-4-x",
21+
"version": "10.11.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.11.2-4-x",
25-
"@polkadot/api-augment": "10.11.2-4-x",
26-
"@polkadot/api-base": "10.11.2-4-x",
27-
"@polkadot/rpc-core": "10.11.2-4-x",
28-
"@polkadot/types": "10.11.2-4-x",
29-
"@polkadot/types-codec": "10.11.2-4-x",
30-
"@polkadot/util": "^12.6.1",
31-
"@polkadot/util-crypto": "^12.6.1",
24+
"@polkadot/api": "10.11.2",
25+
"@polkadot/api-augment": "10.11.2",
26+
"@polkadot/api-base": "10.11.2",
27+
"@polkadot/rpc-core": "10.11.2",
28+
"@polkadot/types": "10.11.2",
29+
"@polkadot/types-codec": "10.11.2",
30+
"@polkadot/util": "^12.6.2",
31+
"@polkadot/util-crypto": "^12.6.2",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.6.2"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "10.11.2-4-x",
37-
"@polkadot/api-augment": "10.11.2-4-x",
38-
"@polkadot/rpc-augment": "10.11.2-4-x",
39-
"@polkadot/rpc-provider": "10.11.2-4-x",
40-
"@polkadot/types-support": "10.11.2-4-x"
36+
"@polkadot/api": "10.11.2",
37+
"@polkadot/api-augment": "10.11.2",
38+
"@polkadot/rpc-augment": "10.11.2",
39+
"@polkadot/rpc-provider": "10.11.2",
40+
"@polkadot/types-support": "10.11.2"
4141
}
4242
}

packages/api/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.2-4-x",
21+
"version": "10.11.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-augment": "10.11.2-4-x",
25-
"@polkadot/api-base": "10.11.2-4-x",
26-
"@polkadot/api-derive": "10.11.2-4-x",
27-
"@polkadot/keyring": "^12.6.1",
28-
"@polkadot/rpc-augment": "10.11.2-4-x",
29-
"@polkadot/rpc-core": "10.11.2-4-x",
30-
"@polkadot/rpc-provider": "10.11.2-4-x",
31-
"@polkadot/types": "10.11.2-4-x",
32-
"@polkadot/types-augment": "10.11.2-4-x",
33-
"@polkadot/types-codec": "10.11.2-4-x",
34-
"@polkadot/types-create": "10.11.2-4-x",
35-
"@polkadot/types-known": "10.11.2-4-x",
36-
"@polkadot/util": "^12.6.1",
37-
"@polkadot/util-crypto": "^12.6.1",
24+
"@polkadot/api-augment": "10.11.2",
25+
"@polkadot/api-base": "10.11.2",
26+
"@polkadot/api-derive": "10.11.2",
27+
"@polkadot/keyring": "^12.6.2",
28+
"@polkadot/rpc-augment": "10.11.2",
29+
"@polkadot/rpc-core": "10.11.2",
30+
"@polkadot/rpc-provider": "10.11.2",
31+
"@polkadot/types": "10.11.2",
32+
"@polkadot/types-augment": "10.11.2",
33+
"@polkadot/types-codec": "10.11.2",
34+
"@polkadot/types-create": "10.11.2",
35+
"@polkadot/types-known": "10.11.2",
36+
"@polkadot/util": "^12.6.2",
37+
"@polkadot/util-crypto": "^12.6.2",
3838
"eventemitter3": "^5.0.1",
3939
"rxjs": "^7.8.1",
4040
"tslib": "^2.6.2"
4141
},
4242
"devDependencies": {
43-
"@polkadot/api-augment": "10.11.2-4-x",
44-
"@polkadot/types-support": "10.11.2-4-x"
43+
"@polkadot/api-augment": "10.11.2",
44+
"@polkadot/types-support": "10.11.2"
4545
}
4646
}

packages/rpc-augment/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.2-4-x",
21+
"version": "10.11.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.11.2-4-x",
25-
"@polkadot/types": "10.11.2-4-x",
26-
"@polkadot/types-codec": "10.11.2-4-x",
27-
"@polkadot/util": "^12.6.1",
24+
"@polkadot/rpc-core": "10.11.2",
25+
"@polkadot/types": "10.11.2",
26+
"@polkadot/types-codec": "10.11.2",
27+
"@polkadot/util": "^12.6.2",
2828
"tslib": "^2.6.2"
2929
}
3030
}

packages/rpc-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.2-4-x",
21+
"version": "10.11.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-augment": "10.11.2-4-x",
25-
"@polkadot/rpc-provider": "10.11.2-4-x",
26-
"@polkadot/types": "10.11.2-4-x",
27-
"@polkadot/util": "^12.6.1",
24+
"@polkadot/rpc-augment": "10.11.2",
25+
"@polkadot/rpc-provider": "10.11.2",
26+
"@polkadot/types": "10.11.2",
27+
"@polkadot/util": "^12.6.2",
2828
"rxjs": "^7.8.1",
2929
"tslib": "^2.6.2"
3030
},
3131
"devDependencies": {
32-
"@polkadot/keyring": "^12.6.1",
33-
"@polkadot/rpc-augment": "10.11.2-4-x"
32+
"@polkadot/keyring": "^12.6.2",
33+
"@polkadot/rpc-augment": "10.11.2"
3434
}
3535
}

packages/rpc-provider/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"./detectPackage.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.11.2-4-x",
21+
"version": "10.11.2",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/keyring": "^12.6.1",
25-
"@polkadot/types": "10.11.2-4-x",
26-
"@polkadot/types-support": "10.11.2-4-x",
27-
"@polkadot/util": "^12.6.1",
28-
"@polkadot/util-crypto": "^12.6.1",
29-
"@polkadot/x-fetch": "^12.6.1",
30-
"@polkadot/x-global": "^12.6.1",
31-
"@polkadot/x-ws": "^12.6.1",
24+
"@polkadot/keyring": "^12.6.2",
25+
"@polkadot/types": "10.11.2",
26+
"@polkadot/types-support": "10.11.2",
27+
"@polkadot/util": "^12.6.2",
28+
"@polkadot/util-crypto": "^12.6.2",
29+
"@polkadot/x-fetch": "^12.6.2",
30+
"@polkadot/x-global": "^12.6.2",
31+
"@polkadot/x-ws": "^12.6.2",
3232
"eventemitter3": "^5.0.1",
3333
"mock-socket": "^9.3.1",
3434
"nock": "^13.4.0",

0 commit comments

Comments
 (0)