Compare commits

..
6 Commits
Author SHA1 Message Date
github-actions[bot] f337998589 [CI Skip] release/stable 16.4.6
skip-checks: true
2025-08-26 17:39:15 +00:00
Valentin Fernandez b5219b7705 16.4.6 (#6203) 2025-08-26 14:33:35 -03:00
github-actions[bot] 80223933af [CI Skip] bump/beta 16.4.6-1-x
skip-checks: true
2025-08-26 17:19:17 +00:00
Valentin Fernandez f734313c20 bump @polkadot/common deps (#6202) 2025-08-26 14:13:28 -03:00
github-actions[bot] 2b667af9e5 [CI Skip] bump/beta 16.4.6-0-x
skip-checks: true
2025-08-21 13:58:48 +00:00
Valentin Fernandez d3fe08efd1 Properly pull metadata from v16 (#6201) 2025-08-21 10:52:47 -03:00
41 changed files with 99222 additions and 362 deletions
+9 -1
View File
@@ -1,10 +1,18 @@
# CHANGELOG
## 16.4.6 Aug 26, 2025
Changes:
- Upgrade substrate types to stable2506-1 ([#6201](https://github.com/polkadot-js/api/pull/6201))
- Bump @polkadot/common deps ([#6202](https://github.com/polkadot-js/api/pull/6202))
## 16.4.5 Aug 19, 2025
Changes:
- Fix transferable balance calculation ([#6197](http://github.com/polkadot-js/api/pull/6197))
- Fix transferable balance calculation ([#6197](http://github.com/polkadot-js/api/pull/6197))
## 16.4.4 Aug 13, 2025
+1 -1
View File
@@ -1,7 +1,7 @@
3512 Jaco Bump deps (#5785)
164 Tarik Gul Upgrade polkadot/common to 13.5.1 (#6150)
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
52 Valentin Fernandez 16.4.5 (#6199)
55 Valentin Fernandez 16.4.6 (#6203)
37 Keith Ingram Update contract types and rpc (#4541)
35 Stefanie Doll Updated child storage parameters (#1709)
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
+3 -3
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"versions": {
"git": "16.4.5",
"npm": "16.4.5"
"git": "16.4.6",
"npm": "16.4.6"
},
"workspaces": [
"packages/*"
+7 -7
View File
@@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "16.4.5",
"@polkadot/rpc-augment": "16.4.5",
"@polkadot/types": "16.4.5",
"@polkadot/types-augment": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/api-base": "16.4.6",
"@polkadot/rpc-augment": "16.4.6",
"@polkadot/types": "16.4.6",
"@polkadot/types-augment": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/util": "^13.5.6",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.4.6' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.4.5",
"@polkadot/types": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/rpc-core": "16.4.6",
"@polkadot/types": "16.4.6",
"@polkadot/util": "^13.5.6",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.4.6' };
+11 -11
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.4.5",
"@polkadot/api-augment": "16.4.5",
"@polkadot/types": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/types-create": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"@polkadot/api": "16.4.6",
"@polkadot/api-augment": "16.4.6",
"@polkadot/types": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/types-create": "16.4.6",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.4.5",
"@polkadot/keyring": "^13.5.5",
"@polkadot/types-support": "16.4.5"
"@polkadot/api-augment": "16.4.6",
"@polkadot/keyring": "^13.5.6",
"@polkadot/types-support": "16.4.6"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.4.6' };
+14 -14
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.4.5",
"@polkadot/api-augment": "16.4.5",
"@polkadot/api-base": "16.4.5",
"@polkadot/rpc-core": "16.4.5",
"@polkadot/types": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"@polkadot/api": "16.4.6",
"@polkadot/api-augment": "16.4.6",
"@polkadot/api-base": "16.4.6",
"@polkadot/rpc-core": "16.4.6",
"@polkadot/types": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.4.5",
"@polkadot/api-augment": "16.4.5",
"@polkadot/rpc-augment": "16.4.5",
"@polkadot/rpc-provider": "16.4.5",
"@polkadot/types-support": "16.4.5"
"@polkadot/api": "16.4.6",
"@polkadot/api-augment": "16.4.6",
"@polkadot/rpc-augment": "16.4.6",
"@polkadot/rpc-provider": "16.4.6",
"@polkadot/types-support": "16.4.6"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.4.6' };
+17 -17
View File
@@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "16.4.5",
"@polkadot/api-base": "16.4.5",
"@polkadot/api-derive": "16.4.5",
"@polkadot/keyring": "^13.5.5",
"@polkadot/rpc-augment": "16.4.5",
"@polkadot/rpc-core": "16.4.5",
"@polkadot/rpc-provider": "16.4.5",
"@polkadot/types": "16.4.5",
"@polkadot/types-augment": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/types-create": "16.4.5",
"@polkadot/types-known": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"@polkadot/api-augment": "16.4.6",
"@polkadot/api-base": "16.4.6",
"@polkadot/api-derive": "16.4.6",
"@polkadot/keyring": "^13.5.6",
"@polkadot/rpc-augment": "16.4.6",
"@polkadot/rpc-core": "16.4.6",
"@polkadot/rpc-provider": "16.4.6",
"@polkadot/types": "16.4.6",
"@polkadot/types-augment": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/types-create": "16.4.6",
"@polkadot/types-known": "16.4.6",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.4.5",
"@polkadot/types-support": "16.4.5"
"@polkadot/api-augment": "16.4.6",
"@polkadot/types-support": "16.4.6"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.4.6' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.4.5",
"@polkadot/types": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/rpc-core": "16.4.6",
"@polkadot/types": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/util": "^13.5.6",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.4.6' };
+7 -7
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "16.4.5",
"@polkadot/rpc-provider": "16.4.5",
"@polkadot/types": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/rpc-augment": "16.4.6",
"@polkadot/rpc-provider": "16.4.6",
"@polkadot/types": "16.4.6",
"@polkadot/util": "^13.5.6",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.5",
"@polkadot/rpc-augment": "16.4.5"
"@polkadot/keyring": "^13.5.6",
"@polkadot/rpc-augment": "16.4.6"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.4.6' };
+9 -9
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.5",
"@polkadot/types": "16.4.5",
"@polkadot/types-support": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"@polkadot/x-fetch": "^13.5.5",
"@polkadot/x-global": "^13.5.5",
"@polkadot/x-ws": "^13.5.5",
"@polkadot/keyring": "^13.5.6",
"@polkadot/types": "16.4.6",
"@polkadot/types-support": "16.4.6",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@polkadot/x-fetch": "^13.5.6",
"@polkadot/x-global": "^13.5.6",
"@polkadot/x-ws": "^13.5.6",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.5",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.4.6' };
+14 -14
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,19 +28,19 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "16.4.5",
"@polkadot/api-augment": "16.4.5",
"@polkadot/api-derive": "16.4.5",
"@polkadot/rpc-augment": "16.4.5",
"@polkadot/rpc-provider": "16.4.5",
"@polkadot/types": "16.4.5",
"@polkadot/types-augment": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/types-create": "16.4.5",
"@polkadot/types-support": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"@polkadot/x-ws": "^13.5.5",
"@polkadot/api": "16.4.6",
"@polkadot/api-augment": "16.4.6",
"@polkadot/api-derive": "16.4.6",
"@polkadot/rpc-augment": "16.4.6",
"@polkadot/rpc-provider": "16.4.6",
"@polkadot/types": "16.4.6",
"@polkadot/types-augment": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/types-create": "16.4.6",
"@polkadot/types-support": "16.4.6",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@polkadot/x-ws": "^13.5.6",
"comment-parser": "^1.4.1",
"handlebars": "^4.7.8",
"tslib": "^2.8.1",
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.4.6' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/types": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/types": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/util": "^13.5.6",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.4.6' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.5",
"@polkadot/x-bigint": "^13.5.5",
"@polkadot/util": "^13.5.6",
"@polkadot/x-bigint": "^13.5.6",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.4.5",
"@polkadot/types-augment": "16.4.5",
"@polkadot/types-support": "16.4.5",
"@polkadot/util-crypto": "^13.5.5"
"@polkadot/types": "16.4.6",
"@polkadot/types-augment": "16.4.6",
"@polkadot/types-support": "16.4.6",
"@polkadot/util-crypto": "^13.5.6"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.4.6' };
+4 -4
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/types-codec": "16.4.6",
"@polkadot/util": "^13.5.6",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.4.5"
"@polkadot/types": "16.4.6"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.4.6' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.5.5",
"@polkadot/types": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/types-create": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/networks": "^13.5.6",
"@polkadot/types": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/types-create": "16.4.6",
"@polkadot/util": "^13.5.6",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.4.5"
"@polkadot/api": "16.4.6"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.4.6' };
+2 -2
View File
@@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.5",
"@polkadot/util": "^13.5.6",
"tslib": "^2.8.1"
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,138 @@
// Copyright 2017-2025 @polkadot/types-support authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable */
// cargo run --release -- purge-chain -y --dev && cargo run --release -- --dev
export default {
"methods": [
"account_nextIndex",
"author_hasKey",
"author_hasSessionKeys",
"author_insertKey",
"author_pendingExtrinsics",
"author_removeExtrinsic",
"author_rotateKeys",
"author_submitAndWatchExtrinsic",
"author_submitExtrinsic",
"author_unwatchExtrinsic",
"babe_epochAuthorship",
"beefy_getFinalizedHead",
"beefy_subscribeJustifications",
"beefy_unsubscribeJustifications",
"chainHead_v1_body",
"chainHead_v1_call",
"chainHead_v1_continue",
"chainHead_v1_follow",
"chainHead_v1_header",
"chainHead_v1_stopOperation",
"chainHead_v1_storage",
"chainHead_v1_unfollow",
"chainHead_v1_unpin",
"chainSpec_v1_chainName",
"chainSpec_v1_genesisHash",
"chainSpec_v1_properties",
"chain_getBlock",
"chain_getBlockHash",
"chain_getFinalisedHead",
"chain_getFinalizedHead",
"chain_getHead",
"chain_getHeader",
"chain_getRuntimeVersion",
"chain_subscribeAllHeads",
"chain_subscribeFinalisedHeads",
"chain_subscribeFinalizedHeads",
"chain_subscribeNewHead",
"chain_subscribeNewHeads",
"chain_subscribeRuntimeVersion",
"chain_unsubscribeAllHeads",
"chain_unsubscribeFinalisedHeads",
"chain_unsubscribeFinalizedHeads",
"chain_unsubscribeNewHead",
"chain_unsubscribeNewHeads",
"chain_unsubscribeRuntimeVersion",
"childstate_getKeys",
"childstate_getKeysPaged",
"childstate_getKeysPagedAt",
"childstate_getStorage",
"childstate_getStorageEntries",
"childstate_getStorageHash",
"childstate_getStorageSize",
"dev_getBlockStats",
"grandpa_proveFinality",
"grandpa_roundState",
"grandpa_subscribeJustifications",
"grandpa_unsubscribeJustifications",
"mmr_generateProof",
"mmr_root",
"mmr_verifyProof",
"mmr_verifyProofStateless",
"offchain_localStorageClear",
"offchain_localStorageGet",
"offchain_localStorageSet",
"payment_queryFeeDetails",
"payment_queryInfo",
"rpc_methods",
"state_call",
"state_callAt",
"state_getChildReadProof",
"state_getKeys",
"state_getKeysPaged",
"state_getKeysPagedAt",
"state_getMetadata",
"state_getPairs",
"state_getReadProof",
"state_getRuntimeVersion",
"state_getStorage",
"state_getStorageAt",
"state_getStorageHash",
"state_getStorageHashAt",
"state_getStorageSize",
"state_getStorageSizeAt",
"state_queryStorage",
"state_queryStorageAt",
"state_subscribeRuntimeVersion",
"state_subscribeStorage",
"state_traceBlock",
"state_trieMigrationStatus",
"state_unsubscribeRuntimeVersion",
"state_unsubscribeStorage",
"statement_broadcasts",
"statement_broadcastsStatement",
"statement_dump",
"statement_posted",
"statement_postedClear",
"statement_postedClearStatement",
"statement_postedStatement",
"statement_remove",
"statement_submit",
"subscribe_newHead",
"sync_state_genSyncSpec",
"system_accountNextIndex",
"system_addLogFilter",
"system_addReservedPeer",
"system_chain",
"system_chainType",
"system_dryRun",
"system_dryRunAt",
"system_health",
"system_localListenAddresses",
"system_localPeerId",
"system_name",
"system_nodeRoles",
"system_peers",
"system_properties",
"system_removeReservedPeer",
"system_reservedPeers",
"system_resetLogFilter",
"system_syncState",
"system_unstable_networkState",
"system_version",
"transactionWatch_v1_submitAndWatch",
"transactionWatch_v1_unwatch",
"transaction_v1_broadcast",
"transaction_v1_stop",
"unsubscribe_newHead"
]
};
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,123 @@
// Copyright 2017-2025 @polkadot/types-support authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable */
// cargo run --release -- purge-chain -y --dev && cargo run --release -- --dev
export default {
"specName": "node",
"implName": "substrate-node",
"authoringVersion": 10,
"specVersion": 268,
"implVersion": 0,
"apis": [
[
"0xdf6acb689907609b",
5
],
[
"0x37e397fc7c91f5e4",
2
],
[
"0xccd9de6396c899ca",
1
],
[
"0x40fe3ad401f8959a",
6
],
[
"0xd2bc9897eed08f15",
3
],
[
"0xbe9fb0c91a8046cf",
1
],
[
"0xf78b278be53f454c",
2
],
[
"0xed99c5acb25eedf5",
3
],
[
"0x17a6bc0d0062aeb3",
1
],
[
"0x18ef58a3b67ba770",
1
],
[
"0xcbca25e39f142387",
2
],
[
"0x687ad44ad37f03c2",
1
],
[
"0xbc9d89904f5b923f",
1
],
[
"0x8453b50b22293977",
1
],
[
"0x68b66ba122c93fa7",
2
],
[
"0x37c8bb1350a9a2a8",
4
],
[
"0x8a8047a53a8277ec",
1
],
[
"0xf3ff14d5ab527059",
3
],
[
"0x899a250cbe84f250",
1
],
[
"0x49eaaf1b548a0cb0",
5
],
[
"0x91d5df18b0d2cf58",
2
],
[
"0x6fd7c327202e4a8d",
1
],
[
"0xab3c0572291feb8b",
1
],
[
"0x65f855d6e093c2f1",
1
],
[
"0xfbc577b9d747efd6",
1
],
[
"0x8c403e5c4a9fd442",
1
]
],
"transactionVersion": 2,
"systemVersion": 1,
"stateVersion": 1
};
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.4.6' };
+9 -9
View File
@@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.4.5",
"version": "16.4.6",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.5",
"@polkadot/types-augment": "16.4.5",
"@polkadot/types-codec": "16.4.5",
"@polkadot/types-create": "16.4.5",
"@polkadot/util": "^13.5.5",
"@polkadot/util-crypto": "^13.5.5",
"@polkadot/keyring": "^13.5.6",
"@polkadot/types-augment": "16.4.6",
"@polkadot/types-codec": "16.4.6",
"@polkadot/types-create": "16.4.6",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.5",
"@polkadot/types-support": "16.4.5"
"@polkadot/keyring": "^13.5.6",
"@polkadot/types-support": "16.4.6"
}
}
@@ -4,8 +4,8 @@
/* import assetHubKusamaData from '@polkadot/types-support/metadata/v16/asset-hub-kusama-hex';
import assetHubPolkadotData from '@polkadot/types-support/metadata/v16/asset-hub-polkadot-hex';
import kusamaData from '@polkadot/types-support/metadata/v16/kusama-hex';
import polkadotData from '@polkadot/types-support/metadata/v16/polkadot-hex';
import substrateData from '@polkadot/types-support/metadata/v16/substrate-hex';*/
import polkadotData from '@polkadot/types-support/metadata/v16/polkadot-hex';*/
import substrateData from '@polkadot/types-support/metadata/v16/substrate-hex';
import { testMeta } from '../util/testUtil.js';
@@ -23,8 +23,8 @@ testMeta(16, {
},
polkadot: {
data: polkadotData
},
},*/
substrate: {
data: substrateData
}*/
}
});
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.4.5' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.4.6' };
+2 -2
View File
@@ -16,8 +16,8 @@ const CMD = {
};
// V15
const META_VERSION_HEX = '0x0f000000';
const META_VERSION = 15;
const META_VERSION_HEX = '0x10000000';
const META_VERSION = 16;
/**
* Parse the specName given any exceptions.
+215 -215
View File
@@ -447,27 +447,27 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:16.4.5, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:16.4.6, @polkadot/api-augment@workspace:packages/api-augment":
version: 0.0.0-use.local
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
dependencies:
"@polkadot/api-base": "npm:16.4.5"
"@polkadot/rpc-augment": "npm:16.4.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-augment": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/api-base": "npm:16.4.6"
"@polkadot/rpc-augment": "npm:16.4.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-augment": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:16.4.5, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:16.4.6, @polkadot/api-base@workspace:packages/api-base":
version: 0.0.0-use.local
resolution: "@polkadot/api-base@workspace:packages/api-base"
dependencies:
"@polkadot/rpc-core": "npm:16.4.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/rpc-core": "npm:16.4.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
@@ -477,59 +477,59 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@polkadot/api": "npm:16.4.5"
"@polkadot/api-augment": "npm:16.4.5"
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/types-create": "npm:16.4.5"
"@polkadot/types-support": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/api": "npm:16.4.6"
"@polkadot/api-augment": "npm:16.4.6"
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/types-create": "npm:16.4.6"
"@polkadot/types-support": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:16.4.5, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:16.4.6, @polkadot/api-derive@workspace:packages/api-derive":
version: 0.0.0-use.local
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
dependencies:
"@polkadot/api": "npm:16.4.5"
"@polkadot/api-augment": "npm:16.4.5"
"@polkadot/api-base": "npm:16.4.5"
"@polkadot/rpc-augment": "npm:16.4.5"
"@polkadot/rpc-core": "npm:16.4.5"
"@polkadot/rpc-provider": "npm:16.4.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/types-support": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/api": "npm:16.4.6"
"@polkadot/api-augment": "npm:16.4.6"
"@polkadot/api-base": "npm:16.4.6"
"@polkadot/rpc-augment": "npm:16.4.6"
"@polkadot/rpc-core": "npm:16.4.6"
"@polkadot/rpc-provider": "npm:16.4.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/types-support": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api@npm:16.4.5, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:16.4.6, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:16.4.5"
"@polkadot/api-base": "npm:16.4.5"
"@polkadot/api-derive": "npm:16.4.5"
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/rpc-augment": "npm:16.4.5"
"@polkadot/rpc-core": "npm:16.4.5"
"@polkadot/rpc-provider": "npm:16.4.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-augment": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/types-create": "npm:16.4.5"
"@polkadot/types-known": "npm:16.4.5"
"@polkadot/types-support": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/api-augment": "npm:16.4.6"
"@polkadot/api-base": "npm:16.4.6"
"@polkadot/api-derive": "npm:16.4.6"
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/rpc-augment": "npm:16.4.6"
"@polkadot/rpc-core": "npm:16.4.6"
"@polkadot/rpc-provider": "npm:16.4.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-augment": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/types-create": "npm:16.4.6"
"@polkadot/types-known": "npm:16.4.6"
"@polkadot/types-support": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
eventemitter3: "npm:^5.0.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
@@ -632,69 +632,69 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/keyring@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/keyring@npm:13.5.5"
"@polkadot/keyring@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/keyring@npm:13.5.6"
dependencies:
"@polkadot/util": "npm:13.5.5"
"@polkadot/util-crypto": "npm:13.5.5"
"@polkadot/util": "npm:13.5.6"
"@polkadot/util-crypto": "npm:13.5.6"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.5
"@polkadot/util-crypto": 13.5.5
checksum: 10/45a1a769c7f4ad5f3cc76391cf1f7cc2d06c23ed3712ec743dc0d0f8182ac91c384d620dcc37adc77ff0f94147b3c298a0d932ac976725527e56f7e976837c2f
"@polkadot/util": 13.5.6
"@polkadot/util-crypto": 13.5.6
checksum: 10/c6b6ed89694eaf3ba082435d966a204d5fcc0de3cfcb57b1069aef8dd245e01fc5bf9372c256464e0b11eaf002fa40f5046a260f02eca8dff98d31da0739e3f3
languageName: node
linkType: hard
"@polkadot/networks@npm:13.5.5, @polkadot/networks@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/networks@npm:13.5.5"
"@polkadot/networks@npm:13.5.6, @polkadot/networks@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/networks@npm:13.5.6"
dependencies:
"@polkadot/util": "npm:13.5.5"
"@polkadot/util": "npm:13.5.6"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10/305d4586c438545818d6e2ca84eaa0b2f2226e7028525bec1b1e51f7048e26990b5ed1ffb5b67323378b90eaade320403bd67a3a5eda3336c2f7c59825239f75
checksum: 10/3f1063588db7872477ee4949f2841a8f98e46a759482d3476887f0e96ec0aa5aff2e9cc954093b0b3b9ee162568c1aaedce2fdbce6dabcc002c60b55926889e5
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:16.4.5, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:16.4.6, @polkadot/rpc-augment@workspace:packages/rpc-augment":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
dependencies:
"@polkadot/rpc-core": "npm:16.4.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/rpc-core": "npm:16.4.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:16.4.5, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:16.4.6, @polkadot/rpc-core@workspace:packages/rpc-core":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
dependencies:
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/rpc-augment": "npm:16.4.5"
"@polkadot/rpc-provider": "npm:16.4.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/rpc-augment": "npm:16.4.6"
"@polkadot/rpc-provider": "npm:16.4.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:16.4.5, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:16.4.6, @polkadot/rpc-provider@workspace:packages/rpc-provider":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
dependencies:
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-support": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/x-fetch": "npm:^13.5.5"
"@polkadot/x-global": "npm:^13.5.5"
"@polkadot/x-ws": "npm:^13.5.5"
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-support": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/x-fetch": "npm:^13.5.6"
"@polkadot/x-global": "npm:^13.5.6"
"@polkadot/x-ws": "npm:^13.5.6"
"@substrate/connect": "npm:0.8.11"
eventemitter3: "npm:^5.0.1"
mock-socket: "npm:^9.3.1"
@@ -710,19 +710,19 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/typegen@workspace:packages/typegen"
dependencies:
"@polkadot/api": "npm:16.4.5"
"@polkadot/api-augment": "npm:16.4.5"
"@polkadot/api-derive": "npm:16.4.5"
"@polkadot/rpc-augment": "npm:16.4.5"
"@polkadot/rpc-provider": "npm:16.4.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-augment": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/types-create": "npm:16.4.5"
"@polkadot/types-support": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/x-ws": "npm:^13.5.5"
"@polkadot/api": "npm:16.4.6"
"@polkadot/api-augment": "npm:16.4.6"
"@polkadot/api-derive": "npm:16.4.6"
"@polkadot/rpc-augment": "npm:16.4.6"
"@polkadot/rpc-provider": "npm:16.4.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-augment": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/types-create": "npm:16.4.6"
"@polkadot/types-support": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/x-ws": "npm:^13.5.6"
"@types/yargs": "npm:^17.0.33"
comment-parser: "npm:^1.4.1"
handlebars: "npm:^4.7.8"
@@ -737,267 +737,267 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@npm:16.4.5, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:16.4.6, @polkadot/types-augment@workspace:packages/types-augment":
version: 0.0.0-use.local
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
dependencies:
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:16.4.5, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:16.4.6, @polkadot/types-codec@workspace:packages/types-codec":
version: 0.0.0-use.local
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
dependencies:
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-augment": "npm:16.4.5"
"@polkadot/types-support": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/x-bigint": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-augment": "npm:16.4.6"
"@polkadot/types-support": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
"@polkadot/x-bigint": "npm:^13.5.6"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:16.4.5, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:16.4.6, @polkadot/types-create@workspace:packages/types-create":
version: 0.0.0-use.local
resolution: "@polkadot/types-create@workspace:packages/types-create"
dependencies:
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:16.4.5, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:16.4.6, @polkadot/types-known@workspace:packages/types-known":
version: 0.0.0-use.local
resolution: "@polkadot/types-known@workspace:packages/types-known"
dependencies:
"@polkadot/api": "npm:16.4.5"
"@polkadot/networks": "npm:^13.5.5"
"@polkadot/types": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/types-create": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/api": "npm:16.4.6"
"@polkadot/networks": "npm:^13.5.6"
"@polkadot/types": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/types-create": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:16.4.5, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:16.4.6, @polkadot/types-support@workspace:packages/types-support":
version: 0.0.0-use.local
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util": "npm:^13.5.6"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types@npm:16.4.5, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:16.4.6, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^13.5.5"
"@polkadot/types-augment": "npm:16.4.5"
"@polkadot/types-codec": "npm:16.4.5"
"@polkadot/types-create": "npm:16.4.5"
"@polkadot/types-support": "npm:16.4.5"
"@polkadot/util": "npm:^13.5.5"
"@polkadot/util-crypto": "npm:^13.5.5"
"@polkadot/keyring": "npm:^13.5.6"
"@polkadot/types-augment": "npm:16.4.6"
"@polkadot/types-codec": "npm:16.4.6"
"@polkadot/types-create": "npm:16.4.6"
"@polkadot/types-support": "npm:16.4.6"
"@polkadot/util": "npm:^13.5.6"
"@polkadot/util-crypto": "npm:^13.5.6"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:13.5.5, @polkadot/util-crypto@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/util-crypto@npm:13.5.5"
"@polkadot/util-crypto@npm:13.5.6, @polkadot/util-crypto@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/util-crypto@npm:13.5.6"
dependencies:
"@noble/curves": "npm:^1.3.0"
"@noble/hashes": "npm:^1.3.3"
"@polkadot/networks": "npm:13.5.5"
"@polkadot/util": "npm:13.5.5"
"@polkadot/wasm-crypto": "npm:^7.4.1"
"@polkadot/wasm-util": "npm:^7.4.1"
"@polkadot/x-bigint": "npm:13.5.5"
"@polkadot/x-randomvalues": "npm:13.5.5"
"@polkadot/networks": "npm:13.5.6"
"@polkadot/util": "npm:13.5.6"
"@polkadot/wasm-crypto": "npm:^7.5.1"
"@polkadot/wasm-util": "npm:^7.5.1"
"@polkadot/x-bigint": "npm:13.5.6"
"@polkadot/x-randomvalues": "npm:13.5.6"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.5
checksum: 10/8a198141ff59d81ddef4d4e04283f082224ccc9d868b948fa0490a314165f4dde289fc0b589986c500698d14663345d912978471fe6248a96709f6d4b1a6b9da
"@polkadot/util": 13.5.6
checksum: 10/42c888e459b40fbc84de0a810947f55412c22af26a5cf81dbebc5197f5485aaae7cc5cae7b4d2ca6a1fe09b2df831b9ad98e00cd858cce189ea3e587b2fb83cf
languageName: node
linkType: hard
"@polkadot/util@npm:13.5.5, @polkadot/util@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/util@npm:13.5.5"
"@polkadot/util@npm:13.5.6, @polkadot/util@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/util@npm:13.5.6"
dependencies:
"@polkadot/x-bigint": "npm:13.5.5"
"@polkadot/x-global": "npm:13.5.5"
"@polkadot/x-textdecoder": "npm:13.5.5"
"@polkadot/x-textencoder": "npm:13.5.5"
"@polkadot/x-bigint": "npm:13.5.6"
"@polkadot/x-global": "npm:13.5.6"
"@polkadot/x-textdecoder": "npm:13.5.6"
"@polkadot/x-textencoder": "npm:13.5.6"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10/359c4509b72f28fa098623f95a7bd3bbb9aa91c84d7d21e7231d2b1c03af7b85d87cbf5e26f781e6d0149997b4744c2dc21f0446f621a3ed69456eb0c72a6091
checksum: 10/a99f767a62579b9ca082d671cb731fbfda56046058282f884534a9dfdeb97774ca017bbbf35ebd91e39873ac31ebabe75a545da2474f03ef80773e9158122562
languageName: node
linkType: hard
"@polkadot/wasm-bridge@npm:7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-bridge@npm:7.4.1"
"@polkadot/wasm-bridge@npm:7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-bridge@npm:7.5.1"
dependencies:
"@polkadot/wasm-util": "npm:7.4.1"
"@polkadot/wasm-util": "npm:7.5.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10/b1d687ff433974cb34e54539b69209b569c4faf818e3cf376601d76acacc946bd56e5c06b18f0720dd1f63454f8e74f65bc37f259c7fca35d58623d27154b033
checksum: 10/70094b6e9727a902a922709326022e22c2a9bc7e27de541d646cb25d3cbee56df5eddd4a0046269ef34092562bc7f746e5d3347ac3f8aff01990eae837d078b8
languageName: node
linkType: hard
"@polkadot/wasm-crypto-asmjs@npm:7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.4.1"
"@polkadot/wasm-crypto-asmjs@npm:7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.5.1"
dependencies:
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10/68df2338bff14c0331d62871b66e31cea1005eac8f136c294074f7350d4c342bba17a7edd3cc9aecb2ae63dad4e927422e7be562c446bb2b7ff1a6af17bb8eee
checksum: 10/6849a96bf9191f22e238fa847ebc8cbbb13d9d2569007dde6055769144c3c6cf8398e81f3ab93b3fad458bf69f3833a77f197ff36b015fb61690ee15ba9ec45b
languageName: node
linkType: hard
"@polkadot/wasm-crypto-init@npm:7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-crypto-init@npm:7.4.1"
"@polkadot/wasm-crypto-init@npm:7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-crypto-init@npm:7.5.1"
dependencies:
"@polkadot/wasm-bridge": "npm:7.4.1"
"@polkadot/wasm-crypto-asmjs": "npm:7.4.1"
"@polkadot/wasm-crypto-wasm": "npm:7.4.1"
"@polkadot/wasm-util": "npm:7.4.1"
"@polkadot/wasm-bridge": "npm:7.5.1"
"@polkadot/wasm-crypto-asmjs": "npm:7.5.1"
"@polkadot/wasm-crypto-wasm": "npm:7.5.1"
"@polkadot/wasm-util": "npm:7.5.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10/d12c791214301419d94f5b374b443addc59c45e155f67b9503db4fe72866fa92e040ce8764f6dd8b4ce95005d4508a83efe832c6df4c946b7f14c18d28e8f0c1
checksum: 10/ca429d97bdfe637d1b3672015d16bc0a160af37bf647ccb52597b40f929fc7af16096c1af5603fb5b838e04140db91904c774fb3e59cd34debf026e45c77ac5b
languageName: node
linkType: hard
"@polkadot/wasm-crypto-wasm@npm:7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-crypto-wasm@npm:7.4.1"
"@polkadot/wasm-crypto-wasm@npm:7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-crypto-wasm@npm:7.5.1"
dependencies:
"@polkadot/wasm-util": "npm:7.4.1"
"@polkadot/wasm-util": "npm:7.5.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10/22cd4e5d734bc08f6707d25cf43c9b75af335ee39284bf43dced0c72abd1300c7ebc3e956c3ce175db59655ed4fd1c37fc652c7851ee308de0bdf65331f7ba67
checksum: 10/c652b38edbb07d7b7546ecdb44ea370244e3f1ff37c9733ee2db4d7e7483e7c7496ce220ec5c621a26fdb49d0475390fc84d51cec5ddb110fa0fc3373d06dd43
languageName: node
linkType: hard
"@polkadot/wasm-crypto@npm:^7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-crypto@npm:7.4.1"
"@polkadot/wasm-crypto@npm:^7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-crypto@npm:7.5.1"
dependencies:
"@polkadot/wasm-bridge": "npm:7.4.1"
"@polkadot/wasm-crypto-asmjs": "npm:7.4.1"
"@polkadot/wasm-crypto-init": "npm:7.4.1"
"@polkadot/wasm-crypto-wasm": "npm:7.4.1"
"@polkadot/wasm-util": "npm:7.4.1"
"@polkadot/wasm-bridge": "npm:7.5.1"
"@polkadot/wasm-crypto-asmjs": "npm:7.5.1"
"@polkadot/wasm-crypto-init": "npm:7.5.1"
"@polkadot/wasm-crypto-wasm": "npm:7.5.1"
"@polkadot/wasm-util": "npm:7.5.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10/7fbb38c15217965066904dfa007dafc835ed828c0a33ef6621f772fdd50b634aa0862118713e5bf564dc17891f3e3a6f09a589b447ba4e39f2e9847a0f5383be
checksum: 10/d304959e67dab123f9ba9e9d400358156478f633ef3e2f760530fc556d79fcebc155be809ec73dc54c247c4e5185e118fe23c191167a9ad77ec575adb32979e3
languageName: node
linkType: hard
"@polkadot/wasm-util@npm:7.4.1, @polkadot/wasm-util@npm:^7.4.1":
version: 7.4.1
resolution: "@polkadot/wasm-util@npm:7.4.1"
"@polkadot/wasm-util@npm:7.5.1, @polkadot/wasm-util@npm:^7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-util@npm:7.5.1"
dependencies:
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10/08effda106378716954267cb268035a37d2c0a8c1db2e6f617ccd7b4f1e410342b4ff1c26db95b828aeb23e2b5512ca72f389055d717c54fda00e97fba89462a
checksum: 10/7e96be99a275f6e4a68b92b6439b70aa7d80f1209031d4f7e7f7c00dee65272aabaaee43ec153c969a72a02792c2bf271e266bccd60e83e9a1450c5c5e7b06ee
languageName: node
linkType: hard
"@polkadot/x-bigint@npm:13.5.5, @polkadot/x-bigint@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/x-bigint@npm:13.5.5"
"@polkadot/x-bigint@npm:13.5.6, @polkadot/x-bigint@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/x-bigint@npm:13.5.6"
dependencies:
"@polkadot/x-global": "npm:13.5.5"
"@polkadot/x-global": "npm:13.5.6"
tslib: "npm:^2.8.0"
checksum: 10/639b7d8fad99453163f12aa9d2d753b477f940637496ca43c15ea3e73f53f6eed3efe2857445a48f6fc5d8108d4e1ba8ee582e57f907cdab92d49b46480806c4
checksum: 10/a4aef1e1baf38c7ce2f41c3464fb1f59cf3b41de5cc466ebdc25ee99966ffaebfffb4897d5ea1bc0b5c526c3504d434908819080e6f03450bc100fd18c28ec04
languageName: node
linkType: hard
"@polkadot/x-fetch@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/x-fetch@npm:13.5.5"
"@polkadot/x-fetch@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/x-fetch@npm:13.5.6"
dependencies:
"@polkadot/x-global": "npm:13.5.5"
"@polkadot/x-global": "npm:13.5.6"
node-fetch: "npm:^3.3.2"
tslib: "npm:^2.8.0"
checksum: 10/043e0acdc8807f2eeed0673b5afbf38f1d337b1aba4d77a65fe7d00c6d51511eeb5048167aecb1a1c9546f6026696e5a34a4e6a35a5ad64ad26d754c5e2da362
checksum: 10/64c6e7584dd5d2046fa36c91cf5e86379272577f923a0ecefe78191cd1760fc412f40f63965132a370f0acffce226afe65f363a09fc0dddad23a912eb17dab17
languageName: node
linkType: hard
"@polkadot/x-global@npm:13.5.5, @polkadot/x-global@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/x-global@npm:13.5.5"
"@polkadot/x-global@npm:13.5.6, @polkadot/x-global@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/x-global@npm:13.5.6"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/c764b836fb01007f075f14ba532a127abc21b0202f6175152aad46bbd3194c01aa30cb17f6b3ad768b5846306020cbc0eaf996128ee4b2233625ed5c8a736aee
checksum: 10/050cb02e1405a37c92b8ab9202b3a1187d6ba7f5193d93126420a283c7ba3796b4fa6ae349b3f25335c905af4355b97cc6c74c29f267b5a0de0cff6cea667c11
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:13.5.5":
version: 13.5.5
resolution: "@polkadot/x-randomvalues@npm:13.5.5"
"@polkadot/x-randomvalues@npm:13.5.6":
version: 13.5.6
resolution: "@polkadot/x-randomvalues@npm:13.5.6"
dependencies:
"@polkadot/x-global": "npm:13.5.5"
"@polkadot/x-global": "npm:13.5.6"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.5
"@polkadot/util": 13.5.6
"@polkadot/wasm-util": "*"
checksum: 10/ad81090f7136651530e213909604914027081bf937adae915059dad51d3d2489ef0bfc73e3d08c30290cf60fbfcce5a1caaa85eb3d1432c3815186894190e09e
checksum: 10/47dbb4380b8e48fd0b9828d40a9c60bb21ac188dba5b1ebe9cef71f0c49af479f21b8025f3eb5cc3147ef452d4f18c416f59d28ff518f4caa2c3da6ac788a0c6
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:13.5.5":
version: 13.5.5
resolution: "@polkadot/x-textdecoder@npm:13.5.5"
"@polkadot/x-textdecoder@npm:13.5.6":
version: 13.5.6
resolution: "@polkadot/x-textdecoder@npm:13.5.6"
dependencies:
"@polkadot/x-global": "npm:13.5.5"
"@polkadot/x-global": "npm:13.5.6"
tslib: "npm:^2.8.0"
checksum: 10/892f00428f9b02a8177db67a6d237d27e961ff0d044dae11e300eaa760339a8694dc2728ffa93f6622620e92524c8ad016c756d280af81f327ad9a707bbe237b
checksum: 10/7f04ba6d544acac05b6ea0b20b85ac31415c662b4d306b30cf5e7ba1bee387c36a5eee0abe889134048f3e6175528608b11c8540440343a8108440dfc4564156
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:13.5.5":
version: 13.5.5
resolution: "@polkadot/x-textencoder@npm:13.5.5"
"@polkadot/x-textencoder@npm:13.5.6":
version: 13.5.6
resolution: "@polkadot/x-textencoder@npm:13.5.6"
dependencies:
"@polkadot/x-global": "npm:13.5.5"
"@polkadot/x-global": "npm:13.5.6"
tslib: "npm:^2.8.0"
checksum: 10/9eb831d802e52659cb5df45d942bd58cd7ae363a8b5a36673b94135a6c9364cfeb8ce97dcb3ff89ff400988f285060667ed37f8dad6930e0747a29f16f95d6ef
checksum: 10/0f8d433d2825bb9193c49262fd2ace2253cac76b87eb37e051a3db108445c92ed5832f8a02631a616a9ea2ea3f719576b179c38bdad8747002a8f54e7753761f
languageName: node
linkType: hard
"@polkadot/x-ws@npm:^13.5.5":
version: 13.5.5
resolution: "@polkadot/x-ws@npm:13.5.5"
"@polkadot/x-ws@npm:^13.5.6":
version: 13.5.6
resolution: "@polkadot/x-ws@npm:13.5.6"
dependencies:
"@polkadot/x-global": "npm:13.5.5"
"@polkadot/x-global": "npm:13.5.6"
tslib: "npm:^2.8.0"
ws: "npm:^8.18.0"
checksum: 10/21f5f0e64c31472d9b4fab1cfdd1569a0c004144fcfb22d7ac1870aae2abd72b96e3a5ae11f55306369ff5d9789845fb0bcd94fc514a8d18829b05ed609ae85c
checksum: 10/7746aa886ae2799700e5b7c65a0e1d8c032dcc6da10c80a79bad994240fe626b760c00bae9f5f57dc784ff2329232c42abdfb444b4c15feb3b3a2a2390e9c4ea
languageName: node
linkType: hard