Skip to content

Commit

Permalink
[FAB-1468] Fix make protos and regen proto files
Browse files Browse the repository at this point in the history
https://jira.hyperledger.org/browse/FAB-1468

This has been driving me crazy, so submitting a patch to fix.  The proto
changes were the result of running the normal dockerized make protos.

Change-Id: I18c2f7609d09efc8e57b9bb0de1ef6113198c294
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Jan 10, 2017
1 parent 0587bb2 commit ab7e34f
Show file tree
Hide file tree
Showing 12 changed files with 284 additions and 526 deletions.
45 changes: 24 additions & 21 deletions core/comm/testdata/grpc/test.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 core/comm/testdata/grpc/test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ limitations under the License.

syntax = "proto3";

option go_package = "github.com/hyperledger/fabric/core/comm/testdata/grpc";

message Empty {}

service TestService {

rpc EmptyCall(Empty) returns (Empty);

}
}
97 changes: 27 additions & 70 deletions protos/common/chain-config.pb.go

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

0 comments on commit ab7e34f

Please sign in to comment.