Polkadot
subscan
Runtime Modules / ParaInclusion
Spec Version:
Events
Name
Lookup
Attributes
CandidateBacked3500["CandidateReceipt<Hash>","HeadData","CoreIndex","GroupIndex"]
CandidateIncluded3501["CandidateReceipt<Hash>","HeadData","CoreIndex","GroupIndex"]
CandidateTimedOut3502["CandidateReceipt<Hash>","HeadData","CoreIndex"]
Storage Functions
Name
Type
AvailabilityBitfields{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:inclusion:AvailabilityBitfieldRecord","keys_id":359,"value_id":573}}
PendingAvailability{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:inclusion:CandidatePendingAvailability","keys_id":82,"value_id":574}}
PendingAvailabilityCommitments{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_primitives:v1:CandidateCommitments","keys_id":82,"value_id":364}}
Error Types
Name
Docs
WrongBitfieldSizeAvailability bitfield has unexpected size.
BitfieldDuplicateOrUnorderedMultiple bitfields submitted by same validator or validators out of order by index.
ValidatorIndexOutOfBoundsValidator index out of bounds.
InvalidBitfieldSignatureInvalid signature
UnscheduledCandidateCandidate submitted but para not scheduled.
CandidateScheduledBeforeParaFreeCandidate scheduled despite pending candidate already existing for the para.
WrongCollatorCandidate included with the wrong collator.
ScheduledOutOfOrderScheduled cores out of order.
HeadDataTooLargeHead data exceeds the configured maximum.
PrematureCodeUpgradeCode upgrade prematurely.
NewCodeTooLargeOutput code is too large
CandidateNotInParentContextCandidate not in parent context.
InvalidGroupIndexInvalid group index in core assignment.
InsufficientBackingInsufficient (non-majority) backing.
InvalidBackingInvalid (bad signature, unknown validator, etc.) backing.
NotCollatorSignedCollator did not sign PoV.
ValidationDataHashMismatchThe validation data hash does not match expected.
IncorrectDownwardMessageHandlingThe downward message queue is not processed correctly.
InvalidUpwardMessagesAt least one upward message sent does not pass the acceptance criteria.
HrmpWatermarkMishandlingThe candidate didn't follow the rules of HRMP watermark advancement.
InvalidOutboundHrmpThe HRMP messages sent by the candidate is not valid.
InvalidValidationCodeHashThe validation code hash of the candidate is not valid.
ParaHeadMismatchThe `para_head` hash in the candidate descriptor doesn't match the hash of the actual para head in thecommitments.
BitfieldReferencesFreedCoreA bitfield that references a freed core,either intentionally or as part of a concludedinvalid dispute.