Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4fb971bec | ||
|
|
5c7c406676 | ||
|
|
709e89b801 | ||
|
|
fd96255d05 | ||
|
|
c212db26b6 | ||
|
|
817aaccbb1 |
+2
-1
@@ -25,4 +25,5 @@
|
||||
4.11.2
|
||||
4.16.2
|
||||
|
||||
5.3.2
|
||||
5.3.2
|
||||
5.5.2
|
||||
@@ -1,5 +1,15 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 5.5.2 Aug 19, 2021
|
||||
|
||||
Upgrade priority: Medium. Contains fixes for parachain types, affecting historic block retrieval on Kusama.
|
||||
|
||||
Changes:
|
||||
|
||||
- Adjust `ValidDisputeStatementKind` enum to latest version
|
||||
- Only enable API health keepalive on connections supporting subscriptions
|
||||
|
||||
|
||||
## 5.5.1 Aug 15, 2021
|
||||
|
||||
Upgrade priority: Low. Recommended for users of TS (`createType` and `bigint` adjustments)
|
||||
|
||||
+2
-2
@@ -29,12 +29,12 @@
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/register": "^7.15.3",
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/dev": "^0.62.59",
|
||||
"@polkadot/dev": "^0.62.60",
|
||||
"@polkadot/ts": "^0.4.4",
|
||||
"@polkadot/typegen": "workspace:packages/typegen",
|
||||
"@types/jest": "^26.0.24",
|
||||
"copyfiles": "^2.4.1"
|
||||
},
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"packageManager": "yarn@3.0.1"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/api-contract",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "Interfaces for interacting with contracts and contract ABIs",
|
||||
"main": "index.js",
|
||||
@@ -20,8 +20,8 @@
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/api": "5.5.1",
|
||||
"@polkadot/types": "5.5.1",
|
||||
"@polkadot/api": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"rxjs": "^7.3.0"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-contract', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', version: '5.5.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/api-derive",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
|
||||
"main": "index.js",
|
||||
@@ -20,15 +20,15 @@
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/api": "5.5.1",
|
||||
"@polkadot/rpc-core": "5.5.1",
|
||||
"@polkadot/types": "5.5.1",
|
||||
"@polkadot/api": "5.5.2",
|
||||
"@polkadot/rpc-core": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@polkadot/util-crypto": "^7.2.1",
|
||||
"rxjs": "^7.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^7.2.1",
|
||||
"@polkadot/rpc-provider": "5.5.1"
|
||||
"@polkadot/rpc-provider": "5.5.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', version: '5.5.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/api",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
|
||||
"main": "index.js",
|
||||
@@ -20,12 +20,12 @@
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/api-derive": "5.5.1",
|
||||
"@polkadot/api-derive": "5.5.2",
|
||||
"@polkadot/keyring": "^7.2.1",
|
||||
"@polkadot/rpc-core": "5.5.1",
|
||||
"@polkadot/rpc-provider": "5.5.1",
|
||||
"@polkadot/types": "5.5.1",
|
||||
"@polkadot/types-known": "5.5.1",
|
||||
"@polkadot/rpc-core": "5.5.2",
|
||||
"@polkadot/rpc-provider": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/types-known": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@polkadot/util-crypto": "^7.2.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
|
||||
@@ -332,6 +332,15 @@ export abstract class Init<ApiType extends ApiTypes> extends Decorate<ApiType> {
|
||||
return true;
|
||||
}
|
||||
|
||||
private _subscribeHealth (): void {
|
||||
// Only enable the health keepalive on WS, not needed on HTTP
|
||||
this.#healthTimer = this.hasSubscriptions
|
||||
? setInterval((): void => {
|
||||
firstValueFrom(this._rpcCore.system.health()).catch(() => undefined);
|
||||
}, KEEPALIVE_INTERVAL)
|
||||
: null;
|
||||
}
|
||||
|
||||
private _unsubscribeHealth (): void {
|
||||
if (this.#healthTimer) {
|
||||
clearInterval(this.#healthTimer);
|
||||
@@ -363,15 +372,13 @@ export abstract class Init<ApiType extends ApiTypes> extends Decorate<ApiType> {
|
||||
: cryptoWaitReady()
|
||||
]);
|
||||
|
||||
this._subscribeHealth();
|
||||
|
||||
if (hasMeta && !this._isReady && cryptoReady) {
|
||||
this._isReady = true;
|
||||
|
||||
this.emit('ready', this);
|
||||
}
|
||||
|
||||
this.#healthTimer = setInterval((): void => {
|
||||
firstValueFrom(this._rpcCore.system.health()).catch(() => undefined);
|
||||
}, KEEPALIVE_INTERVAL);
|
||||
} catch (_error) {
|
||||
const error = new Error(`FATAL: Unable to initialize the API: ${(_error as Error).message}`);
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/api', version: '5.5.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/rpc-core",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
|
||||
"main": "index.js",
|
||||
@@ -20,8 +20,8 @@
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/rpc-provider": "5.5.1",
|
||||
"@polkadot/types": "5.5.1",
|
||||
"@polkadot/rpc-provider": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"rxjs": "^7.3.0"
|
||||
},
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', version: '5.5.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/rpc-provider",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "Transport providers for the API",
|
||||
"main": "index.js",
|
||||
@@ -20,7 +20,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/types": "5.5.1",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"@polkadot/util-crypto": "^7.2.1",
|
||||
"@polkadot/x-fetch": "^7.2.1",
|
||||
@@ -30,7 +30,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^7.2.1",
|
||||
"@polkadot/types": "5.5.1",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"mock-socket": "^9.0.3",
|
||||
"nock": "^13.1.1"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', version: '5.5.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/typegen",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "Type generation scripts",
|
||||
"main": "index.js",
|
||||
@@ -29,14 +29,14 @@
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/register": "^7.15.3",
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/api": "5.5.1",
|
||||
"@polkadot/rpc-provider": "5.5.1",
|
||||
"@polkadot/types": "5.5.1",
|
||||
"@polkadot/types-support": "5.5.1",
|
||||
"@polkadot/api": "5.5.2",
|
||||
"@polkadot/rpc-provider": "5.5.2",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/types-support": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1",
|
||||
"handlebars": "^4.7.7",
|
||||
"websocket": "^1.0.34",
|
||||
"yargs": "^17.1.0"
|
||||
"yargs": "^17.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/websocket": "^1.0.4",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', version: '5.5.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/types-known",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "Known type definitions",
|
||||
"main": "index.js",
|
||||
@@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@polkadot/networks": "^7.2.1",
|
||||
"@polkadot/types": "5.5.1",
|
||||
"@polkadot/types": "5.5.2",
|
||||
"@polkadot/util": "^7.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', version: '5.5.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/types-support",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "Supporting files for types, mostly for testing",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-support', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', version: '5.5.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/types",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"type": "module",
|
||||
"description": "Implementation of the Parity codec",
|
||||
"main": "index.js",
|
||||
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^7.2.1",
|
||||
"@polkadot/types-support": "5.5.1",
|
||||
"@polkadot/types-support": "5.5.2",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"bn.js": "^4.11.9"
|
||||
}
|
||||
|
||||
@@ -159,7 +159,7 @@ export default {
|
||||
DisputeStatementSet: {
|
||||
candidateHash: 'CandidateHash',
|
||||
session: 'SessionIndex',
|
||||
statements: 'Vec<(DisputeStatement, ValidatorIndex, ValidatorSignature)>'
|
||||
statements: 'Vec<(DisputeStatement, ParaValidatorIndex, ValidatorSignature)>'
|
||||
},
|
||||
MultiDisputeStatementSet: 'Vec<DisputeStatementSet>',
|
||||
DisputeStatement: {
|
||||
@@ -169,12 +169,12 @@ export default {
|
||||
}
|
||||
},
|
||||
ValidDisputeStatementKind: {
|
||||
_enum: [
|
||||
'Explicit',
|
||||
'BackingSeconded',
|
||||
'BackingValid',
|
||||
'ApprovalChecking'
|
||||
]
|
||||
_enum: {
|
||||
Explicit: 'Null',
|
||||
BackingSeconded: 'Hash',
|
||||
BackingValid: 'Hash',
|
||||
ApprovalChecking: 'Null'
|
||||
}
|
||||
},
|
||||
InvalidDisputeStatementKind: {
|
||||
_enum: [
|
||||
|
||||
@@ -6,7 +6,6 @@ import type { ITuple } from '@polkadot/types/types';
|
||||
import type { Signature } from '@polkadot/types/interfaces/extrinsics';
|
||||
import type { AccountId, Balance, BalanceOf, BlockNumber, H256, Hash, Header, StorageProof, ValidatorId, Weight } from '@polkadot/types/interfaces/runtime';
|
||||
import type { MembershipProof, SessionIndex } from '@polkadot/types/interfaces/session';
|
||||
import type { ValidatorIndex } from '@polkadot/types/interfaces/staking';
|
||||
|
||||
/** @name AbridgedCandidateReceipt */
|
||||
export interface AbridgedCandidateReceipt extends Struct {
|
||||
@@ -189,7 +188,7 @@ export interface DisputeStatement extends Enum {
|
||||
export interface DisputeStatementSet extends Struct {
|
||||
readonly candidateHash: CandidateHash;
|
||||
readonly session: SessionIndex;
|
||||
readonly statements: Vec<ITuple<[DisputeStatement, ValidatorIndex, ValidatorSignature]>>;
|
||||
readonly statements: Vec<ITuple<[DisputeStatement, ParaValidatorIndex, ValidatorSignature]>>;
|
||||
}
|
||||
|
||||
/** @name DoubleVoteReport */
|
||||
@@ -661,7 +660,9 @@ export interface ValidatorSignature extends Signature {}
|
||||
export interface ValidDisputeStatementKind extends Enum {
|
||||
readonly isExplicit: boolean;
|
||||
readonly isBackingSeconded: boolean;
|
||||
readonly asBackingSeconded: Hash;
|
||||
readonly isBackingValid: boolean;
|
||||
readonly asBackingValid: Hash;
|
||||
readonly isApprovalChecking: boolean;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', version: '5.5.1' };
|
||||
export const packageInfo = { name: '@polkadot/types', version: '5.5.2' };
|
||||
|
||||
@@ -1345,7 +1345,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/register@npm:^7.14.5, @babel/register@npm:^7.15.3":
|
||||
"@babel/register@npm:^7.15.3":
|
||||
version: 7.15.3
|
||||
resolution: "@babel/register@npm:7.15.3"
|
||||
dependencies:
|
||||
@@ -1360,7 +1360,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.15.3, @babel/runtime@npm:^7.8.4":
|
||||
"@babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.15.3, @babel/runtime@npm:^7.8.4":
|
||||
version: 7.15.3
|
||||
resolution: "@babel/runtime@npm:7.15.3"
|
||||
dependencies:
|
||||
@@ -1867,40 +1867,40 @@ __metadata:
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/api": 5.5.1
|
||||
"@polkadot/types": 5.5.1
|
||||
"@polkadot/api": 5.5.2
|
||||
"@polkadot/types": 5.5.2
|
||||
"@polkadot/util": ^7.2.1
|
||||
rxjs: ^7.3.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@5.5.1, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@5.5.2, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/api": 5.5.1
|
||||
"@polkadot/api": 5.5.2
|
||||
"@polkadot/keyring": ^7.2.1
|
||||
"@polkadot/rpc-core": 5.5.1
|
||||
"@polkadot/rpc-provider": 5.5.1
|
||||
"@polkadot/types": 5.5.1
|
||||
"@polkadot/rpc-core": 5.5.2
|
||||
"@polkadot/rpc-provider": 5.5.2
|
||||
"@polkadot/types": 5.5.2
|
||||
"@polkadot/util": ^7.2.1
|
||||
"@polkadot/util-crypto": ^7.2.1
|
||||
rxjs: ^7.3.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@5.5.1, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@5.5.2, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/api-derive": 5.5.1
|
||||
"@polkadot/api-derive": 5.5.2
|
||||
"@polkadot/keyring": ^7.2.1
|
||||
"@polkadot/rpc-core": 5.5.1
|
||||
"@polkadot/rpc-provider": 5.5.1
|
||||
"@polkadot/types": 5.5.1
|
||||
"@polkadot/types-known": 5.5.1
|
||||
"@polkadot/rpc-core": 5.5.2
|
||||
"@polkadot/rpc-provider": 5.5.2
|
||||
"@polkadot/types": 5.5.2
|
||||
"@polkadot/types-known": 5.5.2
|
||||
"@polkadot/util": ^7.2.1
|
||||
"@polkadot/util-crypto": ^7.2.1
|
||||
eventemitter3: ^4.0.7
|
||||
@@ -1908,9 +1908,9 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/dev@npm:^0.62.59":
|
||||
version: 0.62.59
|
||||
resolution: "@polkadot/dev@npm:0.62.59"
|
||||
"@polkadot/dev@npm:^0.62.60":
|
||||
version: 0.62.60
|
||||
resolution: "@polkadot/dev@npm:0.62.60"
|
||||
dependencies:
|
||||
"@babel/cli": ^7.14.8
|
||||
"@babel/core": ^7.15.0
|
||||
@@ -1929,16 +1929,16 @@ __metadata:
|
||||
"@babel/preset-env": ^7.15.0
|
||||
"@babel/preset-react": ^7.14.5
|
||||
"@babel/preset-typescript": ^7.15.0
|
||||
"@babel/register": ^7.14.5
|
||||
"@babel/runtime": ^7.14.8
|
||||
"@babel/register": ^7.15.3
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@rollup/plugin-alias": ^3.1.5
|
||||
"@rollup/plugin-commonjs": ^19.0.2
|
||||
"@rollup/plugin-inject": ^4.0.2
|
||||
"@rollup/plugin-json": ^4.1.0
|
||||
"@rollup/plugin-node-resolve": ^13.0.4
|
||||
"@rushstack/eslint-patch": ^1.0.6
|
||||
"@typescript-eslint/eslint-plugin": 4.29.1
|
||||
"@typescript-eslint/parser": 4.29.1
|
||||
"@typescript-eslint/eslint-plugin": 4.29.2
|
||||
"@typescript-eslint/parser": 4.29.2
|
||||
"@vue/component-compiler-utils": ^3.2.2
|
||||
babel-jest: ^27.0.6
|
||||
babel-plugin-module-extension-resolver: ^1.0.0-rc.2
|
||||
@@ -1949,9 +1949,10 @@ __metadata:
|
||||
coveralls: ^3.1.1
|
||||
eslint: ^7.32.0
|
||||
eslint-config-standard: ^16.0.3
|
||||
eslint-import-resolver-node: ^0.3.5
|
||||
eslint-import-resolver-node: ^0.3.6
|
||||
eslint-plugin-header: ^3.1.1
|
||||
eslint-plugin-import: ^2.24.0
|
||||
eslint-plugin-import-newlines: ^1.1.4
|
||||
eslint-plugin-node: ^11.1.0
|
||||
eslint-plugin-promise: ^5.1.0
|
||||
eslint-plugin-react: ^7.24.0
|
||||
@@ -1975,7 +1976,7 @@ __metadata:
|
||||
rimraf: ^3.0.2
|
||||
rollup: ^2.56.2
|
||||
typescript: ^4.3.5
|
||||
yargs: ^17.1.0
|
||||
yargs: ^17.1.1
|
||||
bin:
|
||||
polkadot-ci-ghact-build: scripts/polkadot-ci-ghact-build.cjs
|
||||
polkadot-ci-ghact-docs: scripts/polkadot-ci-ghact-docs.cjs
|
||||
@@ -1997,7 +1998,7 @@ __metadata:
|
||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.cjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.cjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs
|
||||
checksum: 2955f2b907bd23447b98f3b567284cb994ad0f75b6564286dfa96d90b072fc58ca7333865768a76c887e31ead100e4b9f6da476c90046d7ac38b40f4110a091e
|
||||
checksum: 3a871351cbd960bd9bb52a7080cdaa335b6d70b2d93c6a81d72b60ef01305ade0e98fbffbb71d2831e1c25816f8efc6ebcdd9aa1ff06cef2cf6c149da8b899ff
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2024,26 +2025,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-core@5.5.1, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@5.5.2, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/keyring": ^7.2.1
|
||||
"@polkadot/rpc-provider": 5.5.1
|
||||
"@polkadot/types": 5.5.1
|
||||
"@polkadot/rpc-provider": 5.5.2
|
||||
"@polkadot/types": 5.5.2
|
||||
"@polkadot/util": ^7.2.1
|
||||
rxjs: ^7.3.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@5.5.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@5.5.2, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/keyring": ^7.2.1
|
||||
"@polkadot/types": 5.5.1
|
||||
"@polkadot/types": 5.5.2
|
||||
"@polkadot/util": ^7.2.1
|
||||
"@polkadot/util-crypto": ^7.2.1
|
||||
"@polkadot/x-fetch": ^7.2.1
|
||||
@@ -2071,16 +2072,16 @@ __metadata:
|
||||
"@babel/core": ^7.15.0
|
||||
"@babel/register": ^7.15.3
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/api": 5.5.1
|
||||
"@polkadot/rpc-provider": 5.5.1
|
||||
"@polkadot/types": 5.5.1
|
||||
"@polkadot/types-support": 5.5.1
|
||||
"@polkadot/api": 5.5.2
|
||||
"@polkadot/rpc-provider": 5.5.2
|
||||
"@polkadot/types": 5.5.2
|
||||
"@polkadot/types-support": 5.5.2
|
||||
"@polkadot/util": ^7.2.1
|
||||
"@types/websocket": ^1.0.4
|
||||
"@types/yargs": ^17.0.2
|
||||
handlebars: ^4.7.7
|
||||
websocket: ^1.0.34
|
||||
yargs: ^17.1.0
|
||||
yargs: ^17.1.1
|
||||
bin:
|
||||
polkadot-types-chain-info: ./scripts/polkadot-types-chain-info.cjs
|
||||
polkadot-types-from-chain: ./scripts/polkadot-types-from-chain.cjs
|
||||
@@ -2090,18 +2091,18 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@5.5.1, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@5.5.2, @polkadot/types-known@workspace:packages/types-known":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-known@workspace:packages/types-known"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/networks": ^7.2.1
|
||||
"@polkadot/types": 5.5.1
|
||||
"@polkadot/types": 5.5.2
|
||||
"@polkadot/util": ^7.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@5.5.1, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@5.5.2, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
@@ -2110,13 +2111,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@5.5.1, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@5.5.2, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/keyring": ^7.2.1
|
||||
"@polkadot/types-support": 5.5.1
|
||||
"@polkadot/types-support": 5.5.2
|
||||
"@polkadot/util": ^7.2.1
|
||||
"@polkadot/util-crypto": ^7.2.1
|
||||
"@types/bn.js": ^4.11.6
|
||||
@@ -2647,12 +2648,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:4.29.1"
|
||||
"@typescript-eslint/eslint-plugin@npm:4.29.2":
|
||||
version: 4.29.2
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:4.29.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/experimental-utils": 4.29.1
|
||||
"@typescript-eslint/scope-manager": 4.29.1
|
||||
"@typescript-eslint/experimental-utils": 4.29.2
|
||||
"@typescript-eslint/scope-manager": 4.29.2
|
||||
debug: ^4.3.1
|
||||
functional-red-black-tree: ^1.0.1
|
||||
regexpp: ^3.1.0
|
||||
@@ -2664,66 +2665,66 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 66d8a92a0dc6fe4353334b5fadda73231dc7dbea977bc41f867bf9907e6781dc9594401273280d8de88165223bbf131241a1646ff5f2246bb4289949f95e7a5d
|
||||
checksum: 3d3646059daa3d95200d71945a1ec8daebf62c7fedc3f29e1bece87bee9d689b06856fb18a8c55917f9c0bb5e86ddc8bc4c4f65f171e7d5784756dd59e3ff51d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/experimental-utils@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@typescript-eslint/experimental-utils@npm:4.29.1"
|
||||
"@typescript-eslint/experimental-utils@npm:4.29.2":
|
||||
version: 4.29.2
|
||||
resolution: "@typescript-eslint/experimental-utils@npm:4.29.2"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.7
|
||||
"@typescript-eslint/scope-manager": 4.29.1
|
||||
"@typescript-eslint/types": 4.29.1
|
||||
"@typescript-eslint/typescript-estree": 4.29.1
|
||||
"@typescript-eslint/scope-manager": 4.29.2
|
||||
"@typescript-eslint/types": 4.29.2
|
||||
"@typescript-eslint/typescript-estree": 4.29.2
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
peerDependencies:
|
||||
eslint: "*"
|
||||
checksum: 4ab7827edfb42aa01a34b342656a2c6ef6ac753bff7523cffe6e2bd50de8c86c304abc8a790f11c2b02172436d1cc941ff26aa96a0b40ccaffc02f032faf6582
|
||||
checksum: e07b6b58f386ba84801d10bfe494548c3af20448c2f5596b77d13ba8621345ced4e1c6cf946dcf118c1e8566e0eed8284200f3f3a96f89aa7f367d9cdf6549a3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@typescript-eslint/parser@npm:4.29.1"
|
||||
"@typescript-eslint/parser@npm:4.29.2":
|
||||
version: 4.29.2
|
||||
resolution: "@typescript-eslint/parser@npm:4.29.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 4.29.1
|
||||
"@typescript-eslint/types": 4.29.1
|
||||
"@typescript-eslint/typescript-estree": 4.29.1
|
||||
"@typescript-eslint/scope-manager": 4.29.2
|
||||
"@typescript-eslint/types": 4.29.2
|
||||
"@typescript-eslint/typescript-estree": 4.29.2
|
||||
debug: ^4.3.1
|
||||
peerDependencies:
|
||||
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 227119d9f7e406b741662417570034396c8ea14016e07c64caf3b8cc8973d6ccc92f98e84cf53cf96cf26825ec62873e0a4dd745f6d1043ce54498d1eec7a20e
|
||||
checksum: 59f9727cea89c208fb31433c24dd7c1b4f2feb3af831b9320f4577f7b84f014f803864d4660b0f6bd16a4026d7ecd22b88523feb8c1593ef4a0a43ca9ea09c33
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:4.29.1"
|
||||
"@typescript-eslint/scope-manager@npm:4.29.2":
|
||||
version: 4.29.2
|
||||
resolution: "@typescript-eslint/scope-manager@npm:4.29.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 4.29.1
|
||||
"@typescript-eslint/visitor-keys": 4.29.1
|
||||
checksum: e8d34ac72f5184c93e45785f50c80bdb7602814cfeacd6c700bca4f4e482fddc3f0191a6fc36782e19ffeef15791b0792b26c940c1d3c0e549d7dc1dc1ccc983
|
||||
"@typescript-eslint/types": 4.29.2
|
||||
"@typescript-eslint/visitor-keys": 4.29.2
|
||||
checksum: f89d11cf7ce28c37a913db432d3dd2c4e5f5bc431bac205dd55c3d49704be691a28d5f27ae96fde7feee23d3e80192d7aff3d8350aef53b415e5b0b53cd965d7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@typescript-eslint/types@npm:4.29.1"
|
||||
checksum: feb40f23db3c20d7fe9e629a44ef54d7225e064df6435e31f8417a9a1f5c216f92782a7c03a5fc9808b313a93a2f91df324d01a2e58478c57c5bbb0eb1f519a9
|
||||
"@typescript-eslint/types@npm:4.29.2":
|
||||
version: 4.29.2
|
||||
resolution: "@typescript-eslint/types@npm:4.29.2"
|
||||
checksum: 0bcab66bb1848e2361bb366abebe1f94baa56d7d2058b62467f14c054b969b72d1aa17717a52c11f48e9cfb50846f0e227e49ccc7f06ff750b9eb28ca8b064de
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:4.29.1, @typescript-eslint/typescript-estree@npm:^4.8.2":
|
||||
version: 4.29.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:4.29.1"
|
||||
"@typescript-eslint/typescript-estree@npm:4.29.2, @typescript-eslint/typescript-estree@npm:^4.8.2":
|
||||
version: 4.29.2
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:4.29.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 4.29.1
|
||||
"@typescript-eslint/visitor-keys": 4.29.1
|
||||
"@typescript-eslint/types": 4.29.2
|
||||
"@typescript-eslint/visitor-keys": 4.29.2
|
||||
debug: ^4.3.1
|
||||
globby: ^11.0.3
|
||||
is-glob: ^4.0.1
|
||||
@@ -2732,17 +2733,17 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 2721bb06f920e6efa710e689eefc20729a882ded71de1c7e81f866fb0ceda00b2e7f4e742842bd79c94985390f98180588e3b7bfb6b50c4844fb857ae18eaef3
|
||||
checksum: 90342d27f3f0837ad39f9b7e7d7c3c0b6de9c5b0770f5a18d490ebaf7be78efa65ba46ce0ca3004ad946ca1adc5865c5d3ba3b049c95b3b193bfdf0eb5e23095
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:4.29.1":
|
||||
version: 4.29.1
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:4.29.1"
|
||||
"@typescript-eslint/visitor-keys@npm:4.29.2":
|
||||
version: 4.29.2
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:4.29.2"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 4.29.1
|
||||
"@typescript-eslint/types": 4.29.2
|
||||
eslint-visitor-keys: ^2.0.0
|
||||
checksum: a99db94f80331a0bdd2e4828d43daa7d391312d6edf77d8f80fcd37530ea9eacbf8014dc3378a26e9e22891e0d97c5637fcde2d6272ed091de74ede22bec0224
|
||||
checksum: 34185d8c6466340aba746d69b36d357da2d06577d73f58358648c142bd0f181d7fae01ca1138188a665ef074ea7e1bc6306ef9d50f29914c8bcea4e9ea1f82f2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4813,13 +4814,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-import-resolver-node@npm:^0.3.5":
|
||||
version: 0.3.5
|
||||
resolution: "eslint-import-resolver-node@npm:0.3.5"
|
||||
"eslint-import-resolver-node@npm:^0.3.5, eslint-import-resolver-node@npm:^0.3.6":
|
||||
version: 0.3.6
|
||||
resolution: "eslint-import-resolver-node@npm:0.3.6"
|
||||
dependencies:
|
||||
debug: ^3.2.7
|
||||
resolve: ^1.20.0
|
||||
checksum: 93a8176205f18c40d2c11c444fab89aa3990c5a5eed226ef03a893b5779e7cd4d1f5f52b2bbbbbe4b13fb2a75ef629278be0b52099480cbe6e7024888d9982dd
|
||||
checksum: 6266733af1e112970e855a5bcc2d2058fb5ae16ad2a6d400705a86b29552b36131ffc5581b744c23d550de844206fb55e9193691619ee4dbf225c4bde526b1c8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4854,6 +4855,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-import-newlines@npm:^1.1.4":
|
||||
version: 1.1.4
|
||||
resolution: "eslint-plugin-import-newlines@npm:1.1.4"
|
||||
peerDependencies:
|
||||
eslint: ">=6.0.0"
|
||||
bin:
|
||||
import-linter: lib/index.js
|
||||
checksum: f39b17dc6be5d15bf245524aa8d36f196a01ea4e7d3fc690a0874a75ea7722317e0bfa278068c88f7dc70b19556a7b06f4bc88bd0639e42214d6098cf82f654d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-import@npm:^2.24.0":
|
||||
version: 2.24.0
|
||||
resolution: "eslint-plugin-import@npm:2.24.0"
|
||||
@@ -9626,7 +9638,7 @@ resolve@^2.0.0-next.3:
|
||||
"@babel/core": ^7.15.0
|
||||
"@babel/register": ^7.15.3
|
||||
"@babel/runtime": ^7.15.3
|
||||
"@polkadot/dev": ^0.62.59
|
||||
"@polkadot/dev": ^0.62.60
|
||||
"@polkadot/ts": ^0.4.4
|
||||
"@polkadot/typegen": "workspace:packages/typegen"
|
||||
"@types/jest": ^26.0.24
|
||||
@@ -11318,9 +11330,9 @@ resolve@^2.0.0-next.3:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yargs@npm:^17.0.0, yargs@npm:^17.1.0":
|
||||
version: 17.1.0
|
||||
resolution: "yargs@npm:17.1.0"
|
||||
"yargs@npm:^17.0.0, yargs@npm:^17.1.1":
|
||||
version: 17.1.1
|
||||
resolution: "yargs@npm:17.1.1"
|
||||
dependencies:
|
||||
cliui: ^7.0.2
|
||||
escalade: ^3.1.1
|
||||
@@ -11329,6 +11341,6 @@ resolve@^2.0.0-next.3:
|
||||
string-width: ^4.2.0
|
||||
y18n: ^5.0.5
|
||||
yargs-parser: ^20.2.2
|
||||
checksum: 259d496db8fd499debfb0e8676c1d4c0a8259c730ca31a4ca1047841c407aa4099f5f008c16b1adcf04b6015a4aa6c758a59d583aab9df89a288c75ce8a621e1
|
||||
checksum: b05a9467937172e01a4af7a7ad4361a22ee510cd12d1d5a3ad3b4c2e57eb8c35ca94ee22e4bdfbb40fe693fbf8000771e41824f77f6b224f1496c57f20f192b6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
Reference in New Issue
Block a user