Name | Lookup | Parameters | |
---|---|---|---|
force_set_current_code | 3800 | 2 | |
force_set_current_head | 3801 | 2 | |
force_schedule_code_upgrade | 3802 | 3 | |
force_note_new_head | 3803 | 2 | |
force_queue_action | 3804 | 1 | |
add_trusted_validation_code | 3805 | 1 | |
poke_unused_validation_code | 3806 | 1 | |
include_pvf_check_statement | 3807 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
CurrentCodeUpdated | 3800 | ["ParaId"] | |
CurrentHeadUpdated | 3801 | ["ParaId"] | |
CodeUpgradeScheduled | 3802 | ["ParaId"] | |
NewHeadNoted | 3803 | ["ParaId"] | |
ActionQueued | 3804 | ["ParaId","SessionIndex"] | |
PvfCheckStarted | 3805 | ["ValidationCodeHash","ParaId"] | |
PvfCheckAccepted | 3806 | ["ValidationCodeHash","ParaId"] | |
PvfCheckRejected | 3807 | ["ValidationCodeHash","ParaId"] |
Name | Type | |
---|---|---|
PvfActiveVoteMap | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"polkadot_runtime_parachains:paras:PvfCheckActiveVoteState","keys_id":90,"value_id":644}} | |
PvfActiveVoteList | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":647} | |
Parachains | {"origin":"PlainType","plain_type":"Vec<U32>","PlainTypeValue":640} | |
ParaLifecycles | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:paras:ParaLifecycle","keys_id":85,"value_id":648}} | |
Heads | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":85,"value_id":91}} | |
CurrentCodeHash | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"H256","keys_id":85,"value_id":90}} | |
PastCodeHash | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Tuple:U32U32"],"value":"H256","keys_id":649,"value_id":90}} | |
PastCodeMeta | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:paras:ParaPastCodeMeta","keys_id":85,"value_id":650}} | |
PastCodePruning | {"origin":"PlainType","plain_type":"Vec<Tuple:U32U32>","PlainTypeValue":653} | |
FutureCodeUpgrades | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":85,"value_id":4}} | |
FutureCodeHash | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"H256","keys_id":85,"value_id":90}} | |
UpgradeGoAheadSignal | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_primitives:v2:UpgradeGoAhead","keys_id":85,"value_id":654}} | |
UpgradeRestrictionSignal | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_primitives:v2:UpgradeRestriction","keys_id":85,"value_id":655}} | |
UpgradeCooldowns | {"origin":"PlainType","plain_type":"Vec<Tuple:U32U32>","PlainTypeValue":653} | |
UpcomingUpgrades | {"origin":"PlainType","plain_type":"Vec<Tuple:U32U32>","PlainTypeValue":653} | |
ActionsQueue | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U32>","keys_id":4,"value_id":640}} | |
UpcomingParasGenesis | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"polkadot_runtime_parachains:paras:ParaGenesisArgs","keys_id":85,"value_id":444}} | |
CodeByHashRefs | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"U32","keys_id":90,"value_id":4}} | |
CodeByHash | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["H256"],"value":"Vec<U8>","keys_id":90,"value_id":388}} |
Name | Type | Value | |
---|---|---|---|
UnsignedPriority | U64 | ffffffffffffffff |
Name | Docs |
---|---|
NotRegistered | Para is not registered in our system. |
CannotOnboard | Para cannot be onboarded because it is already tracked by our system. |
CannotOffboard | Para cannot be offboarded at this time. |
CannotUpgrade | Para cannot be upgraded to a parachain. |
CannotDowngrade | Para cannot be downgraded to a parathread. |
PvfCheckStatementStale | The statement for PVF pre-checking is stale. |
PvfCheckStatementFuture | The statement for PVF pre-checking is for a future session. |
PvfCheckValidatorIndexOutOfBounds | Claimed validator index is out of bounds. |
PvfCheckInvalidSignature | The signature for the PVF pre-checking is invalid. |
PvfCheckDoubleVote | The given validator already has cast a vote. |
PvfCheckSubjectInvalid | The given PVF does not exist at the moment of process a vote. |
PvfCheckDisabled | The PVF pre-checking statement cannot be included since the PVF pre-checking mechanismis disabled. |
CannotUpgradeCode | Parachain cannot currently schedule a code upgrade. |