Skip to content

Commit 4ba97aa

Browse files
[CI Skip] bump/beta 16.2.3-2-x
skip-checks: true
1 parent 078f41a commit 4ba97aa

39 files changed

+191
-343
lines changed

CONTRIBUTORS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
3512 Jaco Bump deps (#5785)
22
164 Tarik Gul Upgrade polkadot/common to 13.5.1 (#6150)
33
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
4-
44 Valentin Fernandez Bump @polkadot/common to 13.5.2 (#6179)
4+
46 Valentin Fernandez Update AssetHub Polkadot types to 1.6.0 (#6174)
55
37 Keith Ingram Update contract types and rpc (#4541)
66
35 Stefanie Doll Updated child storage parameters (#1709)
77
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
@@ -13,6 +13,7 @@
1313
6 Andreea Eftene Update check for contract instantiation (#5699)
1414
6 Branislav Kontur Fix for fungiblesApi (#5944)
1515
5 Alberto Nicolas Penayo added use of accountNonceApi (#5915)
16+
5 Arjun Porwal Fix signature issue in `signAsync` + `send` flow (#6177)
1617
5 Chevdor Fix metadata package link (#3458)
1718
5 Jake Naviasky Fixing approvalFlagsToBools. (#1250)
1819
5 Julien Eluard General WsProvider extensibility improvements (#5467)
@@ -21,9 +22,9 @@
2122
4 Alex D Use derive customAccount and customLocks for balance overrides (#3248)
2223
4 Alex Wang fix issue that creates duplicate providers (#983)
2324
4 Alexander Popiak Add asset id in signing (#4009)
24-
4 Arjun Porwal doc: Update README.md with metadata retrieval instructions and testing caveats (#6156)
2525
4 Joshy Orndorff spelling; efect -> effect (#2295)
2626
4 Nantian fix bigint type (#3869)
27+
4 rajk93 chore: update asset hub kusama types to 1.6.0 (#6176)
2728
4 Scott Twiname Add support for historical BlockNumber rpc methods (#4574)
2829
3 André Silva add support for ValidationCodeHash (#3640)
2930
3 Antoine Estienne Adapted to display moonbeam author (#3108)
@@ -35,7 +36,6 @@
3536
3 Josep M Sobrepere docs: improve rpc-provider README (#4719)
3637
3 KarishmaBothara Backward compatibility thing (#3511)
3738
3 Miguel Hervas Adding RT4 Types (#3007)
38-
3 rajk93 feat(types-codec): Add maximum depth limit in `decodeU8a` functions (#6168)
3939
3 Shawn Tabrizi Add `isReadyOrError` when connecting to API (#2577)
4040
3 YJ feat: Vote interface as U8a (#1061)
4141
2 Alexander Krupenkin Add [u8; 33] type width for U8aFixed type (#2391)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "16.2.3-1-x",
17+
"version": "16.2.3-2-x",
1818
"versions": {
19-
"git": "16.2.3-1-x",
19+
"git": "16.2.3-2-x",
2020
"npm": "16.2.2"
2121
},
2222
"workspaces": [

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": "16.2.3-1-x",
21+
"version": "16.2.3-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api-base": "16.2.3-1-x",
25-
"@polkadot/rpc-augment": "16.2.3-1-x",
26-
"@polkadot/types": "16.2.3-1-x",
27-
"@polkadot/types-augment": "16.2.3-1-x",
28-
"@polkadot/types-codec": "16.2.3-1-x",
24+
"@polkadot/api-base": "16.2.3-2-x",
25+
"@polkadot/rpc-augment": "16.2.3-2-x",
26+
"@polkadot/types": "16.2.3-2-x",
27+
"@polkadot/types-augment": "16.2.3-2-x",
28+
"@polkadot/types-codec": "16.2.3-2-x",
2929
"@polkadot/util": "^13.5.3",
3030
"tslib": "^2.8.1"
3131
}

packages/api-augment/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.2.3-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.2.3-2-x' };

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": "16.2.3-1-x",
21+
"version": "16.2.3-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/rpc-core": "16.2.3-1-x",
25-
"@polkadot/types": "16.2.3-1-x",
24+
"@polkadot/rpc-core": "16.2.3-2-x",
25+
"@polkadot/types": "16.2.3-2-x",
2626
"@polkadot/util": "^13.5.3",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.8.1"

packages/api-base/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.2.3-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.2.3-2-x' };

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": "16.2.3-1-x",
21+
"version": "16.2.3-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.2.3-1-x",
25-
"@polkadot/api-augment": "16.2.3-1-x",
26-
"@polkadot/types": "16.2.3-1-x",
27-
"@polkadot/types-codec": "16.2.3-1-x",
28-
"@polkadot/types-create": "16.2.3-1-x",
24+
"@polkadot/api": "16.2.3-2-x",
25+
"@polkadot/api-augment": "16.2.3-2-x",
26+
"@polkadot/types": "16.2.3-2-x",
27+
"@polkadot/types-codec": "16.2.3-2-x",
28+
"@polkadot/types-create": "16.2.3-2-x",
2929
"@polkadot/util": "^13.5.3",
3030
"@polkadot/util-crypto": "^13.5.3",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
35-
"@polkadot/api-augment": "16.2.3-1-x",
35+
"@polkadot/api-augment": "16.2.3-2-x",
3636
"@polkadot/keyring": "^13.5.3",
37-
"@polkadot/types-support": "16.2.3-1-x"
37+
"@polkadot/types-support": "16.2.3-2-x"
3838
}
3939
}

packages/api-contract/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.2.3-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.2.3-2-x' };

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": "16.2.3-1-x",
21+
"version": "16.2.3-2-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/api": "16.2.3-1-x",
25-
"@polkadot/api-augment": "16.2.3-1-x",
26-
"@polkadot/api-base": "16.2.3-1-x",
27-
"@polkadot/rpc-core": "16.2.3-1-x",
28-
"@polkadot/types": "16.2.3-1-x",
29-
"@polkadot/types-codec": "16.2.3-1-x",
24+
"@polkadot/api": "16.2.3-2-x",
25+
"@polkadot/api-augment": "16.2.3-2-x",
26+
"@polkadot/api-base": "16.2.3-2-x",
27+
"@polkadot/rpc-core": "16.2.3-2-x",
28+
"@polkadot/types": "16.2.3-2-x",
29+
"@polkadot/types-codec": "16.2.3-2-x",
3030
"@polkadot/util": "^13.5.3",
3131
"@polkadot/util-crypto": "^13.5.3",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.1"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api": "16.2.3-1-x",
37-
"@polkadot/api-augment": "16.2.3-1-x",
38-
"@polkadot/rpc-augment": "16.2.3-1-x",
39-
"@polkadot/rpc-provider": "16.2.3-1-x",
40-
"@polkadot/types-support": "16.2.3-1-x"
36+
"@polkadot/api": "16.2.3-2-x",
37+
"@polkadot/api-augment": "16.2.3-2-x",
38+
"@polkadot/rpc-augment": "16.2.3-2-x",
39+
"@polkadot/rpc-provider": "16.2.3-2-x",
40+
"@polkadot/types-support": "16.2.3-2-x"
4141
}
4242
}

packages/api-derive/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.2.3-1-x' };
6+
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.2.3-2-x' };

0 commit comments

Comments
 (0)