Skip to content

Commit

Permalink
update podr2-api.proto (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Dec 22, 2023
1 parent a001c6e commit 33854b1
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 75 deletions.
168 changes: 94 additions & 74 deletions pb/podr2-api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pb/podr2-api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ message RequestGenTag {
string fragment_name = 2;
string custom_data = 3;
string file_name = 4;
bytes miner_id = 5;
}

message ResponseGenTag {
Tag tag = 1;
bytes u_sig = 2;
bytes tag_sig_info = 3;
}

message RequestBatchVerify {
Expand All @@ -54,7 +56,7 @@ message RequestBatchVerify {
// 64 bytes sign content
bytes miner_peer_id_sign = 4;
Qslice qslices = 5;
repeated bytes u_sig = 6;
repeated bytes u_sigs = 6;
}

message ResponseBatchVerify {
Expand Down

0 comments on commit 33854b1

Please sign in to comment.