Commit 46ec7d60 authored by vicotor's avatar vicotor

update nodemanager

parent 1aaee35d
......@@ -33,18 +33,26 @@ message StatusResp {
}
message PushTaskMessage {
string task_id = 1;
base.v1.TaskContent task = 1;
}
message SubmitTaskResult {
string task_id = 1;
string task_proof = 2;
bytes worker_signature = 3;
bytes task_result = 4;
}
message ProofTaskResult {
string task_id = 1;
bytes manager_signature = 2;
}
message DispatchTaskRequest {
string task_type = 1;
bytes task_data = 2;
base.v1.TaskContent task_data = 2;
string worker = 3;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment