Skip to content
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
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 @@ -94,10 +94,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.

3 changes: 1 addition & 2 deletions api/protocoordinatorservice/coordinator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ 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 GetNextBlockNumberToCommit (google.protobuf.Empty) returns (protoblocktx.BlockInfo) {};
rpc GetTransactionsStatus(protoblocktx.QueryStatus) returns (protoblocktx.TransactionsStatus);
rpc GetConfigTransaction(google.protobuf.Empty) returns (protoblocktx.ConfigTransaction) {};
rpc NumberOfWaitingTransactionsForStatus(google.protobuf.Empty) returns (WaitingTransactions);
Expand Down
63 changes: 13 additions & 50 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