Skip to content

Commit 614b14b

Browse files
committed
[FAB-15929] Add getPrivateDataHash support
Change-Id: Ifbf6ed4cbefca7b0cbb5146b4bfc0c42878e2018 Signed-off-by: James Taylor <[email protected]>
1 parent eeeb079 commit 614b14b

File tree

16 files changed

+14155
-134
lines changed

16 files changed

+14155
-134
lines changed

fabric-chaincode-protos/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
}
1818

1919
// Fabric branch to download proto files from
20-
def fabricBranch = 'master'
20+
def fabricBranch = 'release-1.4'
2121
// Fabric Github repository link
2222
def fabricRepo = 'https://raw.githubusercontent.com/hyperledger/fabric'
2323
def protosDir = 'src/main/protos'
@@ -32,7 +32,9 @@ def protoFiles = ['protos/common/common.proto' : "$protosDir
3232
'protos/msp/identities.proto' : "$protosDir/msp/identities.proto",
3333
'protos/peer/transaction.proto' : "$protosDir/peer/transaction.proto",
3434
'protos/msp/msp_principal.proto' : "$protosDir/msp/msp_principal.proto",
35-
'protos/common/policies.proto' : "$protosDir/common/policies.proto"]
35+
'protos/common/policies.proto' : "$protosDir/common/policies.proto",
36+
'protos/token/expectations.proto' : "$protosDir/token/expectations.proto",
37+
'protos/token/transaction.proto' : "$protosDir/token/transaction.proto"]
3638

3739
buildscript {
3840
repositories {

0 commit comments

Comments
 (0)