Skip to content
Open
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
315 changes: 124 additions & 191 deletions api/protoblocktx/block_tx.pb.go

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions api/protoblocktx/block_tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ message BlockInfo {
uint64 number = 1;
}

message LastCommittedBlock {
optional BlockInfo block = 1;
}

message QueryStatus {
repeated string txIDs = 1;
}
Expand Down
91 changes: 41 additions & 50 deletions api/protocoordinatorservice/coordinator.pb.go

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

1 change: 0 additions & 1 deletion api/protocoordinatorservice/coordinator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import "google/protobuf/empty.proto";
service Coordinator {
rpc BlockProcessing(stream Batch) returns (stream protoblocktx.TransactionsStatus);
rpc SetLastCommittedBlockNumber (protoblocktx.BlockInfo) returns (google.protobuf.Empty) {};
rpc GetLastCommittedBlockNumber (google.protobuf.Empty) returns (protoblocktx.LastCommittedBlock) {};
rpc GetNextExpectedBlockNumber (google.protobuf.Empty) returns (protoblocktx.BlockInfo) {};
rpc GetTransactionsStatus(protoblocktx.QueryStatus) returns (protoblocktx.TransactionsStatus);
rpc GetConfigTransaction(google.protobuf.Empty) returns (protoblocktx.ConfigTransaction) {};
Expand Down
37 changes: 0 additions & 37 deletions api/protocoordinatorservice/coordinator_grpc.pb.go

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

Loading