Skip to content

Commit 967b72c

Browse files
sheehancorecode
sheehan
authored andcommitted
Recompile proto files.
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 <[email protected]>
1 parent 84431e3 commit 967b72c

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

core/chaincode/shim/chaincode.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/crypto/attributes/proto/attributes.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chaincode/go/utxo/util/dah.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/chaincode/go/utxo/util/dah.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
syntax = "proto3";
1818

19-
package utxo;
19+
package util;
2020

2121
message TX {
2222
uint32 version = 1;

protos/api.pb.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/chaincodeevent.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/devops.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/events.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/fabric.pb.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)