Name | Lookup | Attributes | |
|---|---|---|---|
| CandidateBacked | 3500 | ["CandidateReceipt<Hash>","HeadData","CoreIndex","GroupIndex"] | |
| CandidateIncluded | 3501 | ["CandidateReceipt<Hash>","HeadData","CoreIndex","GroupIndex"] | |
| CandidateTimedOut | 3502 | ["CandidateReceipt<Hash>","HeadData","CoreIndex"] | |
| UpwardMessagesReceived | 3503 | ["ParaId","u32"] |
Name | Type | |
|---|---|---|
| V1 | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<polkadot_runtime_parachains:inclusion:CandidatePendingAvailability>","keys_id":162,"value_id":833}} |
Name | Docs |
|---|---|
| ValidatorIndexOutOfBounds | Validator index out of bounds. |
| UnscheduledCandidate | Candidate submitted but para not scheduled. |
| HeadDataTooLarge | Head data exceeds the configured maximum. |
| PrematureCodeUpgrade | Code upgrade prematurely. |
| NewCodeTooLarge | Output code is too large |
| DisallowedRelayParent | The candidate's relay-parent was not allowed. Either it wasnot recent enough or it didn't advance based on the last parachain block. |
| InvalidAssignment | Failed to compute group index for the core: either it's out of boundsor the relay parent doesn't belong to the current session. |
| InvalidGroupIndex | Invalid group index in core assignment. |
| InsufficientBacking | Insufficient (non-majority) backing. |
| InvalidBacking | Invalid (bad signature, unknown validator, etc.) backing. |
| 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 actualpara head in the commitments. |