Compare commits

..
14 Commits
Author SHA1 Message Date
github-actions[bot] 9f6a9c53e6 [CI Skip] release/stable 16.5.3
skip-checks: true
2025-11-25 09:39:31 +00:00
rajk93 7e8bb8e3b8 16.5.3 (#6231)
* 16.5.3

* chore: update CHANGELOG.md
2025-11-25 15:03:57 +05:30
github-actions[bot] 42d32bd6b8 [CI Skip] bump/beta 16.5.3-2-x
skip-checks: true
2025-11-25 08:44:47 +00:00
rajk93 c5bb6c3224 chore: bump polkadot dependencies (#6232) 2025-11-25 14:07:52 +05:30
github-actions[bot] 2d60329050 [CI Skip] bump/beta 16.5.3-1-x
skip-checks: true
2025-11-25 06:07:47 +00:00
rajk93 15fc2007d6 fix: iterate through all preRuntime logs and use the first recognized engine (#6230) 2025-11-25 11:32:12 +05:30
github-actions[bot] d47f980301 [CI Skip] bump/beta 16.5.3-0-x
skip-checks: true
2025-11-19 11:58:59 +00:00
rajk93 4737d6509e fix: filter contract events by address before decoding (#6224) 2025-11-19 17:23:24 +05:30
github-actions[bot] 8704fd09b3 [CI Skip] release/stable 16.5.2
skip-checks: true
2025-11-11 06:53:46 +00:00
rajk93 397f778e22 16.5.2 (#6223) 2025-11-11 12:18:01 +05:30
github-actions[bot] 780a8881ef [CI Skip] bump/beta 16.5.2-1-x
skip-checks: true
2025-11-11 06:38:21 +00:00
rajk93 dc6eb8061d chore: bump polkadot dependencies (#6222) 2025-11-11 12:02:48 +05:30
github-actions[bot] 6941f55527 [CI Skip] bump/beta 16.5.2-0-x
skip-checks: true
2025-11-11 06:18:58 +00:00
rajk93 58f4bb7b48 fix: add phantom export to prevent empty types.ts compilation error (#6221) 2025-11-11 11:43:13 +05:30
38 changed files with 403 additions and 357 deletions
+17
View File
@@ -1,5 +1,22 @@
# CHANGELOG
## 16.5.3 Nov 25, 2025
Changes:
- Bump polkadot dependencies ([#6232](https://github.com/polkadot-js/api/pull/6232))
- fix: resolve incorrect author caused by multiple preRuntime logs ([#6230](https://github.com/polkadot-js/api/pull/6230))
- fix: filter contract events by address before decoding ([#6224](https://github.com/polkadot-js/api/pull/6224))
## 16.5.2 Nov 11, 2025
Changes:
- Bump @polkadot dependencies ([#6222](https://github.com/polkadot-js/api/pull/6222))
- Fix: add phantom export to prevent empty types.ts compilation error ([#6221](https://github.com/polkadot-js/api/pull/6221))
## 16.5.1 Nov 6, 2025
Changes:
+1 -1
View File
@@ -6,12 +6,12 @@
35 Stefanie Doll Updated child storage parameters (#1709)
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
19 Xiliang Chen no warm for unknown signed extensions (#5601)
16 rajk93 16.5.3 (#6231)
15 Jeremías Díaz feat(types): add correct tuple type to storage key (#3054)
14 Nikos Kontakis Bump substrate connect to 0.7.16 (#5307)
11 Ian He HttpProvider support clone() (#3949)
10 Arjun Porwal Upgrade Polkadot and Polkadot Asset Hub types for 2000000 (#6219)
10 Axel Chalon Make Enum/Tuple constructor use value directly if instance (#1954)
9 rajk93 16.5.1 (#6220)
6 Andreea Eftene Update check for contract instantiation (#5699)
6 Branislav Kontur Fix for fungiblesApi (#5944)
5 Alberto Nicolas Penayo added use of accountNonceApi (#5915)
+3 -3
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"versions": {
"git": "16.5.1",
"npm": "16.5.1"
"git": "16.5.3",
"npm": "16.5.3"
},
"workspaces": [
"packages/*"
+7 -7
View File
@@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "16.5.1",
"@polkadot/rpc-augment": "16.5.1",
"@polkadot/types": "16.5.1",
"@polkadot/types-augment": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/api-base": "16.5.3",
"@polkadot/rpc-augment": "16.5.3",
"@polkadot/types": "16.5.3",
"@polkadot/types-augment": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/util": "^13.5.9",
"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.5.1' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '16.5.3' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.5.1",
"@polkadot/types": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/rpc-core": "16.5.3",
"@polkadot/types": "16.5.3",
"@polkadot/util": "^13.5.9",
"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.5.1' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '16.5.3' };
+11 -11
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.5.1",
"@polkadot/api-augment": "16.5.1",
"@polkadot/types": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/types-create": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"@polkadot/api": "16.5.3",
"@polkadot/api-augment": "16.5.3",
"@polkadot/types": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/types-create": "16.5.3",
"@polkadot/util": "^13.5.9",
"@polkadot/util-crypto": "^13.5.9",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.5.1",
"@polkadot/keyring": "^13.5.7",
"@polkadot/types-support": "16.5.1"
"@polkadot/api-augment": "16.5.3",
"@polkadot/keyring": "^13.5.9",
"@polkadot/types-support": "16.5.3"
}
}
@@ -116,6 +116,24 @@ export class Contract<ApiType extends ApiTypes> extends Base<ApiType> {
// ContractEmitted is the current generation, ContractExecution is the previous generation
new ContractSubmittableResult(result, applyOnEvent(result, ['ContractEmitted', 'ContractExecution'], (records: EventRecord[]) =>
records
// Filter to only decode events emitted by this specific contract instance.
.filter((record): boolean => {
try {
const contractAddress = record.event.data[0];
if (this.address.eq(contractAddress)) {
return true;
}
l.debug(`Skipping event from different contract ${contractAddress.toString()} (this contract: ${this.address.toString()})`);
return false;
} catch (error) {
l.warn(`Unable to extract contract address from event: ${(error as Error).message}`);
return false;
}
})
.map((record): DecodedEvent | null => {
try {
return this.abi.decodeEvent(record);
+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.5.1' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '16.5.3' };
+14 -14
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/api": "16.5.1",
"@polkadot/api-augment": "16.5.1",
"@polkadot/api-base": "16.5.1",
"@polkadot/rpc-core": "16.5.1",
"@polkadot/types": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"@polkadot/api": "16.5.3",
"@polkadot/api-augment": "16.5.3",
"@polkadot/api-base": "16.5.3",
"@polkadot/rpc-core": "16.5.3",
"@polkadot/types": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/util": "^13.5.9",
"@polkadot/util-crypto": "^13.5.9",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.5.1",
"@polkadot/api-augment": "16.5.1",
"@polkadot/rpc-augment": "16.5.1",
"@polkadot/rpc-provider": "16.5.1",
"@polkadot/types-support": "16.5.1"
"@polkadot/api": "16.5.3",
"@polkadot/api-augment": "16.5.3",
"@polkadot/rpc-augment": "16.5.3",
"@polkadot/rpc-provider": "16.5.3",
"@polkadot/types-support": "16.5.3"
}
}
+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.5.1' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '16.5.3' };
+9 -2
View File
@@ -5,17 +5,24 @@ import type { AccountId, Digest } from '@polkadot/types/interfaces';
export function extractAuthor (digest: Digest, sessionValidators: AccountId[]): AccountId | undefined {
const [citem] = digest.logs.filter((e) => e.isConsensus);
const [pitem] = digest.logs.filter((e) => e.isPreRuntime);
const preRuntimeItems = digest.logs.filter((e) => e.isPreRuntime);
const [sitem] = digest.logs.filter((e) => e.isSeal);
let accountId: AccountId | undefined;
try {
// This is critical to be first for BABE (before Consensus)
// If not first, we end up dropping the author at session-end
if (pitem) {
// Iterate through ALL preRuntime logs to find a recognized engine
// (parachains may have multiple preRuntime logs, e.g., CMLS + aura)
for (const pitem of preRuntimeItems) {
const [engine, data] = pitem.asPreRuntime;
accountId = engine.extractAuthor(data, sessionValidators);
// Stop at first recognized engine that returns an author
if (accountId) {
return accountId;
}
}
if (!accountId && citem) {
+17 -17
View File
@@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "16.5.1",
"@polkadot/api-base": "16.5.1",
"@polkadot/api-derive": "16.5.1",
"@polkadot/keyring": "^13.5.7",
"@polkadot/rpc-augment": "16.5.1",
"@polkadot/rpc-core": "16.5.1",
"@polkadot/rpc-provider": "16.5.1",
"@polkadot/types": "16.5.1",
"@polkadot/types-augment": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/types-create": "16.5.1",
"@polkadot/types-known": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"@polkadot/api-augment": "16.5.3",
"@polkadot/api-base": "16.5.3",
"@polkadot/api-derive": "16.5.3",
"@polkadot/keyring": "^13.5.9",
"@polkadot/rpc-augment": "16.5.3",
"@polkadot/rpc-core": "16.5.3",
"@polkadot/rpc-provider": "16.5.3",
"@polkadot/types": "16.5.3",
"@polkadot/types-augment": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/types-create": "16.5.3",
"@polkadot/types-known": "16.5.3",
"@polkadot/util": "^13.5.9",
"@polkadot/util-crypto": "^13.5.9",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "16.5.1",
"@polkadot/types-support": "16.5.1"
"@polkadot/api-augment": "16.5.3",
"@polkadot/types-support": "16.5.3"
}
}
+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.5.1' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '16.5.3' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "16.5.1",
"@polkadot/types": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/rpc-core": "16.5.3",
"@polkadot/types": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/util": "^13.5.9",
"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.5.1' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '16.5.3' };
+7 -7
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "16.5.1",
"@polkadot/rpc-provider": "16.5.1",
"@polkadot/types": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/rpc-augment": "16.5.3",
"@polkadot/rpc-provider": "16.5.3",
"@polkadot/types": "16.5.3",
"@polkadot/util": "^13.5.9",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.7",
"@polkadot/rpc-augment": "16.5.1"
"@polkadot/keyring": "^13.5.9",
"@polkadot/rpc-augment": "16.5.3"
}
}
+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.5.1' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '16.5.3' };
+9 -9
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.7",
"@polkadot/types": "16.5.1",
"@polkadot/types-support": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"@polkadot/x-fetch": "^13.5.7",
"@polkadot/x-global": "^13.5.7",
"@polkadot/x-ws": "^13.5.7",
"@polkadot/keyring": "^13.5.9",
"@polkadot/types": "16.5.3",
"@polkadot/types-support": "16.5.3",
"@polkadot/util": "^13.5.9",
"@polkadot/util-crypto": "^13.5.9",
"@polkadot/x-fetch": "^13.5.9",
"@polkadot/x-global": "^13.5.9",
"@polkadot/x-ws": "^13.5.9",
"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.5.1' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '16.5.3' };
+14 -14
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"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.5.1",
"@polkadot/api-augment": "16.5.1",
"@polkadot/api-derive": "16.5.1",
"@polkadot/rpc-augment": "16.5.1",
"@polkadot/rpc-provider": "16.5.1",
"@polkadot/types": "16.5.1",
"@polkadot/types-augment": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/types-create": "16.5.1",
"@polkadot/types-support": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"@polkadot/x-ws": "^13.5.7",
"@polkadot/api": "16.5.3",
"@polkadot/api-augment": "16.5.3",
"@polkadot/api-derive": "16.5.3",
"@polkadot/rpc-augment": "16.5.3",
"@polkadot/rpc-provider": "16.5.3",
"@polkadot/types": "16.5.3",
"@polkadot/types-augment": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/types-create": "16.5.3",
"@polkadot/types-support": "16.5.3",
"@polkadot/util": "^13.5.9",
"@polkadot/util-crypto": "^13.5.9",
"@polkadot/x-ws": "^13.5.9",
"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.5.1' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '16.5.3' };
@@ -3,3 +3,5 @@
{{#each items}}
export * from './{{{this}}}/types.js';
{{/each}}
export type PHANTOM_GENERATED = 'generated';
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/types": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/types": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/util": "^13.5.9",
"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.5.1' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '16.5.3' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.7",
"@polkadot/x-bigint": "^13.5.7",
"@polkadot/util": "^13.5.9",
"@polkadot/x-bigint": "^13.5.9",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.5.1",
"@polkadot/types-augment": "16.5.1",
"@polkadot/types-support": "16.5.1",
"@polkadot/util-crypto": "^13.5.7"
"@polkadot/types": "16.5.3",
"@polkadot/types-augment": "16.5.3",
"@polkadot/types-support": "16.5.3",
"@polkadot/util-crypto": "^13.5.9"
}
}
+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.5.1' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '16.5.3' };
+4 -4
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/types-codec": "16.5.3",
"@polkadot/util": "^13.5.9",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "16.5.1"
"@polkadot/types": "16.5.3"
}
}
+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.5.1' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '16.5.3' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.5.7",
"@polkadot/types": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/types-create": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/networks": "^13.5.9",
"@polkadot/types": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/types-create": "16.5.3",
"@polkadot/util": "^13.5.9",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "16.5.1"
"@polkadot/api": "16.5.3"
}
}
+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.5.1' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '16.5.3' };
+2 -2
View File
@@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.5.7",
"@polkadot/util": "^13.5.9",
"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-support', path: 'auto', type: 'auto', version: '16.5.1' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '16.5.3' };
+9 -9
View File
@@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "16.5.1",
"version": "16.5.3",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.5.7",
"@polkadot/types-augment": "16.5.1",
"@polkadot/types-codec": "16.5.1",
"@polkadot/types-create": "16.5.1",
"@polkadot/util": "^13.5.7",
"@polkadot/util-crypto": "^13.5.7",
"@polkadot/keyring": "^13.5.9",
"@polkadot/types-augment": "16.5.3",
"@polkadot/types-codec": "16.5.3",
"@polkadot/types-create": "16.5.3",
"@polkadot/util": "^13.5.9",
"@polkadot/util-crypto": "^13.5.9",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.5.7",
"@polkadot/types-support": "16.5.1"
"@polkadot/keyring": "^13.5.9",
"@polkadot/types-support": "16.5.3"
}
}
+2
View File
@@ -78,3 +78,5 @@ export * from './vesting/types.js';
export * from './xcm/types.js';
export * from './xcmPaymentApi/types.js';
export * from './xcmRuntimeApi/types.js';
export type PHANTOM_GENERATED = 'generated';
+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.5.1' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '16.5.3' };
+215 -215
View File
@@ -447,27 +447,27 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:16.5.1, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:16.5.3, @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.5.1"
"@polkadot/rpc-augment": "npm:16.5.1"
"@polkadot/types": "npm:16.5.1"
"@polkadot/types-augment": "npm:16.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/api-base": "npm:16.5.3"
"@polkadot/rpc-augment": "npm:16.5.3"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-augment": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:16.5.1, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:16.5.3, @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.5.1"
"@polkadot/types": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/rpc-core": "npm:16.5.3"
"@polkadot/types": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
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.5.1"
"@polkadot/api-augment": "npm:16.5.1"
"@polkadot/keyring": "npm:^13.5.7"
"@polkadot/types": "npm:16.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/types-create": "npm:16.5.1"
"@polkadot/types-support": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/api": "npm:16.5.3"
"@polkadot/api-augment": "npm:16.5.3"
"@polkadot/keyring": "npm:^13.5.9"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/types-create": "npm:16.5.3"
"@polkadot/types-support": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
"@polkadot/util-crypto": "npm:^13.5.9"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:16.5.1, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:16.5.3, @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.5.1"
"@polkadot/api-augment": "npm:16.5.1"
"@polkadot/api-base": "npm:16.5.1"
"@polkadot/rpc-augment": "npm:16.5.1"
"@polkadot/rpc-core": "npm:16.5.1"
"@polkadot/rpc-provider": "npm:16.5.1"
"@polkadot/types": "npm:16.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/types-support": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/api": "npm:16.5.3"
"@polkadot/api-augment": "npm:16.5.3"
"@polkadot/api-base": "npm:16.5.3"
"@polkadot/rpc-augment": "npm:16.5.3"
"@polkadot/rpc-core": "npm:16.5.3"
"@polkadot/rpc-provider": "npm:16.5.3"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/types-support": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
"@polkadot/util-crypto": "npm:^13.5.9"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api@npm:16.5.1, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:16.5.3, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:16.5.1"
"@polkadot/api-base": "npm:16.5.1"
"@polkadot/api-derive": "npm:16.5.1"
"@polkadot/keyring": "npm:^13.5.7"
"@polkadot/rpc-augment": "npm:16.5.1"
"@polkadot/rpc-core": "npm:16.5.1"
"@polkadot/rpc-provider": "npm:16.5.1"
"@polkadot/types": "npm:16.5.1"
"@polkadot/types-augment": "npm:16.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/types-create": "npm:16.5.1"
"@polkadot/types-known": "npm:16.5.1"
"@polkadot/types-support": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/api-augment": "npm:16.5.3"
"@polkadot/api-base": "npm:16.5.3"
"@polkadot/api-derive": "npm:16.5.3"
"@polkadot/keyring": "npm:^13.5.9"
"@polkadot/rpc-augment": "npm:16.5.3"
"@polkadot/rpc-core": "npm:16.5.3"
"@polkadot/rpc-provider": "npm:16.5.3"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-augment": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/types-create": "npm:16.5.3"
"@polkadot/types-known": "npm:16.5.3"
"@polkadot/types-support": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
"@polkadot/util-crypto": "npm:^13.5.9"
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.7":
version: 13.5.7
resolution: "@polkadot/keyring@npm:13.5.7"
"@polkadot/keyring@npm:^13.5.9":
version: 13.5.9
resolution: "@polkadot/keyring@npm:13.5.9"
dependencies:
"@polkadot/util": "npm:13.5.7"
"@polkadot/util-crypto": "npm:13.5.7"
"@polkadot/util": "npm:13.5.9"
"@polkadot/util-crypto": "npm:13.5.9"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.7
"@polkadot/util-crypto": 13.5.7
checksum: 10/c19aaef9facb2e7af8b1e677767bab22c98cffaab07869f76563dedc658f0c5315c0f8d7cc063179611cfed33181639b4728f76b71092d9d170a860677c673af
"@polkadot/util": 13.5.9
"@polkadot/util-crypto": 13.5.9
checksum: 10/0d12d18dfa168f7acd4c2641291af148d1630a387797c0ceb0614f004fcf601aca413cd9dfa54e35b4521e1d9117f70515adf64de93091a9be67425122c539e8
languageName: node
linkType: hard
"@polkadot/networks@npm:13.5.7, @polkadot/networks@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/networks@npm:13.5.7"
"@polkadot/networks@npm:13.5.9, @polkadot/networks@npm:^13.5.9":
version: 13.5.9
resolution: "@polkadot/networks@npm:13.5.9"
dependencies:
"@polkadot/util": "npm:13.5.7"
"@polkadot/util": "npm:13.5.9"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10/3a9cf6ae053b81ede50d2a1c6bf6d65bd6de712316784a1b7a2f51cc4afc26b14e1b9d1c4a6904425655edf7f6de0e7e6b6936e42ec7fc19d983cefc44b05291
checksum: 10/b418f4950e4713244164b304eabdb512d12a47f2366c72e443925a7fec3af638bfac8e9e59c7ddb35dad7ae9d6e464529aad297cd433f7e7743442301a6b0a66
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:16.5.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:16.5.3, @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.5.1"
"@polkadot/types": "npm:16.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/rpc-core": "npm:16.5.3"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:16.5.1, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:16.5.3, @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.7"
"@polkadot/rpc-augment": "npm:16.5.1"
"@polkadot/rpc-provider": "npm:16.5.1"
"@polkadot/types": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/keyring": "npm:^13.5.9"
"@polkadot/rpc-augment": "npm:16.5.3"
"@polkadot/rpc-provider": "npm:16.5.3"
"@polkadot/types": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:16.5.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:16.5.3, @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.7"
"@polkadot/types": "npm:16.5.1"
"@polkadot/types-support": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/x-fetch": "npm:^13.5.7"
"@polkadot/x-global": "npm:^13.5.7"
"@polkadot/x-ws": "npm:^13.5.7"
"@polkadot/keyring": "npm:^13.5.9"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-support": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
"@polkadot/util-crypto": "npm:^13.5.9"
"@polkadot/x-fetch": "npm:^13.5.9"
"@polkadot/x-global": "npm:^13.5.9"
"@polkadot/x-ws": "npm:^13.5.9"
"@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.5.1"
"@polkadot/api-augment": "npm:16.5.1"
"@polkadot/api-derive": "npm:16.5.1"
"@polkadot/rpc-augment": "npm:16.5.1"
"@polkadot/rpc-provider": "npm:16.5.1"
"@polkadot/types": "npm:16.5.1"
"@polkadot/types-augment": "npm:16.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/types-create": "npm:16.5.1"
"@polkadot/types-support": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/x-ws": "npm:^13.5.7"
"@polkadot/api": "npm:16.5.3"
"@polkadot/api-augment": "npm:16.5.3"
"@polkadot/api-derive": "npm:16.5.3"
"@polkadot/rpc-augment": "npm:16.5.3"
"@polkadot/rpc-provider": "npm:16.5.3"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-augment": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/types-create": "npm:16.5.3"
"@polkadot/types-support": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
"@polkadot/util-crypto": "npm:^13.5.9"
"@polkadot/x-ws": "npm:^13.5.9"
"@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.5.1, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:16.5.3, @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.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:16.5.1, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:16.5.3, @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.5.1"
"@polkadot/types-augment": "npm:16.5.1"
"@polkadot/types-support": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/x-bigint": "npm:^13.5.7"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-augment": "npm:16.5.3"
"@polkadot/types-support": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
"@polkadot/util-crypto": "npm:^13.5.9"
"@polkadot/x-bigint": "npm:^13.5.9"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:16.5.1, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:16.5.3, @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.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:16.5.1, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:16.5.3, @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.5.1"
"@polkadot/networks": "npm:^13.5.7"
"@polkadot/types": "npm:16.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/types-create": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/api": "npm:16.5.3"
"@polkadot/networks": "npm:^13.5.9"
"@polkadot/types": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/types-create": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:16.5.1, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:16.5.3, @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.7"
"@polkadot/util": "npm:^13.5.9"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types@npm:16.5.1, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:16.5.3, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^13.5.7"
"@polkadot/types-augment": "npm:16.5.1"
"@polkadot/types-codec": "npm:16.5.1"
"@polkadot/types-create": "npm:16.5.1"
"@polkadot/types-support": "npm:16.5.1"
"@polkadot/util": "npm:^13.5.7"
"@polkadot/util-crypto": "npm:^13.5.7"
"@polkadot/keyring": "npm:^13.5.9"
"@polkadot/types-augment": "npm:16.5.3"
"@polkadot/types-codec": "npm:16.5.3"
"@polkadot/types-create": "npm:16.5.3"
"@polkadot/types-support": "npm:16.5.3"
"@polkadot/util": "npm:^13.5.9"
"@polkadot/util-crypto": "npm:^13.5.9"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:13.5.7, @polkadot/util-crypto@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/util-crypto@npm:13.5.7"
"@polkadot/util-crypto@npm:13.5.9, @polkadot/util-crypto@npm:^13.5.9":
version: 13.5.9
resolution: "@polkadot/util-crypto@npm:13.5.9"
dependencies:
"@noble/curves": "npm:^1.3.0"
"@noble/hashes": "npm:^1.3.3"
"@polkadot/networks": "npm:13.5.7"
"@polkadot/util": "npm:13.5.7"
"@polkadot/wasm-crypto": "npm:^7.5.1"
"@polkadot/wasm-util": "npm:^7.5.1"
"@polkadot/x-bigint": "npm:13.5.7"
"@polkadot/x-randomvalues": "npm:13.5.7"
"@polkadot/networks": "npm:13.5.9"
"@polkadot/util": "npm:13.5.9"
"@polkadot/wasm-crypto": "npm:^7.5.3"
"@polkadot/wasm-util": "npm:^7.5.3"
"@polkadot/x-bigint": "npm:13.5.9"
"@polkadot/x-randomvalues": "npm:13.5.9"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.7
checksum: 10/5a924916b4ed613cca2f2576c2dab872544f975906cc536b9980ebdf9a48d3c4b5959f006c660020c658394559ab6fa33d94c193b22479a1953dde8c76576231
"@polkadot/util": 13.5.9
checksum: 10/0c388e9afe2eb000e721a9b03472b53943c090b1a6042b98164524367dcaf45a6d8f43c56c9929f1c3ea65dceef196f86df4979f83e64a90a5f1044fe0f73960
languageName: node
linkType: hard
"@polkadot/util@npm:13.5.7, @polkadot/util@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/util@npm:13.5.7"
"@polkadot/util@npm:13.5.9, @polkadot/util@npm:^13.5.9":
version: 13.5.9
resolution: "@polkadot/util@npm:13.5.9"
dependencies:
"@polkadot/x-bigint": "npm:13.5.7"
"@polkadot/x-global": "npm:13.5.7"
"@polkadot/x-textdecoder": "npm:13.5.7"
"@polkadot/x-textencoder": "npm:13.5.7"
"@polkadot/x-bigint": "npm:13.5.9"
"@polkadot/x-global": "npm:13.5.9"
"@polkadot/x-textdecoder": "npm:13.5.9"
"@polkadot/x-textencoder": "npm:13.5.9"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10/66a03ec05aaf8642809a46f6adf0c9b4b843b2f8fce6520dc4db9da607af96a25baf166e09595b26d3d419cf55f55494d51985d5a90f55bc66d061b1fbaf9e99
checksum: 10/f3b9d66dff334e1204f3f8fecd74fe64dafec014551c99bcfde1d1270e1559fa68129fd3a47f090c6c174cdd3b9b0d9cbe95a4de4cb5172ca84c9fdd6147a0bb
languageName: node
linkType: hard
"@polkadot/wasm-bridge@npm:7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-bridge@npm:7.5.1"
"@polkadot/wasm-bridge@npm:7.5.3":
version: 7.5.3
resolution: "@polkadot/wasm-bridge@npm:7.5.3"
dependencies:
"@polkadot/wasm-util": "npm:7.5.1"
"@polkadot/wasm-util": "npm:7.5.3"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10/70094b6e9727a902a922709326022e22c2a9bc7e27de541d646cb25d3cbee56df5eddd4a0046269ef34092562bc7f746e5d3347ac3f8aff01990eae837d078b8
checksum: 10/b2274de457978c961f40be54d243056608d82035762e1bbbfbfa09f51191b7fbb35d34f25854f8251aa5d451faa0547061578c906922c8d3f7964075f1993955
languageName: node
linkType: hard
"@polkadot/wasm-crypto-asmjs@npm:7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.5.1"
"@polkadot/wasm-crypto-asmjs@npm:7.5.3":
version: 7.5.3
resolution: "@polkadot/wasm-crypto-asmjs@npm:7.5.3"
dependencies:
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10/6849a96bf9191f22e238fa847ebc8cbbb13d9d2569007dde6055769144c3c6cf8398e81f3ab93b3fad458bf69f3833a77f197ff36b015fb61690ee15ba9ec45b
checksum: 10/407bfd079dc81e310966c855f9abb759ce6199e0380b4054d084f248915bd8259b8b9c1ca6d380d5628af3356fd70809ac67df8a847408eddb044a3944972ef6
languageName: node
linkType: hard
"@polkadot/wasm-crypto-init@npm:7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-crypto-init@npm:7.5.1"
"@polkadot/wasm-crypto-init@npm:7.5.3":
version: 7.5.3
resolution: "@polkadot/wasm-crypto-init@npm:7.5.3"
dependencies:
"@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"
"@polkadot/wasm-bridge": "npm:7.5.3"
"@polkadot/wasm-crypto-asmjs": "npm:7.5.3"
"@polkadot/wasm-crypto-wasm": "npm:7.5.3"
"@polkadot/wasm-util": "npm:7.5.3"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10/ca429d97bdfe637d1b3672015d16bc0a160af37bf647ccb52597b40f929fc7af16096c1af5603fb5b838e04140db91904c774fb3e59cd34debf026e45c77ac5b
checksum: 10/3e2e78252856d6be25df12eb7dcd1f2985f95c86178ec95698cdc1a6b5fe7a90e5950767c98dac9daa91c50eb667bcf06a2a2d6a8011cf3357287fdfab07687d
languageName: node
linkType: hard
"@polkadot/wasm-crypto-wasm@npm:7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-crypto-wasm@npm:7.5.1"
"@polkadot/wasm-crypto-wasm@npm:7.5.3":
version: 7.5.3
resolution: "@polkadot/wasm-crypto-wasm@npm:7.5.3"
dependencies:
"@polkadot/wasm-util": "npm:7.5.1"
"@polkadot/wasm-util": "npm:7.5.3"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10/c652b38edbb07d7b7546ecdb44ea370244e3f1ff37c9733ee2db4d7e7483e7c7496ce220ec5c621a26fdb49d0475390fc84d51cec5ddb110fa0fc3373d06dd43
checksum: 10/b5d0ca87c750d246fe49d170c3738764d649d9a1869eb0c275b5c3024d6a9c44ab5d581d2f81f6b2d4d29e44856397f7102fc94c8adead12729b7d493174d2bd
languageName: node
linkType: hard
"@polkadot/wasm-crypto@npm:^7.5.1":
version: 7.5.1
resolution: "@polkadot/wasm-crypto@npm:7.5.1"
"@polkadot/wasm-crypto@npm:^7.5.3":
version: 7.5.3
resolution: "@polkadot/wasm-crypto@npm:7.5.3"
dependencies:
"@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"
"@polkadot/wasm-bridge": "npm:7.5.3"
"@polkadot/wasm-crypto-asmjs": "npm:7.5.3"
"@polkadot/wasm-crypto-init": "npm:7.5.3"
"@polkadot/wasm-crypto-wasm": "npm:7.5.3"
"@polkadot/wasm-util": "npm:7.5.3"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 10/d304959e67dab123f9ba9e9d400358156478f633ef3e2f760530fc556d79fcebc155be809ec73dc54c247c4e5185e118fe23c191167a9ad77ec575adb32979e3
checksum: 10/a695a6bc3402ee7c79e90b546114fc504f80d0247fb445810fcb1b8ab62351b3d9f0c50a6ca47ebda0bec145534275ab9092bb926fd69443cbc7be7b9bb50bc0
languageName: node
linkType: hard
"@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"
"@polkadot/wasm-util@npm:7.5.3, @polkadot/wasm-util@npm:^7.5.3":
version: 7.5.3
resolution: "@polkadot/wasm-util@npm:7.5.3"
dependencies:
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
checksum: 10/7e96be99a275f6e4a68b92b6439b70aa7d80f1209031d4f7e7f7c00dee65272aabaaee43ec153c969a72a02792c2bf271e266bccd60e83e9a1450c5c5e7b06ee
checksum: 10/82c2149c7db0c9cc566aea6caad51e6048d1ee6b9bb7ac06f59c3c28bb94f0d0678f6ee4e51becd241105ba37a6d9e30653f74d630d1bc685ceb18b601f9acda
languageName: node
linkType: hard
"@polkadot/x-bigint@npm:13.5.7, @polkadot/x-bigint@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/x-bigint@npm:13.5.7"
"@polkadot/x-bigint@npm:13.5.9, @polkadot/x-bigint@npm:^13.5.9":
version: 13.5.9
resolution: "@polkadot/x-bigint@npm:13.5.9"
dependencies:
"@polkadot/x-global": "npm:13.5.7"
"@polkadot/x-global": "npm:13.5.9"
tslib: "npm:^2.8.0"
checksum: 10/a890310186d457e234f03e05e5ade4a591d210002691c6c52f9eb75b3624d8e5c11c333817cdd8b3f627dc6eee685fa6a44d666c3d24ed5d5d545936b870e230
checksum: 10/8b9c5f40d31a226e5222e5a837bf730fed288f2b4d525966a4f8645afc8c17919ccf8f18e7ae6452698fb8f9d92fa7c7760b275f139ba0318d20bfbadff9679e
languageName: node
linkType: hard
"@polkadot/x-fetch@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/x-fetch@npm:13.5.7"
"@polkadot/x-fetch@npm:^13.5.9":
version: 13.5.9
resolution: "@polkadot/x-fetch@npm:13.5.9"
dependencies:
"@polkadot/x-global": "npm:13.5.7"
"@polkadot/x-global": "npm:13.5.9"
node-fetch: "npm:^3.3.2"
tslib: "npm:^2.8.0"
checksum: 10/8c3ba3ce3b229c7106d3e3c77daba8676d857d39889ecbd1646dbc36d6d528c4d77e951785067fbc4efb7a6e94fc7a1346e90f7fac332b1e35d17ea4b01e4a93
checksum: 10/f937fcc3af357b06c39fac606bc7dfe4e5c6d1d2df86547ea287e0e0afcb0fa9c5bfbe87bc7f76a144e10d859b06555605e5332485707f803967f006bd87b656
languageName: node
linkType: hard
"@polkadot/x-global@npm:13.5.7, @polkadot/x-global@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/x-global@npm:13.5.7"
"@polkadot/x-global@npm:13.5.9, @polkadot/x-global@npm:^13.5.9":
version: 13.5.9
resolution: "@polkadot/x-global@npm:13.5.9"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/756532b29565c0c72e6e911a8dc36b7256b55771119e9ee8fe8979a8cc0b09726b12d7708ea9459f72ae2843e0cdaca724d484b8faefcd43b3d24e5fa222ba6d
checksum: 10/07ef477f428c73bfbdb242a4511fbbdc2c31ea2641fb577bd1ac479b6567e780a2df0a9aeb1913efe3128703c8f81366b0cf48c491d53663d3c7eff2ebcf4d2e
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:13.5.7":
version: 13.5.7
resolution: "@polkadot/x-randomvalues@npm:13.5.7"
"@polkadot/x-randomvalues@npm:13.5.9":
version: 13.5.9
resolution: "@polkadot/x-randomvalues@npm:13.5.9"
dependencies:
"@polkadot/x-global": "npm:13.5.7"
"@polkadot/x-global": "npm:13.5.9"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.5.7
"@polkadot/util": 13.5.9
"@polkadot/wasm-util": "*"
checksum: 10/49bd20e2140fa1905374e730726d9882ce4f651d3a10e7c705b1a7d6530190ea913b05165c6d19355e24284f872b2afd0a54042c3d33479e983016c30f1ccd11
checksum: 10/0a1d4066d60ca2e21d129fcd4798634f0d05e67acd86da17d48dd3e79cda1ebcf59861738dc68357068f8fdb2c2894c32e652aee66ee393ecde4b3288f237430
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:13.5.7":
version: 13.5.7
resolution: "@polkadot/x-textdecoder@npm:13.5.7"
"@polkadot/x-textdecoder@npm:13.5.9":
version: 13.5.9
resolution: "@polkadot/x-textdecoder@npm:13.5.9"
dependencies:
"@polkadot/x-global": "npm:13.5.7"
"@polkadot/x-global": "npm:13.5.9"
tslib: "npm:^2.8.0"
checksum: 10/4a53a3cef1e978a9a86ab08850dd45f11971b56f6735b310f63900722cdb9cb605fadf2e9dc4bb15959e96778a47842257f363b02779bb65cc3156999ced82a3
checksum: 10/30d7838f40181add484635c22cecf3be1b8ef53f8ff03a83f16b5bb8881332ef4952a9c564696941d3477a4c2aa83a040a6a45544d19adebf2980568cb46889b
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:13.5.7":
version: 13.5.7
resolution: "@polkadot/x-textencoder@npm:13.5.7"
"@polkadot/x-textencoder@npm:13.5.9":
version: 13.5.9
resolution: "@polkadot/x-textencoder@npm:13.5.9"
dependencies:
"@polkadot/x-global": "npm:13.5.7"
"@polkadot/x-global": "npm:13.5.9"
tslib: "npm:^2.8.0"
checksum: 10/b88e13db070c94fe20aed8c739d1740ecd6545921316efe0e4dbea6f0c489c849bbcf7ce6e1a81405885a90b359af812b78a5d06cfbdb555fb0ae9602b2357e9
checksum: 10/c72352f3b603ad9d88192889901ec78088cdac4913b6c147a2b0078e230816d25f7baa0f734636bfeeecbea74c6597aa453e5b2de87e4ca0f2c02ea87a2ad376
languageName: node
linkType: hard
"@polkadot/x-ws@npm:^13.5.7":
version: 13.5.7
resolution: "@polkadot/x-ws@npm:13.5.7"
"@polkadot/x-ws@npm:^13.5.9":
version: 13.5.9
resolution: "@polkadot/x-ws@npm:13.5.9"
dependencies:
"@polkadot/x-global": "npm:13.5.7"
"@polkadot/x-global": "npm:13.5.9"
tslib: "npm:^2.8.0"
ws: "npm:^8.18.0"
checksum: 10/1c8da2d1dd0e08dd08a77badf4a89d8d4b7e6de45669feeb75bf718725c40d03ffabfb60a9ea35ca6d230f31f6874e62e30b343f4f3000d62e0ba5945a38c073
checksum: 10/e7582f33452b6ab6442cf5df08a026fd5f9af3baf9028f2821e2d211322ecaae9005d3048bd46ff28e75adeb19aa9ba83c75fe4ce63ed642108a265e7ced8fbd
languageName: node
linkType: hard