Skip to content

Commit 77e74b7

Browse files
author
Saad Karim
committed
[FAB-8497] Download images required for fabric-ca
Added a script for fabric-ca sample that downloads all the required docker images. Vendored dependencies for the fabric-ca sample chaincode. It can now be run without having a local fabric repository. Change-Id: I7e0f3d7950201e42fdf82bbef2fc855d33c78676 Signed-off-by: Saad Karim <skarim@us.ibm.com>
1 parent 981efba commit 77e74b7

30 files changed

+9782
-10
lines changed

chaincode/abac/abac.go chaincode/abac/go/abac.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
"fmt"
2121
"strconv"
2222

23-
"github.com/hyperledger/fabric/core/chaincode/shim"
2423
"github.com/hyperledger/fabric/core/chaincode/lib/cid"
24+
"github.com/hyperledger/fabric/core/chaincode/shim"
2525
pb "github.com/hyperledger/fabric/protos/peer"
2626
)
2727

chaincode/abac/go/vendor/github.com/golang/protobuf/LICENSE

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

chaincode/abac/go/vendor/github.com/golang/protobuf/proto/Makefile

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

chaincode/abac/go/vendor/github.com/golang/protobuf/proto/clone.go

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

0 commit comments

Comments
 (0)