Name | Lookup | Parameters | |
|---|---|---|---|
| set_validation_data | 6700 | 1 | |
| sudo_send_upward_message | 6701 | 1 | |
| authorize_upgrade | 6702 | 2 | |
| enact_authorized_upgrade | 6703 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ValidationFunctionStored | 6700 | ||
| ValidationFunctionApplied | 6701 | ["RelayChainBlockNumber"] | |
| ValidationFunctionDiscarded | 6702 | ||
| UpgradeAuthorized | 6703 | ["Hash"] | |
| DownwardMessagesReceived | 6704 | ["u32"] | |
| DownwardMessagesProcessed | 6705 | ["Weight","relay_chain::Hash"] | |
| UpwardMessageSent | 6706 | ["Option<XcmHash>"] |
Name | Type | |
|---|---|---|
| UnincludedSegment | {"origin":"PlainType","plain_type":"Vec<cumulus_pallet_parachain_system:unincluded_segment:Ancestor>","PlainTypeValue":599} | |
| AggregatedUnincludedSegment | {"origin":"PlainType","plain_type":"cumulus_pallet_parachain_system:unincluded_segment:SegmentTracker","PlainTypeValue":608} | |
| PendingValidationCode | {"origin":"PlainType","plain_type":"Vec<U8>","PlainTypeValue":13} | |
| NewValidationCode | {"origin":"PlainType","plain_type":"Vec<U8>","PlainTypeValue":13} | |
| ValidationData | {"origin":"PlainType","plain_type":"polkadot_primitives:v5:PersistedValidationData","PlainTypeValue":369} | |
| DidSetValidationCode | {"origin":"PlainType","plain_type":"Bool","PlainTypeValue":48} | |
| LastRelayChainBlockNumber | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| UpgradeRestrictionSignal | {"origin":"PlainType","plain_type":"option<polkadot_primitives:v5:UpgradeRestriction>","PlainTypeValue":609} | |
| UpgradeGoAhead | {"origin":"PlainType","plain_type":"option<polkadot_primitives:v5:UpgradeGoAhead>","PlainTypeValue":606} | |
| RelayStateProof | {"origin":"PlainType","plain_type":"Vec<Vec<U8>>","PlainTypeValue":371} | |
| RelevantMessagingState | {"origin":"PlainType","plain_type":"cumulus_pallet_parachain_system:relay_state_snapshot:MessagingStateSnapshot","PlainTypeValue":611} | |
| HostConfiguration | {"origin":"PlainType","plain_type":"polkadot_primitives:v5:AbridgedHostConfiguration","PlainTypeValue":616} | |
| LastDmqMqcHead | {"origin":"PlainType","plain_type":"H256","PlainTypeValue":618} | |
| LastHrmpMqcHeads | {"origin":"PlainType","plain_type":"Vec<Tuple:U32H256>","PlainTypeValue":619} | |
| ProcessedDownwardMessages | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| HrmpWatermark | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| HrmpOutboundMessages | {"origin":"PlainType","plain_type":"Vec<polkadot_core_primitives:OutboundHrmpMessage>","PlainTypeValue":622} | |
| UpwardMessages | {"origin":"PlainType","plain_type":"Vec<Vec<U8>>","PlainTypeValue":218} | |
| PendingUpwardMessages | {"origin":"PlainType","plain_type":"Vec<Vec<U8>>","PlainTypeValue":218} | |
| AnnouncedHrmpMessagesPerCandidate | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| ReservedXcmpWeightOverride | {"origin":"PlainType","plain_type":"sp_weights:weight_v2:Weight","PlainTypeValue":9} | |
| ReservedDmpWeightOverride | {"origin":"PlainType","plain_type":"sp_weights:weight_v2:Weight","PlainTypeValue":9} | |
| AuthorizedUpgrade | {"origin":"PlainType","plain_type":"cumulus_pallet_parachain_system:CodeUpgradeAuthorization","PlainTypeValue":624} | |
| CustomValidationHeadData | {"origin":"PlainType","plain_type":"Vec<U8>","PlainTypeValue":13} |
Name | Docs |
|---|---|
| OverlappingUpgrades | Attempt to upgrade validation function while existing upgrade pending. |
| ProhibitedByPolkadot | Polkadot currently prohibits this parachain from upgrading its validation function. |
| TooBig | The supplied validation function has compiled into a blob larger than Polkadot iswilling to run. |
| ValidationDataNotAvailable | The inherent which supplies the validation data did not run this block. |
| HostConfigurationNotAvailable | The inherent which supplies the host configuration did not run this block. |
| NotScheduled | No validation function upgrade is currently scheduled. |
| NothingAuthorized | No code upgrade has been authorized. |
| Unauthorized | The given code upgrade has not been authorized. |