Itering understands the importance of protecting and safeguarding your privacy. By continuing using this website you agree with our
Privacy Policyand
Terms of Use.
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 | |
migrate_workers | 560f | 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"] |
Name | Type | |
---|---|---|
Gatekeeper | {"origin":"PlainType","plain_type":"Vec<[U8; 32]>","PlainTypeValue":553} | |
GatekeeperMasterPubkey | {"origin":"PlainType","plain_type":"[U8; 32]","PlainTypeValue":118} | |
RotationCounter | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":10} | |
MasterKeyRotationLock | {"origin":"PlainType","plain_type":"option<U64>","PlainTypeValue":121} | |
Workers | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 32]"],"value":"phala_pallets:registry:pallet:WorkerInfoV2","keys_id":118,"value_id":554}} | |
ContractKeys | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"[U8; 32]","keys_id":11,"value_id":118}} | |
ClusterKeys | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["H256"],"value":"[U8; 32]","keys_id":11,"value_id":118}} | |
TopicKey | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["Vec<U8>"],"value":"Vec<U8>","keys_id":12,"value_id":12}} | |
BenchmarkDuration | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
PRuntimeAllowList | {"origin":"PlainType","plain_type":"Vec<Vec<U8>>","PlainTypeValue":177} | |
PRuntimeAddedAt | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["Vec<U8>"],"value":"U32","keys_id":12,"value_id":4}} | |
RelaychainGenesisBlockHashAllowList | {"origin":"PlainType","plain_type":"Vec<H256>","PlainTypeValue":169} | |
Endpoints | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["[U8; 32]"],"value":"phala_types:VersionedWorkerEndpoints","keys_id":118,"value_id":326}} | |
TempWorkersIterKey | {"origin":"PlainType","plain_type":"option<Vec<U8>>","PlainTypeValue":452} | |
MinimumPRuntimeVersion | {"origin":"PlainType","plain_type":"Tuple:U32U32U32","PlainTypeValue":555} | |
PRuntimeConsensusVersion | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
MaxKnownPRuntimeConsensusVersion | {"origin":"PlainType","plain_type":"phala_pallets:registry:pallet:KnownConsensusVersion","PlainTypeValue":556} |
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 | |
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 |