Name | Lookup | Attributes | |
|---|---|---|---|
| CandidateBacked | 3500 | ["CandidateReceipt<Hash>","HeadData","CoreIndex","GroupIndex"] | |
| CandidateIncluded | 3501 | ["CandidateReceipt<Hash>","HeadData","CoreIndex","GroupIndex"] | |
| CandidateTimedOut | 3502 | ["CandidateReceipt<Hash>","HeadData","CoreIndex"] |
Name | Type | |
|---|---|---|
| AvailabilityBitfields | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:inclusion:AvailabilityBitfieldRecord","keys_id":342,"value_id":766}} | |
| PendingAvailability | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:inclusion:CandidatePendingAvailability","keys_id":154,"value_id":767}} | |
| PendingAvailabilityCommitments | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_primitives:v2:CandidateCommitments","keys_id":154,"value_id":351}} |
Name | Docs |
|---|---|
| UnsortedOrDuplicateValidatorIndices | Validator indices are out of order or contains duplicates. |
| UnsortedOrDuplicateDisputeStatementSet | Dispute statement sets are out of order or contain duplicates. |
| UnsortedOrDuplicateBackedCandidates | Backed candidates are out of order (core index) or contain duplicates. |
| UnexpectedRelayParent | A different relay parent was provided compared to the on-chain stored one. |
| WrongBitfieldSize | Availability bitfield has unexpected size. |
| BitfieldAllZeros | Bitfield consists of zeros only. |
| BitfieldDuplicateOrUnordered | Multiple bitfields submitted by same validator or validators out of order by index. |
| ValidatorIndexOutOfBounds | Validator index out of bounds. |
| InvalidBitfieldSignature | Invalid signature |
| UnscheduledCandidate | Candidate submitted but para not scheduled. |
| CandidateScheduledBeforeParaFree | Candidate scheduled despite pending candidate already existing for the para. |
| WrongCollator | Candidate included with the wrong collator. |
| ScheduledOutOfOrder | Scheduled cores out of order. |
| HeadDataTooLarge | Head data exceeds the configured maximum. |
| PrematureCodeUpgrade | Code upgrade prematurely. |
| NewCodeTooLarge | Output code is too large |
| CandidateNotInParentContext | Candidate not in parent context. |
| InvalidGroupIndex | Invalid group index in core assignment. |
| InsufficientBacking | Insufficient (non-majority) backing. |
| InvalidBacking | Invalid (bad signature, unknown validator, etc.) backing. |
| NotCollatorSigned | Collator did not sign PoV. |
| ValidationDataHashMismatch | The validation data hash does not match expected. |
| IncorrectDownwardMessageHandling | The downward message queue is not processed correctly. |
| InvalidUpwardMessages | At least one upward message sent does not pass the acceptance criteria. |
| HrmpWatermarkMishandling | The candidate didn't follow the rules of HRMP watermark advancement. |
| InvalidOutboundHrmp | The HRMP messages sent by the candidate is not valid. |
| InvalidValidationCodeHash | The validation code hash of the candidate is not valid. |
| ParaHeadMismatch | The `para_head` hash in the candidate descriptor doesn't match the hash of the actual para head in thecommitments. |
| BitfieldReferencesFreedCore | A bitfield that references a freed core,either intentionally or as part of a concludedinvalid dispute. |