Commit b5d4d6fb authored by vicotor's avatar vicotor

update protocol

parent 80e138e1
......@@ -52,13 +52,13 @@ message TaskContent {
// ) timestamp (time) PARTITION BY DAY WAL;
message TaskReceipt {
string task_uuid = 1;
uint64 task_finish_time = 2;
uint64 task_timestamp = 2;
uint64 task_id = 3;
string task_uid = 4;
int64 task_fee = 5;
int64 task_out_len = 6;
int64 task_workload = 7;
int64 task_duration = 8;
int64 task_duration = 8; // task duration in us.
string task_profit_account = 9;
string task_worker_account = 10;
string task_result = 11; // some message for task result, ex: failed, success, timeout, etc.
......
This diff is collapsed.
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