Dancebox
subscan
Runtime Modules / XcmCoreBuyer
Spec Version:
Events
Name
Lookup
Attributes
BuyCoreXcmSent3a00["ParaId","QueryId"]
ReceivedBuyCoreXCMResult3a01["ParaId","Response"]
CleanedUpExpiredPendingBlocksEntries3a02["Vec<ParaId>"]
CleanedUpExpiredInFlightOrderEntries3a03["Vec<ParaId>"]
Storage Functions
Name
Type
InFlightOrders{"origin":"Map","n_map_type":{"hashers":["Twox128"],"key_vec":["U32"],"value":"pallet_xcm_core_buyer:InFlightCoreBuyingOrder","keys_id":61,"value_id":562}}
PendingBlocks{"origin":"Map","n_map_type":{"hashers":["Twox128"],"key_vec":["U32"],"value":"U32","keys_id":61,"value_id":4}}
QueryIdToParaId{"origin":"Map","n_map_type":{"hashers":["Twox128"],"key_vec":["U64"],"value":"U32","keys_id":12,"value_id":61}}
RelayXcmWeightConfig{"origin":"PlainType","plain_type":"pallet_xcm_core_buyer:pallet:RelayXcmWeightConfigInner","PlainTypeValue":387}
CollatorSignatureNonce{"origin":"Map","n_map_type":{"hashers":["Twox128"],"key_vec":["U32"],"value":"U64","keys_id":61,"value_id":12}}
RelayChain{"origin":"PlainType","plain_type":"dancebox_runtime:xcm_config:RelayChain","PlainTypeValue":389}
Constants
Name
Type
Value
UnsignedPriorityU64ffffffffffffffff
PendingBlocksTtlU320a000000
CoreBuyingXCMQueryTtlU3205000000
AdditionalTtlForInflightOrdersU3205000000
BuyCoreSlotDriftU640500000000000000
UniversalLocationstaging_xcm:v4:junctions:Junctions02090400e12e
Error Types
Name
Docs
InvalidProof
ErrorValidatingXCM
ErrorDeliveringXCM
OrderAlreadyExistsAn order for this para id already exists
NotAParathreadThe para id is not a parathread
InFlightLimitReachedThere are too many in-flight orders, buying cores will not work until some of thoseorders finish.
NoAssignedCollatorsThere are no collators assigned to this parathread, so no point in buying a core
CollatorNotAssignedThis collator is not assigned to this parathread
XcmWeightStorageNotSetThe `XcmWeights` storage has not been set. This must have been set by root with thevalue of the relay chain xcm call weight and extrinsic weight
ReanchorFailedConverting a multilocation into a relay relative multilocation failed
LocationInversionFailedInverting location from destination point of view failed
ReportNotifyingSetupFailedModifying XCM to report the result of XCM failed
UnexpectedXCMResponseUnexpected XCM response
BlockProductionPendingBlock production is pending for para id with successfully placed order
NotAllowedToProduceBlockRightNowBlock production is not allowed for current slot
IncorrectCollatorSignatureNonceCollator signature nonce is incorrect
InvalidCollatorSignatureCollator signature is invalid