Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dac94c5196 | ||
|
|
83204f15fc | ||
|
|
fe6473351c | ||
|
|
90efba4c36 | ||
|
|
771d06b2a2 | ||
|
|
217da1451a | ||
|
|
f92f2ea357 | ||
|
|
38a978b9be | ||
|
|
0945d26c03 | ||
|
|
3f38963e85 |
+311
-311
File diff suppressed because one or more lines are too long
+1
-1
@@ -12,4 +12,4 @@ logFilters:
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.2.2.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.3.1.cjs
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 12.2.1 July 13, 2024
|
||||
|
||||
Changes:
|
||||
|
||||
- Bump polkadot/common to 13.0.2
|
||||
- This contains the latest changes to the Ledger interface in `@polkadot/hw-ledger`. For more info please see ([13.0.1](https://github.com/polkadot-js/common/releases/tag/v13.0.1))
|
||||
- Bump Substrate Metadata to Latest
|
||||
- This includes additions and removals to the api's type augmentation. For more info please see ([#5936](https://github.com/polkadot-js/api/pull/5936))
|
||||
- Update Polkadot 1002006 types-known
|
||||
- Bump yarn to 4.3.1
|
||||
|
||||
|
||||
## 12.1.1 July 2, 2024
|
||||
|
||||
Contributed:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
3512 Jaco Bump deps (#5785)
|
||||
83 Amaury Martiny StatementKind: Regular and Saft (#2303)
|
||||
72 Tarik Gul 12.1.1 (#5932)
|
||||
77 Tarik Gul 12.2.1 (#5939)
|
||||
37 Keith Ingram Update contract types and rpc (#4541)
|
||||
35 Stefanie Doll Updated child storage parameters (#1709)
|
||||
20 Luke Schoen fix: Fixes TypeError: Cannot read property 'vesting' of undefined (#1970)
|
||||
|
||||
+4
-4
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/polkadot-js/api#readme",
|
||||
"license": "Apache-2.0",
|
||||
"packageManager": "yarn@4.2.2",
|
||||
"packageManager": "yarn@4.3.1",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"versions": {
|
||||
"git": "12.1.1",
|
||||
"npm": "12.1.1"
|
||||
"git": "12.2.1",
|
||||
"npm": "12.2.1"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -18,15 +18,15 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-base": "12.1.1",
|
||||
"@polkadot/rpc-augment": "12.1.1",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-augment": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/api-base": "12.2.1",
|
||||
"@polkadot/rpc-augment": "12.2.1",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-augment": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"tslib": "^2.6.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: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-augment', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -1629,19 +1629,6 @@ declare module '@polkadot/api-base/types/consts' {
|
||||
* The period during which an approved treasury spend has to be claimed.
|
||||
**/
|
||||
payoutPeriod: u32 & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* Fraction of a proposal's value that should be bonded in order to place the proposal.
|
||||
* An accepted proposal gets these back. A rejected proposal does not.
|
||||
**/
|
||||
proposalBond: Permill & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* Maximum amount of funds that should be placed in a deposit for making a proposal.
|
||||
**/
|
||||
proposalBondMaximum: Option<u128> & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* Minimum amount of funds that should be placed in a deposit for making a proposal.
|
||||
**/
|
||||
proposalBondMinimum: u128 & AugmentedConst<ApiType>;
|
||||
/**
|
||||
* Period between successive spends.
|
||||
**/
|
||||
|
||||
@@ -314,6 +314,10 @@ declare module '@polkadot/api-base/types/errors' {
|
||||
* The asset is not live, and likely being destroyed.
|
||||
**/
|
||||
AssetNotLive: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The asset ID must be equal to the [`NextAssetId`].
|
||||
**/
|
||||
BadAssetId: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Invalid metadata given.
|
||||
**/
|
||||
@@ -2079,6 +2083,10 @@ declare module '@polkadot/api-base/types/errors' {
|
||||
* The asset is not live, and likely being destroyed.
|
||||
**/
|
||||
AssetNotLive: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The asset ID must be equal to the [`NextAssetId`].
|
||||
**/
|
||||
BadAssetId: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Invalid metadata given.
|
||||
**/
|
||||
@@ -2164,6 +2172,10 @@ declare module '@polkadot/api-base/types/errors' {
|
||||
* Preimage has already been noted on-chain.
|
||||
**/
|
||||
AlreadyNoted: AugmentedError<ApiType>;
|
||||
/**
|
||||
* No ticket with a cost was returned by [`Config::Consideration`] to store the preimage.
|
||||
**/
|
||||
NoCost: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The user is not authorized to perform this action.
|
||||
**/
|
||||
@@ -2276,6 +2288,10 @@ declare module '@polkadot/api-base/types/errors' {
|
||||
* The new member to exchange is the same as the old member
|
||||
**/
|
||||
SameMember: AugmentedError<ApiType>;
|
||||
/**
|
||||
* The max member count for the rank has been reached.
|
||||
**/
|
||||
TooManyMembers: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Generic error
|
||||
**/
|
||||
@@ -3182,10 +3198,6 @@ declare module '@polkadot/api-base/types/errors' {
|
||||
* amount to be spent.
|
||||
**/
|
||||
InsufficientPermission: AugmentedError<ApiType>;
|
||||
/**
|
||||
* Proposer's balance is too low.
|
||||
**/
|
||||
InsufficientProposersBalance: AugmentedError<ApiType>;
|
||||
/**
|
||||
* No proposal, bounty or spend at that index.
|
||||
**/
|
||||
|
||||
@@ -9,7 +9,7 @@ import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
|
||||
import type { Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
|
||||
import type { ITuple } from '@polkadot/types-codec/types';
|
||||
import type { AccountId32, H256, Perbill, Permill, Perquintill } from '@polkadot/types/interfaces/runtime';
|
||||
import type { FrameSupportDispatchDispatchInfo, FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscBalanceStatus, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PalletAllianceCid, PalletAllianceUnscrupulousItem, PalletBrokerCoretimeInterfaceCoreAssignment, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsOrigin, PalletConvictionVotingTally, PalletCoreFellowshipParamsType, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDemocracyVoteThreshold, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsPalletAttributes, PalletNftsPriceWithDirection, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletSafeModeExitReason, PalletSocietyGroupParams, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpStakingExposure, SpStatementStoreStatement, SpWeightsWeightV2Weight } from '@polkadot/types/lookup';
|
||||
import type { FrameSupportDispatchDispatchInfo, FrameSupportDispatchPostDispatchInfo, FrameSupportMessagesProcessMessageError, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscBalanceStatus, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, PalletAllianceCid, PalletAllianceUnscrupulousItem, PalletBrokerCoretimeInterfaceCoreAssignment, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsOrigin, PalletConvictionVotingTally, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletDemocracyVoteThreshold, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsPalletAttributes, PalletNftsPriceWithDirection, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsPoolState, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletSafeModeExitReason, PalletSocietyGroupParams, PalletStakingForcing, PalletStakingRewardDestination, PalletStakingValidatorPrefs, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpStakingExposure, SpStatementStoreStatement, SpWeightsWeightV2Weight } from '@polkadot/types/lookup';
|
||||
|
||||
export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
|
||||
|
||||
@@ -690,7 +690,7 @@ declare module '@polkadot/api-base/types/events' {
|
||||
/**
|
||||
* Parameters for the pallet have changed.
|
||||
**/
|
||||
ParamsChanged: AugmentedEvent<ApiType, [params: PalletCoreFellowshipParamsType], { params: PalletCoreFellowshipParamsType }>;
|
||||
ParamsChanged: AugmentedEvent<ApiType, [params: PalletCoreFellowshipParamsTypeU128], { params: PalletCoreFellowshipParamsTypeU128 }>;
|
||||
/**
|
||||
* Member has been promoted to the given rank.
|
||||
**/
|
||||
@@ -933,6 +933,10 @@ declare module '@polkadot/api-base/types/events' {
|
||||
[key: string]: AugmentedEvent<ApiType>;
|
||||
};
|
||||
glutton: {
|
||||
/**
|
||||
* The block length limit has been updated.
|
||||
**/
|
||||
BlockLengthLimitSet: AugmentedEvent<ApiType, [blockLength: u64], { blockLength: u64 }>;
|
||||
/**
|
||||
* The computation limit has been updated.
|
||||
**/
|
||||
@@ -2422,14 +2426,6 @@ declare module '@polkadot/api-base/types/events' {
|
||||
* A payment failed and can be retried.
|
||||
**/
|
||||
PaymentFailed: AugmentedEvent<ApiType, [index: u32, paymentId: Null], { index: u32, paymentId: Null }>;
|
||||
/**
|
||||
* New proposal.
|
||||
**/
|
||||
Proposed: AugmentedEvent<ApiType, [proposalIndex: u32], { proposalIndex: u32 }>;
|
||||
/**
|
||||
* A proposal was rejected; funds were slashed.
|
||||
**/
|
||||
Rejected: AugmentedEvent<ApiType, [proposalIndex: u32, slashed: u128], { proposalIndex: u32, slashed: u128 }>;
|
||||
/**
|
||||
* Spending has finished; this is the amount that rolls over until next spend.
|
||||
**/
|
||||
|
||||
@@ -10,7 +10,7 @@ import type { Data } from '@polkadot/types';
|
||||
import type { BTreeSet, Bytes, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
|
||||
import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
|
||||
import type { AccountId32, Call, H256, Perbill, Percent } from '@polkadot/types/interfaces/runtime';
|
||||
import type { FrameSupportDispatchPerDispatchClassWeight, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceMemberRole, PalletAssetConversionPoolInfo, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletBagsListListBag, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesIdAmountRuntimeFreezeReason, PalletBalancesIdAmountRuntimeHoldReason, PalletBalancesReserveData, PalletBountiesBounty, PalletBrokerConfigRecord, PalletBrokerContributionRecord, PalletBrokerInstaPoolHistoryRecord, PalletBrokerLeaseRecordItem, PalletBrokerPoolIoRecord, PalletBrokerPotentialRenewalId, PalletBrokerPotentialRenewalRecord, PalletBrokerRegionId, PalletBrokerRegionRecord, PalletBrokerSaleInfoRecord, PalletBrokerScheduleItem, PalletBrokerStatusRecord, PalletChildBountiesChildBounty, PalletCollectiveVotes, PalletContractsStorageContractInfo, PalletContractsStorageDeletionQueueManager, PalletContractsWasmCodeInfo, PalletConvictionVotingVoteVoting, PalletCoreFellowshipMemberStatus, PalletCoreFellowshipParamsType, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenSeatHolder, PalletElectionsPhragmenVoter, PalletFastUnstakeUnstakeRequest, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletIdentityAuthorityProperties, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletImOnlineSr25519AppSr25519Public, PalletLotteryLotteryConfig, PalletMessageQueueBookState, PalletMessageQueuePage, PalletMigrationsMigrationCursor, PalletMixnetBoundedMixnode, PalletMultisigMultisig, PalletNftFractionalizationDetails, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsItemConfig, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsPendingSwap, PalletNisBid, PalletNisReceiptRecord, PalletNisSummaryRecord, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsClaimPermission, PalletNominationPoolsPoolMember, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRankedCollectiveMemberRecord, PalletRankedCollectiveVoteRecord, PalletRecoveryActiveRecovery, PalletRecoveryRecoveryConfig, PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletSalaryClaimantStatus, PalletSalaryStatusType, PalletSchedulerRetryConfig, PalletSchedulerScheduled, PalletSocietyBid, PalletSocietyCandidacy, PalletSocietyGroupParams, PalletSocietyIntakeRecord, PalletSocietyMemberRecord, PalletSocietyPayoutRecord, PalletSocietyTally, PalletSocietyVote, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingForcing, PalletStakingNominations, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletTipsOpenTip, PalletTransactionPaymentReleases, PalletTransactionStorageTransactionInfo, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletUniquesCollectionDetails, PalletUniquesCollectionMetadata, PalletUniquesItemDetails, PalletUniquesItemMetadata, PalletVestingReleases, PalletVestingVestingInfo, SpAuthorityDiscoveryAppPublic, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBeefyEcdsaCryptoPublic, SpConsensusBeefyMmrBeefyAuthoritySet, SpConsensusGrandpaAppPublic, SpCoreCryptoKeyTypeId, SpMixnetAppPublic, SpNposElectionsElectionScore, SpRuntimeDigest, SpStakingExposure, SpStakingExposurePage, SpStakingOffenceOffenceDetails, SpStakingPagedExposureMetadata } from '@polkadot/types/lookup';
|
||||
import type { FrameSupportDispatchPerDispatchClassWeight, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceMemberRole, PalletAssetConversionPoolInfo, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletBagsListListBag, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBountiesBounty, PalletBrokerConfigRecord, PalletBrokerContributionRecord, PalletBrokerInstaPoolHistoryRecord, PalletBrokerLeaseRecordItem, PalletBrokerOnDemandRevenueRecord, PalletBrokerPoolIoRecord, PalletBrokerPotentialRenewalId, PalletBrokerPotentialRenewalRecord, PalletBrokerRegionId, PalletBrokerRegionRecord, PalletBrokerSaleInfoRecord, PalletBrokerScheduleItem, PalletBrokerStatusRecord, PalletChildBountiesChildBounty, PalletCollectiveVotes, PalletContractsStorageContractInfo, PalletContractsStorageDeletionQueueManager, PalletContractsWasmCodeInfo, PalletConvictionVotingVoteVoting, PalletCoreFellowshipMemberStatus, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenSeatHolder, PalletElectionsPhragmenVoter, PalletFastUnstakeUnstakeRequest, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletIdentityAuthorityProperties, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletImOnlineSr25519AppSr25519Public, PalletLotteryLotteryConfig, PalletMessageQueueBookState, PalletMessageQueuePage, PalletMigrationsMigrationCursor, PalletMixnetBoundedMixnode, PalletMultisigMultisig, PalletNftFractionalizationDetails, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsItemConfig, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsPendingSwap, PalletNisBid, PalletNisReceiptRecord, PalletNisSummaryRecord, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsClaimPermission, PalletNominationPoolsPoolMember, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRankedCollectiveMemberRecord, PalletRankedCollectiveVoteRecord, PalletRecoveryActiveRecovery, PalletRecoveryRecoveryConfig, PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletSalaryClaimantStatus, PalletSalaryStatusType, PalletSchedulerRetryConfig, PalletSchedulerScheduled, PalletSocietyBid, PalletSocietyCandidacy, PalletSocietyGroupParams, PalletSocietyIntakeRecord, PalletSocietyMemberRecord, PalletSocietyPayoutRecord, PalletSocietyTally, PalletSocietyVote, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingForcing, PalletStakingNominations, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletTipsOpenTip, PalletTransactionPaymentReleases, PalletTransactionStorageTransactionInfo, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletUniquesCollectionDetails, PalletUniquesCollectionMetadata, PalletUniquesItemDetails, PalletUniquesItemMetadata, PalletVestingReleases, PalletVestingVestingInfo, SpAuthorityDiscoveryAppPublic, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBeefyEcdsaCryptoPublic, SpConsensusBeefyMmrBeefyAuthoritySet, SpConsensusGrandpaAppPublic, SpCoreCryptoKeyTypeId, SpMixnetAppPublic, SpNposElectionsElectionScore, SpRuntimeDigest, SpStakingExposure, SpStakingExposurePage, SpStakingOffenceOffenceDetails, SpStakingPagedExposureMetadata } from '@polkadot/types/lookup';
|
||||
import type { Observable } from '@polkadot/types/types';
|
||||
|
||||
export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
|
||||
@@ -132,6 +132,18 @@ declare module '@polkadot/api-base/types/storage' {
|
||||
* Metadata of an asset.
|
||||
**/
|
||||
metadata: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PalletAssetsAssetMetadata>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
|
||||
/**
|
||||
* The asset ID enforced for the next asset creation, if any present. Otherwise, this storage
|
||||
* item has no effect.
|
||||
*
|
||||
* This can be useful for setting up constraints for IDs of the new assets. For example, by
|
||||
* providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an
|
||||
* auto-increment model can be applied to all new asset IDs.
|
||||
*
|
||||
* The initial next asset ID can be set using the [`GenesisConfig`] or the
|
||||
* [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration.
|
||||
**/
|
||||
nextAssetId: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* Generic query
|
||||
**/
|
||||
@@ -305,11 +317,11 @@ declare module '@polkadot/api-base/types/storage' {
|
||||
/**
|
||||
* Freeze locks on account balances.
|
||||
**/
|
||||
freezes: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesIdAmountRuntimeFreezeReason>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
|
||||
freezes: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<FrameSupportTokensMiscIdAmountRuntimeFreezeReason>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
|
||||
/**
|
||||
* Holds on account balances.
|
||||
**/
|
||||
holds: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesIdAmountRuntimeHoldReason>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
|
||||
holds: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<FrameSupportTokensMiscIdAmountRuntimeHoldReason>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
|
||||
/**
|
||||
* The total units of outstanding deactivated balance in the system.
|
||||
**/
|
||||
@@ -434,6 +446,10 @@ declare module '@polkadot/api-base/types/storage' {
|
||||
* The Polkadot Core reservations (generally tasked with the maintenance of System Chains).
|
||||
**/
|
||||
reservations: AugmentedQuery<ApiType, () => Observable<Vec<Vec<PalletBrokerScheduleItem>>>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* Received revenue info from the relay chain.
|
||||
**/
|
||||
revenueInbox: AugmentedQuery<ApiType, () => Observable<Option<PalletBrokerOnDemandRevenueRecord>>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* The details of the current sale, including its properties and status.
|
||||
**/
|
||||
@@ -573,7 +589,7 @@ declare module '@polkadot/api-base/types/storage' {
|
||||
/**
|
||||
* The overall status of the system.
|
||||
**/
|
||||
params: AugmentedQuery<ApiType, () => Observable<PalletCoreFellowshipParamsType>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
params: AugmentedQuery<ApiType, () => Observable<PalletCoreFellowshipParamsTypeU128>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* Generic query
|
||||
**/
|
||||
@@ -844,6 +860,13 @@ declare module '@polkadot/api-base/types/storage' {
|
||||
* over `1.0` could stall the chain.
|
||||
**/
|
||||
compute: AugmentedQuery<ApiType, () => Observable<u64>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* The proportion of the `block length` to consume on each block.
|
||||
*
|
||||
* `1.0` is mapped to `100%`. Must be at most [`crate::RESOURCE_HARD_LIMIT`]. Setting this to
|
||||
* over `1.0` could stall the chain.
|
||||
**/
|
||||
length: AugmentedQuery<ApiType, () => Observable<u64>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* The proportion of the remaining `proof_size` to consume during `on_idle`.
|
||||
*
|
||||
@@ -1440,6 +1463,18 @@ declare module '@polkadot/api-base/types/storage' {
|
||||
* Metadata of an asset.
|
||||
**/
|
||||
metadata: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PalletAssetsAssetMetadata>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
|
||||
/**
|
||||
* The asset ID enforced for the next asset creation, if any present. Otherwise, this storage
|
||||
* item has no effect.
|
||||
*
|
||||
* This can be useful for setting up constraints for IDs of the new assets. For example, by
|
||||
* providing an initial [`NextAssetId`] and using the [`crate::AutoIncAssetId`] callback, an
|
||||
* auto-increment model can be applied to all new asset IDs.
|
||||
*
|
||||
* The initial next asset ID can be set using the [`GenesisConfig`] or the
|
||||
* [SetNextAssetId](`migration::next_asset_id::SetNextAssetId`) migration.
|
||||
**/
|
||||
nextAssetId: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []> & QueryableStorageEntry<ApiType, []>;
|
||||
/**
|
||||
* Generic query
|
||||
**/
|
||||
|
||||
@@ -10,7 +10,7 @@ import type { Data } from '@polkadot/types';
|
||||
import type { Bytes, Compact, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
|
||||
import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
|
||||
import type { AccountId32, Call, H256, MultiAddress, Perbill, Percent, Perquintill } from '@polkadot/types/interfaces/runtime';
|
||||
import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensFungibleUnionOfNativeOrWithId, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceDisbandWitness, PalletAllianceUnscrupulousItem, PalletBalancesAdjustmentDirection, PalletBrokerConfigRecord, PalletBrokerCoreMask, PalletBrokerFinality, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsWasmDeterminism, PalletConvictionVotingConviction, PalletConvictionVotingVoteAccountVote, PalletCoreFellowshipParamsType, PalletCoreFellowshipWish, PalletDemocracyConviction, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, PalletMigrationsHistoricCleanupSelector, PalletMigrationsMigrationCursor, PalletMixnetRegistration, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsDestroyWitness, PalletNftsItemConfig, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintWitness, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceWithDirection, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsPoolState, PalletStakingPalletConfigOpPerbill, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingRewardDestination, PalletStakingUnlockChunk, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletStateTrieMigrationProgress, PalletUniquesDestroyWitness, PalletVestingVestingInfo, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBeefyDoubleVotingProof, SpConsensusGrandpaEquivocationProof, SpConsensusSlotsEquivocationProof, SpMixnetAppSignature, SpNposElectionsElectionScore, SpNposElectionsSupport, SpRuntimeMultiSignature, SpSessionMembershipProof, SpTransactionStorageProofTransactionStorageProof, SpWeightsWeightV2Weight } from '@polkadot/types/lookup';
|
||||
import type { FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensFungibleUnionOfNativeOrWithId, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceDisbandWitness, PalletAllianceUnscrupulousItem, PalletBalancesAdjustmentDirection, PalletBrokerConfigRecord, PalletBrokerCoreMask, PalletBrokerFinality, PalletBrokerOnDemandRevenueRecord, PalletBrokerRegionId, PalletBrokerScheduleItem, PalletContractsWasmDeterminism, PalletConvictionVotingConviction, PalletConvictionVotingVoteAccountVote, PalletCoreFellowshipParamsTypeOption, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDemocracyConviction, PalletDemocracyMetadataOwner, PalletDemocracyVoteAccountVote, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenRenouncing, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Signature, PalletMigrationsHistoricCleanupSelector, PalletMigrationsMigrationCursor, PalletMixnetRegistration, PalletMultisigTimepoint, PalletNftsAttributeNamespace, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsDestroyWitness, PalletNftsItemConfig, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintWitness, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceWithDirection, PalletNominationPoolsBondExtra, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsPoolState, PalletStakingPalletConfigOpPerbill, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingRewardDestination, PalletStakingUnlockChunk, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletStateTrieMigrationProgress, PalletUniquesDestroyWitness, PalletVestingVestingInfo, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBeefyDoubleVotingProof, SpConsensusGrandpaEquivocationProof, SpConsensusSlotsEquivocationProof, SpMixnetAppSignature, SpNposElectionsElectionScore, SpNposElectionsSupport, SpRuntimeMultiSignature, SpSessionMembershipProof, SpTransactionStorageProofTransactionStorageProof, SpWeightsWeightV2Weight } from '@polkadot/types/lookup';
|
||||
|
||||
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
|
||||
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
|
||||
@@ -429,7 +429,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
*
|
||||
* Parameters:
|
||||
* - `id`: The identifier of the new asset. This must not be currently in use to identify
|
||||
* an existing asset.
|
||||
* an existing asset. If [`NextAssetId`] is set, then this must be equal to it.
|
||||
* - `admin`: The admin of this class of assets. The admin is the initial address of each
|
||||
* member of the asset class's admin team.
|
||||
* - `min_balance`: The minimum balance of this new asset that any single account must
|
||||
@@ -548,7 +548,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
* Unlike `create`, no funds are reserved.
|
||||
*
|
||||
* - `id`: The identifier of the new asset. This must not be currently in use to identify
|
||||
* an existing asset.
|
||||
* an existing asset. If [`NextAssetId`] is set, then this must be equal to it.
|
||||
* - `owner`: The owner of this class of assets. The owner has full superuser permissions
|
||||
* over this asset, but may later change and configure the permissions using
|
||||
* `transfer_ownership` and `set_team`.
|
||||
@@ -1202,6 +1202,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
**/
|
||||
interlace: AugmentedSubmittable<(regionId: PalletBrokerRegionId | { begin?: any; core?: any; mask?: any } | string | Uint8Array, pivot: PalletBrokerCoreMask | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerRegionId, PalletBrokerCoreMask]>;
|
||||
notifyCoreCount: AugmentedSubmittable<(coreCount: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u16]>;
|
||||
notifyRevenue: AugmentedSubmittable<(revenue: PalletBrokerOnDemandRevenueRecord | { until?: any; amount?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletBrokerOnDemandRevenueRecord]>;
|
||||
/**
|
||||
* Split a Bulk Coretime Region into two non-overlapping Regions at a particular time into
|
||||
* the region.
|
||||
@@ -1784,6 +1785,14 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
* - `to_rank`: One more than the current rank of `who`.
|
||||
**/
|
||||
promote: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, toRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u16]>;
|
||||
/**
|
||||
* Fast promotions can skip ranks and ignore the `min_promotion_period`.
|
||||
*
|
||||
* This is useful for out-of-band promotions, hence it has its own `FastPromoteOrigin` to
|
||||
* be (possibly) more restrictive than `PromoteOrigin`. Note that the member must already
|
||||
* be inducted.
|
||||
**/
|
||||
promoteFast: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array, toRank: u16 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, u16]>;
|
||||
/**
|
||||
* Set whether a member is active or not.
|
||||
*
|
||||
@@ -1797,7 +1806,17 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
* - `origin`: An origin complying with `ParamsOrigin` or root.
|
||||
* - `params`: The new parameters for the pallet.
|
||||
**/
|
||||
setParams: AugmentedSubmittable<(params: PalletCoreFellowshipParamsType | { activeSalary?: any; passiveSalary?: any; demotionPeriod?: any; minPromotionPeriod?: any; offboardTimeout?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletCoreFellowshipParamsType]>;
|
||||
setParams: AugmentedSubmittable<(params: PalletCoreFellowshipParamsTypeU128 | { activeSalary?: any; passiveSalary?: any; demotionPeriod?: any; minPromotionPeriod?: any; offboardTimeout?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletCoreFellowshipParamsTypeU128]>;
|
||||
/**
|
||||
* Set the parameters partially.
|
||||
*
|
||||
* - `origin`: An origin complying with `ParamsOrigin` or root.
|
||||
* - `partial_params`: The new parameters for the pallet.
|
||||
*
|
||||
* This update config with multiple arguments without duplicating
|
||||
* the fields that does not need to update (set to None).
|
||||
**/
|
||||
setPartialParams: AugmentedSubmittable<(partialParams: PalletCoreFellowshipParamsTypeOption | { activeSalary?: any; passiveSalary?: any; demotionPeriod?: any; minPromotionPeriod?: any; offboardTimeout?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletCoreFellowshipParamsTypeOption]>;
|
||||
/**
|
||||
* Provide evidence that a rank is deserved.
|
||||
*
|
||||
@@ -2448,6 +2467,10 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
||||
};
|
||||
glutton: {
|
||||
/**
|
||||
* Increase the block size by including the specified garbage bytes.
|
||||
**/
|
||||
bloat: AugmentedSubmittable<(garbage: Vec<U8aFixed>) => SubmittableExtrinsic<ApiType>, [Vec<U8aFixed>]>;
|
||||
/**
|
||||
* Initialize the pallet. Should be called once, if no genesis state was provided.
|
||||
*
|
||||
@@ -2457,6 +2480,15 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
* Only callable by Root or `AdminOrigin`. A good default for `new_count` is `5_000`.
|
||||
**/
|
||||
initializePallet: AugmentedSubmittable<(newCount: u32 | AnyNumber | Uint8Array, witnessCount: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [u32, Option<u32>]>;
|
||||
/**
|
||||
* Set how much of the block length should be filled with trash data on each block.
|
||||
*
|
||||
* `1.0` means that all block should be filled. If set to `1.0`, storage proof size will
|
||||
* be close to zero.
|
||||
*
|
||||
* Only callable by Root or `AdminOrigin`.
|
||||
**/
|
||||
setBlockLength: AugmentedSubmittable<(blockLength: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;
|
||||
/**
|
||||
* Set how much of the remaining `ref_time` weight should be consumed by `on_idle`.
|
||||
*
|
||||
@@ -4254,7 +4286,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
*
|
||||
* Parameters:
|
||||
* - `id`: The identifier of the new asset. This must not be currently in use to identify
|
||||
* an existing asset.
|
||||
* an existing asset. If [`NextAssetId`] is set, then this must be equal to it.
|
||||
* - `admin`: The admin of this class of assets. The admin is the initial address of each
|
||||
* member of the asset class's admin team.
|
||||
* - `min_balance`: The minimum balance of this new asset that any single account must
|
||||
@@ -4373,7 +4405,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
* Unlike `create`, no funds are reserved.
|
||||
*
|
||||
* - `id`: The identifier of the new asset. This must not be currently in use to identify
|
||||
* an existing asset.
|
||||
* an existing asset. If [`NextAssetId`] is set, then this must be equal to it.
|
||||
* - `owner`: The owner of this class of assets. The owner has full superuser permissions
|
||||
* over this asset, but may later change and configure the permissions using
|
||||
* `transfer_ownership` and `set_team`.
|
||||
@@ -6726,26 +6758,6 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
[key: string]: SubmittableExtrinsicFunction<ApiType>;
|
||||
};
|
||||
treasury: {
|
||||
/**
|
||||
* Approve a proposal.
|
||||
*
|
||||
* ## Dispatch Origin
|
||||
*
|
||||
* Must be [`Config::ApproveOrigin`].
|
||||
*
|
||||
* ## Details
|
||||
*
|
||||
* At a later time, the proposal will be allocated to the beneficiary and the original
|
||||
* deposit will be returned.
|
||||
*
|
||||
* ### Complexity
|
||||
* - O(1).
|
||||
*
|
||||
* ## Events
|
||||
*
|
||||
* No events are emitted from this dispatch.
|
||||
**/
|
||||
approveProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
|
||||
/**
|
||||
* Check the status of the spend and remove it from the storage if processed.
|
||||
*
|
||||
@@ -6773,7 +6785,7 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
*
|
||||
* ## Dispatch Origin
|
||||
*
|
||||
* Must be signed.
|
||||
* Must be signed
|
||||
*
|
||||
* ## Details
|
||||
*
|
||||
@@ -6790,43 +6802,6 @@ declare module '@polkadot/api-base/types/submittable' {
|
||||
* Emits [`Event::Paid`] if successful.
|
||||
**/
|
||||
payout: AugmentedSubmittable<(index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
|
||||
/**
|
||||
* Put forward a suggestion for spending.
|
||||
*
|
||||
* ## Dispatch Origin
|
||||
*
|
||||
* Must be signed.
|
||||
*
|
||||
* ## Details
|
||||
* A deposit proportional to the value is reserved and slashed if the proposal is rejected.
|
||||
* It is returned once the proposal is awarded.
|
||||
*
|
||||
* ### Complexity
|
||||
* - O(1)
|
||||
*
|
||||
* ## Events
|
||||
*
|
||||
* Emits [`Event::Proposed`] if successful.
|
||||
**/
|
||||
proposeSpend: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;
|
||||
/**
|
||||
* Reject a proposed spend.
|
||||
*
|
||||
* ## Dispatch Origin
|
||||
*
|
||||
* Must be [`Config::RejectOrigin`].
|
||||
*
|
||||
* ## Details
|
||||
* The original deposit will be slashed.
|
||||
*
|
||||
* ### Complexity
|
||||
* - O(1)
|
||||
*
|
||||
* ## Events
|
||||
*
|
||||
* Emits [`Event::Rejected`] if successful.
|
||||
**/
|
||||
rejectProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;
|
||||
/**
|
||||
* Force a previously approved proposal to be removed from the approval queue.
|
||||
*
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "12.1.1",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/rpc-core": "12.2.1",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-base', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,22 +18,22 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "12.1.1",
|
||||
"@polkadot/api-augment": "12.1.1",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/types-create": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"@polkadot/api": "12.2.1",
|
||||
"@polkadot/api-augment": "12.2.1",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/types-create": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"@polkadot/util-crypto": "^13.0.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "12.1.1",
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/types-support": "12.1.1"
|
||||
"@polkadot/api-augment": "12.2.1",
|
||||
"@polkadot/keyring": "^13.0.2",
|
||||
"@polkadot/types-support": "12.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-contract', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,25 +18,25 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api": "12.1.1",
|
||||
"@polkadot/api-augment": "12.1.1",
|
||||
"@polkadot/api-base": "12.1.1",
|
||||
"@polkadot/rpc-core": "12.1.1",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"@polkadot/api": "12.2.1",
|
||||
"@polkadot/api-augment": "12.2.1",
|
||||
"@polkadot/api-base": "12.2.1",
|
||||
"@polkadot/rpc-core": "12.2.1",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"@polkadot/util-crypto": "^13.0.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "12.1.1",
|
||||
"@polkadot/api-augment": "12.1.1",
|
||||
"@polkadot/rpc-augment": "12.1.1",
|
||||
"@polkadot/rpc-provider": "12.1.1",
|
||||
"@polkadot/types-support": "12.1.1"
|
||||
"@polkadot/api": "12.2.1",
|
||||
"@polkadot/api-augment": "12.2.1",
|
||||
"@polkadot/rpc-augment": "12.2.1",
|
||||
"@polkadot/rpc-provider": "12.2.1",
|
||||
"@polkadot/types-support": "12.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@ describe('bounties derive', () => {
|
||||
council: {
|
||||
proposals: () => of([
|
||||
{ proposal: createProposal(api.tx.bounties.approveBounty(1)) },
|
||||
{ proposal: createProposal(api.tx.treasury.approveProposal(1)) }] as DeriveCollectiveProposal[])
|
||||
{ proposal: api.tx.treasury['approveProposal'] && createProposal(api.tx.treasury['approveProposal'](1)) }] as DeriveCollectiveProposal[])
|
||||
}
|
||||
}
|
||||
} as unknown as DeriveApi;
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/api-derive', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -23,9 +23,11 @@ function parseResult (api: DeriveApi, { allIds, allProposals, approvalIds, counc
|
||||
const approvals: DeriveTreasuryProposal[] = [];
|
||||
const proposals: DeriveTreasuryProposal[] = [];
|
||||
const councilTreasury = councilProposals.filter(({ proposal }) =>
|
||||
// FIXME `approveProposal` and `rejectProposal` have been removed in substrate and released in 1.14
|
||||
// in favor of `spend`. See: https://github.com/paritytech/polkadot-sdk/pull/3820
|
||||
proposal && (
|
||||
api.tx.treasury.approveProposal.is(proposal) ||
|
||||
api.tx.treasury.rejectProposal.is(proposal)
|
||||
(api.tx.treasury['approveProposal'] && api.tx.treasury['approveProposal'].is(proposal)) ||
|
||||
(api.tx.treasury['rejectProposal'] && api.tx.treasury['rejectProposal'].is(proposal))
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
+17
-17
@@ -18,29 +18,29 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/api-augment": "12.1.1",
|
||||
"@polkadot/api-base": "12.1.1",
|
||||
"@polkadot/api-derive": "12.1.1",
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/rpc-augment": "12.1.1",
|
||||
"@polkadot/rpc-core": "12.1.1",
|
||||
"@polkadot/rpc-provider": "12.1.1",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-augment": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/types-create": "12.1.1",
|
||||
"@polkadot/types-known": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"@polkadot/api-augment": "12.2.1",
|
||||
"@polkadot/api-base": "12.2.1",
|
||||
"@polkadot/api-derive": "12.2.1",
|
||||
"@polkadot/keyring": "^13.0.2",
|
||||
"@polkadot/rpc-augment": "12.2.1",
|
||||
"@polkadot/rpc-core": "12.2.1",
|
||||
"@polkadot/rpc-provider": "12.2.1",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-augment": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/types-create": "12.2.1",
|
||||
"@polkadot/types-known": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"@polkadot/util-crypto": "^13.0.2",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api-augment": "12.1.1",
|
||||
"@polkadot/types-support": "12.1.1"
|
||||
"@polkadot/api-augment": "12.2.1",
|
||||
"@polkadot/types-support": "12.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/api', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-core": "12.1.1",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/rpc-core": "12.2.1",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-augment', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/rpc-augment": "12.1.1",
|
||||
"@polkadot/rpc-provider": "12.1.1",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/rpc-augment": "12.2.1",
|
||||
"@polkadot/rpc-provider": "12.2.1",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/rpc-augment": "12.1.1"
|
||||
"@polkadot/keyring": "^13.0.2",
|
||||
"@polkadot/rpc-augment": "12.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-core', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-support": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"@polkadot/x-fetch": "^12.6.2",
|
||||
"@polkadot/x-global": "^12.6.2",
|
||||
"@polkadot/x-ws": "^12.6.2",
|
||||
"@polkadot/keyring": "^13.0.2",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-support": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"@polkadot/util-crypto": "^13.0.2",
|
||||
"@polkadot/x-fetch": "^13.0.2",
|
||||
"@polkadot/x-global": "^13.0.2",
|
||||
"@polkadot/x-ws": "^13.0.2",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"mock-socket": "^9.3.1",
|
||||
"nock": "^13.5.0",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/rpc-provider', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs",
|
||||
@@ -28,18 +28,18 @@
|
||||
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/api": "12.1.1",
|
||||
"@polkadot/api-augment": "12.1.1",
|
||||
"@polkadot/rpc-augment": "12.1.1",
|
||||
"@polkadot/rpc-provider": "12.1.1",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-augment": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/types-create": "12.1.1",
|
||||
"@polkadot/types-support": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"@polkadot/x-ws": "^12.6.2",
|
||||
"@polkadot/api": "12.2.1",
|
||||
"@polkadot/api-augment": "12.2.1",
|
||||
"@polkadot/rpc-augment": "12.2.1",
|
||||
"@polkadot/rpc-provider": "12.2.1",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-augment": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/types-create": "12.2.1",
|
||||
"@polkadot/types-support": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"@polkadot/util-crypto": "^13.0.2",
|
||||
"@polkadot/x-ws": "^13.0.2",
|
||||
"handlebars": "^4.7.8",
|
||||
"tslib": "^2.6.2",
|
||||
"yargs": "^17.7.2"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/typegen', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2698,6 +2698,13 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
/**
|
||||
* Lookup578: pallet_balances::types::IdAmount<polkadot_runtime::RuntimeHoldReason, Balance>
|
||||
**/
|
||||
PalletBalancesIdAmountRuntimeHoldReason: {
|
||||
id: 'PolkadotRuntimeRuntimeHoldReason',
|
||||
amount: 'u128'
|
||||
},
|
||||
/**
|
||||
* Lookup579: polkadot_runtime::RuntimeHoldReason
|
||||
**/
|
||||
@@ -2804,6 +2811,13 @@ export default {
|
||||
StateTrieMigration: 'PalletStateTrieMigrationHoldReason'
|
||||
}
|
||||
},
|
||||
/**
|
||||
* Lookup584: pallet_balances::types::IdAmount<polkadot_runtime::RuntimeFreezeReason, Balance>
|
||||
**/
|
||||
PalletBalancesIdAmountRuntimeFreezeReason: {
|
||||
id: 'PolkadotRuntimeRuntimeFreezeReason',
|
||||
amount: 'u128'
|
||||
},
|
||||
/**
|
||||
* Lookup585: polkadot_runtime::RuntimeFreezeReason
|
||||
**/
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2727,6 +2727,12 @@ declare module '@polkadot/types/lookup' {
|
||||
readonly type: 'Complete' | 'Incomplete' | 'Error';
|
||||
}
|
||||
|
||||
/** @name PalletBalancesIdAmountRuntimeHoldReason (578) */
|
||||
interface PalletBalancesIdAmountRuntimeHoldReason extends Struct {
|
||||
readonly id: PolkadotRuntimeRuntimeHoldReason;
|
||||
readonly amount: u128;
|
||||
}
|
||||
|
||||
/** @name PolkadotRuntimeRuntimeHoldReason (579) */
|
||||
interface PolkadotRuntimeRuntimeHoldReason extends Enum {
|
||||
readonly isPreimage: boolean;
|
||||
@@ -2736,6 +2742,12 @@ declare module '@polkadot/types/lookup' {
|
||||
readonly type: 'Preimage' | 'StateTrieMigration';
|
||||
}
|
||||
|
||||
/** @name PalletBalancesIdAmountRuntimeFreezeReason (584) */
|
||||
interface PalletBalancesIdAmountRuntimeFreezeReason extends Struct {
|
||||
readonly id: PolkadotRuntimeRuntimeFreezeReason;
|
||||
readonly amount: u128;
|
||||
}
|
||||
|
||||
/** @name PolkadotRuntimeRuntimeFreezeReason (585) */
|
||||
interface PolkadotRuntimeRuntimeFreezeReason extends Enum {
|
||||
readonly isNominationPools: boolean;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-augment', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -18,17 +18,17 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/x-bigint": "^12.6.2",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"@polkadot/x-bigint": "^13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-augment": "12.1.1",
|
||||
"@polkadot/types-support": "12.1.1",
|
||||
"@polkadot/util-crypto": "^12.6.2"
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-augment": "12.2.1",
|
||||
"@polkadot/types-support": "12.2.1",
|
||||
"@polkadot/util-crypto": "^13.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-codec', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "12.1.1"
|
||||
"@polkadot/types": "12.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-create', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/networks": "^12.6.2",
|
||||
"@polkadot/types": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/types-create": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/networks": "^13.0.2",
|
||||
"@polkadot/types": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/types-create": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/api": "12.1.1"
|
||||
"@polkadot/api": "12.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-known', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -3544,5 +3544,87 @@ export const upgrades: ChainUpgradesExpanded = [
|
||||
1
|
||||
]
|
||||
]
|
||||
],
|
||||
[
|
||||
21558004,
|
||||
1002006,
|
||||
[
|
||||
[
|
||||
"0xdf6acb689907609b",
|
||||
4
|
||||
],
|
||||
[
|
||||
"0x37e397fc7c91f5e4",
|
||||
2
|
||||
],
|
||||
[
|
||||
"0x40fe3ad401f8959a",
|
||||
6
|
||||
],
|
||||
[
|
||||
"0x17a6bc0d0062aeb3",
|
||||
1
|
||||
],
|
||||
[
|
||||
"0x18ef58a3b67ba770",
|
||||
1
|
||||
],
|
||||
[
|
||||
"0xd2bc9897eed08f15",
|
||||
3
|
||||
],
|
||||
[
|
||||
"0xf78b278be53f454c",
|
||||
2
|
||||
],
|
||||
[
|
||||
"0xaf2c0297a23e6d3d",
|
||||
10
|
||||
],
|
||||
[
|
||||
"0x49eaaf1b548a0cb0",
|
||||
3
|
||||
],
|
||||
[
|
||||
"0x91d5df18b0d2cf58",
|
||||
2
|
||||
],
|
||||
[
|
||||
"0x2a5e924655399e60",
|
||||
1
|
||||
],
|
||||
[
|
||||
"0xed99c5acb25eedf5",
|
||||
3
|
||||
],
|
||||
[
|
||||
"0xcbca25e39f142387",
|
||||
2
|
||||
],
|
||||
[
|
||||
"0x687ad44ad37f03c2",
|
||||
1
|
||||
],
|
||||
[
|
||||
"0xab3c0572291feb8b",
|
||||
1
|
||||
],
|
||||
[
|
||||
"0xbc9d89904f5b923f",
|
||||
1
|
||||
],
|
||||
[
|
||||
"0x37c8bb1350a9a2a8",
|
||||
4
|
||||
],
|
||||
[
|
||||
"0xf3ff14d5ab527059",
|
||||
3
|
||||
],
|
||||
[
|
||||
"0xfbc577b9d747efd6",
|
||||
1
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
@@ -15,5 +15,5 @@ export const upgrades: ChainUpgradesRaw = [
|
||||
[11933818, 9270], [12217535, 9280], [12245277, 9281], [12532644, 9291], [12876189, 9300],
|
||||
[13800015, 9340], [14188833, 9360], [14543918, 9370], [15978362, 9420], [16450000, 9430],
|
||||
[17840000, 9431], [18407475, 1000001], [19551000, 1001002], [20181758, 1001003],
|
||||
[20438530, 1002000], [21169168, 1002004], [21455374, 1002005]
|
||||
[20438530, 1002000], [21169168, 1002004], [21455374, 1002005], [21558004, 1002006]
|
||||
];
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"tslib": "^2.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/types-support', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -18,20 +18,20 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "12.1.1",
|
||||
"version": "12.2.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/types-augment": "12.1.1",
|
||||
"@polkadot/types-codec": "12.1.1",
|
||||
"@polkadot/types-create": "12.1.1",
|
||||
"@polkadot/util": "^12.6.2",
|
||||
"@polkadot/util-crypto": "^12.6.2",
|
||||
"@polkadot/keyring": "^13.0.2",
|
||||
"@polkadot/types-augment": "12.2.1",
|
||||
"@polkadot/types-codec": "12.2.1",
|
||||
"@polkadot/types-create": "12.2.1",
|
||||
"@polkadot/util": "^13.0.2",
|
||||
"@polkadot/util-crypto": "^13.0.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^12.6.2",
|
||||
"@polkadot/types-support": "12.1.1"
|
||||
"@polkadot/keyring": "^13.0.2",
|
||||
"@polkadot/types-support": "12.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '12.1.1' };
|
||||
export const packageInfo = { name: '@polkadot/types', path: 'auto', type: 'auto', version: '12.2.1' };
|
||||
|
||||
@@ -444,27 +444,27 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@npm:12.1.1, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
"@polkadot/api-augment@npm:12.2.1, @polkadot/api-augment@workspace:packages/api-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-augment@workspace:packages/api-augment"
|
||||
dependencies:
|
||||
"@polkadot/api-base": "npm:12.1.1"
|
||||
"@polkadot/rpc-augment": "npm:12.1.1"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-augment": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/api-base": "npm:12.2.1"
|
||||
"@polkadot/rpc-augment": "npm:12.2.1"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-augment": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-base@npm:12.1.1, @polkadot/api-base@workspace:packages/api-base":
|
||||
"@polkadot/api-base@npm:12.2.1, @polkadot/api-base@workspace:packages/api-base":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-base@workspace:packages/api-base"
|
||||
dependencies:
|
||||
"@polkadot/rpc-core": "npm:12.1.1"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/rpc-core": "npm:12.2.1"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
@@ -474,59 +474,59 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-contract@workspace:packages/api-contract"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:12.1.1"
|
||||
"@polkadot/api-augment": "npm:12.1.1"
|
||||
"@polkadot/keyring": "npm:^12.6.2"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/types-create": "npm:12.1.1"
|
||||
"@polkadot/types-support": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/api": "npm:12.2.1"
|
||||
"@polkadot/api-augment": "npm:12.2.1"
|
||||
"@polkadot/keyring": "npm:^13.0.2"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/types-create": "npm:12.2.1"
|
||||
"@polkadot/types-support": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
"@polkadot/util-crypto": "npm:^13.0.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api-derive@npm:12.1.1, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
"@polkadot/api-derive@npm:12.2.1, @polkadot/api-derive@workspace:packages/api-derive":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api-derive@workspace:packages/api-derive"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:12.1.1"
|
||||
"@polkadot/api-augment": "npm:12.1.1"
|
||||
"@polkadot/api-base": "npm:12.1.1"
|
||||
"@polkadot/rpc-augment": "npm:12.1.1"
|
||||
"@polkadot/rpc-core": "npm:12.1.1"
|
||||
"@polkadot/rpc-provider": "npm:12.1.1"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/types-support": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/api": "npm:12.2.1"
|
||||
"@polkadot/api-augment": "npm:12.2.1"
|
||||
"@polkadot/api-base": "npm:12.2.1"
|
||||
"@polkadot/rpc-augment": "npm:12.2.1"
|
||||
"@polkadot/rpc-core": "npm:12.2.1"
|
||||
"@polkadot/rpc-provider": "npm:12.2.1"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/types-support": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
"@polkadot/util-crypto": "npm:^13.0.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/api@npm:12.1.1, @polkadot/api@workspace:packages/api":
|
||||
"@polkadot/api@npm:12.2.1, @polkadot/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@polkadot/api-augment": "npm:12.1.1"
|
||||
"@polkadot/api-base": "npm:12.1.1"
|
||||
"@polkadot/api-derive": "npm:12.1.1"
|
||||
"@polkadot/keyring": "npm:^12.6.2"
|
||||
"@polkadot/rpc-augment": "npm:12.1.1"
|
||||
"@polkadot/rpc-core": "npm:12.1.1"
|
||||
"@polkadot/rpc-provider": "npm:12.1.1"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-augment": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/types-create": "npm:12.1.1"
|
||||
"@polkadot/types-known": "npm:12.1.1"
|
||||
"@polkadot/types-support": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/api-augment": "npm:12.2.1"
|
||||
"@polkadot/api-base": "npm:12.2.1"
|
||||
"@polkadot/api-derive": "npm:12.2.1"
|
||||
"@polkadot/keyring": "npm:^13.0.2"
|
||||
"@polkadot/rpc-augment": "npm:12.2.1"
|
||||
"@polkadot/rpc-core": "npm:12.2.1"
|
||||
"@polkadot/rpc-provider": "npm:12.2.1"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-augment": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/types-create": "npm:12.2.1"
|
||||
"@polkadot/types-known": "npm:12.2.1"
|
||||
"@polkadot/types-support": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
"@polkadot/util-crypto": "npm:^13.0.2"
|
||||
eventemitter3: "npm:^5.0.1"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
@@ -629,69 +629,69 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/keyring@npm:^12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/keyring@npm:12.6.2"
|
||||
"@polkadot/keyring@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/keyring@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:12.6.2"
|
||||
"@polkadot/util-crypto": "npm:12.6.2"
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@polkadot/util-crypto": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 12.6.2
|
||||
"@polkadot/util-crypto": 12.6.2
|
||||
checksum: 10/8faf59684ff5d041ba5fa7dd85c3ee4ac3920b2d907f81a485e37aedab64798f9c59b7ec914eb24dfc5271a4ef31e1244aecbd247c66f2b2ec518cfd37dd30fc
|
||||
"@polkadot/util": 13.0.2
|
||||
"@polkadot/util-crypto": 13.0.2
|
||||
checksum: 10/7d94566cf61396a8890abe5d59b8fdd6d763a9eb3f9a42b8e2faab950fa0e13ac043b6898ea467694c098bac72c5bf3d44cc9da1fb1511ba1424c740f638ad48
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/networks@npm:12.6.2, @polkadot/networks@npm:^12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/networks@npm:12.6.2"
|
||||
"@polkadot/networks@npm:13.0.2, @polkadot/networks@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/networks@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:12.6.2"
|
||||
"@substrate/ss58-registry": "npm:^1.44.0"
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@substrate/ss58-registry": "npm:^1.46.0"
|
||||
tslib: "npm:^2.6.2"
|
||||
checksum: 10/6c2cd7f631ec40489e8f8260b15a138bd0d276d222e4133847e8915c476aea415498dd8d8ab583bdf76f2e4e5bb1c7a20bca9dac110eae2fb48d5f6cf6798349
|
||||
checksum: 10/00722e54b9869a6186b1974fad7eb35af6a1fb13ad6bd82d79c972250e874994977ed6fdc1c5f1eb0465974ab628de7251502f162c179d40f872c49b54ab5e7d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@npm:12.1.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
"@polkadot/rpc-augment@npm:12.2.1, @polkadot/rpc-augment@workspace:packages/rpc-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment"
|
||||
dependencies:
|
||||
"@polkadot/rpc-core": "npm:12.1.1"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/rpc-core": "npm:12.2.1"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-core@npm:12.1.1, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
"@polkadot/rpc-core@npm:12.2.1, @polkadot/rpc-core@workspace:packages/rpc-core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-core@workspace:packages/rpc-core"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^12.6.2"
|
||||
"@polkadot/rpc-augment": "npm:12.1.1"
|
||||
"@polkadot/rpc-provider": "npm:12.1.1"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/keyring": "npm:^13.0.2"
|
||||
"@polkadot/rpc-augment": "npm:12.2.1"
|
||||
"@polkadot/rpc-provider": "npm:12.2.1"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/rpc-provider@npm:12.1.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
"@polkadot/rpc-provider@npm:12.2.1, @polkadot/rpc-provider@workspace:packages/rpc-provider":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^12.6.2"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-support": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/x-fetch": "npm:^12.6.2"
|
||||
"@polkadot/x-global": "npm:^12.6.2"
|
||||
"@polkadot/x-ws": "npm:^12.6.2"
|
||||
"@polkadot/keyring": "npm:^13.0.2"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-support": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
"@polkadot/util-crypto": "npm:^13.0.2"
|
||||
"@polkadot/x-fetch": "npm:^13.0.2"
|
||||
"@polkadot/x-global": "npm:^13.0.2"
|
||||
"@polkadot/x-ws": "npm:^13.0.2"
|
||||
"@substrate/connect": "npm:0.8.10"
|
||||
eventemitter3: "npm:^5.0.1"
|
||||
mock-socket: "npm:^9.3.1"
|
||||
@@ -707,18 +707,18 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/typegen@workspace:packages/typegen"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:12.1.1"
|
||||
"@polkadot/api-augment": "npm:12.1.1"
|
||||
"@polkadot/rpc-augment": "npm:12.1.1"
|
||||
"@polkadot/rpc-provider": "npm:12.1.1"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-augment": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/types-create": "npm:12.1.1"
|
||||
"@polkadot/types-support": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/x-ws": "npm:^12.6.2"
|
||||
"@polkadot/api": "npm:12.2.1"
|
||||
"@polkadot/api-augment": "npm:12.2.1"
|
||||
"@polkadot/rpc-augment": "npm:12.2.1"
|
||||
"@polkadot/rpc-provider": "npm:12.2.1"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-augment": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/types-create": "npm:12.2.1"
|
||||
"@polkadot/types-support": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
"@polkadot/util-crypto": "npm:^13.0.2"
|
||||
"@polkadot/x-ws": "npm:^13.0.2"
|
||||
"@types/yargs": "npm:^17.0.32"
|
||||
handlebars: "npm:^4.7.8"
|
||||
tslib: "npm:^2.6.2"
|
||||
@@ -732,113 +732,113 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-augment@npm:12.1.1, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
"@polkadot/types-augment@npm:12.2.1, @polkadot/types-augment@workspace:packages/types-augment":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-augment@workspace:packages/types-augment"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-codec@npm:12.1.1, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
"@polkadot/types-codec@npm:12.2.1, @polkadot/types-codec@workspace:packages/types-codec":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-codec@workspace:packages/types-codec"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-augment": "npm:12.1.1"
|
||||
"@polkadot/types-support": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/x-bigint": "npm:^12.6.2"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-augment": "npm:12.2.1"
|
||||
"@polkadot/types-support": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
"@polkadot/util-crypto": "npm:^13.0.2"
|
||||
"@polkadot/x-bigint": "npm:^13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-create@npm:12.1.1, @polkadot/types-create@workspace:packages/types-create":
|
||||
"@polkadot/types-create@npm:12.2.1, @polkadot/types-create@workspace:packages/types-create":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-create@workspace:packages/types-create"
|
||||
dependencies:
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-known@npm:12.1.1, @polkadot/types-known@workspace:packages/types-known":
|
||||
"@polkadot/types-known@npm:12.2.1, @polkadot/types-known@workspace:packages/types-known":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-known@workspace:packages/types-known"
|
||||
dependencies:
|
||||
"@polkadot/api": "npm:12.1.1"
|
||||
"@polkadot/networks": "npm:^12.6.2"
|
||||
"@polkadot/types": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/types-create": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/api": "npm:12.2.1"
|
||||
"@polkadot/networks": "npm:^13.0.2"
|
||||
"@polkadot/types": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/types-create": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types-support@npm:12.1.1, @polkadot/types-support@workspace:packages/types-support":
|
||||
"@polkadot/types-support@npm:12.2.1, @polkadot/types-support@workspace:packages/types-support":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types-support@workspace:packages/types-support"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/types@npm:12.1.1, @polkadot/types@workspace:packages/types":
|
||||
"@polkadot/types@npm:12.2.1, @polkadot/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/types@workspace:packages/types"
|
||||
dependencies:
|
||||
"@polkadot/keyring": "npm:^12.6.2"
|
||||
"@polkadot/types-augment": "npm:12.1.1"
|
||||
"@polkadot/types-codec": "npm:12.1.1"
|
||||
"@polkadot/types-create": "npm:12.1.1"
|
||||
"@polkadot/types-support": "npm:12.1.1"
|
||||
"@polkadot/util": "npm:^12.6.2"
|
||||
"@polkadot/util-crypto": "npm:^12.6.2"
|
||||
"@polkadot/keyring": "npm:^13.0.2"
|
||||
"@polkadot/types-augment": "npm:12.2.1"
|
||||
"@polkadot/types-codec": "npm:12.2.1"
|
||||
"@polkadot/types-create": "npm:12.2.1"
|
||||
"@polkadot/types-support": "npm:12.2.1"
|
||||
"@polkadot/util": "npm:^13.0.2"
|
||||
"@polkadot/util-crypto": "npm:^13.0.2"
|
||||
rxjs: "npm:^7.8.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@npm:12.6.2, @polkadot/util-crypto@npm:^12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/util-crypto@npm:12.6.2"
|
||||
"@polkadot/util-crypto@npm:13.0.2, @polkadot/util-crypto@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/util-crypto@npm:13.0.2"
|
||||
dependencies:
|
||||
"@noble/curves": "npm:^1.3.0"
|
||||
"@noble/hashes": "npm:^1.3.3"
|
||||
"@polkadot/networks": "npm:12.6.2"
|
||||
"@polkadot/util": "npm:12.6.2"
|
||||
"@polkadot/networks": "npm:13.0.2"
|
||||
"@polkadot/util": "npm:13.0.2"
|
||||
"@polkadot/wasm-crypto": "npm:^7.3.2"
|
||||
"@polkadot/wasm-util": "npm:^7.3.2"
|
||||
"@polkadot/x-bigint": "npm:12.6.2"
|
||||
"@polkadot/x-randomvalues": "npm:12.6.2"
|
||||
"@polkadot/x-bigint": "npm:13.0.2"
|
||||
"@polkadot/x-randomvalues": "npm:13.0.2"
|
||||
"@scure/base": "npm:^1.1.5"
|
||||
tslib: "npm:^2.6.2"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 12.6.2
|
||||
checksum: 10/a587e5e25697f3a928ae8677b82ccdbcc1df95122db2bbde753b0605f44487136fe2f55c502460d931def0007e856db40b1b34b4da3c674638ead459e79f227a
|
||||
"@polkadot/util": 13.0.2
|
||||
checksum: 10/333db21d1708158dc83905c32437ba201c97ba4274c2970f0bdfa9384f70f9bedbbe4e3032ce67d6f73bd0b755a4ab4d67b89f483b6bfc76305a67a867230915
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util@npm:12.6.2, @polkadot/util@npm:^12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/util@npm:12.6.2"
|
||||
"@polkadot/util@npm:13.0.2, @polkadot/util@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/util@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/x-bigint": "npm:12.6.2"
|
||||
"@polkadot/x-global": "npm:12.6.2"
|
||||
"@polkadot/x-textdecoder": "npm:12.6.2"
|
||||
"@polkadot/x-textencoder": "npm:12.6.2"
|
||||
"@polkadot/x-bigint": "npm:13.0.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
"@polkadot/x-textdecoder": "npm:13.0.2"
|
||||
"@polkadot/x-textencoder": "npm:13.0.2"
|
||||
"@types/bn.js": "npm:^5.1.5"
|
||||
bn.js: "npm:^5.2.1"
|
||||
tslib: "npm:^2.6.2"
|
||||
checksum: 10/b7a3c2be417d670fc64d0642818cadbf041cbcfae830f2ee45fc2496e86c8e11c385854b733504a7d6a6391066fd0ef544a1748f0f8809215c37a5c0ff64571d
|
||||
checksum: 10/9e83f0843c3da9ffa7b6bc95a73e96ca4754d45cb9cc4418461e1ca38f00c54cb0e61873bb6f09f40c51e435025cfc282577b906a23b36eb6b0eb5af8668fad8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -922,77 +922,77 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-bigint@npm:12.6.2, @polkadot/x-bigint@npm:^12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/x-bigint@npm:12.6.2"
|
||||
"@polkadot/x-bigint@npm:13.0.2, @polkadot/x-bigint@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/x-bigint@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:12.6.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
checksum: 10/8a9533ba955d06213e3810d48e95618186cc832375f82d8b52376a99d7c8f9fdd01ffb9c35495522aec8c28d18ca5ef6c8feeec9770b83ebb64cded4cd3b7e27
|
||||
checksum: 10/6c8d198f8982ae9de78a301e1beb0d38e627ba3c6aac149a385c5f753f39dc7201761bc02ce45881b50e7cf50a883edc8f179abc50532b2b094538c388bbc146
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-fetch@npm:^12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/x-fetch@npm:12.6.2"
|
||||
"@polkadot/x-fetch@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/x-fetch@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:12.6.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
node-fetch: "npm:^3.3.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
checksum: 10/755feee15234b31de9e74bae5eca1a2e9c17e3e76330e5c5cca5e446fc3c350b8f02e3c3853005d1dd4b3da9d4f6a6c3ffd6d2146ae529b0fa6ed3c4206343af
|
||||
checksum: 10/b4cf06f5219dab2b8b94af7913a3346fa46d1179b47c809f0cabecf07b068f9cd3e6f395c943c59b71341b92d61808df7bc05e23e4a30088349c77ed6b4ec11f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-global@npm:12.6.2, @polkadot/x-global@npm:^12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/x-global@npm:12.6.2"
|
||||
"@polkadot/x-global@npm:13.0.2, @polkadot/x-global@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/x-global@npm:13.0.2"
|
||||
dependencies:
|
||||
tslib: "npm:^2.6.2"
|
||||
checksum: 10/9159bd77e099f734f7c48ba3e37a886ba376c50066b664ee52caf0bf8eb0399b762ca08404ef6470c22e4d20e9fc8c5e0a87026efcbbd0f21ea5504b0e33d587
|
||||
checksum: 10/e21fa675a0f0e017bcd7e39638b1ddcaf7adc6a457ffcc431aef6c5bc2ae9ad721e97a97f6b1b4b5b4499297be0357887040540085765b31fb837fa91a71055b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-randomvalues@npm:12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/x-randomvalues@npm:12.6.2"
|
||||
"@polkadot/x-randomvalues@npm:13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/x-randomvalues@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:12.6.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 12.6.2
|
||||
"@polkadot/util": 13.0.2
|
||||
"@polkadot/wasm-util": "*"
|
||||
checksum: 10/9ab555931ab81a8834800da35f04cb86df48b0d706d33ea89c51f42b8d340dab7312c462d01ecae04573ba6a01ff1ad6066ea6cf82b1330482ff537eb3c12eeb
|
||||
checksum: 10/bcfe394658d21f40b1169c063b9123b1d8044bc081785b7532c4851b9161b6192ca30edb502f3ead3d3bfffe7776b2cb091c15b6566c301516f355c70b69d211
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textdecoder@npm:12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/x-textdecoder@npm:12.6.2"
|
||||
"@polkadot/x-textdecoder@npm:13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/x-textdecoder@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:12.6.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
checksum: 10/ba8ebe34cce1445a78d4eb744c8cfcf068cebfaf6c8efca23e1cdb037e8769cb2738b77b7266e3f86cd2459bb3eb87744f9518cba76e76fca609a16e6b84789e
|
||||
checksum: 10/31f378a8d9b3f3963b94fd87320100a754d1381eaf4687f58d28f9de0df24acc99d80ce707ff0d2d0b4ca3477d12ac8506f7cc502fde2b08fb30867f7a7553c1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textencoder@npm:12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/x-textencoder@npm:12.6.2"
|
||||
"@polkadot/x-textencoder@npm:13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/x-textencoder@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:12.6.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
checksum: 10/b2e721d19660f7bcf3995d695fac5d78d4bc8c5fd0632ec0735eb20dd9b4b79fad1ce7dfe7ade202c4ace5cd2d6b8ac663bb4dca273afa050f73cf1e99498f82
|
||||
checksum: 10/f3e2379901b68176398efc5be1e8304ceda28b3f4bf6b0da0b837b13478257967108552eae3250a43d634253bdb46e907146244ff41908a5a39f99852fb5a252
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-ws@npm:^12.6.2":
|
||||
version: 12.6.2
|
||||
resolution: "@polkadot/x-ws@npm:12.6.2"
|
||||
"@polkadot/x-ws@npm:^13.0.2":
|
||||
version: 13.0.2
|
||||
resolution: "@polkadot/x-ws@npm:13.0.2"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:12.6.2"
|
||||
"@polkadot/x-global": "npm:13.0.2"
|
||||
tslib: "npm:^2.6.2"
|
||||
ws: "npm:^8.15.1"
|
||||
checksum: 10/de987c0a9d5df7d9eb17d96fd47afb2417eb85b7126e4e11bc4fe7dc908b54307390a1e3da61d251cd5f1f6edd054712f018bdc695ce946e0267806d1f050119
|
||||
ws: "npm:^8.16.0"
|
||||
checksum: 10/627d7bb8fb115a66fafb11e8f96c2559f793ea936fd88be2aee3f304c5f08c6133073fd762a7a9ae793e2f83ad122c5dace1509831ee1e694b7bf67d5a56e89a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1260,10 +1260,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@substrate/ss58-registry@npm:^1.44.0":
|
||||
version: 1.44.0
|
||||
resolution: "@substrate/ss58-registry@npm:1.44.0"
|
||||
checksum: 10/97a05ca6f439f42ea24bd4d3fc1ab9e77e65e6dd0d2d823e438ae9a82ea4d6249012066149a23c1dad8fb27ec5a3913f6639c2e480377fea3ee96fd1bd592bd0
|
||||
"@substrate/ss58-registry@npm:^1.46.0":
|
||||
version: 1.49.0
|
||||
resolution: "@substrate/ss58-registry@npm:1.49.0"
|
||||
checksum: 10/6214c8f8586aefbb67b70bd2f02a9d133cfb15f360d691f1164c192036b59d1e282495e884b7da80a32e54eed1bd2bcc421f571e548a29410a5a50be7b2daa10
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -9717,7 +9717,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ws@npm:^8.13.0, ws@npm:^8.15.1, ws@npm:^8.16.0, ws@npm:^8.8.1":
|
||||
"ws@npm:^8.13.0, ws@npm:^8.16.0, ws@npm:^8.8.1":
|
||||
version: 8.16.0
|
||||
resolution: "ws@npm:8.16.0"
|
||||
peerDependencies:
|
||||
|
||||
Reference in New Issue
Block a user