Skip to content

Commit

Permalink
Recompile proto files.
Browse files Browse the repository at this point in the history
The proto build script was broken with the introduction of Java chaincode.
PR #2162 resolved this and simplified the script.
Due to the script simplification, there were a few changes in the .pb.go
files after they were recompiled.
It was also necessary to change the package name of dah.proto
to avoid compile errors after compiling with the updated script.

Change-Id: Ie009c0b790db859e356645dd204082641ee7eab5
Signed-off-by: Sheehan Anderson <sheehan@us.ibm.com>
  • Loading branch information
sheehan authored and corecode committed Aug 2, 2016
1 parent 84431e3 commit 967b72c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions core/chaincode/shim/chaincode.pb.go

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

4 changes: 2 additions & 2 deletions core/crypto/attributes/proto/attributes.pb.go

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

2 changes: 1 addition & 1 deletion examples/chaincode/go/utxo/util/dah.pb.go

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

2 changes: 1 addition & 1 deletion examples/chaincode/go/utxo/util/dah.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

syntax = "proto3";

package utxo;
package util;

message TX {
uint32 version = 1;
Expand Down
1 change: 1 addition & 0 deletions protos/api.pb.go

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

2 changes: 1 addition & 1 deletion protos/chaincodeevent.pb.go

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

4 changes: 2 additions & 2 deletions protos/devops.pb.go

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

2 changes: 1 addition & 1 deletion protos/events.pb.go

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

4 changes: 2 additions & 2 deletions protos/fabric.pb.go

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

0 comments on commit 967b72c

Please sign in to comment.