Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f59b5b8d92 | ||
|
|
4cb0281340 | ||
|
|
9c5ca08106 | ||
|
|
fde69670f1 |
@@ -1,5 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 9.9.4 Nov 28, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
- Fix dispatchQueue preimage retrieval in derives
|
||||
- No change from incorrectly published 9.9.3
|
||||
|
||||
|
||||
## 9.9.2 Nov 27, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
3290 Jaco 9.9.2 (#5355)
|
||||
3292 Jaco 9.9.4 (#5357)
|
||||
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)
|
||||
|
||||
+3
-3
@@ -11,10 +11,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"versions": {
|
||||
"git": "9.9.2",
|
||||
"npm": "9.9.2"
|
||||
"git": "9.9.4",
|
||||
"npm": "9.9.4"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api-base": "9.9.2",
|
||||
"@polkadot/rpc-augment": "9.9.2",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-augment": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/api-base": "9.9.4",
|
||||
"@polkadot/rpc-augment": "9.9.4",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-augment": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types-support": "9.9.2"
|
||||
"@polkadot/types-support": "9.9.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/rpc-core": "9.9.2",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/rpc-core": "9.9.4",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14",
|
||||
"rxjs": "^7.5.7"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api": "9.9.2",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/types-create": "9.9.2",
|
||||
"@polkadot/api": "9.9.4",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/types-create": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14",
|
||||
"@polkadot/util-crypto": "^10.1.14",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "9.9.2",
|
||||
"@polkadot/api-augment": "9.9.4",
|
||||
"@polkadot/keyring": "^10.1.14"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,25 +20,25 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api": "9.9.2",
|
||||
"@polkadot/api-augment": "9.9.2",
|
||||
"@polkadot/api-base": "9.9.2",
|
||||
"@polkadot/rpc-core": "9.9.2",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/api": "9.9.4",
|
||||
"@polkadot/api-augment": "9.9.4",
|
||||
"@polkadot/api-base": "9.9.4",
|
||||
"@polkadot/rpc-core": "9.9.4",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14",
|
||||
"@polkadot/util-crypto": "^10.1.14",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "9.9.2",
|
||||
"@polkadot/api-augment": "9.9.2",
|
||||
"@polkadot/rpc-augment": "9.9.2",
|
||||
"@polkadot/rpc-provider": "9.9.2",
|
||||
"@polkadot/types-support": "9.9.2"
|
||||
"@polkadot/api": "9.9.4",
|
||||
"@polkadot/api-augment": "9.9.4",
|
||||
"@polkadot/rpc-augment": "9.9.4",
|
||||
"@polkadot/rpc-provider": "9.9.4",
|
||||
"@polkadot/types-support": "9.9.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ function getDemocracyImages (api: DeriveApi, hashes: (Hash | Uint8Array | string
|
||||
);
|
||||
}
|
||||
|
||||
function getImages (api: DeriveApi, bounded: FrameSupportPreimagesBounded[]): Observable<(DeriveProposalImage | undefined)[]> {
|
||||
function getImages (api: DeriveApi, bounded: (FrameSupportPreimagesBounded | Uint8Array | string)[]): Observable<(DeriveProposalImage | undefined)[]> {
|
||||
const hashes = bounded.map((b) => getImageHashBounded(b));
|
||||
|
||||
return api.query.preimage.statusFor.multi(hashes).pipe(
|
||||
@@ -123,7 +123,7 @@ export function preimages (instanceId: string, api: DeriveApi): (hashes: (Hash |
|
||||
? isFunction(api.query.democracy.preimages)
|
||||
? getDemocracyImages(api, hashes as string[])
|
||||
: isFunction(api.query.preimage.preimageFor)
|
||||
? getImages(api, hashes as FrameSupportPreimagesBounded[])
|
||||
? getImages(api, hashes)
|
||||
: of([])
|
||||
: of([])
|
||||
);
|
||||
|
||||
@@ -7,7 +7,7 @@ import type { Option } from '@polkadot/types-codec';
|
||||
import type { HexString } from '@polkadot/util/types';
|
||||
import type { DeriveReferendum, DeriveReferendumVote, DeriveReferendumVotes, DeriveReferendumVoteState } from '../types';
|
||||
|
||||
import { BN, bnSqrt, objectSpread } from '@polkadot/util';
|
||||
import { BN, bnSqrt, isHex, isString, isU8a, objectSpread, stringToHex, u8aToHex } from '@polkadot/util';
|
||||
|
||||
interface ApproxState {
|
||||
votedAye: BN;
|
||||
@@ -141,7 +141,7 @@ export function getStatus (info: Option<PalletDemocracyReferendumInfo | Referend
|
||||
: null;
|
||||
}
|
||||
|
||||
export function getImageHashBounded (hash: Hash | FrameSupportPreimagesBounded): HexString {
|
||||
export function getImageHashBounded (hash: Uint8Array | string | Hash | FrameSupportPreimagesBounded): HexString {
|
||||
return (hash as FrameSupportPreimagesBounded).isLegacy
|
||||
? (hash as FrameSupportPreimagesBounded).asLegacy.hash_.toHex()
|
||||
: (hash as FrameSupportPreimagesBounded).isLookup
|
||||
@@ -149,7 +149,13 @@ export function getImageHashBounded (hash: Hash | FrameSupportPreimagesBounded):
|
||||
// for inline, use the actual Bytes hash
|
||||
: (hash as FrameSupportPreimagesBounded).isInline
|
||||
? (hash as FrameSupportPreimagesBounded).asInline.hash.toHex()
|
||||
: hash.toHex();
|
||||
: isString(hash)
|
||||
? isHex(hash)
|
||||
? hash
|
||||
: stringToHex(hash)
|
||||
: isU8a(hash)
|
||||
? u8aToHex(hash)
|
||||
: hash.toHex();
|
||||
}
|
||||
|
||||
export function getImageHash (status: PalletDemocracyReferendumStatus | ReferendumInfoTo239): HexString {
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
+14
-14
@@ -20,29 +20,29 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api-augment": "9.9.2",
|
||||
"@polkadot/api-base": "9.9.2",
|
||||
"@polkadot/api-derive": "9.9.2",
|
||||
"@polkadot/api-augment": "9.9.4",
|
||||
"@polkadot/api-base": "9.9.4",
|
||||
"@polkadot/api-derive": "9.9.4",
|
||||
"@polkadot/keyring": "^10.1.14",
|
||||
"@polkadot/rpc-augment": "9.9.2",
|
||||
"@polkadot/rpc-core": "9.9.2",
|
||||
"@polkadot/rpc-provider": "9.9.2",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-augment": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/types-create": "9.9.2",
|
||||
"@polkadot/types-known": "9.9.2",
|
||||
"@polkadot/rpc-augment": "9.9.4",
|
||||
"@polkadot/rpc-core": "9.9.4",
|
||||
"@polkadot/rpc-provider": "9.9.4",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-augment": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/types-create": "9.9.4",
|
||||
"@polkadot/types-known": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14",
|
||||
"@polkadot/util-crypto": "^10.1.14",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "9.9.2",
|
||||
"@polkadot/types-support": "9.9.2"
|
||||
"@polkadot/api-augment": "9.9.4",
|
||||
"@polkadot/types-support": "9.9.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/rpc-core": "9.9.2",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/rpc-core": "9.9.4",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/rpc-augment": "9.9.2",
|
||||
"@polkadot/rpc-provider": "9.9.2",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/rpc-augment": "9.9.4",
|
||||
"@polkadot/rpc-provider": "9.9.4",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^10.1.14",
|
||||
"@polkadot/rpc-augment": "9.9.2"
|
||||
"@polkadot/rpc-augment": "9.9.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/keyring": "^10.1.14",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-support": "9.9.2",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-support": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14",
|
||||
"@polkadot/util-crypto": "^10.1.14",
|
||||
"@polkadot/x-fetch": "^10.1.14",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
|
||||
@@ -33,15 +33,15 @@
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/register": "^7.18.9",
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api": "9.9.2",
|
||||
"@polkadot/api-augment": "9.9.2",
|
||||
"@polkadot/rpc-augment": "9.9.2",
|
||||
"@polkadot/rpc-provider": "9.9.2",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-augment": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/types-create": "9.9.2",
|
||||
"@polkadot/types-support": "9.9.2",
|
||||
"@polkadot/api": "9.9.4",
|
||||
"@polkadot/api-augment": "9.9.4",
|
||||
"@polkadot/rpc-augment": "9.9.4",
|
||||
"@polkadot/rpc-provider": "9.9.4",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-augment": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/types-create": "9.9.4",
|
||||
"@polkadot/types-support": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14",
|
||||
"@polkadot/util-crypto": "^10.1.14",
|
||||
"@polkadot/x-ws": "^10.1.14",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
@@ -28,9 +28,9 @@
|
||||
"@polkadot/x-bigint": "^10.1.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-augment": "9.9.2",
|
||||
"@polkadot/types-support": "9.9.2",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-augment": "9.9.4",
|
||||
"@polkadot/types-support": "9.9.4",
|
||||
"@polkadot/util-crypto": "^10.1.14"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "9.9.2"
|
||||
"@polkadot/types": "9.9.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,17 +20,17 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/networks": "^10.1.14",
|
||||
"@polkadot/types": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/types-create": "9.9.2",
|
||||
"@polkadot/types": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/types-create": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "9.9.2"
|
||||
"@polkadot/api": "9.9.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.9.2",
|
||||
"version": "9.9.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/keyring": "^10.1.14",
|
||||
"@polkadot/types-augment": "9.9.2",
|
||||
"@polkadot/types-codec": "9.9.2",
|
||||
"@polkadot/types-create": "9.9.2",
|
||||
"@polkadot/types-augment": "9.9.4",
|
||||
"@polkadot/types-codec": "9.9.4",
|
||||
"@polkadot/types-create": "9.9.4",
|
||||
"@polkadot/util": "^10.1.14",
|
||||
"@polkadot/util-crypto": "^10.1.14",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^10.1.14",
|
||||
"@polkadot/types-support": "9.9.2"
|
||||
"@polkadot/types-support": "9.9.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '9.9.2' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '9.9.4' };
|
||||
|
||||
@@ -1989,28 +1989,28 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@9.9.2, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@9.9.4, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/api-base": 9.9.2
|
||||
"@polkadot/rpc-augment": 9.9.2
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-augment": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types-support": 9.9.2
|
||||
"@polkadot/api-base": 9.9.4
|
||||
"@polkadot/rpc-augment": 9.9.4
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-augment": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/types-support": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@9.9.2, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@9.9.4, @polkadot/api-base@workspace:packages/api-base":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-base@workspace:packages/api-base"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/rpc-core": 9.9.2
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/rpc-core": 9.9.4
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
rxjs: ^7.5.7
|
||||
languageName: unknown
|
||||
@@ -2021,56 +2021,56 @@ __metadata:
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/api": 9.9.2
|
||||
"@polkadot/api-augment": 9.9.2
|
||||
"@polkadot/api": 9.9.4
|
||||
"@polkadot/api-augment": 9.9.4
|
||||
"@polkadot/keyring": ^10.1.14
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types-create": 9.9.2
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/types-create": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
"@polkadot/util-crypto": ^10.1.14
|
||||
rxjs: ^7.5.7
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@9.9.2, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@9.9.4, @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.20.1
|
||||
"@polkadot/api": 9.9.2
|
||||
"@polkadot/api-augment": 9.9.2
|
||||
"@polkadot/api-base": 9.9.2
|
||||
"@polkadot/rpc-augment": 9.9.2
|
||||
"@polkadot/rpc-core": 9.9.2
|
||||
"@polkadot/rpc-provider": 9.9.2
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types-support": 9.9.2
|
||||
"@polkadot/api": 9.9.4
|
||||
"@polkadot/api-augment": 9.9.4
|
||||
"@polkadot/api-base": 9.9.4
|
||||
"@polkadot/rpc-augment": 9.9.4
|
||||
"@polkadot/rpc-core": 9.9.4
|
||||
"@polkadot/rpc-provider": 9.9.4
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/types-support": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
"@polkadot/util-crypto": ^10.1.14
|
||||
rxjs: ^7.5.7
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@9.9.2, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@9.9.4, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/api-augment": 9.9.2
|
||||
"@polkadot/api-base": 9.9.2
|
||||
"@polkadot/api-derive": 9.9.2
|
||||
"@polkadot/api-augment": 9.9.4
|
||||
"@polkadot/api-base": 9.9.4
|
||||
"@polkadot/api-derive": 9.9.4
|
||||
"@polkadot/keyring": ^10.1.14
|
||||
"@polkadot/rpc-augment": 9.9.2
|
||||
"@polkadot/rpc-core": 9.9.2
|
||||
"@polkadot/rpc-provider": 9.9.2
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-augment": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types-create": 9.9.2
|
||||
"@polkadot/types-known": 9.9.2
|
||||
"@polkadot/types-support": 9.9.2
|
||||
"@polkadot/rpc-augment": 9.9.4
|
||||
"@polkadot/rpc-core": 9.9.4
|
||||
"@polkadot/rpc-provider": 9.9.4
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-augment": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/types-create": 9.9.4
|
||||
"@polkadot/types-known": 9.9.4
|
||||
"@polkadot/types-support": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
"@polkadot/util-crypto": ^10.1.14
|
||||
eventemitter3: ^4.0.7
|
||||
@@ -2206,40 +2206,40 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@9.9.2, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@9.9.4, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/rpc-core": 9.9.2
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/rpc-core": 9.9.4
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@9.9.2, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@9.9.4, @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.20.1
|
||||
"@polkadot/keyring": ^10.1.14
|
||||
"@polkadot/rpc-augment": 9.9.2
|
||||
"@polkadot/rpc-provider": 9.9.2
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/rpc-augment": 9.9.4
|
||||
"@polkadot/rpc-provider": 9.9.4
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
rxjs: ^7.5.7
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@9.9.2, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@9.9.4, @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.20.1
|
||||
"@polkadot/keyring": ^10.1.14
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-support": 9.9.2
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-support": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
"@polkadot/util-crypto": ^10.1.14
|
||||
"@polkadot/x-fetch": ^10.1.14
|
||||
@@ -2259,15 +2259,15 @@ __metadata:
|
||||
"@babel/core": ^7.20.2
|
||||
"@babel/register": ^7.18.9
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/api": 9.9.2
|
||||
"@polkadot/api-augment": 9.9.2
|
||||
"@polkadot/rpc-augment": 9.9.2
|
||||
"@polkadot/rpc-provider": 9.9.2
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-augment": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types-create": 9.9.2
|
||||
"@polkadot/types-support": 9.9.2
|
||||
"@polkadot/api": 9.9.4
|
||||
"@polkadot/api-augment": 9.9.4
|
||||
"@polkadot/rpc-augment": 9.9.4
|
||||
"@polkadot/rpc-provider": 9.9.4
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-augment": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/types-create": 9.9.4
|
||||
"@polkadot/types-support": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
"@polkadot/util-crypto": ^10.1.14
|
||||
"@polkadot/x-ws": ^10.1.14
|
||||
@@ -2285,57 +2285,57 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@9.9.2, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@9.9.4, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@9.9.2, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@9.9.4, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-augment": 9.9.2
|
||||
"@polkadot/types-support": 9.9.2
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-augment": 9.9.4
|
||||
"@polkadot/types-support": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
"@polkadot/util-crypto": ^10.1.14
|
||||
"@polkadot/x-bigint": ^10.1.14
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@9.9.2, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@9.9.4, @polkadot/types-create@workspace:packages/types-create":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-create@workspace:packages/types-create"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@9.9.2, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@9.9.4, @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.20.1
|
||||
"@polkadot/api": 9.9.2
|
||||
"@polkadot/api": 9.9.4
|
||||
"@polkadot/networks": ^10.1.14
|
||||
"@polkadot/types": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types-create": 9.9.2
|
||||
"@polkadot/types": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/types-create": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@9.9.2, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@9.9.4, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
@@ -2344,16 +2344,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@9.9.2, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@9.9.4, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/keyring": ^10.1.14
|
||||
"@polkadot/types-augment": 9.9.2
|
||||
"@polkadot/types-codec": 9.9.2
|
||||
"@polkadot/types-create": 9.9.2
|
||||
"@polkadot/types-support": 9.9.2
|
||||
"@polkadot/types-augment": 9.9.4
|
||||
"@polkadot/types-codec": 9.9.4
|
||||
"@polkadot/types-create": 9.9.4
|
||||
"@polkadot/types-support": 9.9.4
|
||||
"@polkadot/util": ^10.1.14
|
||||
"@polkadot/util-crypto": ^10.1.14
|
||||
rxjs: ^7.5.7
|
||||
|
||||
Reference in New Issue
Block a user