Commit 01297bbd authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update witness

parent e1735cac
......@@ -11,6 +11,11 @@ message WitnessStatusResponse {
}
message PushProofRequest {
repeated Proof proofs = 1;
string miner = 2;
}
message Proof {
uint64 workload = 1;
string task_id = 2;
bytes req_hash = 6;
......
syntax = "proto3";
package witness.v1;
message ValidatedProof {
string miner = 1;
uint64 balance = 2;
uint64 workload = 3;
}
\ No newline at end of file
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