Skip to content

Commit 930f3a6

Browse files
sheehangaborh-da
sheehan
authored andcommitted
Recompile proto files
It appears that chaincode.proto was modified, but 'make protos' was not run after making this change. This patch is a a result of running 'make protos' Change-Id: I2365b82418b5da0597dea560600522a2bc7d615f Signed-off-by: Sheehan Anderson <[email protected]>
1 parent 0363e1d commit 930f3a6

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

bddtests/peer_basic.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Feature: Network of Peers
366366
| a | 10 |
367367
Then I should have received a transactionID
368368
Then I wait up to "25" seconds for transaction to be committed to all peers
369-
Then I check the transaction ID if it is "cbe63379a50f0c9d798951e5ccdf70a5c341acda508d7fa1345841d977825f71"
369+
Then I check the transaction ID if it is "a97267efe0391a5c0be28f79e8cb7f841aca1b952f028ec796b61c92aef6936c"
370370

371371
Scenario: chaincode example 01 single peer rejection message
372372
Given we compose "docker-compose-1-exp.yml"

core/chaincode/shim/java/src/main/proto/chaincode.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ message ChaincodeID {
4747

4848
// Carries the chaincode function and its arguments.
4949
message ChaincodeInput {
50-
repeated bytes args = 2;
50+
repeated bytes args = 1;
5151
}
5252

5353
// Carries the chaincode specification. This is the actual metadata required for

examples/chaincode/go/chaincode_example04/chaincode_example04.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ type SimpleChaincode struct {
3333
func (t *SimpleChaincode) GetChaincodeToCall() string {
3434
//This is the hashcode for github.com/hyperledger/fabric/core/example/chaincode/chaincode_example02
3535
//if the example is modifed this hashcode will change!!
36-
chainCodeToCall := "5cbb88224e34d5c366603a5a9f7989f5a3eb02729fff85c19ce43db249ada678d5189e587d3ca88cf8b46b31b89cc9000aec9b9511877478ef70166dc6eaa7c0" //with SHA3
37-
36+
chainCodeToCall := "0588c9b192603a2d39f2223ec524e30119698a36e77369c9d6df2ca16b85043406c67502787362e99f46d68b81b3f59000a149041ddba90047cf72e56fdfce96"
3837
return chainCodeToCall
3938
}
4039

protos/chaincode.pb.go

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

0 commit comments

Comments
 (0)