Compare commits

..
14 Commits
Author SHA1 Message Date
github-actions[bot] 2b269d25b8 [CI Skip] release/stable 15.9.2
skip-checks: true
2025-04-15 17:49:52 +00:00
Valentin Fernandez 86f3f4748a 15.9.2 (#6129) 2025-04-15 14:44:14 -03:00
github-actions[bot] 3773ae8ed5 [CI Skip] bump/beta 15.9.2-2-x
skip-checks: true
2025-04-15 15:08:22 +00:00
Valentin Fernandez b8dd03f25c bump deps (#6128) 2025-04-15 12:02:42 -03:00
github-actions[bot] a0a787d8b9 [CI Skip] bump/beta 15.9.2-1-x
skip-checks: true
2025-04-11 11:51:56 +00:00
Tarik Gul 1b72a1cb11 Improve type registry known defaults implementation to a Map (#6127) 2025-04-11 14:46:15 +03:00
github-actions[bot] c334c161f0 [CI Skip] bump/beta 15.9.2-0-x
skip-checks: true
2025-04-11 11:42:13 +00:00
Tarik Gul 311cbe5fee Enhance property access validation in Struct decoding (#6126) 2025-04-11 14:36:32 +03:00
github-actions[bot] cf7e2f01ac [CI Skip] release/stable 15.9.1
skip-checks: true
2025-03-27 20:37:24 +00:00
Valentin Fernandez 4863709083 15.9.1 (#6124)
* 15.8.2

* 15.9.1
2025-03-27 17:31:48 -03:00
github-actions[bot] a1d7cad9d8 [CI Skip] bump/beta 15.8.2-1-x
skip-checks: true
2025-03-27 15:44:29 +00:00
Valentin Fernandez 7f7acd6421 Make TTL configurable on WsProvider & HttpProvider (#6123)
* Make TTL configurable on WsProvider & HttpProvider

* lint

* change ttl to cacheTtl
2025-03-27 12:38:51 -03:00
github-actions[bot] a5c5f76aee [CI Skip] bump/beta 15.8.2-0-x
skip-checks: true
2025-03-24 17:34:52 +00:00
Valentin Fernandez d0905268a4 Fix signAsync() docs (#6121)
* Fix signAsync description

* Remove note
2025-03-24 14:29:18 -03:00
40 changed files with 361 additions and 340 deletions
+17
View File
@@ -1,5 +1,22 @@
# CHANGELOG
## 15.9.2 Apr 15, 2025
Changes:
- Enhance property access validation in Struct decoding ([#6126](https://github.com/polkadot-js/api/pull/6126))
- Improve type registry known defaults implementation to a Map ([#6127](https://github.com/polkadot-js/api/pull/6127))
- bump polkadot/common to 13.4.4 ([#6128](https://github.com/polkadot-js/api/pull/6128))
## 15.9.1 Mar 27, 2025
Changes:
- Fix signAsync() docs ([#6121](https://github.com/polkadot-js/api/pull/6121))
- Make TTL configurable on WsProvider & HttpProvider ([#6123](https://github.com/polkadot-js/api/pull/6123))
## 15.8.1 Mar 10, 2025
Changes:
+2 -2
View File
@@ -1,11 +1,11 @@
3512 Jaco Bump deps (#5785)
161 Tarik Gul Add WeightReclaim transaction extension to known extensions (#6102)
163 Tarik Gul Improve type registry known defaults implementation to a Map (#6127)
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)
23 Valentin Fernandez 15.9.2 (#6129)
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
19 Xiliang Chen no warm for unknown signed extensions (#5601)
18 Valentin Fernandez Increase version to 15.8.1 (#6114)
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)
+3 -3
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"versions": {
"git": "15.8.1",
"npm": "15.8.1"
"git": "15.9.2",
"npm": "15.9.2"
},
"workspaces": [
"packages/*"
+7 -7
View File
@@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "15.8.1",
"@polkadot/rpc-augment": "15.8.1",
"@polkadot/types": "15.8.1",
"@polkadot/types-augment": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/api-base": "15.9.2",
"@polkadot/rpc-augment": "15.9.2",
"@polkadot/types": "15.9.2",
"@polkadot/types-augment": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/util": "^13.4.4",
"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: '15.8.1' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '15.9.2' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.8.1",
"@polkadot/types": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/rpc-core": "15.9.2",
"@polkadot/types": "15.9.2",
"@polkadot/util": "^13.4.4",
"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: '15.8.1' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '15.9.2' };
+3 -6
View File
@@ -68,13 +68,10 @@ export interface SubmittableExtrinsic<ApiType extends ApiTypes, R extends ISubmi
send (statusCb: Callback<R>): SubmittableResultSubscription<ApiType, R>;
/**
* @description Sign and broadcast the constructued transaction.
* @description Sign the constructed transaction asynchronously.
*
* Note for injected signers:
* As of v12.0.2 and up the `SignerResult` return type for `signPayload` allows for the `signedTransaction` field.
* This allows the signer to input a signed transaction that will modify the payload. This
* The api will ensure that the Call Data is not changed. This allows for the signer to modify the payload to add
* things like `mode`, and `metadataHash` for signedExtensions such as `CheckMetadataHash`.
* The result is a signed extrinsic that is ready to be broadcast to the network via `.send()`, `rpc.author.submitExtrinsic()`, or
* any custom submission logic.
*/
signAsync (account: AddressOrPair, _options?: Partial<SignerOptions>): PromiseOrObs<ApiType, this>;
+11 -11
View File
@@ -18,22 +18,22 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "15.8.1",
"@polkadot/api-augment": "15.8.1",
"@polkadot/types": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/types-create": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"@polkadot/api": "15.9.2",
"@polkadot/api-augment": "15.9.2",
"@polkadot/types": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/types-create": "15.9.2",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "15.8.1",
"@polkadot/keyring": "^13.4.3",
"@polkadot/types-support": "15.8.1"
"@polkadot/api-augment": "15.9.2",
"@polkadot/keyring": "^13.4.4",
"@polkadot/types-support": "15.9.2"
}
}
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '15.9.2' };
+14 -14
View File
@@ -18,25 +18,25 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/api": "15.8.1",
"@polkadot/api-augment": "15.8.1",
"@polkadot/api-base": "15.8.1",
"@polkadot/rpc-core": "15.8.1",
"@polkadot/types": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"@polkadot/api": "15.9.2",
"@polkadot/api-augment": "15.9.2",
"@polkadot/api-base": "15.9.2",
"@polkadot/rpc-core": "15.9.2",
"@polkadot/types": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "15.8.1",
"@polkadot/api-augment": "15.8.1",
"@polkadot/rpc-augment": "15.8.1",
"@polkadot/rpc-provider": "15.8.1",
"@polkadot/types-support": "15.8.1"
"@polkadot/api": "15.9.2",
"@polkadot/api-augment": "15.9.2",
"@polkadot/rpc-augment": "15.9.2",
"@polkadot/rpc-provider": "15.9.2",
"@polkadot/types-support": "15.9.2"
}
}
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '15.9.2' };
+17 -17
View File
@@ -18,29 +18,29 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "15.8.1",
"@polkadot/api-base": "15.8.1",
"@polkadot/api-derive": "15.8.1",
"@polkadot/keyring": "^13.4.3",
"@polkadot/rpc-augment": "15.8.1",
"@polkadot/rpc-core": "15.8.1",
"@polkadot/rpc-provider": "15.8.1",
"@polkadot/types": "15.8.1",
"@polkadot/types-augment": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/types-create": "15.8.1",
"@polkadot/types-known": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"@polkadot/api-augment": "15.9.2",
"@polkadot/api-base": "15.9.2",
"@polkadot/api-derive": "15.9.2",
"@polkadot/keyring": "^13.4.4",
"@polkadot/rpc-augment": "15.9.2",
"@polkadot/rpc-core": "15.9.2",
"@polkadot/rpc-provider": "15.9.2",
"@polkadot/types": "15.9.2",
"@polkadot/types-augment": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/types-create": "15.9.2",
"@polkadot/types-known": "15.9.2",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "15.8.1",
"@polkadot/types-support": "15.8.1"
"@polkadot/api-augment": "15.9.2",
"@polkadot/types-support": "15.9.2"
}
}
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '15.9.2' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "15.8.1",
"@polkadot/types": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/rpc-core": "15.9.2",
"@polkadot/types": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/util": "^13.4.4",
"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: '15.8.1' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '15.9.2' };
+7 -7
View File
@@ -18,18 +18,18 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "15.8.1",
"@polkadot/rpc-provider": "15.8.1",
"@polkadot/types": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/rpc-augment": "15.9.2",
"@polkadot/rpc-provider": "15.9.2",
"@polkadot/types": "15.9.2",
"@polkadot/util": "^13.4.4",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.4.3",
"@polkadot/rpc-augment": "15.8.1"
"@polkadot/keyring": "^13.4.4",
"@polkadot/rpc-augment": "15.9.2"
}
}
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '15.9.2' };
+9 -9
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.4.3",
"@polkadot/types": "15.8.1",
"@polkadot/types-support": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"@polkadot/x-fetch": "^13.4.3",
"@polkadot/x-global": "^13.4.3",
"@polkadot/x-ws": "^13.4.3",
"@polkadot/keyring": "^13.4.4",
"@polkadot/types": "15.9.2",
"@polkadot/types-support": "15.9.2",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"@polkadot/x-fetch": "^13.4.4",
"@polkadot/x-global": "^13.4.4",
"@polkadot/x-ws": "^13.4.4",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.5",
+6 -3
View File
@@ -9,7 +9,7 @@ import { fetch } from '@polkadot/x-fetch';
import { RpcCoder } from '../coder/index.js';
import defaults from '../defaults.js';
import { DEFAULT_CAPACITY, LRUCache } from '../lru.js';
import { DEFAULT_CAPACITY, DEFAULT_TTL, LRUCache } from '../lru.js';
const ERROR_SUBSCRIBE = 'HTTP Provider does not have subscriptions, use WebSockets instead';
@@ -45,8 +45,11 @@ export class HttpProvider implements ProviderInterface {
/**
* @param {string} endpoint The endpoint url starting with http://
* @param {Record<string, string>} headers The headers provided to the underlying Http Endpoint
* @param {number} [cacheCapacity] Custom size of the HttpProvider LRUCache. Defaults to `DEFAULT_CAPACITY` (1024)
* @param {number} [cacheTtl] Custom TTL of the HttpProvider LRUCache. Determines how long an object can live in the cache. Defaults to `DEFAULT_TTL` (30000)
*/
constructor (endpoint: string = defaults.HTTP_URL, headers: Record<string, string> = {}, cacheCapacity?: number) {
constructor (endpoint: string = defaults.HTTP_URL, headers: Record<string, string> = {}, cacheCapacity?: number, cacheTtl?: number) {
if (!/^(https|http):\/\//.test(endpoint)) {
throw new Error(`Endpoint should start with 'http://' or 'https://', received '${endpoint}'`);
}
@@ -54,7 +57,7 @@ export class HttpProvider implements ProviderInterface {
this.#coder = new RpcCoder();
this.#endpoint = endpoint;
this.#headers = headers;
this.#callCache = new LRUCache(cacheCapacity === 0 ? 0 : cacheCapacity || DEFAULT_CAPACITY);
this.#callCache = new LRUCache(cacheCapacity === 0 ? 0 : cacheCapacity || DEFAULT_CAPACITY, cacheTtl || DEFAULT_TTL);
this.#cacheCapacity = cacheCapacity === 0 ? 0 : cacheCapacity || DEFAULT_CAPACITY;
this.#stats = {
+2 -1
View File
@@ -6,6 +6,7 @@
// for Kusama/Polkadot/Substrate falls between 600-750K, 2x for estimate)
export const DEFAULT_CAPACITY = 1024;
export const DEFAULT_TTL = 30000;
class LRUNode {
readonly key: string;
@@ -46,7 +47,7 @@ export class LRUCache {
readonly #ttl: number;
constructor (capacity = DEFAULT_CAPACITY, ttl = 30000) {
constructor (capacity = DEFAULT_CAPACITY, ttl = DEFAULT_TTL) {
this.capacity = capacity;
this.#ttl = ttl;
this.#head = this.#tail = new LRUNode('<empty>', ttl);
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '15.9.2' };
+4 -3
View File
@@ -13,7 +13,7 @@ import { WebSocket } from '@polkadot/x-ws';
import { RpcCoder } from '../coder/index.js';
import defaults from '../defaults.js';
import { DEFAULT_CAPACITY, LRUCache } from '../lru.js';
import { DEFAULT_CAPACITY, DEFAULT_TTL, LRUCache } from '../lru.js';
import { getWSErrorString } from './errors.js';
interface SubscriptionHandler {
@@ -110,8 +110,9 @@ export class WsProvider implements ProviderInterface {
* @param {Record<string, string>} headers The headers provided to the underlying WebSocket
* @param {number} [timeout] Custom timeout value used per request . Defaults to `DEFAULT_TIMEOUT_MS`
* @param {number} [cacheCapacity] Custom size of the WsProvider LRUCache. Defaults to `DEFAULT_CAPACITY` (1024)
* @param {number} [cacheTtl] Custom TTL of the WsProvider LRUCache. Determines how long an object can live in the cache. Defaults to DEFAULT_TTL` (30000)
*/
constructor (endpoint: string | string[] = defaults.WS_URL, autoConnectMs: number | false = RETRY_DELAY, headers: Record<string, string> = {}, timeout?: number, cacheCapacity?: number) {
constructor (endpoint: string | string[] = defaults.WS_URL, autoConnectMs: number | false = RETRY_DELAY, headers: Record<string, string> = {}, timeout?: number, cacheCapacity?: number, cacheTtl?: number) {
const endpoints = Array.isArray(endpoint)
? endpoint
: [endpoint];
@@ -125,7 +126,7 @@ export class WsProvider implements ProviderInterface {
throw new Error(`Endpoint should start with 'ws://', received '${endpoint}'`);
}
});
this.#callCache = new LRUCache(cacheCapacity || DEFAULT_CAPACITY);
this.#callCache = new LRUCache(cacheCapacity || DEFAULT_CAPACITY, cacheTtl || DEFAULT_TTL);
this.#cacheCapacity = cacheCapacity || DEFAULT_CAPACITY;
this.#eventemitter = new EventEmitter();
this.#autoConnectMs = autoConnectMs || 0;
+14 -14
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"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": "15.8.1",
"@polkadot/api-augment": "15.8.1",
"@polkadot/api-derive": "15.8.1",
"@polkadot/rpc-augment": "15.8.1",
"@polkadot/rpc-provider": "15.8.1",
"@polkadot/types": "15.8.1",
"@polkadot/types-augment": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/types-create": "15.8.1",
"@polkadot/types-support": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"@polkadot/x-ws": "^13.4.3",
"@polkadot/api": "15.9.2",
"@polkadot/api-augment": "15.9.2",
"@polkadot/api-derive": "15.9.2",
"@polkadot/rpc-augment": "15.9.2",
"@polkadot/rpc-provider": "15.9.2",
"@polkadot/types": "15.9.2",
"@polkadot/types-augment": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/types-create": "15.9.2",
"@polkadot/types-support": "15.9.2",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"@polkadot/x-ws": "^13.4.4",
"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: '15.8.1' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '15.9.2' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/types": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/types": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/util": "^13.4.4",
"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: '15.8.1' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '15.9.2' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.4.3",
"@polkadot/x-bigint": "^13.4.3",
"@polkadot/util": "^13.4.4",
"@polkadot/x-bigint": "^13.4.4",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "15.8.1",
"@polkadot/types-augment": "15.8.1",
"@polkadot/types-support": "15.8.1",
"@polkadot/util-crypto": "^13.4.3"
"@polkadot/types": "15.9.2",
"@polkadot/types-augment": "15.9.2",
"@polkadot/types-support": "15.9.2",
"@polkadot/util-crypto": "^13.4.4"
}
}
+5 -3
View File
@@ -43,7 +43,7 @@ function decodeStructFromObject (registry: Registry, [Types, keys]: Definition,
} else if (typeofMap) {
assign = jsonKey && value.get(jsonKey);
} else {
assign = jsonKey && value[jsonKey] as unknown;
assign = jsonKey && Object.prototype.hasOwnProperty.call(value, jsonKey) ? value[jsonKey] as unknown : undefined;
if (isUndefined(assign)) {
if (isUndefined(jsonObj)) {
@@ -52,11 +52,13 @@ function decodeStructFromObject (registry: Registry, [Types, keys]: Definition,
jsonObj = {};
for (let e = 0, ecount = entries.length; e < ecount; e++) {
jsonObj[stringCamelCase(entries[e][0])] = entries[e][1];
if (Object.prototype.hasOwnProperty.call(value, entries[e][0])) {
jsonObj[stringCamelCase(entries[e][0])] = entries[e][1];
}
}
}
assign = jsonKey && jsonObj[jsonKey];
assign = jsonKey && Object.prototype.hasOwnProperty.call(jsonObj, jsonKey) ? jsonObj[jsonKey] : undefined;
}
}
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '15.9.2' };
+4 -4
View File
@@ -18,14 +18,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/types-codec": "15.9.2",
"@polkadot/util": "^13.4.4",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "15.8.1"
"@polkadot/types": "15.9.2"
}
}
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '15.9.2' };
+7 -7
View File
@@ -18,17 +18,17 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.4.3",
"@polkadot/types": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/types-create": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/networks": "^13.4.4",
"@polkadot/types": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/types-create": "15.9.2",
"@polkadot/util": "^13.4.4",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "15.8.1"
"@polkadot/api": "15.9.2"
}
}
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '15.9.2' };
+2 -2
View File
@@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.4.3",
"@polkadot/util": "^13.4.4",
"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: '15.8.1' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '15.9.2' };
+9 -9
View File
@@ -18,20 +18,20 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "15.8.1",
"version": "15.9.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.4.3",
"@polkadot/types-augment": "15.8.1",
"@polkadot/types-codec": "15.8.1",
"@polkadot/types-create": "15.8.1",
"@polkadot/util": "^13.4.3",
"@polkadot/util-crypto": "^13.4.3",
"@polkadot/keyring": "^13.4.4",
"@polkadot/types-augment": "15.9.2",
"@polkadot/types-codec": "15.9.2",
"@polkadot/types-create": "15.9.2",
"@polkadot/util": "^13.4.4",
"@polkadot/util-crypto": "^13.4.4",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.4.3",
"@polkadot/types-support": "15.8.1"
"@polkadot/keyring": "^13.4.4",
"@polkadot/types-support": "15.9.2"
}
}
+5 -5
View File
@@ -180,7 +180,7 @@ export class TypeRegistry implements Registry {
#unknownTypes = new Map<string, boolean>();
#userExtensions?: ExtDef | undefined;
readonly #knownDefaults: Record<string, CodecClass>;
readonly #knownDefaults: Map<string, CodecClass>;
readonly #knownDefaultsEntries: [string, CodecClass][];
readonly #knownDefinitions: Record<string, Definitions>;
readonly #metadataCalls: Record<string, Record<string, CallFunction>> = {};
@@ -191,8 +191,8 @@ export class TypeRegistry implements Registry {
public createdAtHash?: Hash;
constructor (createdAtHash?: Hash | Uint8Array | string) {
this.#knownDefaults = objectSpread({ Json, Metadata, PortableRegistry, Raw }, baseTypes);
this.#knownDefaultsEntries = Object.entries(this.#knownDefaults);
this.#knownDefaults = new Map(Object.entries({ Json, Metadata, PortableRegistry, Raw, ...baseTypes }));
this.#knownDefaultsEntries = Array.from(this.#knownDefaults.entries());
this.#knownDefinitions = definitions;
const allKnown = Object.values(this.#knownDefinitions);
@@ -351,7 +351,7 @@ export class TypeRegistry implements Registry {
}
public getUnsafe <T extends Codec = Codec, K extends string = string> (name: K, withUnknown?: boolean, knownTypeDef?: TypeDef): CodecClass<T> | undefined {
let Type = this.#classes.get(name) || this.#knownDefaults[name];
let Type = this.#classes.get(name) || this.#knownDefaults.get(name);
// we have not already created the type, attempt it
if (!Type) {
@@ -455,7 +455,7 @@ export class TypeRegistry implements Registry {
}
public hasClass (name: string): boolean {
return this.#classes.has(name) || !!this.#knownDefaults[name];
return this.#classes.has(name) || !!this.#knownDefaults.has(name);
}
public hasDef (name: string): boolean {
+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: '15.8.1' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '15.9.2' };
+178 -178
View File
@@ -447,27 +447,27 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@npm:15.8.1, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@npm:15.9.2, @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:15.8.1"
"@polkadot/rpc-augment": "npm:15.8.1"
"@polkadot/types": "npm:15.8.1"
"@polkadot/types-augment": "npm:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/api-base": "npm:15.9.2"
"@polkadot/rpc-augment": "npm:15.9.2"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-augment": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-base@npm:15.8.1, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@npm:15.9.2, @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:15.8.1"
"@polkadot/types": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/rpc-core": "npm:15.9.2"
"@polkadot/types": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
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:15.8.1"
"@polkadot/api-augment": "npm:15.8.1"
"@polkadot/keyring": "npm:^13.4.3"
"@polkadot/types": "npm:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/types-create": "npm:15.8.1"
"@polkadot/types-support": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/util-crypto": "npm:^13.4.3"
"@polkadot/api": "npm:15.9.2"
"@polkadot/api-augment": "npm:15.9.2"
"@polkadot/keyring": "npm:^13.4.4"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/types-create": "npm:15.9.2"
"@polkadot/types-support": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api-derive@npm:15.8.1, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@npm:15.9.2, @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:15.8.1"
"@polkadot/api-augment": "npm:15.8.1"
"@polkadot/api-base": "npm:15.8.1"
"@polkadot/rpc-augment": "npm:15.8.1"
"@polkadot/rpc-core": "npm:15.8.1"
"@polkadot/rpc-provider": "npm:15.8.1"
"@polkadot/types": "npm:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/types-support": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/util-crypto": "npm:^13.4.3"
"@polkadot/api": "npm:15.9.2"
"@polkadot/api-augment": "npm:15.9.2"
"@polkadot/api-base": "npm:15.9.2"
"@polkadot/rpc-augment": "npm:15.9.2"
"@polkadot/rpc-core": "npm:15.9.2"
"@polkadot/rpc-provider": "npm:15.9.2"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/types-support": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/api@npm:15.8.1, @polkadot/api@workspace:packages/api":
"@polkadot/api@npm:15.9.2, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": "npm:15.8.1"
"@polkadot/api-base": "npm:15.8.1"
"@polkadot/api-derive": "npm:15.8.1"
"@polkadot/keyring": "npm:^13.4.3"
"@polkadot/rpc-augment": "npm:15.8.1"
"@polkadot/rpc-core": "npm:15.8.1"
"@polkadot/rpc-provider": "npm:15.8.1"
"@polkadot/types": "npm:15.8.1"
"@polkadot/types-augment": "npm:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/types-create": "npm:15.8.1"
"@polkadot/types-known": "npm:15.8.1"
"@polkadot/types-support": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/util-crypto": "npm:^13.4.3"
"@polkadot/api-augment": "npm:15.9.2"
"@polkadot/api-base": "npm:15.9.2"
"@polkadot/api-derive": "npm:15.9.2"
"@polkadot/keyring": "npm:^13.4.4"
"@polkadot/rpc-augment": "npm:15.9.2"
"@polkadot/rpc-core": "npm:15.9.2"
"@polkadot/rpc-provider": "npm:15.9.2"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-augment": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/types-create": "npm:15.9.2"
"@polkadot/types-known": "npm:15.9.2"
"@polkadot/types-support": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
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.4.3":
version: 13.4.3
resolution: "@polkadot/keyring@npm:13.4.3"
"@polkadot/keyring@npm:^13.4.4":
version: 13.4.4
resolution: "@polkadot/keyring@npm:13.4.4"
dependencies:
"@polkadot/util": "npm:13.4.3"
"@polkadot/util-crypto": "npm:13.4.3"
"@polkadot/util": "npm:13.4.4"
"@polkadot/util-crypto": "npm:13.4.4"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.4.3
"@polkadot/util-crypto": 13.4.3
checksum: 10/653288a3d98c90dafcec0373919b8f224791a6148ccf09244db0e8fe3535409fe592921da767c7c8dc3bc4e9853b9024730d6554a31e14aa24ecf500ba22b274
"@polkadot/util": 13.4.4
"@polkadot/util-crypto": 13.4.4
checksum: 10/0c9637cf54640898c503721c568831b75a92229d1395d6f228325a4888b8c3fc862ed24a54c0c49b4eaffe9cb23d2734f487deee25a0b78f7382a82e60ac1955
languageName: node
linkType: hard
"@polkadot/networks@npm:13.4.3, @polkadot/networks@npm:^13.4.3":
version: 13.4.3
resolution: "@polkadot/networks@npm:13.4.3"
"@polkadot/networks@npm:13.4.4, @polkadot/networks@npm:^13.4.4":
version: 13.4.4
resolution: "@polkadot/networks@npm:13.4.4"
dependencies:
"@polkadot/util": "npm:13.4.3"
"@polkadot/util": "npm:13.4.4"
"@substrate/ss58-registry": "npm:^1.51.0"
tslib: "npm:^2.8.0"
checksum: 10/17f10458809510f7bb33992788a5235bc1a61a09602adf35d288d7dac192c16187323e18ac8744fea67bb0670c07cb994969440e06a0ab7a0052f95202364517
checksum: 10/8125a55b6ff75a32fdde7fba3584d49c9e096b5fe88c26cb8438af61233d233ef346f3086eb52be2fecf4f2c516fe7cabadf982510732c1beac65e430216f4a5
languageName: node
linkType: hard
"@polkadot/rpc-augment@npm:15.8.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@npm:15.9.2, @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:15.8.1"
"@polkadot/types": "npm:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/rpc-core": "npm:15.9.2"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-core@npm:15.8.1, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@npm:15.9.2, @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.4.3"
"@polkadot/rpc-augment": "npm:15.8.1"
"@polkadot/rpc-provider": "npm:15.8.1"
"@polkadot/types": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/keyring": "npm:^13.4.4"
"@polkadot/rpc-augment": "npm:15.9.2"
"@polkadot/rpc-provider": "npm:15.9.2"
"@polkadot/types": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@npm:15.8.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@npm:15.9.2, @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.4.3"
"@polkadot/types": "npm:15.8.1"
"@polkadot/types-support": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/util-crypto": "npm:^13.4.3"
"@polkadot/x-fetch": "npm:^13.4.3"
"@polkadot/x-global": "npm:^13.4.3"
"@polkadot/x-ws": "npm:^13.4.3"
"@polkadot/keyring": "npm:^13.4.4"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-support": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
"@polkadot/x-fetch": "npm:^13.4.4"
"@polkadot/x-global": "npm:^13.4.4"
"@polkadot/x-ws": "npm:^13.4.4"
"@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:15.8.1"
"@polkadot/api-augment": "npm:15.8.1"
"@polkadot/api-derive": "npm:15.8.1"
"@polkadot/rpc-augment": "npm:15.8.1"
"@polkadot/rpc-provider": "npm:15.8.1"
"@polkadot/types": "npm:15.8.1"
"@polkadot/types-augment": "npm:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/types-create": "npm:15.8.1"
"@polkadot/types-support": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/util-crypto": "npm:^13.4.3"
"@polkadot/x-ws": "npm:^13.4.3"
"@polkadot/api": "npm:15.9.2"
"@polkadot/api-augment": "npm:15.9.2"
"@polkadot/api-derive": "npm:15.9.2"
"@polkadot/rpc-augment": "npm:15.9.2"
"@polkadot/rpc-provider": "npm:15.9.2"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-augment": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/types-create": "npm:15.9.2"
"@polkadot/types-support": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
"@polkadot/x-ws": "npm:^13.4.4"
"@types/yargs": "npm:^17.0.33"
comment-parser: "npm:^1.4.1"
handlebars: "npm:^4.7.8"
@@ -737,113 +737,113 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@npm:15.8.1, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@npm:15.9.2, @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:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-codec@npm:15.8.1, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@npm:15.9.2, @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:15.8.1"
"@polkadot/types-augment": "npm:15.8.1"
"@polkadot/types-support": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/util-crypto": "npm:^13.4.3"
"@polkadot/x-bigint": "npm:^13.4.3"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-augment": "npm:15.9.2"
"@polkadot/types-support": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
"@polkadot/x-bigint": "npm:^13.4.4"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-create@npm:15.8.1, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@npm:15.9.2, @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:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-known@npm:15.8.1, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@npm:15.9.2, @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:15.8.1"
"@polkadot/networks": "npm:^13.4.3"
"@polkadot/types": "npm:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/types-create": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/api": "npm:15.9.2"
"@polkadot/networks": "npm:^13.4.4"
"@polkadot/types": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/types-create": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types-support@npm:15.8.1, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@npm:15.9.2, @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.4.3"
"@polkadot/util": "npm:^13.4.4"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/types@npm:15.8.1, @polkadot/types@workspace:packages/types":
"@polkadot/types@npm:15.9.2, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": "npm:^13.4.3"
"@polkadot/types-augment": "npm:15.8.1"
"@polkadot/types-codec": "npm:15.8.1"
"@polkadot/types-create": "npm:15.8.1"
"@polkadot/types-support": "npm:15.8.1"
"@polkadot/util": "npm:^13.4.3"
"@polkadot/util-crypto": "npm:^13.4.3"
"@polkadot/keyring": "npm:^13.4.4"
"@polkadot/types-augment": "npm:15.9.2"
"@polkadot/types-codec": "npm:15.9.2"
"@polkadot/types-create": "npm:15.9.2"
"@polkadot/types-support": "npm:15.9.2"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:13.4.3, @polkadot/util-crypto@npm:^13.4.3":
version: 13.4.3
resolution: "@polkadot/util-crypto@npm:13.4.3"
"@polkadot/util-crypto@npm:13.4.4, @polkadot/util-crypto@npm:^13.4.4":
version: 13.4.4
resolution: "@polkadot/util-crypto@npm:13.4.4"
dependencies:
"@noble/curves": "npm:^1.3.0"
"@noble/hashes": "npm:^1.3.3"
"@polkadot/networks": "npm:13.4.3"
"@polkadot/util": "npm:13.4.3"
"@polkadot/networks": "npm:13.4.4"
"@polkadot/util": "npm:13.4.4"
"@polkadot/wasm-crypto": "npm:^7.4.1"
"@polkadot/wasm-util": "npm:^7.4.1"
"@polkadot/x-bigint": "npm:13.4.3"
"@polkadot/x-randomvalues": "npm:13.4.3"
"@polkadot/x-bigint": "npm:13.4.4"
"@polkadot/x-randomvalues": "npm:13.4.4"
"@scure/base": "npm:^1.1.7"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.4.3
checksum: 10/b2f886d8b14549e6c366550d068a0b07c9cce509254472a63f1b7a91e8eddc2a832124d7e3c104e29687342756225908c5eef2cb2fd398da83f0f64d905529ce
"@polkadot/util": 13.4.4
checksum: 10/085a183b0e8a7490b174849e85f14d2903b105f50e8771db76f7ad23e73c345b4c270246b4ffd1afa2f9b5ef0ef48f4637ab0aa1b4a7a8d0452d28d7c623a427
languageName: node
linkType: hard
"@polkadot/util@npm:13.4.3, @polkadot/util@npm:^13.4.3":
version: 13.4.3
resolution: "@polkadot/util@npm:13.4.3"
"@polkadot/util@npm:13.4.4, @polkadot/util@npm:^13.4.4":
version: 13.4.4
resolution: "@polkadot/util@npm:13.4.4"
dependencies:
"@polkadot/x-bigint": "npm:13.4.3"
"@polkadot/x-global": "npm:13.4.3"
"@polkadot/x-textdecoder": "npm:13.4.3"
"@polkadot/x-textencoder": "npm:13.4.3"
"@polkadot/x-bigint": "npm:13.4.4"
"@polkadot/x-global": "npm:13.4.4"
"@polkadot/x-textdecoder": "npm:13.4.4"
"@polkadot/x-textencoder": "npm:13.4.4"
"@types/bn.js": "npm:^5.1.6"
bn.js: "npm:^5.2.1"
tslib: "npm:^2.8.0"
checksum: 10/187e1a978edc19654ebf042eb3c9fa3c164e68630eff94891b89c3584bb09fc7e32717fdd36cba5e70fed85afa011299c47de116af9b04799d9087f916b8e104
checksum: 10/788d63bc43a6a090eec06b9fd313e5b8290c6aecafa73efb8b20ef96143b1ef06eb417aea4dd237c530b4c38dd6f2be7c04f865f806b287897fdbea8575d5f92
languageName: node
linkType: hard
@@ -927,77 +927,77 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-bigint@npm:13.4.3, @polkadot/x-bigint@npm:^13.4.3":
version: 13.4.3
resolution: "@polkadot/x-bigint@npm:13.4.3"
"@polkadot/x-bigint@npm:13.4.4, @polkadot/x-bigint@npm:^13.4.4":
version: 13.4.4
resolution: "@polkadot/x-bigint@npm:13.4.4"
dependencies:
"@polkadot/x-global": "npm:13.4.3"
"@polkadot/x-global": "npm:13.4.4"
tslib: "npm:^2.8.0"
checksum: 10/6c299309c9913f8ea899032b5f0aa510178499431e9d8c525583109949a3148bc07cf3683fb672c07f670683f181886df98fd49397c587e1701a36472cdf12e6
checksum: 10/38c398fadd95905052cbb41eb5d96c44d39b891640aed7c3a3beec9a957a32577b4fc084fca59b0e8f2be4f67e3a6a4eb24a5113fc7c1a8e1d430894abe657f3
languageName: node
linkType: hard
"@polkadot/x-fetch@npm:^13.4.3":
version: 13.4.3
resolution: "@polkadot/x-fetch@npm:13.4.3"
"@polkadot/x-fetch@npm:^13.4.4":
version: 13.4.4
resolution: "@polkadot/x-fetch@npm:13.4.4"
dependencies:
"@polkadot/x-global": "npm:13.4.3"
"@polkadot/x-global": "npm:13.4.4"
node-fetch: "npm:^3.3.2"
tslib: "npm:^2.8.0"
checksum: 10/52ef0705c6f1cf15001a111ecb5c9d9b47df51cbf5555bbd0e4c5ca95e9ae4019b10fd3337f222a4cd6d85ac95ad51d3408947683714ceb777b59aa401078887
checksum: 10/7817711a4a8b8c0ff61f913d7cbebd5ee4a90c3a723c2011a5cbfb70a7382db1c630b269e5ce76e7505dada13a1d0b8c9aa27ab2cb4ebff5a77b5d8484611959
languageName: node
linkType: hard
"@polkadot/x-global@npm:13.4.3, @polkadot/x-global@npm:^13.4.3":
version: 13.4.3
resolution: "@polkadot/x-global@npm:13.4.3"
"@polkadot/x-global@npm:13.4.4, @polkadot/x-global@npm:^13.4.4":
version: 13.4.4
resolution: "@polkadot/x-global@npm:13.4.4"
dependencies:
tslib: "npm:^2.8.0"
checksum: 10/ce549dc41894880c66ae27e6d7114e77b91b36236da80914366a06f90b68f46398ad6a46f821c966287636621f208c5bbd85f05b60a372b86ba400e952245476
checksum: 10/dd0df5886775e0304e4a912a9a16786df910cf91e225fbf671ca604059849896cc002839609bbb82f59eefe19a5bfa634e0eace3d15c93b760326abdaec4ae40
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:13.4.3":
version: 13.4.3
resolution: "@polkadot/x-randomvalues@npm:13.4.3"
"@polkadot/x-randomvalues@npm:13.4.4":
version: 13.4.4
resolution: "@polkadot/x-randomvalues@npm:13.4.4"
dependencies:
"@polkadot/x-global": "npm:13.4.3"
"@polkadot/x-global": "npm:13.4.4"
tslib: "npm:^2.8.0"
peerDependencies:
"@polkadot/util": 13.4.3
"@polkadot/util": 13.4.4
"@polkadot/wasm-util": "*"
checksum: 10/523dcebded03a42796bf7b23119ef7e9277ada5e9c85bf8baceef18bc775f533b7496d5ca9b29ca0b5abff629f1b5fb7ded91c0c7c6b206ed4def270edd8a100
checksum: 10/958fc03d1214d147d9e113e0f418240faeb53675036aace5f50e57e6913cc51324d0cd6890d9adb18b40d595a71158175e1edf7701b96c3bd57e4e4395b732d5
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:13.4.3":
version: 13.4.3
resolution: "@polkadot/x-textdecoder@npm:13.4.3"
"@polkadot/x-textdecoder@npm:13.4.4":
version: 13.4.4
resolution: "@polkadot/x-textdecoder@npm:13.4.4"
dependencies:
"@polkadot/x-global": "npm:13.4.3"
"@polkadot/x-global": "npm:13.4.4"
tslib: "npm:^2.8.0"
checksum: 10/e7882607082a88d5e19843acba92fc519f354c2ada1af141dcd5eaf87cd14c782499e04641623d6e993404bed559b3c32ed584e79df70acc3d1d331654e0c967
checksum: 10/a3778a824f5c232a518bb504d92aca35dbc9b9c777a4539adaac733fed98b340c78aabed8fcbf613683b21052615dcfdf06b58f5ad5165d2d0d3195c313b97b4
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:13.4.3":
version: 13.4.3
resolution: "@polkadot/x-textencoder@npm:13.4.3"
"@polkadot/x-textencoder@npm:13.4.4":
version: 13.4.4
resolution: "@polkadot/x-textencoder@npm:13.4.4"
dependencies:
"@polkadot/x-global": "npm:13.4.3"
"@polkadot/x-global": "npm:13.4.4"
tslib: "npm:^2.8.0"
checksum: 10/ee3a7bebbc6d429eb37c68c9310e6484780ef1b9f8d6f92976c92a8dc14a9a5314d53f91bb64acfdc401b3bd13cbac71a08360b6eeefb1884af40d4ad881f016
checksum: 10/222f7954fe1aac7806b3b3c7dd04b47c64ec1af77e59725b0634bdf666344782fff3e08f0ead86fad61ac7e6e2ae6826410366286657ed06633f663ab8ba9c6b
languageName: node
linkType: hard
"@polkadot/x-ws@npm:^13.4.3":
version: 13.4.3
resolution: "@polkadot/x-ws@npm:13.4.3"
"@polkadot/x-ws@npm:^13.4.4":
version: 13.4.4
resolution: "@polkadot/x-ws@npm:13.4.4"
dependencies:
"@polkadot/x-global": "npm:13.4.3"
"@polkadot/x-global": "npm:13.4.4"
tslib: "npm:^2.8.0"
ws: "npm:^8.18.0"
checksum: 10/724eae6cc1ccb36822bc902112ff9316d66c894f9a825de50347b0f43e38dd24516680ccb73b1e679c63cfd09a6bd5322083cf67c694894372d0eeea800c4a31
checksum: 10/33edb249fc18c46cc1e0cbf8574b8d768245649b584eca8fd729f2f64d0ff05c27d2146a951134c3d0d0a1b6987f0a7c59f2452a4fb182c92f157da45e3728fb
languageName: node
linkType: hard