Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete proto file #13

Merged
merged 1 commit into from
Dec 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ version: v1
plugins:
- plugin: go
out: ./
opt: paths=source_relative
opt: paths=source_relative
- plugin: go-grpc
out: ./
opt:
- paths=source_relative
- require_unimplemented_servers=false
4 changes: 2 additions & 2 deletions proto/service/types/v1/stone_hub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ message PieceJob {
uint32 segment_count = 5;
uint32 ec_k = 6;
uint32 ec_m = 7;
bool done = 8;
repeated uint32 target_idx = 8;
repeated StorageProviderSealInfo storage_provider_seal_info = 9;
}

Expand Down Expand Up @@ -104,4 +104,4 @@ service StoneHubService {
rpc DonePrimaryPieceJob(StoneHubServiceDonePrimaryPieceJobRequest) returns (StoneHubServiceDonePrimaryPieceJobResponse) {};
rpc AllocStoneJob(StoneHubServiceAllocStoneJobRequest) returns (StoneHubServiceAllocStoneJobResponse) {};
rpc DoneSecondaryPieceJob(StoneHubServiceDoneSecondaryPieceJobRequest) returns (StoneHubServiceDoneSecondaryPieceJobResponse) {};
}
}
24 changes: 0 additions & 24 deletions proto/service/types/v1/stone_node.proto

This file was deleted.