Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b3258a65a | ||
|
|
d191d07782 | ||
|
|
fe2103e5d4 | ||
|
|
ee42e3a86c | ||
|
|
12fd31def5 | ||
|
|
a3901ca7ad |
@@ -1,5 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 9.8.2 Nov 16, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
- Adjust `api.rpc.payment.queryInfo` to always return `WeightV1` responses
|
||||
- Mark `api.rpc.payment.queryInfo` as deprecated (will be in a future Substrate version)
|
||||
|
||||
|
||||
## 9.8.1 Nov 13, 2022
|
||||
|
||||
Contributed:
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
3280 Jaco 9.8.1 (#5337)
|
||||
3283 Jaco 9.8.2 (#5343)
|
||||
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
|
||||
37 Keith Ingram Update contract types and rpc (#4541)
|
||||
35 Stefanie Doll Updated child storage parameters (#1709)
|
||||
|
||||
+4
-4
@@ -11,10 +11,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"versions": {
|
||||
"git": "9.8.1",
|
||||
"npm": "9.8.1"
|
||||
"git": "9.8.2",
|
||||
"npm": "9.8.2"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
@@ -39,7 +39,7 @@
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/register": "^7.18.9",
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/dev": "^0.67.156",
|
||||
"@polkadot/dev": "^0.67.159",
|
||||
"@polkadot/typegen": "workspace:packages/typegen",
|
||||
"@types/jest": "^29.2.2",
|
||||
"copyfiles": "^2.4.1"
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api-base": "9.8.1",
|
||||
"@polkadot/rpc-augment": "9.8.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-augment": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/api-base": "9.8.2",
|
||||
"@polkadot/rpc-augment": "9.8.2",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-augment": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types-support": "9.8.1"
|
||||
"@polkadot/types-support": "9.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/rpc-core": "9.8.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/rpc-core": "9.8.2",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12",
|
||||
"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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api": "9.8.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/types-create": "9.8.1",
|
||||
"@polkadot/api": "9.8.2",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/types-create": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12",
|
||||
"@polkadot/util-crypto": "^10.1.12",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "9.8.1",
|
||||
"@polkadot/api-augment": "9.8.2",
|
||||
"@polkadot/keyring": "^10.1.12"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,25 +20,25 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api": "9.8.1",
|
||||
"@polkadot/api-augment": "9.8.1",
|
||||
"@polkadot/api-base": "9.8.1",
|
||||
"@polkadot/rpc-core": "9.8.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/api": "9.8.2",
|
||||
"@polkadot/api-augment": "9.8.2",
|
||||
"@polkadot/api-base": "9.8.2",
|
||||
"@polkadot/rpc-core": "9.8.2",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12",
|
||||
"@polkadot/util-crypto": "^10.1.12",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "9.8.1",
|
||||
"@polkadot/api-augment": "9.8.1",
|
||||
"@polkadot/rpc-augment": "9.8.1",
|
||||
"@polkadot/rpc-provider": "9.8.1",
|
||||
"@polkadot/types-support": "9.8.1"
|
||||
"@polkadot/api": "9.8.2",
|
||||
"@polkadot/api-augment": "9.8.2",
|
||||
"@polkadot/rpc-augment": "9.8.2",
|
||||
"@polkadot/rpc-provider": "9.8.2",
|
||||
"@polkadot/types-support": "9.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
+14
-14
@@ -20,29 +20,29 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/api-augment": "9.8.1",
|
||||
"@polkadot/api-base": "9.8.1",
|
||||
"@polkadot/api-derive": "9.8.1",
|
||||
"@polkadot/api-augment": "9.8.2",
|
||||
"@polkadot/api-base": "9.8.2",
|
||||
"@polkadot/api-derive": "9.8.2",
|
||||
"@polkadot/keyring": "^10.1.12",
|
||||
"@polkadot/rpc-augment": "9.8.1",
|
||||
"@polkadot/rpc-core": "9.8.1",
|
||||
"@polkadot/rpc-provider": "9.8.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-augment": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/types-create": "9.8.1",
|
||||
"@polkadot/types-known": "9.8.1",
|
||||
"@polkadot/rpc-augment": "9.8.2",
|
||||
"@polkadot/rpc-core": "9.8.2",
|
||||
"@polkadot/rpc-provider": "9.8.2",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-augment": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/types-create": "9.8.2",
|
||||
"@polkadot/types-known": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12",
|
||||
"@polkadot/util-crypto": "^10.1.12",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "9.8.1",
|
||||
"@polkadot/types-support": "9.8.1"
|
||||
"@polkadot/api-augment": "9.8.2",
|
||||
"@polkadot/types-support": "9.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '9.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/rpc-core": "9.8.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/rpc-core": "9.8.2",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';
|
||||
import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa';
|
||||
import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';
|
||||
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
|
||||
import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
|
||||
import type { FeeDetails, RuntimeDispatchInfoV1 } from '@polkadot/types/interfaces/payment';
|
||||
import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
|
||||
import type { AccountId, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime';
|
||||
import type { MigrationStatusResult, ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state';
|
||||
@@ -407,13 +407,15 @@ declare module '@polkadot/rpc-core/types/jsonrpc' {
|
||||
};
|
||||
payment: {
|
||||
/**
|
||||
* @deprecated Use `api.call.transactionPaymentApi.queryFeeDetails` instead
|
||||
* Query the detailed fee of a given encoded extrinsic
|
||||
**/
|
||||
queryFeeDetails: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<FeeDetails>>;
|
||||
/**
|
||||
* @deprecated Use `api.call.transactionPaymentApi.queryInfo` instead
|
||||
* Retrieves the fee information for an encoded extrinsic
|
||||
**/
|
||||
queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfo>>;
|
||||
queryInfo: AugmentedRpc<(extrinsic: Bytes | string | Uint8Array, at?: BlockHash | string | Uint8Array) => Observable<RuntimeDispatchInfoV1>>;
|
||||
};
|
||||
rpc: {
|
||||
/**
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,18 +20,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/rpc-augment": "9.8.1",
|
||||
"@polkadot/rpc-provider": "9.8.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/rpc-augment": "9.8.2",
|
||||
"@polkadot/rpc-provider": "9.8.2",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^10.1.12",
|
||||
"@polkadot/rpc-augment": "9.8.1"
|
||||
"@polkadot/rpc-augment": "9.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/keyring": "^10.1.12",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-support": "9.8.1",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-support": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12",
|
||||
"@polkadot/util-crypto": "^10.1.12",
|
||||
"@polkadot/x-fetch": "^10.1.12",
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"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.8.1",
|
||||
"@polkadot/api-augment": "9.8.1",
|
||||
"@polkadot/rpc-augment": "9.8.1",
|
||||
"@polkadot/rpc-provider": "9.8.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-augment": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/types-create": "9.8.1",
|
||||
"@polkadot/types-support": "9.8.1",
|
||||
"@polkadot/api": "9.8.2",
|
||||
"@polkadot/api-augment": "9.8.2",
|
||||
"@polkadot/rpc-augment": "9.8.2",
|
||||
"@polkadot/rpc-provider": "9.8.2",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-augment": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/types-create": "9.8.2",
|
||||
"@polkadot/types-support": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12",
|
||||
"@polkadot/util-crypto": "^10.1.12",
|
||||
"@polkadot/x-ws": "^10.1.12",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '9.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -46,7 +46,7 @@ import type { NpApiError } from '@polkadot/types/interfaces/nompools';
|
||||
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
|
||||
import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';
|
||||
import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
|
||||
import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
|
||||
import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@polkadot/types/interfaces/payment';
|
||||
import type { Approvals } from '@polkadot/types/interfaces/poll';
|
||||
import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';
|
||||
import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';
|
||||
@@ -877,6 +877,8 @@ declare module '@polkadot/types/types/registry' {
|
||||
RpcMethods: RpcMethods;
|
||||
RuntimeDbWeight: RuntimeDbWeight;
|
||||
RuntimeDispatchInfo: RuntimeDispatchInfo;
|
||||
RuntimeDispatchInfoV1: RuntimeDispatchInfoV1;
|
||||
RuntimeDispatchInfoV2: RuntimeDispatchInfoV2;
|
||||
RuntimeVersion: RuntimeVersion;
|
||||
RuntimeVersionApi: RuntimeVersionApi;
|
||||
RuntimeVersionPartial: RuntimeVersionPartial;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
@@ -28,9 +28,9 @@
|
||||
"@polkadot/x-bigint": "^10.1.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-augment": "9.8.1",
|
||||
"@polkadot/types-support": "9.8.1",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-augment": "9.8.2",
|
||||
"@polkadot/types-support": "9.8.2",
|
||||
"@polkadot/util-crypto": "^10.1.12"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "9.8.1"
|
||||
"@polkadot/types": "9.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,17 +20,17 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/networks": "^10.1.12",
|
||||
"@polkadot/types": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/types-create": "9.8.1",
|
||||
"@polkadot/types": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/types-create": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "9.8.1"
|
||||
"@polkadot/api": "9.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"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.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -20,20 +20,20 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.8.1",
|
||||
"version": "9.8.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@polkadot/keyring": "^10.1.12",
|
||||
"@polkadot/types-augment": "9.8.1",
|
||||
"@polkadot/types-codec": "9.8.1",
|
||||
"@polkadot/types-create": "9.8.1",
|
||||
"@polkadot/types-augment": "9.8.2",
|
||||
"@polkadot/types-codec": "9.8.2",
|
||||
"@polkadot/types-create": "9.8.2",
|
||||
"@polkadot/util": "^10.1.12",
|
||||
"@polkadot/util-crypto": "^10.1.12",
|
||||
"rxjs": "^7.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^10.1.12",
|
||||
"@polkadot/types-support": "9.8.1"
|
||||
"@polkadot/types-support": "9.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,6 +27,16 @@ export default {
|
||||
weight: 'Weight',
|
||||
class: 'DispatchClass',
|
||||
partialFee: 'Balance'
|
||||
},
|
||||
RuntimeDispatchInfoV1: {
|
||||
weight: 'WeightV1',
|
||||
class: 'DispatchClass',
|
||||
partialFee: 'Balance'
|
||||
},
|
||||
RuntimeDispatchInfoV2: {
|
||||
weight: 'WeightV2',
|
||||
class: 'DispatchClass',
|
||||
partialFee: 'Balance'
|
||||
}
|
||||
}
|
||||
} as Definitions;
|
||||
|
||||
@@ -5,6 +5,8 @@ import type { DefinitionsRpc } from '../../types';
|
||||
|
||||
export const rpc: DefinitionsRpc = {
|
||||
queryFeeDetails: {
|
||||
// NOTE: Not deprecated (yet) in Substrate, but it is the intent to do so
|
||||
deprecated: 'Use `api.call.transactionPaymentApi.queryFeeDetails` instead',
|
||||
description: 'Query the detailed fee of a given encoded extrinsic',
|
||||
params: [
|
||||
{
|
||||
@@ -21,6 +23,8 @@ export const rpc: DefinitionsRpc = {
|
||||
type: 'FeeDetails'
|
||||
},
|
||||
queryInfo: {
|
||||
// NOTE: Not deprecated (yet) in Substrate, but it is the intent to do so
|
||||
deprecated: 'Use `api.call.transactionPaymentApi.queryInfo` instead',
|
||||
description: 'Retrieves the fee information for an encoded extrinsic',
|
||||
params: [
|
||||
{
|
||||
@@ -34,6 +38,7 @@ export const rpc: DefinitionsRpc = {
|
||||
type: 'BlockHash'
|
||||
}
|
||||
],
|
||||
type: 'RuntimeDispatchInfo'
|
||||
// NOTE: Stuck on V1 forever (at least for the time being)
|
||||
type: 'RuntimeDispatchInfoV1'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -19,23 +19,6 @@ const V1_V2_SHARED_PAY: Record<string, DefinitionCall> = {
|
||||
}
|
||||
],
|
||||
type: 'FeeDetails'
|
||||
},
|
||||
query_info: {
|
||||
description: 'The transaction info',
|
||||
params: [
|
||||
{
|
||||
name: 'uxt',
|
||||
type: 'Extrinsic'
|
||||
},
|
||||
{
|
||||
name: 'len',
|
||||
type: 'u32'
|
||||
}
|
||||
],
|
||||
// NOTE: Since we detect the Weight type based on the runtime, we can have the same
|
||||
// result for V1 & V2 (additionally, the v2 API came a bit later, so we don't want
|
||||
// to fix this to V1 weights, since _some_ chains may be incorrect)
|
||||
type: 'RuntimeDispatchInfo'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -53,41 +36,93 @@ const V1_V2_SHARED_CALL: Record<string, DefinitionCall> = {
|
||||
}
|
||||
],
|
||||
type: 'FeeDetails'
|
||||
},
|
||||
query_call_info: {
|
||||
description: 'The call info',
|
||||
params: [
|
||||
{
|
||||
name: 'call',
|
||||
type: 'Call'
|
||||
},
|
||||
{
|
||||
name: 'len',
|
||||
type: 'u32'
|
||||
}
|
||||
],
|
||||
type: 'RuntimeDispatchInfo'
|
||||
}
|
||||
};
|
||||
|
||||
export const runtime: DefinitionsCall = {
|
||||
TransactionPaymentApi: [
|
||||
{
|
||||
methods: objectSpread({}, V1_V2_SHARED_PAY),
|
||||
methods: objectSpread({
|
||||
query_info: {
|
||||
description: 'The transaction info',
|
||||
params: [
|
||||
{
|
||||
name: 'uxt',
|
||||
type: 'Extrinsic'
|
||||
},
|
||||
{
|
||||
name: 'len',
|
||||
type: 'u32'
|
||||
}
|
||||
],
|
||||
type: 'RuntimeDispatchInfo'
|
||||
}
|
||||
}, V1_V2_SHARED_PAY),
|
||||
version: 2
|
||||
},
|
||||
{
|
||||
methods: objectSpread({}, V1_V2_SHARED_PAY),
|
||||
methods: objectSpread({
|
||||
query_info: {
|
||||
description: 'The transaction info',
|
||||
params: [
|
||||
{
|
||||
name: 'uxt',
|
||||
type: 'Extrinsic'
|
||||
},
|
||||
{
|
||||
name: 'len',
|
||||
type: 'u32'
|
||||
}
|
||||
],
|
||||
// NOTE: _Should_ be V1 (as per current Substrate), however the interface was changed mid-flight between
|
||||
// versions. So we have some of each depending on runtime. (We do detect the weight type, so correct)
|
||||
// type: 'RuntimeDispatchInfoV1'
|
||||
type: 'RuntimeDispatchInfo'
|
||||
}
|
||||
}, V1_V2_SHARED_PAY),
|
||||
version: 1
|
||||
}
|
||||
],
|
||||
TransactionPaymentCallApi: [
|
||||
{
|
||||
methods: objectSpread({}, V1_V2_SHARED_CALL),
|
||||
methods: objectSpread({
|
||||
query_call_info: {
|
||||
description: 'The call info',
|
||||
params: [
|
||||
{
|
||||
name: 'call',
|
||||
type: 'Call'
|
||||
},
|
||||
{
|
||||
name: 'len',
|
||||
type: 'u32'
|
||||
}
|
||||
],
|
||||
type: 'RuntimeDispatchInfo'
|
||||
}
|
||||
}, V1_V2_SHARED_CALL),
|
||||
version: 2
|
||||
},
|
||||
{
|
||||
methods: objectSpread({}, V1_V2_SHARED_CALL),
|
||||
methods: objectSpread({
|
||||
query_call_info: {
|
||||
description: 'The call info',
|
||||
params: [
|
||||
{
|
||||
name: 'call',
|
||||
type: 'Call'
|
||||
},
|
||||
{
|
||||
name: 'len',
|
||||
type: 'u32'
|
||||
}
|
||||
],
|
||||
// NOTE: _Should_ be V1 (as per current Substrate), however the interface was changed mid-flight between
|
||||
// versions. So we have some of each depending on runtime. (We do detect the weight type, so correct)
|
||||
// type: 'RuntimeDispatchInfoV1'
|
||||
type: 'RuntimeDispatchInfo'
|
||||
}
|
||||
}, V1_V2_SHARED_CALL),
|
||||
version: 1
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/* eslint-disable */
|
||||
|
||||
import type { Option, Struct } from '@polkadot/types-codec';
|
||||
import type { Balance, Weight } from '@polkadot/types/interfaces/runtime';
|
||||
import type { Balance, Weight, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
|
||||
import type { DispatchClass } from '@polkadot/types/interfaces/system';
|
||||
|
||||
/** @name FeeDetails */
|
||||
@@ -24,4 +24,18 @@ export interface RuntimeDispatchInfo extends Struct {
|
||||
readonly partialFee: Balance;
|
||||
}
|
||||
|
||||
/** @name RuntimeDispatchInfoV1 */
|
||||
export interface RuntimeDispatchInfoV1 extends Struct {
|
||||
readonly weight: WeightV1;
|
||||
readonly class: DispatchClass;
|
||||
readonly partialFee: Balance;
|
||||
}
|
||||
|
||||
/** @name RuntimeDispatchInfoV2 */
|
||||
export interface RuntimeDispatchInfoV2 extends Struct {
|
||||
readonly weight: WeightV2;
|
||||
readonly class: DispatchClass;
|
||||
readonly partialFee: Balance;
|
||||
}
|
||||
|
||||
export type PHANTOM_PAYMENT = 'payment';
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '9.8.1' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '9.8.2' };
|
||||
|
||||
@@ -1989,28 +1989,28 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@9.8.1, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@9.8.2, @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.8.1
|
||||
"@polkadot/rpc-augment": 9.8.1
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/types-augment": 9.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types-support": 9.8.1
|
||||
"@polkadot/api-base": 9.8.2
|
||||
"@polkadot/rpc-augment": 9.8.2
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-augment": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/types-support": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@9.8.1, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@9.8.2, @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.8.1
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/rpc-core": 9.8.2
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
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.8.1
|
||||
"@polkadot/api-augment": 9.8.1
|
||||
"@polkadot/api": 9.8.2
|
||||
"@polkadot/api-augment": 9.8.2
|
||||
"@polkadot/keyring": ^10.1.12
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types-create": 9.8.1
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/types-create": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
"@polkadot/util-crypto": ^10.1.12
|
||||
rxjs: ^7.5.7
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@9.8.1, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@9.8.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.20.1
|
||||
"@polkadot/api": 9.8.1
|
||||
"@polkadot/api-augment": 9.8.1
|
||||
"@polkadot/api-base": 9.8.1
|
||||
"@polkadot/rpc-augment": 9.8.1
|
||||
"@polkadot/rpc-core": 9.8.1
|
||||
"@polkadot/rpc-provider": 9.8.1
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types-support": 9.8.1
|
||||
"@polkadot/api": 9.8.2
|
||||
"@polkadot/api-augment": 9.8.2
|
||||
"@polkadot/api-base": 9.8.2
|
||||
"@polkadot/rpc-augment": 9.8.2
|
||||
"@polkadot/rpc-core": 9.8.2
|
||||
"@polkadot/rpc-provider": 9.8.2
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/types-support": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
"@polkadot/util-crypto": ^10.1.12
|
||||
rxjs: ^7.5.7
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@9.8.1, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@9.8.2, @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.8.1
|
||||
"@polkadot/api-base": 9.8.1
|
||||
"@polkadot/api-derive": 9.8.1
|
||||
"@polkadot/api-augment": 9.8.2
|
||||
"@polkadot/api-base": 9.8.2
|
||||
"@polkadot/api-derive": 9.8.2
|
||||
"@polkadot/keyring": ^10.1.12
|
||||
"@polkadot/rpc-augment": 9.8.1
|
||||
"@polkadot/rpc-core": 9.8.1
|
||||
"@polkadot/rpc-provider": 9.8.1
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/types-augment": 9.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types-create": 9.8.1
|
||||
"@polkadot/types-known": 9.8.1
|
||||
"@polkadot/types-support": 9.8.1
|
||||
"@polkadot/rpc-augment": 9.8.2
|
||||
"@polkadot/rpc-core": 9.8.2
|
||||
"@polkadot/rpc-provider": 9.8.2
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-augment": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/types-create": 9.8.2
|
||||
"@polkadot/types-known": 9.8.2
|
||||
"@polkadot/types-support": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
"@polkadot/util-crypto": ^10.1.12
|
||||
eventemitter3: ^4.0.7
|
||||
@@ -2078,9 +2078,9 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/dev@npm:^0.67.156":
|
||||
version: 0.67.156
|
||||
resolution: "@polkadot/dev@npm:0.67.156"
|
||||
"@polkadot/dev@npm:^0.67.159":
|
||||
version: 0.67.159
|
||||
resolution: "@polkadot/dev@npm:0.67.159"
|
||||
dependencies:
|
||||
"@babel/cli": ^7.19.3
|
||||
"@babel/core": ^7.20.2
|
||||
@@ -2106,8 +2106,8 @@ __metadata:
|
||||
"@rollup/plugin-json": ^5.0.1
|
||||
"@rollup/plugin-node-resolve": ^15.0.1
|
||||
"@rushstack/eslint-patch": ^1.2.0
|
||||
"@typescript-eslint/eslint-plugin": ^5.42.1
|
||||
"@typescript-eslint/parser": ^5.42.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.43.0
|
||||
"@typescript-eslint/parser": ^5.43.0
|
||||
"@vue/component-compiler-utils": ^3.3.0
|
||||
babel-jest: ^29.3.1
|
||||
babel-plugin-module-extension-resolver: ^1.0.0-rc.2
|
||||
@@ -2143,7 +2143,7 @@ __metadata:
|
||||
mkdirp: ^1.0.4
|
||||
prettier: ^2.7.1
|
||||
rimraf: ^3.0.2
|
||||
rollup: ^3.2.5
|
||||
rollup: ^3.3.0
|
||||
rollup-plugin-cleanup: ^3.2.1
|
||||
typescript: ^4.8.4
|
||||
webpack: ^5.75.0
|
||||
@@ -2177,7 +2177,7 @@ __metadata:
|
||||
polkadot-exec-swc: scripts/polkadot-exec-swc.mjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||
checksum: 14214f5e666c1579d3d5726771dd604e14bdbff49f2983ed6af4b1fbdca5551ca4537f22d63eb6a93f62ffd6306c72d1e0f4b37f3ae1c77d559975fee817df63
|
||||
checksum: d8fe3c5f80af1a513abb5a7c051728100e3e840f7e29b9d8627866fff35f097af08ea3a3d9d65168142752ff473236cb559469895b1b73bab8bdc9b2a44bb654
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2206,40 +2206,40 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@9.8.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@9.8.2, @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.8.1
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/rpc-core": 9.8.2
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@9.8.1, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@9.8.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.20.1
|
||||
"@polkadot/keyring": ^10.1.12
|
||||
"@polkadot/rpc-augment": 9.8.1
|
||||
"@polkadot/rpc-provider": 9.8.1
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/rpc-augment": 9.8.2
|
||||
"@polkadot/rpc-provider": 9.8.2
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
rxjs: ^7.5.7
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@9.8.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@9.8.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.20.1
|
||||
"@polkadot/keyring": ^10.1.12
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/types-support": 9.8.1
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-support": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
"@polkadot/util-crypto": ^10.1.12
|
||||
"@polkadot/x-fetch": ^10.1.12
|
||||
@@ -2259,15 +2259,15 @@ __metadata:
|
||||
"@babel/core": ^7.20.2
|
||||
"@babel/register": ^7.18.9
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/api": 9.8.1
|
||||
"@polkadot/api-augment": 9.8.1
|
||||
"@polkadot/rpc-augment": 9.8.1
|
||||
"@polkadot/rpc-provider": 9.8.1
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/types-augment": 9.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types-create": 9.8.1
|
||||
"@polkadot/types-support": 9.8.1
|
||||
"@polkadot/api": 9.8.2
|
||||
"@polkadot/api-augment": 9.8.2
|
||||
"@polkadot/rpc-augment": 9.8.2
|
||||
"@polkadot/rpc-provider": 9.8.2
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-augment": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/types-create": 9.8.2
|
||||
"@polkadot/types-support": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
"@polkadot/util-crypto": ^10.1.12
|
||||
"@polkadot/x-ws": ^10.1.12
|
||||
@@ -2285,57 +2285,57 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@9.8.1, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@9.8.2, @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.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@9.8.1, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@9.8.2, @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.8.1
|
||||
"@polkadot/types-augment": 9.8.1
|
||||
"@polkadot/types-support": 9.8.1
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-augment": 9.8.2
|
||||
"@polkadot/types-support": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
"@polkadot/util-crypto": ^10.1.12
|
||||
"@polkadot/x-bigint": ^10.1.12
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@9.8.1, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@9.8.2, @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.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@9.8.1, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@9.8.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.20.1
|
||||
"@polkadot/api": 9.8.1
|
||||
"@polkadot/api": 9.8.2
|
||||
"@polkadot/networks": ^10.1.12
|
||||
"@polkadot/types": 9.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types-create": 9.8.1
|
||||
"@polkadot/types": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/types-create": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@9.8.1, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@9.8.2, @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.8.1, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@9.8.2, @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.12
|
||||
"@polkadot/types-augment": 9.8.1
|
||||
"@polkadot/types-codec": 9.8.1
|
||||
"@polkadot/types-create": 9.8.1
|
||||
"@polkadot/types-support": 9.8.1
|
||||
"@polkadot/types-augment": 9.8.2
|
||||
"@polkadot/types-codec": 9.8.2
|
||||
"@polkadot/types-create": 9.8.2
|
||||
"@polkadot/types-support": 9.8.2
|
||||
"@polkadot/util": ^10.1.12
|
||||
"@polkadot/util-crypto": ^10.1.12
|
||||
rxjs: ^7.5.7
|
||||
@@ -3142,13 +3142,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.42.1":
|
||||
version: 5.42.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.42.1"
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.43.0":
|
||||
version: 5.43.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.43.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.42.1
|
||||
"@typescript-eslint/type-utils": 5.42.1
|
||||
"@typescript-eslint/utils": 5.42.1
|
||||
"@typescript-eslint/scope-manager": 5.43.0
|
||||
"@typescript-eslint/type-utils": 5.43.0
|
||||
"@typescript-eslint/utils": 5.43.0
|
||||
debug: ^4.3.4
|
||||
ignore: ^5.2.0
|
||||
natural-compare-lite: ^1.4.0
|
||||
@@ -3161,43 +3161,43 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 6e80b15df7e655964ddd3041d5f7c0bf564e9901f9e3a9cdaf8d056301841fad8d40cd253d83669f01e0ddc62521af9286a27f098df43e304cf932d768995e98
|
||||
checksum: aa0e9bcd9982e9601ada2088f46c1e9389abd31ceaf6cd1d492684fd711a67d595d4c95d97ba14081c2ea7eb3b98a9ebb33f91ef008e7450ce2f70b2a8ec4309
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^5.42.1":
|
||||
version: 5.42.1
|
||||
resolution: "@typescript-eslint/parser@npm:5.42.1"
|
||||
"@typescript-eslint/parser@npm:^5.43.0":
|
||||
version: 5.43.0
|
||||
resolution: "@typescript-eslint/parser@npm:5.43.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.42.1
|
||||
"@typescript-eslint/types": 5.42.1
|
||||
"@typescript-eslint/typescript-estree": 5.42.1
|
||||
"@typescript-eslint/scope-manager": 5.43.0
|
||||
"@typescript-eslint/types": 5.43.0
|
||||
"@typescript-eslint/typescript-estree": 5.43.0
|
||||
debug: ^4.3.4
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 7208a085102be5c569ac2be5799d05e080a9c0b9157ed3efa5d7eadb675185bddfa05f2f27e20c235910193a2bd835e5375fb9fc13561a6e20d110e444f37caa
|
||||
checksum: a28e0ef2807f1c3381c6dc1d9ddfd83ea8db657d3f808511adf13023b469ed64fc09619e05d7f68746b05ea68770a0882883c77ce908682965ba266f95e168c9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:5.42.1":
|
||||
version: 5.42.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.42.1"
|
||||
"@typescript-eslint/scope-manager@npm:5.43.0":
|
||||
version: 5.43.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.43.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.42.1
|
||||
"@typescript-eslint/visitor-keys": 5.42.1
|
||||
checksum: cfad5f04328fae4bb6d965a94c980ac2f6fa0eee6183e9bed6d7ebdb067f01a0a9a3b5500fc3638d5e287f46f4412aa462e238c610c1fb96b794b83c575c7fb4
|
||||
"@typescript-eslint/types": 5.43.0
|
||||
"@typescript-eslint/visitor-keys": 5.43.0
|
||||
checksum: e594c7a32c3fa29e46dd0b0bc62f97f154bd864682ae7da87a14b6f4336f4cb02f6ed0602bbdb15783e4230ecdf8a0ccc6f7c5820850e8f11240c9e4fb0e388d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.42.1":
|
||||
version: 5.42.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.42.1"
|
||||
"@typescript-eslint/type-utils@npm:5.43.0":
|
||||
version: 5.43.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.43.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": 5.42.1
|
||||
"@typescript-eslint/utils": 5.42.1
|
||||
"@typescript-eslint/typescript-estree": 5.43.0
|
||||
"@typescript-eslint/utils": 5.43.0
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
@@ -3205,7 +3205,7 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 7ac3180aeb966351e54055440f42b723aa864fd39c74be5a41aae97401e6424df94d9f96ae945f1c3a6023860ffd7ba424ff6506c21bd373a6cd878466d9ba62
|
||||
checksum: 08dbc0b194d0ef1454a95d76c082503e04d9957e89a056068002e233f8d98113f50b2707f7c4b9b44f428e223d5b4485ee2b4df4e0cde354827c5edc92ede973
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -3216,19 +3216,19 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.42.1":
|
||||
version: 5.42.1
|
||||
resolution: "@typescript-eslint/types@npm:5.42.1"
|
||||
checksum: b0eb3df3792dd0e447abcf2b4fd79b2eaa6f944242d00afa8ef2d9f892ea63e52f200e7cb1758ddbc46154aa6764cec8bc796ed96f7554457a20db976f9f2089
|
||||
"@typescript-eslint/types@npm:5.43.0":
|
||||
version: 5.43.0
|
||||
resolution: "@typescript-eslint/types@npm:5.43.0"
|
||||
checksum: fc5e5431c305feee4a3faae84f34df482e08d74b910a6f9376b01326c682ceefeeb0e270d03d7778787bc94ef05b3b85ee6d3c9d732290fbdb4a67ae1b110226
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.42.1":
|
||||
version: 5.42.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.42.1"
|
||||
"@typescript-eslint/typescript-estree@npm:5.43.0":
|
||||
version: 5.43.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.43.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.42.1
|
||||
"@typescript-eslint/visitor-keys": 5.42.1
|
||||
"@typescript-eslint/types": 5.43.0
|
||||
"@typescript-eslint/visitor-keys": 5.43.0
|
||||
debug: ^4.3.4
|
||||
globby: ^11.1.0
|
||||
is-glob: ^4.0.3
|
||||
@@ -3237,7 +3237,7 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: dfd3e20d41ba4b574a52d82cc40b38708b8c2c4277d6304a8d914fe2a4a9ce8779f4d79fdac140e77a3afd3c6a2a7e3f31620dc427cabd04e4e906bb0ca3a468
|
||||
checksum: 3479f9413d73369ab3d574580c90a72f74d2ae1ec4afe485eebfad054c3d15c89f23a137bb9d6197dfdae33e444a76a99f6832688787feabbb064e09d39a3f55
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -3259,21 +3259,21 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.42.1":
|
||||
version: 5.42.1
|
||||
resolution: "@typescript-eslint/utils@npm:5.42.1"
|
||||
"@typescript-eslint/utils@npm:5.43.0":
|
||||
version: 5.43.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.43.0"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@types/semver": ^7.3.12
|
||||
"@typescript-eslint/scope-manager": 5.42.1
|
||||
"@typescript-eslint/types": 5.42.1
|
||||
"@typescript-eslint/typescript-estree": 5.42.1
|
||||
"@typescript-eslint/scope-manager": 5.43.0
|
||||
"@typescript-eslint/types": 5.43.0
|
||||
"@typescript-eslint/typescript-estree": 5.43.0
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
semver: ^7.3.7
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: 9f1c429a602dad4ba7a52df00924aab6033854234a1e1bf699a3e5b48455b5fdc1a41de459a7f11a3ccfed1528831ecb95fc7e54d30be7d8cccbb689f885fdac
|
||||
checksum: 4c6b383b51506b57230f2624f883ae21e5d8411d138587c04fe3145f915bf8c289cc2a9f7b0b3faba98345ba230504e5014922bcc578aa0badd594d9eaa8f9ef
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -3287,13 +3287,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.42.1":
|
||||
version: 5.42.1
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.42.1"
|
||||
"@typescript-eslint/visitor-keys@npm:5.43.0":
|
||||
version: 5.43.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.43.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.42.1
|
||||
"@typescript-eslint/types": 5.43.0
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: d36c59da7bf3b3c150c12cbe4b0331edc15253f59599ec3d8b873b2a3d9fc7a4fea11490c1b20d972afcdc9c842deb5ada527ea9c538aa7e87555699d9a59f24
|
||||
checksum: 4820679e50096dcdaadc7c95d32e5dca3ba8510acf1a865e283822bae3940a2faec02ad8abe793f8a25f75b600f1e7215e1fd3b3ba73779eff737fa90d092550
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -10510,9 +10510,9 @@ resolve@^2.0.0-next.3:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rollup@npm:^3.2.5":
|
||||
version: 3.2.5
|
||||
resolution: "rollup@npm:3.2.5"
|
||||
"rollup@npm:^3.3.0":
|
||||
version: 3.3.0
|
||||
resolution: "rollup@npm:3.3.0"
|
||||
dependencies:
|
||||
fsevents: ~2.3.2
|
||||
dependenciesMeta:
|
||||
@@ -10520,7 +10520,7 @@ resolve@^2.0.0-next.3:
|
||||
optional: true
|
||||
bin:
|
||||
rollup: dist/bin/rollup
|
||||
checksum: 1779b778fe4b14f80a995a641d3a89a76e3651170536192022dce1821f1241ee49496353655aa812dc8f8334c89a302ad957b757d4370cf57e41ca270bb394fd
|
||||
checksum: e46a45e857d6e0d10ec6a31ce68d29ed85c22bcda2897355b2e38b804637d862dcbfcb92e38250b6ab219eadf8e624eb33d5bd6554ed8b9bc4b10a173a6afce5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -10531,7 +10531,7 @@ resolve@^2.0.0-next.3:
|
||||
"@babel/core": ^7.20.2
|
||||
"@babel/register": ^7.18.9
|
||||
"@babel/runtime": ^7.20.1
|
||||
"@polkadot/dev": ^0.67.156
|
||||
"@polkadot/dev": ^0.67.159
|
||||
"@polkadot/typegen": "workspace:packages/typegen"
|
||||
"@types/jest": ^29.2.2
|
||||
copyfiles: ^2.4.1
|
||||
|
||||
Reference in New Issue
Block a user