Skip to content

Commit 0349c39

Browse files
authored
10.12.6 (#5842)
1 parent 155701a commit 0349c39

File tree

18 files changed

+192
-166
lines changed

18 files changed

+192
-166
lines changed

CHANGELOG.md

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

3+
## 10.12.6 Apr 2, 2024
4+
5+
**NOTE**: Because of a broken CI build for 10.12.5 -> 10.12.6 is a replacement
6+
7+
Contributed:
8+
9+
- chore: fix typos in error (Thanks to https://github.com/xiaoxianBoy)
10+
11+
Changes:
12+
13+
- Upgrade westend types-known for 1009000
14+
- Add `disableAscii` option for toHuman, and toPrimitive
15+
- V14 Update substrate latest metadata
16+
- V15 Update substrate latest metadata
17+
- Bump yarn to 4.1.1
18+
- Add `assetId` getter field to to necessary ExtrinsicPayloads
19+
- Add Updated Runtime Defintions
20+
- ValidateStatement
21+
- MMRApi
22+
- mmr_root
23+
- mmr_leaf_count
24+
- Core v5
25+
- GenesisBuilder
26+
- MixnetApi
27+
28+
329
## 10.12.5 Apr 2, 2024
430

531
Contributed:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "10.12.5",
17+
"version": "10.12.6",
1818
"versions": {
1919
"git": "10.12.5",
2020
"npm": "10.12.5"

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.12.5",
21+
"version": "10.12.6",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "10.12.5",
25-
"@polkadot/rpc-augment": "10.12.5",
26-
"@polkadot/types": "10.12.5",
27-
"@polkadot/types-augment": "10.12.5",
28-
"@polkadot/types-codec": "10.12.5",
24+
"@polkadot/api-base": "10.12.6",
25+
"@polkadot/rpc-augment": "10.12.6",
26+
"@polkadot/types": "10.12.6",
27+
"@polkadot/types-augment": "10.12.6",
28+
"@polkadot/types-codec": "10.12.6",
2929
"@polkadot/util": "^12.6.2",
3030
"tslib": "^2.6.2"
3131
}

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.12.5",
21+
"version": "10.12.6",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "10.12.5",
25-
"@polkadot/types": "10.12.5",
24+
"@polkadot/rpc-core": "10.12.6",
25+
"@polkadot/types": "10.12.6",
2626
"@polkadot/util": "^12.6.2",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.6.2"

packages/api-contract/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.12.5",
21+
"version": "10.12.6",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "10.12.5",
25-
"@polkadot/api-augment": "10.12.5",
26-
"@polkadot/types": "10.12.5",
27-
"@polkadot/types-codec": "10.12.5",
28-
"@polkadot/types-create": "10.12.5",
24+
"@polkadot/api": "10.12.6",
25+
"@polkadot/api-augment": "10.12.6",
26+
"@polkadot/types": "10.12.6",
27+
"@polkadot/types-codec": "10.12.6",
28+
"@polkadot/types-create": "10.12.6",
2929
"@polkadot/util": "^12.6.2",
3030
"@polkadot/util-crypto": "^12.6.2",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.6.2"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "10.12.5",
35+
"@polkadot/api-augment": "10.12.6",
3636
"@polkadot/keyring": "^12.6.2",
37-
"@polkadot/types-support": "10.12.5"
37+
"@polkadot/types-support": "10.12.6"
3838
}
3939
}

packages/api-derive/package.json

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

packages/api/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.12.5",
21+
"version": "10.12.6",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-augment": "10.12.5",
25-
"@polkadot/api-base": "10.12.5",
26-
"@polkadot/api-derive": "10.12.5",
24+
"@polkadot/api-augment": "10.12.6",
25+
"@polkadot/api-base": "10.12.6",
26+
"@polkadot/api-derive": "10.12.6",
2727
"@polkadot/keyring": "^12.6.2",
28-
"@polkadot/rpc-augment": "10.12.5",
29-
"@polkadot/rpc-core": "10.12.5",
30-
"@polkadot/rpc-provider": "10.12.5",
31-
"@polkadot/types": "10.12.5",
32-
"@polkadot/types-augment": "10.12.5",
33-
"@polkadot/types-codec": "10.12.5",
34-
"@polkadot/types-create": "10.12.5",
35-
"@polkadot/types-known": "10.12.5",
28+
"@polkadot/rpc-augment": "10.12.6",
29+
"@polkadot/rpc-core": "10.12.6",
30+
"@polkadot/rpc-provider": "10.12.6",
31+
"@polkadot/types": "10.12.6",
32+
"@polkadot/types-augment": "10.12.6",
33+
"@polkadot/types-codec": "10.12.6",
34+
"@polkadot/types-create": "10.12.6",
35+
"@polkadot/types-known": "10.12.6",
3636
"@polkadot/util": "^12.6.2",
3737
"@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.12.5",
44-
"@polkadot/types-support": "10.12.5"
43+
"@polkadot/api-augment": "10.12.6",
44+
"@polkadot/types-support": "10.12.6"
4545
}
4646
}

packages/rpc-augment/package.json

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

packages/rpc-core/package.json

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

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"./packageDetect.cjs"
1919
],
2020
"type": "module",
21-
"version": "10.12.5",
21+
"version": "10.12.6",
2222
"main": "index.js",
2323
"dependencies": {
2424
"@polkadot/keyring": "^12.6.2",
25-
"@polkadot/types": "10.12.5",
26-
"@polkadot/types-support": "10.12.5",
25+
"@polkadot/types": "10.12.6",
26+
"@polkadot/types-support": "10.12.6",
2727
"@polkadot/util": "^12.6.2",
2828
"@polkadot/util-crypto": "^12.6.2",
2929
"@polkadot/x-fetch": "^12.6.2",

0 commit comments

Comments
 (0)