Tee Related
This section describes how the storage node interacts with the tee worker. tee wokger is a node with SGX functionality, a secure and trusted node in the network, and the authenticity of the storage miner's data is verified by the tee worker.
PubkeysProvider Client
Method | Description | Reference |
---|---|---|
Create a | reservation | |
Get the identity pubkey of the tee worker | ||
Get the master pubkey of the tee worker | reservation | |
Get the podr2 pubkey of the tee worker | reservation |
Podr2 Client
Method | Description | Reference |
---|---|---|
Create a | reservation | |
Request tee worker calculation service file tag |
Podr2Verifier Client
Method | Description | Reference |
---|---|---|
Create a | reservation | |
Request tee worker to validate proof of service data |
PoisVerifier Client
Method | Description | Reference |
---|---|---|
Create a | reservation | |
Request tee worker to validate a single block of idle data | ||
Request tee worker to validate total idle data proofs |
PoisCertifier Client
Method | Description | Reference |
---|---|---|
Create a | reservation | |
Get the public key for storing miner registrations | ||
Request tee worker to generate idle data challenge | ||
Request tee worker to validate idle data challenge | ||
Request tee worker to verify proof of deletion of idle data |
Last updated