Name | Lookup | Parameters | |
---|---|---|---|
buy_core | 3a00 | 2 | |
force_buy_core | 3a01 | 1 | |
set_relay_xcm_weight_config | 3a02 | 1 | |
set_relay_chain | 3a03 | 1 | |
query_response | 3a04 | 2 | |
clean_up_expired_pending_blocks | 3a05 | 1 | |
clean_up_expired_in_flight_orders | 3a06 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
BuyCoreXcmSent | 3a00 | ["ParaId","QueryId"] | |
ReceivedBuyCoreXCMResult | 3a01 | ["ParaId","Response"] | |
CleanedUpExpiredPendingBlocksEntries | 3a02 | ["Vec<ParaId>"] | |
CleanedUpExpiredInFlightOrderEntries | 3a03 | ["Vec<ParaId>"] |
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} |
Name | Type | Value | |
---|---|---|---|
UnsignedPriority | U64 | ffffffffffffffff | |
PendingBlocksTtl | U32 | 0a000000 | |
CoreBuyingXCMQueryTtl | U32 | 05000000 | |
AdditionalTtlForInflightOrders | U32 | 05000000 | |
BuyCoreSlotDrift | U64 | 0500000000000000 | |
UniversalLocation | staging_xcm:v4:junctions:Junctions | 02090400e12e |
Name | Docs |
---|---|
InvalidProof | |
ErrorValidatingXCM | |
ErrorDeliveringXCM | |
OrderAlreadyExists | An order for this para id already exists |
NotAParathread | The para id is not a parathread |
InFlightLimitReached | There are too many in-flight orders, buying cores will not work until some of thoseorders finish. |
NoAssignedCollators | There are no collators assigned to this parathread, so no point in buying a core |
CollatorNotAssigned | This collator is not assigned to this parathread |
XcmWeightStorageNotSet | The `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 |
ReanchorFailed | Converting a multilocation into a relay relative multilocation failed |
LocationInversionFailed | Inverting location from destination point of view failed |
ReportNotifyingSetupFailed | Modifying XCM to report the result of XCM failed |
UnexpectedXCMResponse | Unexpected XCM response |
BlockProductionPending | Block production is pending for para id with successfully placed order |
NotAllowedToProduceBlockRightNow | Block production is not allowed for current slot |
IncorrectCollatorSignatureNonce | Collator signature nonce is incorrect |
InvalidCollatorSignature | Collator signature is invalid |