Compare commits

...
2 Commits
Author SHA1 Message Date
github-actions[bot] 3d2307f12a [CI Skip] release/stable 10.3.4
skip-checks: true
2023-04-16 09:27:26 +00:00
Jaco 320135dbe5 Author extract using correct as-at state (#5598)
* Author extract using correct as-at state

* Align header retrieval

* Dedupe

* Deupe

* Adjust

* Remove deprecated events.at

* 10.3.4
2023-04-16 12:18:36 +03:00
38 changed files with 218 additions and 200 deletions
+8 -1
View File
@@ -1,6 +1,13 @@
# CHANGELOG
## master
## 10.3.4 Apr 16, 2023
Changes:
- Ensure block author extract uses the correct as-at block construction state
## 10.3.3 Apr 15, 2023
Contributed:
+1 -1
View File
@@ -1,4 +1,4 @@
3433 Jaco 10.3.3 (#5596)
3434 Jaco Author extract using correct as-at state (#5598)
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
View File
@@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"versions": {
"git": "10.3.3",
"npm": "10.3.3"
"git": "10.3.4",
"npm": "10.3.4"
},
"workspaces": [
"packages/*"
+6 -6
View File
@@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/api-base": "10.3.3",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/api-base": "10.3.4",
"@polkadot/rpc-augment": "10.3.4",
"@polkadot/types": "10.3.4",
"@polkadot/types-augment": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.3.3' };
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '10.3.4' };
+3 -3
View File
@@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/rpc-core": "10.3.4",
"@polkadot/types": "10.3.4",
"@polkadot/util": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.3.3' };
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '10.3.4' };
+6 -6
View File
@@ -18,20 +18,20 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/api": "10.3.4",
"@polkadot/types": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/types-create": "10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.3.3",
"@polkadot/api-augment": "10.3.4",
"@polkadot/keyring": "^11.1.3"
}
}
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '10.3.4' };
+12 -12
View File
@@ -18,25 +18,25 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/api": "10.3.3",
"@polkadot/api-augment": "10.3.3",
"@polkadot/api-base": "10.3.3",
"@polkadot/rpc-core": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/api": "10.3.4",
"@polkadot/api-augment": "10.3.4",
"@polkadot/api-base": "10.3.4",
"@polkadot/rpc-core": "10.3.4",
"@polkadot/types": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "10.3.3",
"@polkadot/api-augment": "10.3.3",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/rpc-provider": "10.3.3",
"@polkadot/types-support": "10.3.3"
"@polkadot/api": "10.3.4",
"@polkadot/api-augment": "10.3.4",
"@polkadot/rpc-augment": "10.3.4",
"@polkadot/rpc-provider": "10.3.4",
"@polkadot/types-support": "10.3.4"
}
}
+1 -1
View File
@@ -34,7 +34,7 @@ export function getBlock (instanceId: string, api: DeriveApi): (hash: Uint8Array
combineLatest([
of(signedBlock),
queryAt.system.events(),
getAuthorDetails(signedBlock.block.header, queryAt)
getAuthorDetails(api, signedBlock.block.header, blockHash)
])
),
map(([signedBlock, events, [, validators, author]]) =>
+4 -7
View File
@@ -5,7 +5,7 @@ import type { Observable } from 'rxjs';
import type { HeaderExtended } from '../type/types.js';
import type { DeriveApi } from '../types.js';
import { combineLatest, map, switchMap } from 'rxjs';
import { map, switchMap } from 'rxjs';
import { createHeaderExtended } from '../type/index.js';
import { memo } from '../util/index.js';
@@ -27,12 +27,9 @@ import { getAuthorDetails } from './util.js';
*/
export function getHeader (instanceId: string, api: DeriveApi): (blockHash: Uint8Array | string) => Observable<HeaderExtended> {
return memo(instanceId, (blockHash: Uint8Array | string): Observable<HeaderExtended> =>
combineLatest([
api.rpc.chain.getHeader(blockHash),
api.queryAt(blockHash)
]).pipe(
switchMap(([header, queryAt]) =>
getAuthorDetails(header, queryAt)
api.rpc.chain.getHeader(blockHash).pipe(
switchMap((header) =>
getAuthorDetails(api, header, blockHash)
),
map(([header, validators, author]) =>
createHeaderExtended((validators || header).registry, header, validators, author)
@@ -5,7 +5,7 @@ import type { Observable } from 'rxjs';
import type { HeaderExtended } from '../type/types.js';
import type { DeriveApi } from '../types.js';
import { combineLatest, map, of, switchMap } from 'rxjs';
import { map, switchMap } from 'rxjs';
import { createHeaderExtended } from '../type/index.js';
import { memo } from '../util/index.js';
@@ -28,13 +28,7 @@ export function subscribeNewHeads (instanceId: string, api: DeriveApi): () => Ob
return memo(instanceId, (): Observable<HeaderExtended> =>
api.rpc.chain.subscribeNewHeads().pipe(
switchMap((header) =>
combineLatest([
of(header),
api.queryAt(header.hash)
])
),
switchMap(([header, queryAt]) =>
getAuthorDetails(header, queryAt)
getAuthorDetails(api, header)
),
map(([header, validators, author]): HeaderExtended => {
header.createdAtHash = header.hash;
+22 -2
View File
@@ -9,7 +9,7 @@ import type { SpCoreSr25519Public } from '@polkadot/types/lookup';
import type { Codec, IOption } from '@polkadot/types/types';
import type { DeriveApi } from '../types.js';
import { combineLatest, map, mergeMap, of } from 'rxjs';
import { combineLatest, map, mergeMap, of, switchMap } from 'rxjs';
import { memo, unwrapBlockNumber } from '../util/index.js';
@@ -24,7 +24,8 @@ export function createBlockNumberDerive <T extends { number: Compact<BlockNumber
);
}
export function getAuthorDetails (header: Header, queryAt: QueryableStorage<'rxjs'>): Observable<[Header, Vec<AccountId> | null, AccountId | null]> {
/** @internal */
function getAuthorDetailsWithAt (header: Header, queryAt: QueryableStorage<'rxjs'>): Observable<[Header, Vec<AccountId> | null, AccountId | null]> {
const validators = queryAt.session
? queryAt.session.validators()
: of(null);
@@ -72,3 +73,22 @@ export function getAuthorDetails (header: Header, queryAt: QueryableStorage<'rxj
of(null)
]);
}
export function getAuthorDetails (api: DeriveApi, header: Header, blockHash?: Uint8Array | string): Observable<[Header, Vec<AccountId> | null, AccountId | null]> {
// For on-chain state, we need to retrieve it as per the start
// of the block being constructed, i.e. session validators would
// be at the point of the block construction, not when all operations
// has been supplied.
//
// However for the first block (no parentHash available), we would
// just use the as-is
return api.queryAt(
header.parentHash.isEmpty
? blockHash || header.hash
: header.parentHash
).pipe(
switchMap((queryAt) =>
getAuthorDetailsWithAt(header, queryAt)
)
);
}
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '10.3.4' };
+14 -14
View File
@@ -18,21 +18,21 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/api-augment": "10.3.3",
"@polkadot/api-base": "10.3.3",
"@polkadot/api-derive": "10.3.3",
"@polkadot/api-augment": "10.3.4",
"@polkadot/api-base": "10.3.4",
"@polkadot/api-derive": "10.3.4",
"@polkadot/keyring": "^11.1.3",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/rpc-core": "10.3.3",
"@polkadot/rpc-provider": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/types-known": "10.3.3",
"@polkadot/rpc-augment": "10.3.4",
"@polkadot/rpc-core": "10.3.4",
"@polkadot/rpc-provider": "10.3.4",
"@polkadot/types": "10.3.4",
"@polkadot/types-augment": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/types-create": "10.3.4",
"@polkadot/types-known": "10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"eventemitter3": "^5.0.0",
@@ -40,7 +40,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.3.3",
"@polkadot/types-support": "10.3.3"
"@polkadot/api-augment": "10.3.4",
"@polkadot/types-support": "10.3.4"
}
}
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '10.3.4' };
+4 -4
View File
@@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-core": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/rpc-core": "10.3.4",
"@polkadot/types": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.3.3' };
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '10.3.4' };
+5 -5
View File
@@ -18,18 +18,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/rpc-provider": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/rpc-augment": "10.3.4",
"@polkadot/rpc-provider": "10.3.4",
"@polkadot/types": "10.3.4",
"@polkadot/util": "^11.1.3",
"rxjs": "^7.8.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/rpc-augment": "10.3.3"
"@polkadot/rpc-augment": "10.3.4"
}
}
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '10.3.4' };
+3 -3
View File
@@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-support": "10.3.3",
"@polkadot/types": "10.3.4",
"@polkadot/types-support": "10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/x-fetch": "^11.1.3",
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '10.3.4' };
+10 -10
View File
@@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"bin": {
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
@@ -28,15 +28,15 @@
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
},
"dependencies": {
"@polkadot/api": "10.3.3",
"@polkadot/api-augment": "10.3.3",
"@polkadot/rpc-augment": "10.3.3",
"@polkadot/rpc-provider": "10.3.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/types-support": "10.3.3",
"@polkadot/api": "10.3.4",
"@polkadot/api-augment": "10.3.4",
"@polkadot/rpc-augment": "10.3.4",
"@polkadot/rpc-provider": "10.3.4",
"@polkadot/types": "10.3.4",
"@polkadot/types-augment": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/types-create": "10.3.4",
"@polkadot/types-support": "10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/x-ws": "^11.1.3",
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '10.3.4' };
+3 -3
View File
@@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.3.3' };
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '10.3.4' };
+4 -4
View File
@@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^11.1.3",
@@ -26,9 +26,9 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "10.3.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-support": "10.3.3",
"@polkadot/types": "10.3.4",
"@polkadot/types-augment": "10.3.4",
"@polkadot/types-support": "10.3.4",
"@polkadot/util-crypto": "^11.1.3"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.3.3' };
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '10.3.4' };
+3 -3
View File
@@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-codec": "10.3.4",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/types": "10.3.3"
"@polkadot/types": "10.3.4"
}
}
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '10.3.4' };
+5 -5
View File
@@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^11.1.3",
"@polkadot/types": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/types": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/types-create": "10.3.4",
"@polkadot/util": "^11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/api": "10.3.3"
"@polkadot/api": "10.3.4"
}
}
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '10.3.4' };
+1 -1
View File
@@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^11.1.3",
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '10.3.4' };
+5 -5
View File
@@ -18,13 +18,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.3.3",
"version": "10.3.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types-augment": "10.3.3",
"@polkadot/types-codec": "10.3.3",
"@polkadot/types-create": "10.3.3",
"@polkadot/types-augment": "10.3.4",
"@polkadot/types-codec": "10.3.4",
"@polkadot/types-create": "10.3.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"rxjs": "^7.8.0",
@@ -32,6 +32,6 @@
},
"devDependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/types-support": "10.3.3"
"@polkadot/types-support": "10.3.4"
}
}
+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: '10.3.3' };
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '10.3.4' };
+78 -78
View File
@@ -364,26 +364,26 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/api-augment@10.3.3, @polkadot/api-augment@workspace:packages/api-augment":
"@polkadot/api-augment@10.3.4, @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": 10.3.3
"@polkadot/rpc-augment": 10.3.3
"@polkadot/types": 10.3.3
"@polkadot/types-augment": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/api-base": 10.3.4
"@polkadot/rpc-augment": 10.3.4
"@polkadot/types": 10.3.4
"@polkadot/types-augment": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/util": ^11.1.3
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/api-base@10.3.3, @polkadot/api-base@workspace:packages/api-base":
"@polkadot/api-base@10.3.4, @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": 10.3.3
"@polkadot/types": 10.3.3
"@polkadot/rpc-core": 10.3.4
"@polkadot/types": 10.3.4
"@polkadot/util": ^11.1.3
rxjs: ^7.8.0
tslib: ^2.5.0
@@ -394,12 +394,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
dependencies:
"@polkadot/api": 10.3.3
"@polkadot/api-augment": 10.3.3
"@polkadot/api": 10.3.4
"@polkadot/api-augment": 10.3.4
"@polkadot/keyring": ^11.1.3
"@polkadot/types": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/types-create": 10.3.3
"@polkadot/types": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/types-create": 10.3.4
"@polkadot/util": ^11.1.3
"@polkadot/util-crypto": ^11.1.3
rxjs: ^7.8.0
@@ -407,19 +407,19 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/api-derive@10.3.3, @polkadot/api-derive@workspace:packages/api-derive":
"@polkadot/api-derive@10.3.4, @polkadot/api-derive@workspace:packages/api-derive":
version: 0.0.0-use.local
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
dependencies:
"@polkadot/api": 10.3.3
"@polkadot/api-augment": 10.3.3
"@polkadot/api-base": 10.3.3
"@polkadot/rpc-augment": 10.3.3
"@polkadot/rpc-core": 10.3.3
"@polkadot/rpc-provider": 10.3.3
"@polkadot/types": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/types-support": 10.3.3
"@polkadot/api": 10.3.4
"@polkadot/api-augment": 10.3.4
"@polkadot/api-base": 10.3.4
"@polkadot/rpc-augment": 10.3.4
"@polkadot/rpc-core": 10.3.4
"@polkadot/rpc-provider": 10.3.4
"@polkadot/types": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/types-support": 10.3.4
"@polkadot/util": ^11.1.3
"@polkadot/util-crypto": ^11.1.3
rxjs: ^7.8.0
@@ -427,23 +427,23 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/api@10.3.3, @polkadot/api@workspace:packages/api":
"@polkadot/api@10.3.4, @polkadot/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@polkadot/api@workspace:packages/api"
dependencies:
"@polkadot/api-augment": 10.3.3
"@polkadot/api-base": 10.3.3
"@polkadot/api-derive": 10.3.3
"@polkadot/api-augment": 10.3.4
"@polkadot/api-base": 10.3.4
"@polkadot/api-derive": 10.3.4
"@polkadot/keyring": ^11.1.3
"@polkadot/rpc-augment": 10.3.3
"@polkadot/rpc-core": 10.3.3
"@polkadot/rpc-provider": 10.3.3
"@polkadot/types": 10.3.3
"@polkadot/types-augment": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/types-create": 10.3.3
"@polkadot/types-known": 10.3.3
"@polkadot/types-support": 10.3.3
"@polkadot/rpc-augment": 10.3.4
"@polkadot/rpc-core": 10.3.4
"@polkadot/rpc-provider": 10.3.4
"@polkadot/types": 10.3.4
"@polkadot/types-augment": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/types-create": 10.3.4
"@polkadot/types-known": 10.3.4
"@polkadot/types-support": 10.3.4
"@polkadot/util": ^11.1.3
"@polkadot/util-crypto": ^11.1.3
eventemitter3: ^5.0.0
@@ -570,39 +570,39 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/rpc-augment@10.3.3, @polkadot/rpc-augment@workspace:packages/rpc-augment":
"@polkadot/rpc-augment@10.3.4, @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": 10.3.3
"@polkadot/types": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/rpc-core": 10.3.4
"@polkadot/types": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/util": ^11.1.3
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/rpc-core@10.3.3, @polkadot/rpc-core@workspace:packages/rpc-core":
"@polkadot/rpc-core@10.3.4, @polkadot/rpc-core@workspace:packages/rpc-core":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
dependencies:
"@polkadot/keyring": ^11.1.3
"@polkadot/rpc-augment": 10.3.3
"@polkadot/rpc-provider": 10.3.3
"@polkadot/types": 10.3.3
"@polkadot/rpc-augment": 10.3.4
"@polkadot/rpc-provider": 10.3.4
"@polkadot/types": 10.3.4
"@polkadot/util": ^11.1.3
rxjs: ^7.8.0
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/rpc-provider@10.3.3, @polkadot/rpc-provider@workspace:packages/rpc-provider":
"@polkadot/rpc-provider@10.3.4, @polkadot/rpc-provider@workspace:packages/rpc-provider":
version: 0.0.0-use.local
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
dependencies:
"@polkadot/keyring": ^11.1.3
"@polkadot/types": 10.3.3
"@polkadot/types-support": 10.3.3
"@polkadot/types": 10.3.4
"@polkadot/types-support": 10.3.4
"@polkadot/util": ^11.1.3
"@polkadot/util-crypto": ^11.1.3
"@polkadot/x-fetch": ^11.1.3
@@ -623,15 +623,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@polkadot/typegen@workspace:packages/typegen"
dependencies:
"@polkadot/api": 10.3.3
"@polkadot/api-augment": 10.3.3
"@polkadot/rpc-augment": 10.3.3
"@polkadot/rpc-provider": 10.3.3
"@polkadot/types": 10.3.3
"@polkadot/types-augment": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/types-create": 10.3.3
"@polkadot/types-support": 10.3.3
"@polkadot/api": 10.3.4
"@polkadot/api-augment": 10.3.4
"@polkadot/rpc-augment": 10.3.4
"@polkadot/rpc-provider": 10.3.4
"@polkadot/types": 10.3.4
"@polkadot/types-augment": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/types-create": 10.3.4
"@polkadot/types-support": 10.3.4
"@polkadot/util": ^11.1.3
"@polkadot/util-crypto": ^11.1.3
"@polkadot/x-ws": ^11.1.3
@@ -649,24 +649,24 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-augment@10.3.3, @polkadot/types-augment@workspace:packages/types-augment":
"@polkadot/types-augment@10.3.4, @polkadot/types-augment@workspace:packages/types-augment":
version: 0.0.0-use.local
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
dependencies:
"@polkadot/types": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/types": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/util": ^11.1.3
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/types-codec@10.3.3, @polkadot/types-codec@workspace:packages/types-codec":
"@polkadot/types-codec@10.3.4, @polkadot/types-codec@workspace:packages/types-codec":
version: 0.0.0-use.local
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
dependencies:
"@polkadot/types": 10.3.3
"@polkadot/types-augment": 10.3.3
"@polkadot/types-support": 10.3.3
"@polkadot/types": 10.3.4
"@polkadot/types-augment": 10.3.4
"@polkadot/types-support": 10.3.4
"@polkadot/util": ^11.1.3
"@polkadot/util-crypto": ^11.1.3
"@polkadot/x-bigint": ^11.1.3
@@ -674,32 +674,32 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types-create@10.3.3, @polkadot/types-create@workspace:packages/types-create":
"@polkadot/types-create@10.3.4, @polkadot/types-create@workspace:packages/types-create":
version: 0.0.0-use.local
resolution: "@polkadot/types-create@workspace:packages/types-create"
dependencies:
"@polkadot/types": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/types": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/util": ^11.1.3
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/types-known@10.3.3, @polkadot/types-known@workspace:packages/types-known":
"@polkadot/types-known@10.3.4, @polkadot/types-known@workspace:packages/types-known":
version: 0.0.0-use.local
resolution: "@polkadot/types-known@workspace:packages/types-known"
dependencies:
"@polkadot/api": 10.3.3
"@polkadot/api": 10.3.4
"@polkadot/networks": ^11.1.3
"@polkadot/types": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/types-create": 10.3.3
"@polkadot/types": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/types-create": 10.3.4
"@polkadot/util": ^11.1.3
tslib: ^2.5.0
languageName: unknown
linkType: soft
"@polkadot/types-support@10.3.3, @polkadot/types-support@workspace:packages/types-support":
"@polkadot/types-support@10.3.4, @polkadot/types-support@workspace:packages/types-support":
version: 0.0.0-use.local
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
@@ -708,15 +708,15 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/types@10.3.3, @polkadot/types@workspace:packages/types":
"@polkadot/types@10.3.4, @polkadot/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@polkadot/types@workspace:packages/types"
dependencies:
"@polkadot/keyring": ^11.1.3
"@polkadot/types-augment": 10.3.3
"@polkadot/types-codec": 10.3.3
"@polkadot/types-create": 10.3.3
"@polkadot/types-support": 10.3.3
"@polkadot/types-augment": 10.3.4
"@polkadot/types-codec": 10.3.4
"@polkadot/types-create": 10.3.4
"@polkadot/types-support": 10.3.4
"@polkadot/util": ^11.1.3
"@polkadot/util-crypto": ^11.1.3
rxjs: ^7.8.0