Compare commits

...
22 Commits
Author SHA1 Message Date
github-actions[bot] 40ac28be04 [CI Skip] release/stable 14.3.1
skip-checks: true
2024-11-12 02:09:51 +00:00
Tarik Gul 669d7ccdcb 14.3.1 (#6028)
* 14.2.4

* 14.3.1
2024-11-12 04:01:41 +02:00
github-actions[bot] 58b3808da9 [CI Skip] bump/beta 14.2.4-6-x
skip-checks: true
2024-11-12 01:21:08 +00:00
Tarik Gul 1bed656be8 Fix isClaimed for edgecase with non validator Ids (#6027) 2024-11-12 03:13:12 +02:00
github-actions[bot] e750800dec [CI Skip] bump/beta 14.2.4-5-x
skip-checks: true
2024-11-11 21:03:46 +00:00
Tarik Gul fd1871b2cd Fix isClaimed in api.derive.staking.{query, queryMulti} (#6026) 2024-11-11 22:55:49 +02:00
github-actions[bot] 8cc1038252 [CI Skip] bump/beta 14.2.4-4-x
skip-checks: true
2024-11-11 16:09:50 +00:00
Tarik Gul 7494451e00 Upgrade common to 13.2.3 (#6025) 2024-11-11 18:01:38 +02:00
github-actions[bot] f7e5d6091e [CI Skip] bump/beta 14.2.4-3-x
skip-checks: true
2024-11-10 15:03:38 +00:00
Tarik Gul 7b41b63048 Fix node v22 testing compatibility w/ dev bump (#6024)
* Fix node v22 testing compatibility

* uncomment tests

* revert to using assert

* Bump dev
2024-11-10 16:55:52 +02:00
github-actions[bot] 61a6fbdbd1 [CI Skip] bump/beta 14.2.4-2-x
skip-checks: true
2024-11-08 02:10:55 +00:00
Tarik Gul 173b3119bc Add AssetHub to types-support and test generation (#6022)
* Add AssetHub to types-support and test generation

* lint
2024-11-08 04:03:13 +02:00
github-actions[bot] d5e31e4d44 [CI Skip] bump/beta 14.2.4-1-x
skip-checks: true
2024-11-07 14:54:08 +00:00
Tarik Gul 9670dd9c66 Update metadata script for types-support (#6021) 2024-11-07 16:46:16 +02:00
github-actions[bot] 145d067ab9 [CI Skip] bump/beta 14.2.4-0-x
skip-checks: true
2024-11-06 15:05:01 +00:00
Tarik Gul e84c58d1d0 Add rpcCacheCapacity option to ApiOptions (#6020) 2024-11-06 16:57:00 +02:00
github-actions[bot] 8efc552b9b [CI Skip] release/stable 14.2.3
skip-checks: true
2024-11-05 15:47:52 +00:00
Tarik Gul 2b3d40a29b 14.2.3 (#6019) 2024-11-05 17:40:17 +02:00
github-actions[bot] d91d29cff5 [CI Skip] bump/beta 14.2.3-1-x
skip-checks: true
2024-11-05 15:27:42 +00:00
Tarik Gul 17fa8fa120 Increase RPC-CORE default capacity (#6016) 2024-11-05 17:20:00 +02:00
github-actions[bot] cecd43305e [CI Skip] bump/beta 14.2.3-0-x
skip-checks: true
2024-11-05 15:00:08 +00:00
Tarik Gul 9501da9e25 Set CI to use Node.js Iron (v20) (#6018)
* Set CI to use Node.js Iron (v20)

* additional
2024-11-05 16:52:27 +02:00
52 changed files with 98228 additions and 377 deletions
+21
View File
@@ -1,5 +1,26 @@
# CHANGELOG
## 14.3.1 Nov 11, 2024
Changes:
- Add rpcCacheCapacity option to ApiOptions ([#6020](https://github.com/polkadot-js/api/pull/6020))
- Update metadata script for types-support ([#6021](https://github.com/polkadot-js/api/pull/6021))
- Add AssetHub to types-support and test generation ([#6022](https://github.com/polkadot-js/api/pull/6022))
- Fix node v22 testing compatibility w/ dev bump ([#6024](https://github.com/polkadot-js/api/pull/6024))
- Fix isClaimed for edgecase with non validator Ids ([#6027](https://github.com/polkadot-js/api/pull/6027))
- Fix isClaimed in api.derive.staking.{stakerRewards, stakerRewardsMultiEras, stakerRewardsMulti} ([#6026](https://github.com/polkadot-js/api/pull/6026))
- Upgrade common to 13.2.3 ([#6025](https://github.com/polkadot-js/api/pull/6025))
## 14.2.3 Nov 5, 2024
Changes:
- Increase RPC-CORE default cache capacity ([#6016](https://github.com/polkadot-js/api/pull/6016))
- Set CI to use Node.js Iron (v20) ([#6018](https://github.com/polkadot-js/api/pull/6018))
## 14.2.2 Oct 31, 2024
Changes:
+1 -1
View File
@@ -1,5 +1,5 @@
3512 Jaco Bump deps (#5785)
121 Tarik Gul 14.2.2 (#6014)
132 Tarik Gul 14.3.1 (#6028)
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
37 Keith Ingram Update contract types and rpc (#4541)
35 Stefanie Doll Updated child storage parameters (#1709)
+4 -4
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"versions": {
"git": "14.2.2",
"npm": "14.2.2"
"git": "14.3.1",
"npm": "14.3.1"
},
"workspaces": [
"packages/*"
@@ -40,7 +40,7 @@
"test:one": "polkadot-dev-run-test --env node"
},
"devDependencies": {
"@polkadot/dev": "^0.81.2",
"@polkadot/dev": "^0.82.1",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^22.7.5"
},
+7 -7
View File
@@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "14.2.2",
"@polkadot/rpc-augment": "14.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/types-augment": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/api-base": "14.3.1",
"@polkadot/rpc-augment": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/types-augment": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '14.3.1' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "14.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/rpc-core": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '14.3.1' };
+11 -11
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/api": "14.2.2",
"@polkadot/api-augment": "14.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/types-create": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/types-create": "14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "14.2.2",
"@polkadot/keyring": "^13.2.2",
"@polkadot/types-support": "14.2.2"
"@polkadot/api-augment": "14.3.1",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-support": "14.3.1"
}
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '14.3.1' };
+14 -14
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/api": "14.2.2",
"@polkadot/api-augment": "14.2.2",
"@polkadot/api-base": "14.2.2",
"@polkadot/rpc-core": "14.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/api-base": "14.3.1",
"@polkadot/rpc-core": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api": "14.2.2",
"@polkadot/api-augment": "14.2.2",
"@polkadot/rpc-augment": "14.2.2",
"@polkadot/rpc-provider": "14.2.2",
"@polkadot/types-support": "14.2.2"
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/rpc-augment": "14.3.1",
"@polkadot/rpc-provider": "14.3.1",
"@polkadot/types-support": "14.3.1"
}
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '14.3.1' };
@@ -84,6 +84,8 @@ function parseRewards (api: DeriveApi, stashId: AccountId, [erasPoints, erasPref
return {
era,
eraReward,
// This might not always be accurate as you need validator account information in order to see if the rewards have been claimed.
// This is possibly adjusted in `filterRewards` when need be.
isClaimed: claimedRewardsEras.some((c) => c.eq(era)),
isEmpty,
isValidator,
@@ -151,12 +153,26 @@ function filterRewards (eras: EraIndex[], valInfo: [string, DeriveStakingQuery][
return true;
})
.filter(({ validators }) => Object.keys(validators).length !== 0)
.map((reward) =>
objectSpread({}, reward, {
isClaimed: filter.some((f) => reward.era.eq(f)),
.map((reward) => {
let isClaimed = reward.isClaimed;
const valKeys = Object.keys(reward.validators);
if (!reward.isClaimed && valKeys.length) {
for (const key of valKeys) {
const info = queryValidators.find((i) => i.accountId.toString() === key);
if (info) {
isClaimed = info.claimedRewardsEras.toArray().some((era) => era.eq(reward.era));
break;
}
}
}
return objectSpread({}, reward, {
isClaimed,
nominators: reward.nominating.filter((n) => reward.validators[n.validatorId])
})
);
});
});
}
export function _stakerRewardsEras (instanceId: string, api: DeriveApi): (eras: EraIndex[], withActive?: boolean) => Observable<ErasResult> {
+17 -17
View File
@@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "14.2.2",
"@polkadot/api-base": "14.2.2",
"@polkadot/api-derive": "14.2.2",
"@polkadot/keyring": "^13.2.2",
"@polkadot/rpc-augment": "14.2.2",
"@polkadot/rpc-core": "14.2.2",
"@polkadot/rpc-provider": "14.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/types-augment": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/types-create": "14.2.2",
"@polkadot/types-known": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"@polkadot/api-augment": "14.3.1",
"@polkadot/api-base": "14.3.1",
"@polkadot/api-derive": "14.3.1",
"@polkadot/keyring": "^13.2.3",
"@polkadot/rpc-augment": "14.3.1",
"@polkadot/rpc-core": "14.3.1",
"@polkadot/rpc-provider": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/types-augment": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/types-create": "14.3.1",
"@polkadot/types-known": "14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "14.2.2",
"@polkadot/types-support": "14.2.2"
"@polkadot/api-augment": "14.3.1",
"@polkadot/types-support": "14.3.1"
}
}
+1
View File
@@ -153,6 +153,7 @@ export abstract class Decorate<ApiType extends ApiTypes> extends Events {
this._rpcCore = new RpcCore(this.#instanceId, this.#registry, {
isPedantic: this._options.isPedantic,
provider,
rpcCacheCapacity: this._options.rpcCacheCapacity,
userRpc: this._options.rpc
}) as (RpcCore & RpcInterface);
this._isConnected = new BehaviorSubject(this._rpcCore.provider.isConnected);
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '14.3.1' };
+4
View File
@@ -80,6 +80,10 @@ export interface ApiOptions extends RegisteredTypes {
* @description User-defined RPC methods
*/
rpc?: Record<string, Record<string, DefinitionRpc | DefinitionRpcSub>>;
/**
* @description Defines the size of the cache for the rpc-core. Defaults to 1024 * 10 * 10.
*/
rpcCacheCapacity?: number;
/**
* @description Overrides for state_call usage (this will be removed in some future version)
*/
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "14.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/rpc-core": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '14.3.1' };
+7 -7
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "14.2.2",
"@polkadot/rpc-provider": "14.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/rpc-augment": "14.3.1",
"@polkadot/rpc-provider": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.2.2",
"@polkadot/rpc-augment": "14.2.2"
"@polkadot/keyring": "^13.2.3",
"@polkadot/rpc-augment": "14.3.1"
}
}
+6 -3
View File
@@ -11,7 +11,7 @@ import type { RpcCoreStats, RpcInterfaceMethod } from './types/index.js';
import { Observable, publishReplay, refCount } from 'rxjs';
import { DEFAULT_CAPACITY, LRUCache } from '@polkadot/rpc-provider';
import { LRUCache } from '@polkadot/rpc-provider';
import { rpcDefinitions } from '@polkadot/types';
import { hexToU8a, isFunction, isNull, isUndefined, lazyMethod, logger, memoize, objectSpread, u8aConcat, u8aToU8a } from '@polkadot/util';
@@ -33,6 +33,7 @@ type MemoizedRpcInterfaceMethod = Memoized<RpcInterfaceMethod> & {
interface Options {
isPedantic?: boolean;
provider: ProviderInterface;
rpcCacheCapacity?: number;
userRpc?: Record<string, Record<string, DefinitionRpc | DefinitionRpcSub>>;
}
@@ -47,6 +48,8 @@ const EMPTY_META = {
}
};
const RPC_CORE_DEFAULT_CAPACITY = 1024 * 10 * 10;
// utility method to create a nicely-formatted error
/** @internal */
function logErrorMessage (method: string, { noErrorLog, params, type }: DefinitionRpc, error: Error): void {
@@ -109,7 +112,7 @@ export class RpcCore {
* Default constructor for the core RPC handler
* @param {ProviderInterface} provider An API provider using any of the supported providers (HTTP, SC or WebSocket)
*/
constructor (instanceId: string, registry: Registry, { isPedantic = true, provider, userRpc = {} }: Options) {
constructor (instanceId: string, registry: Registry, { isPedantic = true, provider, rpcCacheCapacity, userRpc = {} }: Options) {
if (!provider || !isFunction(provider.send)) {
throw new Error('Expected Provider to API create');
}
@@ -123,7 +126,7 @@ export class RpcCore {
// these are the base keys (i.e. part of jsonrpc)
this.sections.push(...sectionNames);
this.#storageCache = new LRUCache(DEFAULT_CAPACITY);
this.#storageCache = new LRUCache(rpcCacheCapacity || RPC_CORE_DEFAULT_CAPACITY);
// decorate all interfaces, defined and user on this instance
this.addUserInterfaces(userRpc);
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '14.3.1' };
+9 -9
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/types-support": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"@polkadot/x-fetch": "^13.2.2",
"@polkadot/x-global": "^13.2.2",
"@polkadot/x-ws": "^13.2.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types": "14.3.1",
"@polkadot/types-support": "14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-fetch": "^13.2.3",
"@polkadot/x-global": "^13.2.3",
"@polkadot/x-ws": "^13.2.3",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.5",
+1 -1
View File
@@ -5,7 +5,7 @@
// cache space (depending on the historic queries this would vary, metadata
// for Kusama/Polkadot/Substrate falls between 600-750K, 2x for estimate)
export const DEFAULT_CAPACITY = 64;
export const DEFAULT_CAPACITY = 1024;
class LRUNode {
readonly key: string;
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '14.3.1' };
+13 -13
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,18 +28,18 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "14.2.2",
"@polkadot/api-augment": "14.2.2",
"@polkadot/rpc-augment": "14.2.2",
"@polkadot/rpc-provider": "14.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/types-augment": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/types-create": "14.2.2",
"@polkadot/types-support": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"@polkadot/x-ws": "^13.2.2",
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/rpc-augment": "14.3.1",
"@polkadot/rpc-provider": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/types-augment": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/types-create": "14.3.1",
"@polkadot/types-support": "14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-ws": "^13.2.3",
"handlebars": "^4.7.8",
"tslib": "^2.8.0",
"yargs": "^17.7.2"
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '14.3.1' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/types": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/types": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '14.3.1' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.2",
"@polkadot/x-bigint": "^13.2.2",
"@polkadot/util": "^13.2.3",
"@polkadot/x-bigint": "^13.2.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/types": "14.2.2",
"@polkadot/types-augment": "14.2.2",
"@polkadot/types-support": "14.2.2",
"@polkadot/util-crypto": "^13.2.2"
"@polkadot/types": "14.3.1",
"@polkadot/types-augment": "14.3.1",
"@polkadot/types-support": "14.3.1",
"@polkadot/util-crypto": "^13.2.3"
}
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '14.3.1' };
+4 -4
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/types-codec": "14.3.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/types": "14.2.2"
"@polkadot/types": "14.3.1"
}
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '14.3.1' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.2.2",
"@polkadot/types": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/types-create": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/networks": "^13.2.3",
"@polkadot/types": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/types-create": "14.3.1",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api": "14.2.2"
"@polkadot/api": "14.3.1"
}
}
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '14.3.1' };
@@ -16,6 +16,8 @@ import * as allGen from './index.js';
const keys = ['kusama', 'polkadot', 'westend'] as const;
const urls = {
'asset-hub-kusama': 'wss://kusama-asset-hub-rpc.polkadot.io',
'asset-hub-polkadot': 'wss://polkadot-asset-hub-rpc.polkadot.io',
kusama: 'wss://kusama-rpc.polkadot.io',
polkadot: 'wss://rpc.polkadot.io',
westend: 'wss://westend-rpc.polkadot.io'
+2 -2
View File
@@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.2",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,122 @@
// Copyright 2017-2024 @polkadot/types-support authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable */
//To run a asset-hub-kusama node please refer to types-support/src/metadata/README.md
export default {
"methods": [
"account_nextIndex",
"archive_unstable_body",
"archive_unstable_call",
"archive_unstable_finalizedHeight",
"archive_unstable_genesisHash",
"archive_unstable_hashByHeight",
"archive_unstable_header",
"archive_unstable_storage",
"author_hasKey",
"author_hasSessionKeys",
"author_insertKey",
"author_pendingExtrinsics",
"author_removeExtrinsic",
"author_rotateKeys",
"author_submitAndWatchExtrinsic",
"author_submitExtrinsic",
"author_unwatchExtrinsic",
"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",
"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",
"subscribe_newHead",
"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,90 @@
// Copyright 2017-2024 @polkadot/types-support authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable */
//To run a asset-hub-kusama node please refer to types-support/src/metadata/README.md
export default {
"specName": "statemine",
"implName": "statemine",
"authoringVersion": 1,
"specVersion": 1003000,
"implVersion": 0,
"apis": [
[
"0xdd718d5cc53262d4",
1
],
[
"0xd7bdd8a272ca0d65",
1
],
[
"0xdf6acb689907609b",
5
],
[
"0x37e397fc7c91f5e4",
2
],
[
"0x40fe3ad401f8959a",
6
],
[
"0xd2bc9897eed08f15",
3
],
[
"0xf78b278be53f454c",
2
],
[
"0xab3c0572291feb8b",
1
],
[
"0xbc9d89904f5b923f",
1
],
[
"0x8a8047a53a8277ec",
1
],
[
"0x37c8bb1350a9a2a8",
4
],
[
"0xf3ff14d5ab527059",
3
],
[
"0x6ff52ee858e6c5bd",
1
],
[
"0x91b1c8b16328eb92",
1
],
[
"0x9ffb505aa738d69c",
1
],
[
"0xde92b8a0426b9bf6",
2
],
[
"0xea93e3f16f3d6962",
2
],
[
"0xfbc577b9d747efd6",
1
]
],
"transactionVersion": 15,
"stateVersion": 0
};
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,122 @@
// Copyright 2017-2024 @polkadot/types-support authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable */
//To run a asset-hub-polkadot node please refer to types-support/src/metadata/README.md
export default {
"methods": [
"account_nextIndex",
"archive_unstable_body",
"archive_unstable_call",
"archive_unstable_finalizedHeight",
"archive_unstable_genesisHash",
"archive_unstable_hashByHeight",
"archive_unstable_header",
"archive_unstable_storage",
"author_hasKey",
"author_hasSessionKeys",
"author_insertKey",
"author_pendingExtrinsics",
"author_removeExtrinsic",
"author_rotateKeys",
"author_submitAndWatchExtrinsic",
"author_submitExtrinsic",
"author_unwatchExtrinsic",
"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",
"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",
"subscribe_newHead",
"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,90 @@
// Copyright 2017-2024 @polkadot/types-support authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable */
//To run a asset-hub-polkadot node please refer to types-support/src/metadata/README.md
export default {
"specName": "statemint",
"implName": "statemint",
"authoringVersion": 1,
"specVersion": 1003003,
"implVersion": 0,
"apis": [
[
"0xdd718d5cc53262d4",
1
],
[
"0xd7bdd8a272ca0d65",
1
],
[
"0xdf6acb689907609b",
5
],
[
"0x37e397fc7c91f5e4",
2
],
[
"0x40fe3ad401f8959a",
6
],
[
"0xd2bc9897eed08f15",
3
],
[
"0xf78b278be53f454c",
2
],
[
"0xab3c0572291feb8b",
1
],
[
"0xbc9d89904f5b923f",
1
],
[
"0x37c8bb1350a9a2a8",
4
],
[
"0xf3ff14d5ab527059",
3
],
[
"0x6ff52ee858e6c5bd",
1
],
[
"0x91b1c8b16328eb92",
1
],
[
"0x9ffb505aa738d69c",
1
],
[
"0xde92b8a0426b9bf6",
2
],
[
"0xea93e3f16f3d6962",
2
],
[
"0xfbc577b9d747efd6",
1
],
[
"0x8a8047a53a8277ec",
1
]
],
"transactionVersion": 15,
"stateVersion": 0
};
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '14.3.1' };
+9 -9
View File
@@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.2.2",
"version": "14.3.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.2.2",
"@polkadot/types-augment": "14.2.2",
"@polkadot/types-codec": "14.2.2",
"@polkadot/types-create": "14.2.2",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-augment": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/types-create": "14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.2.2",
"@polkadot/types-support": "14.2.2"
"@polkadot/keyring": "^13.2.3",
"@polkadot/types-support": "14.3.1"
}
}
@@ -1,6 +1,8 @@
// Copyright 2017-2024 @polkadot/types authors & contributors
// SPDX-License-Identifier: Apache-2.0
import assetHubKusamaData from '@polkadot/types-support/metadata/v15/asset-hub-kusama-hex';
import assetHubPolkadotData from '@polkadot/types-support/metadata/v15/asset-hub-polkadot-hex';
import kusamaData from '@polkadot/types-support/metadata/v15/kusama-hex';
import polkadotData from '@polkadot/types-support/metadata/v15/polkadot-hex';
import substrateData from '@polkadot/types-support/metadata/v15/substrate-hex';
@@ -8,6 +10,12 @@ import substrateData from '@polkadot/types-support/metadata/v15/substrate-hex';
import { testMeta } from '../util/testUtil.js';
testMeta(15, {
'asset-hub-kusama': {
data: assetHubKusamaData
},
'asset-hub-polkadot': {
data: assetHubPolkadotData
},
kusama: {
data: kusamaData
},
+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: '14.2.2' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '14.3.1' };
+78 -36
View File
@@ -7,6 +7,8 @@ import { fetch } from '@polkadot/x-fetch';
const PREAMBLE = '// Copyright 2017-2024 @polkadot/types-support authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n/* eslint-disable */\n\n';
const CMD = {
'asset-hub-kusama': `${PREAMBLE}//To run a asset-hub-kusama node please refer to types-support/src/metadata/README.md\n\nexport default`,
'asset-hub-polkadot': `${PREAMBLE}//To run a asset-hub-polkadot node please refer to types-support/src/metadata/README.md\n\nexport default`,
kusama: `${PREAMBLE}// cargo run --release -- purge-chain -y --chain kusama-dev && cargo run --release -- --chain kusama-dev --alice --force-authoring\n\nexport default`,
polkadot: `${PREAMBLE}// cargo run --release -- purge-chain -y --dev && cargo run --release -- --dev\n\nexport default`,
substrate: `${PREAMBLE}// cargo run --release -- purge-chain -y --dev && cargo run --release -- --dev\n\nexport default`,
@@ -17,47 +19,87 @@ const CMD = {
const META_VERSION_HEX = '0x0f000000';
const META_VERSION = 15;
let requestId = 0;
/**
* Parse the specName given any exceptions.
*
* @param {'polkadot' | 'kusama' | 'node' | 'statemint' | 'statemine'} specName
* @returns {'polkadot' | 'kusama' | 'substrate' | 'asset-hub-kusama' | 'asset-hub-polkadot'}
*/
const parseChainName = (specName) => {
switch (specName) {
case 'node':
return 'substrate';
case 'statemine':
return 'asset-hub-kusama';
case 'statemint':
return 'asset-hub-polkadot';
default:
return specName;
}
};
/**
* Small CLI parser.
*
* @param {'rpc_methods' | 'state_getMetadata' | 'state_getRuntimeVersion' | 'state_call'} method
* @param {string[]} params
* @returns {Promise<any>}
* This script accepts `--url` to specify the endpoint to query the metadata from.
*
* @returns {string}
*/
async function get (method, params = []) {
const res = await fetch('http://127.0.0.1:9944', {
body: JSON.stringify({
id: ++requestId,
jsonrpc: '2.0',
method,
params
}),
headers: {
Accept: 'application/json',
'Content-Type': 'application/json'
},
method: 'POST'
});
const body = await res.json();
const getUrl = () => {
const [,, command, ...args] = process.argv;
return body.result;
}
if (command === '--url') {
return args.join(' ');
}
/** @type {[string[], string, { specName: 'polkadot' | 'kusama' | 'node'; specVersion: string; }]} */
const [methods, metadata, version] = await Promise.all([
get('rpc_methods'),
get('state_call', ['Metadata_metadata_at_version', META_VERSION_HEX]),
get('state_getRuntimeVersion')
]);
const chain = version.specName === 'node'
? 'substrate'
: version.specName;
const metaVer = parseInt(metadata.substring(10, 12), 16);
const path = `packages/types-support/src/metadata/v${META_VERSION}/${chain}`;
return 'http://127.0.0.1:9944';
};
fs.writeFileSync(`${path}-hex.ts`, `${CMD[chain]} '${metadata}';\n`);
fs.writeFileSync(`${path}-rpc.ts`, `${CMD[chain]} ${JSON.stringify(methods, null, 2)};\n`);
fs.writeFileSync(`${path}-ver.ts`, `${CMD[chain]} ${JSON.stringify(version, null, 2)};\n`);
const main = async () => {
let requestId = 0;
console.log(`Retrieved ${chain}/${version.specVersion}, metadata v${metaVer}`);
const chainUrl = getUrl();
/**
*
* @param {'rpc_methods' | 'state_getMetadata' | 'state_getRuntimeVersion' | 'state_call'} method
* @param {string[]} params
* @returns {Promise<any>}
*/
async function get (method, params = []) {
const res = await fetch(chainUrl, {
body: JSON.stringify({
id: ++requestId,
jsonrpc: '2.0',
method,
params
}),
headers: {
Accept: 'application/json',
'Content-Type': 'application/json'
},
method: 'POST'
});
const body = await res.json();
return body.result;
}
/** @type {[string[], string, { specName: 'polkadot' | 'kusama' | 'node' | 'statemine' | 'statemint'; specVersion: string; }]} */
const [methods, metadata, version] = await Promise.all([
get('rpc_methods'),
get('state_call', ['Metadata_metadata_at_version', META_VERSION_HEX]),
get('state_getRuntimeVersion')
]);
const chain = parseChainName(version.specName);
const metaVer = parseInt(metadata.substring(20, 22), 16);
const path = `packages/types-support/src/metadata/v${META_VERSION}/${chain}`;
fs.writeFileSync(`${path}-hex.ts`, `${CMD[chain]} '${metadata}';\n`);
fs.writeFileSync(`${path}-rpc.ts`, `${CMD[chain]} ${JSON.stringify(methods, null, 2)};\n`);
fs.writeFileSync(`${path}-ver.ts`, `${CMD[chain]} ${JSON.stringify(version, null, 2)};\n`);
console.log(`Retrieved ${chain}/${version.specVersion}, metadata v${metaVer}`);
};
main().catch((err) => console.error(err)).finally(() => process.exit());
+192 -192
View File
@@ -447,27 +447,27 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:14.2.2, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:14.3.1, @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:14.2.2"
"@polkadot/rpc-augment": "npm:14.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/types-augment": "npm:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/api-base": "npm:14.3.1"
"@polkadot/rpc-augment": "npm:14.3.1"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-augment": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:14.2.2, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:14.3.1, @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:14.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/rpc-core": "npm:14.3.1"
"@polkadot/types": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.0"
languageName: unknown
@@ -477,93 +477,93 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@polkadot/api": "npm:14.2.2"
"@polkadot/api-augment": "npm:14.2.2"
"@polkadot/keyring": "npm:^13.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/types-create": "npm:14.2.2"
"@polkadot/types-support": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@polkadot/api": "npm:14.3.1"
"@polkadot/api-augment": "npm:14.3.1"
"@polkadot/keyring": "npm:^13.2.3"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/types-create": "npm:14.3.1"
"@polkadot/types-support": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:14.2.2, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:14.3.1, @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:14.2.2"
"@polkadot/api-augment": "npm:14.2.2"
"@polkadot/api-base": "npm:14.2.2"
"@polkadot/rpc-augment": "npm:14.2.2"
"@polkadot/rpc-core": "npm:14.2.2"
"@polkadot/rpc-provider": "npm:14.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/types-support": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@polkadot/api": "npm:14.3.1"
"@polkadot/api-augment": "npm:14.3.1"
"@polkadot/api-base": "npm:14.3.1"
"@polkadot/rpc-augment": "npm:14.3.1"
"@polkadot/rpc-core": "npm:14.3.1"
"@polkadot/rpc-provider": "npm:14.3.1"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/types-support": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/api@npm:14.2.2, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:14.3.1, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:14.2.2"
"@polkadot/api-base": "npm:14.2.2"
"@polkadot/api-derive": "npm:14.2.2"
"@polkadot/keyring": "npm:^13.2.2"
"@polkadot/rpc-augment": "npm:14.2.2"
"@polkadot/rpc-core": "npm:14.2.2"
"@polkadot/rpc-provider": "npm:14.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/types-augment": "npm:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/types-create": "npm:14.2.2"
"@polkadot/types-known": "npm:14.2.2"
"@polkadot/types-support": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@polkadot/api-augment": "npm:14.3.1"
"@polkadot/api-base": "npm:14.3.1"
"@polkadot/api-derive": "npm:14.3.1"
"@polkadot/keyring": "npm:^13.2.3"
"@polkadot/rpc-augment": "npm:14.3.1"
"@polkadot/rpc-core": "npm:14.3.1"
"@polkadot/rpc-provider": "npm:14.3.1"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-augment": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/types-create": "npm:14.3.1"
"@polkadot/types-known": "npm:14.3.1"
"@polkadot/types-support": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
eventemitter3: "npm:^5.0.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/dev-test@npm:^0.81.2":
version: 0.81.2
resolution: "@polkadot/dev-test@npm:0.81.2"
"@polkadot/dev-test@npm:^0.82.1":
version: 0.82.1
resolution: "@polkadot/dev-test@npm:0.82.1"
dependencies:
jsdom: "npm:^24.0.0"
tslib: "npm:^2.7.0"
checksum: 10/1028c3b1804567128f1cc796df2285827bb8d9d54afee8c81f28821d2205e7f4522bd9659eb2e7645a080568d43b394279db12b1c2debdc447d5567317b7c2fc
checksum: 10/669690400183b33187a526c9b5d5427957e30ace31635975a7b20d2cbfc4bda002f9ea71bde87e9e37d8153bc5b56b7d6059b52a3fe973fce6023595a438e3df
languageName: node
linkType: hard
"@polkadot/dev-ts@npm:^0.81.2":
version: 0.81.2
resolution: "@polkadot/dev-ts@npm:0.81.2"
"@polkadot/dev-ts@npm:^0.82.1":
version: 0.82.1
resolution: "@polkadot/dev-ts@npm:0.82.1"
dependencies:
json5: "npm:^2.2.3"
tslib: "npm:^2.7.0"
typescript: "npm:^5.5.4"
checksum: 10/cb25e9523cbad5029f7e149135aa003286d9c907677902e6a1ffe4a905d6c31f6c88a647b3be0e51b09e62528fca2a3121f12a748942ecd6eccefd8da1eb3369
checksum: 10/a7ac2a614bf93e2406d65e153f110d55c8b2a7eaf44672622586dd2f9bc0d6e4a36e0a05a66654370a1c66061a7668f0df93151142c7d9a281d56df4827c9418
languageName: node
linkType: hard
"@polkadot/dev@npm:^0.81.2":
version: 0.81.2
resolution: "@polkadot/dev@npm:0.81.2"
"@polkadot/dev@npm:^0.82.1":
version: 0.82.1
resolution: "@polkadot/dev@npm:0.82.1"
dependencies:
"@eslint/js": "npm:^8.56.0"
"@polkadot/dev-test": "npm:^0.81.2"
"@polkadot/dev-ts": "npm:^0.81.2"
"@polkadot/dev-test": "npm:^0.82.1"
"@polkadot/dev-ts": "npm:^0.82.1"
"@rollup/plugin-alias": "npm:^5.1.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.2"
@@ -628,73 +628,73 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
checksum: 10/304d2e1e5a5669b0888026fd0fb3e82dba75e1a85c9c40481d0832b072bac9ba6f9e9755db4bdce4c2aa10c631ef7f4fba84114a1b6490d25aa5b4f6dff65299
checksum: 10/5739c27e09db8bf09582f1016d7db83ca6c09eb9ece9b4c3df05073670dccb5ecb05464e26c4aaea846354dc6cfcea26f6dd727fc2c42bc8e04e04f9319e5321
languageName: node
linkType: hard
"@polkadot/keyring@npm:^13.2.2":
version: 13.2.2
resolution: "@polkadot/keyring@npm:13.2.2"
"@polkadot/keyring@npm:^13.2.3":
version: 13.2.3
resolution: "@polkadot/keyring@npm:13.2.3"
dependencies:
"@polkadot/util": "npm:13.2.2"
"@polkadot/util-crypto": "npm:13.2.2"
"@polkadot/util": "npm:13.2.3"
"@polkadot/util-crypto": "npm:13.2.3"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.2.2
"@polkadot/util-crypto": 13.2.2
checksum: 10/552972c5e4c26f8a95dbb18552cbcfb04c87e085022153a705025987bb77655dc6c32709ea4b8300ebe74945a32b7f8a88ab50460d1962b847335daeae19bda1
"@polkadot/util": 13.2.3
"@polkadot/util-crypto": 13.2.3
checksum: 10/c89cbdd3830f54cabcfde01527b7597a215b39dd7f26a374b1f0f43051fb0443385607548528c0b11eb42ca05d90569f38b13aeeed25858ccfa7ecf1d7345a21
languageName: node
linkType: hard
"@polkadot/networks@npm:13.2.2, @polkadot/networks@npm:^13.2.2":
version: 13.2.2
resolution: "@polkadot/networks@npm:13.2.2"
"@polkadot/networks@npm:13.2.3, @polkadot/networks@npm:^13.2.3":
version: 13.2.3
resolution: "@polkadot/networks@npm:13.2.3"
dependencies:
"@polkadot/util": "npm:13.2.2"
"@polkadot/util": "npm:13.2.3"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10/a1282e7104ed0c3ca0c8b42db115fa95ae99e03ea878e1837db92b04fada55c0ed7a55a63c2d36d248ec467e471e72c49026f75233eddd7dbd7037e3a1c81bb2
checksum: 10/83c4d6321b67c8a5eaf55189dba2180e49600d12ebd55fe861780241fbe8969c972a8b184c91b64a03880c74502889f35ec2eef124f7288e27f2e77ecc4f5e39
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:14.2.2, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:14.3.1, @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:14.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/rpc-core": "npm:14.3.1"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:14.2.2, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:14.3.1, @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.2.2"
"@polkadot/rpc-augment": "npm:14.2.2"
"@polkadot/rpc-provider": "npm:14.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/keyring": "npm:^13.2.3"
"@polkadot/rpc-augment": "npm:14.3.1"
"@polkadot/rpc-provider": "npm:14.3.1"
"@polkadot/types": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:14.2.2, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:14.3.1, @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.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/types-support": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@polkadot/x-fetch": "npm:^13.2.2"
"@polkadot/x-global": "npm:^13.2.2"
"@polkadot/x-ws": "npm:^13.2.2"
"@polkadot/keyring": "npm:^13.2.3"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-support": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
"@polkadot/x-fetch": "npm:^13.2.3"
"@polkadot/x-global": "npm:^13.2.3"
"@polkadot/x-ws": "npm:^13.2.3"
"@substrate/connect": "npm:0.8.11"
eventemitter3: "npm:^5.0.1"
mock-socket: "npm:^9.3.1"
@@ -710,18 +710,18 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/typegen@workspace:packages/typegen"
dependencies:
"@polkadot/api": "npm:14.2.2"
"@polkadot/api-augment": "npm:14.2.2"
"@polkadot/rpc-augment": "npm:14.2.2"
"@polkadot/rpc-provider": "npm:14.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/types-augment": "npm:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/types-create": "npm:14.2.2"
"@polkadot/types-support": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@polkadot/x-ws": "npm:^13.2.2"
"@polkadot/api": "npm:14.3.1"
"@polkadot/api-augment": "npm:14.3.1"
"@polkadot/rpc-augment": "npm:14.3.1"
"@polkadot/rpc-provider": "npm:14.3.1"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-augment": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/types-create": "npm:14.3.1"
"@polkadot/types-support": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
"@polkadot/x-ws": "npm:^13.2.3"
"@types/yargs": "npm:^17.0.33"
handlebars: "npm:^4.7.8"
tslib: "npm:^2.8.0"
@@ -735,113 +735,113 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@npm:14.2.2, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:14.3.1, @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:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:14.2.2, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:14.3.1, @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:14.2.2"
"@polkadot/types-augment": "npm:14.2.2"
"@polkadot/types-support": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@polkadot/x-bigint": "npm:^13.2.2"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-augment": "npm:14.3.1"
"@polkadot/types-support": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
"@polkadot/x-bigint": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:14.2.2, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:14.3.1, @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:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:14.2.2, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:14.3.1, @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:14.2.2"
"@polkadot/networks": "npm:^13.2.2"
"@polkadot/types": "npm:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/types-create": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/api": "npm:14.3.1"
"@polkadot/networks": "npm:^13.2.3"
"@polkadot/types": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/types-create": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:14.2.2, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:14.3.1, @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.2.2"
"@polkadot/util": "npm:^13.2.3"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/types@npm:14.2.2, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:14.3.1, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^13.2.2"
"@polkadot/types-augment": "npm:14.2.2"
"@polkadot/types-codec": "npm:14.2.2"
"@polkadot/types-create": "npm:14.2.2"
"@polkadot/types-support": "npm:14.2.2"
"@polkadot/util": "npm:^13.2.2"
"@polkadot/util-crypto": "npm:^13.2.2"
"@polkadot/keyring": "npm:^13.2.3"
"@polkadot/types-augment": "npm:14.3.1"
"@polkadot/types-codec": "npm:14.3.1"
"@polkadot/types-create": "npm:14.3.1"
"@polkadot/types-support": "npm:14.3.1"
"@polkadot/util": "npm:^13.2.3"
"@polkadot/util-crypto": "npm:^13.2.3"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:13.2.2, @polkadot/util-crypto@npm:^13.2.2":
version: 13.2.2
resolution: "@polkadot/util-crypto@npm:13.2.2"
"@polkadot/util-crypto@npm:13.2.3, @polkadot/util-crypto@npm:^13.2.3":
version: 13.2.3
resolution: "@polkadot/util-crypto@npm:13.2.3"
dependencies:
"@noble/curves": "npm:^1.3.0"
"@noble/hashes": "npm:^1.3.3"
"@polkadot/networks": "npm:13.2.2"
"@polkadot/util": "npm:13.2.2"
"@polkadot/networks": "npm:13.2.3"
"@polkadot/util": "npm:13.2.3"
"@polkadot/wasm-crypto": "npm:^7.4.1"
"@polkadot/wasm-util": "npm:^7.4.1"
"@polkadot/x-bigint": "npm:13.2.2"
"@polkadot/x-randomvalues": "npm:13.2.2"
"@polkadot/x-bigint": "npm:13.2.3"
"@polkadot/x-randomvalues": "npm:13.2.3"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.2.2
checksum: 10/7f00b4a89be841cfa67c2a25717c21ead158ed52b3f166b5140dae6b2b20e011823b2c06b7df7df95216d964265db151d8785e3db8823ab62ffcc8986d769cd7
"@polkadot/util": 13.2.3
checksum: 10/47baf5cab1bd2ca20633ef324a35d7b8a4ecb6bff41eb9e0dac8229495d3a7e74f7bc685d652dd465c9339598fa4e885abce8f539329e77b32a1aa0920169825
languageName: node
linkType: hard
"@polkadot/util@npm:13.2.2, @polkadot/util@npm:^13.2.2":
version: 13.2.2
resolution: "@polkadot/util@npm:13.2.2"
"@polkadot/util@npm:13.2.3, @polkadot/util@npm:^13.2.3":
version: 13.2.3
resolution: "@polkadot/util@npm:13.2.3"
dependencies:
"@polkadot/x-bigint": "npm:13.2.2"
"@polkadot/x-global": "npm:13.2.2"
"@polkadot/x-textdecoder": "npm:13.2.2"
"@polkadot/x-textencoder": "npm:13.2.2"
"@polkadot/x-bigint": "npm:13.2.3"
"@polkadot/x-global": "npm:13.2.3"
"@polkadot/x-textdecoder": "npm:13.2.3"
"@polkadot/x-textencoder": "npm:13.2.3"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10/acf145fdf49ad7e39a8df2c24eba510956281196902684fa42ce3b4f2152863478a5410b9f64b9a73ab689f37b64f8e01af15027a29812417b1333f143d14c21
checksum: 10/45c493224599a003cb52c98d0be502088e3e05dc74e1c505d579aae77341bf1769fbe1ca6c13df8b581235690f78c3b36f8525d378af9df5663a1c21becc4766
languageName: node
linkType: hard
@@ -925,77 +925,77 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-bigint@npm:13.2.2, @polkadot/x-bigint@npm:^13.2.2":
version: 13.2.2
resolution: "@polkadot/x-bigint@npm:13.2.2"
"@polkadot/x-bigint@npm:13.2.3, @polkadot/x-bigint@npm:^13.2.3":
version: 13.2.3
resolution: "@polkadot/x-bigint@npm:13.2.3"
dependencies:
"@polkadot/x-global": "npm:13.2.2"
"@polkadot/x-global": "npm:13.2.3"
tslib: "npm:^2.8.0"
checksum: 10/00cdd6298a82971c700b1cb9d9dda26423a46fe86044fe74c5c14cb15d70ca912f044a1c935416fb363b58f84544e7f7a5a79eedefccdfbc56e5185637781c90
checksum: 10/1ede67d15b2e66eb8546e6f7ea9bd3599969eda2a75339a5e7077d1db67e1cebd61b5b4522c344ee3210e3117e9c8c36fe623fc691e0d4a8c0f9b0dc39b768a5
languageName: node
linkType: hard
"@polkadot/x-fetch@npm:^13.2.2":
version: 13.2.2
resolution: "@polkadot/x-fetch@npm:13.2.2"
"@polkadot/x-fetch@npm:^13.2.3":
version: 13.2.3
resolution: "@polkadot/x-fetch@npm:13.2.3"
dependencies:
"@polkadot/x-global": "npm:13.2.2"
"@polkadot/x-global": "npm:13.2.3"
node-fetch: "npm:^3.3.2"
tslib: "npm:^2.8.0"
checksum: 10/19110cbe80ec105eb4f86f162f6f86a930e18bd189d422dbb724a5a0cf7ad83167ed86671835fd43948f5f92295b570ec7bb997f308359bf9ddb6cea335b4438
checksum: 10/55104a2f6ca60acc25e15becf67988f19e702afa985283451436ca42a417e04d87f91332a1afba78537691c370f7a053ec6e07ba111464d25ccbecc99864eac7
languageName: node
linkType: hard
"@polkadot/x-global@npm:13.2.2, @polkadot/x-global@npm:^13.2.2":
version: 13.2.2
resolution: "@polkadot/x-global@npm:13.2.2"
"@polkadot/x-global@npm:13.2.3, @polkadot/x-global@npm:^13.2.3":
version: 13.2.3
resolution: "@polkadot/x-global@npm:13.2.3"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/9b2747c6b581943c82d6228e886fd491ea41068e07d1da3654c9acc27ace5e1b8682c6e9f8ceaffe68aa88fb386758ebe70f595fde8a5a2544361999e39e74f1
checksum: 10/163b11c938c4496a94fd476b909b8358007c17e9a251d627c4114d14419c8cd462d8246a580a28e859c91d71c384fc3acfeb27d2e0559c4a443226cbb25df560
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:13.2.2":
version: 13.2.2
resolution: "@polkadot/x-randomvalues@npm:13.2.2"
"@polkadot/x-randomvalues@npm:13.2.3":
version: 13.2.3
resolution: "@polkadot/x-randomvalues@npm:13.2.3"
dependencies:
"@polkadot/x-global": "npm:13.2.2"
"@polkadot/x-global": "npm:13.2.3"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.2.2
"@polkadot/util": 13.2.3
"@polkadot/wasm-util": "*"
checksum: 10/d30e37bc659f4fe045b421e80fc37849e92351ff64244c90651f35ef1fb8722ad1d8d421fc459d039a5f53b9072635f4f531a5a0fd029269025a86178b44b327
checksum: 10/864b94a2f031582095afc4e0b2ecbb315cb76122b35f359f236704d8e753b0225c7a6f78a68c990bfbb7b2ea8287d05f0fcb9c27a3c2bd785408de3074fa9636
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:13.2.2":
version: 13.2.2
resolution: "@polkadot/x-textdecoder@npm:13.2.2"
"@polkadot/x-textdecoder@npm:13.2.3":
version: 13.2.3
resolution: "@polkadot/x-textdecoder@npm:13.2.3"
dependencies:
"@polkadot/x-global": "npm:13.2.2"
"@polkadot/x-global": "npm:13.2.3"
tslib: "npm:^2.8.0"
checksum: 10/8fcf79d362141f011123230f7f82f9145cd7c0c7f2ac8caa89f0b8a59e457aad6ffb6e05dee98bd7e254dbd87cce6660dea50e7a41b09830f81e1e350f49a276
checksum: 10/e67cfb4677cd8a43ed7678421562280947bf22b13d8d4b0ac49e20a34939bbd7de02b8e51a1f5f138c0884847d7c782fb6bbb13d2d7556d1bb7a4e39508c949d
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:13.2.2":
version: 13.2.2
resolution: "@polkadot/x-textencoder@npm:13.2.2"
"@polkadot/x-textencoder@npm:13.2.3":
version: 13.2.3
resolution: "@polkadot/x-textencoder@npm:13.2.3"
dependencies:
"@polkadot/x-global": "npm:13.2.2"
"@polkadot/x-global": "npm:13.2.3"
tslib: "npm:^2.8.0"
checksum: 10/e382f7b1601b11b91fa17242af0357ecd7db4bd7f6db2cea88eef9a5bb3f64271089569b34e28685d62f8e89e870876f2872ec2f34a8aee44515f47e79cd4f0f
checksum: 10/54630e2ca156cda7d5f8eb3d5283f43d2729c579d032d9d2b088c2a599d3be905c237d9ebcca3fd432e1fca9d1d0349585e4bf8e27000946a2d6f3c8fef1009d
languageName: node
linkType: hard
"@polkadot/x-ws@npm:^13.2.2":
version: 13.2.2
resolution: "@polkadot/x-ws@npm:13.2.2"
"@polkadot/x-ws@npm:^13.2.3":
version: 13.2.3
resolution: "@polkadot/x-ws@npm:13.2.3"
dependencies:
"@polkadot/x-global": "npm:13.2.2"
"@polkadot/x-global": "npm:13.2.3"
tslib: "npm:^2.8.0"
ws: "npm:^8.18.0"
checksum: 10/f98fcf8350c691c78e2a06487dd57071e13d64014c8192fae2b4fd75435edd946bc4847142933f58046c93709160c912d7d8fa990b8f02b4db929f610b34c77b
checksum: 10/35c66899e1bdfeaf2956d663124fc4c33fb1f0b47f3e14f9f9aa8f1e291a7a14cae264aa15baadf7ba85f5c314fbfce61b1fc4bfad3b1d3fc51c1f1dfa60659d
languageName: node
linkType: hard
@@ -7945,7 +7945,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@polkadot/dev": "npm:^0.81.2"
"@polkadot/dev": "npm:^0.82.1"
"@polkadot/typegen": "workspace:packages/typegen"
"@types/node": "npm:^22.7.5"
languageName: unknown