Name | Lookup | Parameters | |
|---|---|---|---|
| force_set_benchmark_duration | 5600 | 1 | |
| force_register_worker | 5601 | 3 | |
| force_register_topic_pubkey | 5602 | 2 | |
| register_gatekeeper | 5603 | 1 | |
| unregister_gatekeeper | 5604 | 1 | |
| rotate_master_key | 5605 | - | |
| register_worker | 5606 | 2 | |
| register_worker_v2 | 5607 | 2 | |
| update_worker_endpoint | 5608 | 2 | |
| add_pruntime | 5609 | 1 | |
| remove_pruntime | 560a | 1 | |
| add_relaychain_genesis_block_hash | 560b | 1 | |
| remove_relaychain_genesis_block_hash | 560c | 1 | |
| set_minimum_pruntime_version | 560d | 3 | |
| set_pruntime_consensus_version | 560e | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| GatekeeperAdded | 5600 | ["WorkerPublicKey"] | |
| GatekeeperRemoved | 5601 | ["WorkerPublicKey"] | |
| WorkerAdded | 5602 | ["WorkerPublicKey","Option<AttestationProvider>","u8"] | |
| WorkerUpdated | 5603 | ["WorkerPublicKey","Option<AttestationProvider>","u8"] | |
| MasterKeyRotated | 5604 | ["u64","MasterPublicKey"] | |
| MasterKeyRotationFailed | 5605 | ["Option<u64>","u64"] | |
| InitialScoreSet | 5606 | ["WorkerPublicKey","u32"] | |
| MinimumPRuntimeVersionChangedTo | 5607 | ["u32","u32","u32"] | |
| PRuntimeConsensusVersionChangedTo | 5608 | ["u32"] | |
| GatekeeperLaunched | 5609 |
Name | Type | |
|---|---|---|
| Gatekeeper | {"origin":"PlainType","plain_type":"Vec<[U8; 32]>","PlainTypeValue":622} | |
| GatekeeperMasterPubkey | {"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":135} | |
| GatekeeperLaunchedAt | {"origin":"PlainType","plain_type":"Tuple:U32U64","PlainTypeValue":623} | |
| RotationCounter | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":11} | |
| MasterKeyRotationLock | {"origin":"PlainType","plain_type":"option<U64>","PlainTypeValue":138} | |
| Workers | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 32]"],"value":"phala_pallets:registry:pallet:WorkerInfoV2","keys_id":135,"value_id":624}} | |
| WorkerAddedAt | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 32]"],"value":"U32","keys_id":135,"value_id":4}} | |
| ContractKeys | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"[U8; 32]","keys_id":12,"value_id":135}} | |
| ClusterKeys | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"[U8; 32]","keys_id":12,"value_id":135}} | |
| TopicKey | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Vec<U8>","keys_id":13,"value_id":13}} | |
| BenchmarkDuration | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| PRuntimeAllowList | {"origin":"PlainType","plain_type":"Vec<Vec<U8>>","PlainTypeValue":209} | |
| PRuntimeAddedAt | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Vec<U8>"],"value":"U32","keys_id":13,"value_id":4}} | |
| RelaychainGenesisBlockHashAllowList | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":202} | |
| Endpoints | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 32]"],"value":"phala_types:VersionedWorkerEndpoints","keys_id":135,"value_id":353}} | |
| TempWorkersIterKey | {"origin":"PlainType","plain_type":"option<Vec<U8>>","PlainTypeValue":508} | |
| MinimumPRuntimeVersion | {"origin":"PlainType","plain_type":"Tuple:U32U32U32","PlainTypeValue":625} | |
| PRuntimeConsensusVersion | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| MaxKnownPRuntimeConsensusVersion | {"origin":"PlainType","plain_type":"phala_pallets:registry:pallet:KnownConsensusVersion","PlainTypeValue":626} |
Name | Type | Value | |
|---|---|---|---|
| NoneAttestationEnabled | Bool | 00 | |
| VerifyPRuntime | Bool | 01 | |
| VerifyRelaychainGenesisBlockHash | Bool | 01 |
Name | Docs |
|---|---|
| CannotHandleUnknownMessage | |
| InvalidSender | |
| InvalidPubKey | |
| MalformedSignature | |
| InvalidSignatureLength | |
| InvalidSignature | |
| UnknownContract | |
| InvalidIASSigningCert | |
| InvalidReport | |
| InvalidQuoteStatus | |
| BadIASReport | |
| OutdatedIASReport | |
| UnknownQuoteBodyFormat | |
| InvalidDCAPQuote | |
| InvalidRuntimeInfoHash | |
| InvalidRuntimeInfo | |
| InvalidInput | |
| InvalidBenchReport | |
| WorkerNotFound | |
| NoneAttestationDisabled | |
| InvalidGatekeeper | |
| InvalidMasterPubkey | |
| MasterKeyMismatch | |
| MasterKeyUninitialized | |
| GenesisBlockHashRejected | |
| GenesisBlockHashAlreadyExists | |
| GenesisBlockHashNotFound | |
| PRuntimeRejected | |
| PRuntimeAlreadyExists | |
| PRuntimeNotFound | |
| UnknownCluster | |
| NotImplemented | |
| CannotRemoveLastGatekeeper | |
| MasterKeyInRotation | |
| InvalidRotatedMasterPubkey | |
| InvalidEndpointSigningTime | |
| NotMigrationRoot | Migration root not authorized |
| ParachainIdMismatch | |
| InvalidConsensusVersion | |
| UnsupportedAttestationType |