Skip to content

Commit

Permalink
[FAB-8497] Download images required for fabric-ca
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Saad Karim committed Feb 27, 2018
1 parent 981efba commit 77e74b7
Show file tree
Hide file tree
Showing 30 changed files with 9,782 additions and 10 deletions.
2 changes: 1 addition & 1 deletion chaincode/abac/abac.go → chaincode/abac/go/abac.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"fmt"
"strconv"

"github.com/hyperledger/fabric/core/chaincode/shim"
"github.com/hyperledger/fabric/core/chaincode/lib/cid"
"github.com/hyperledger/fabric/core/chaincode/shim"
pb "github.com/hyperledger/fabric/protos/peer"
)

Expand Down
31 changes: 31 additions & 0 deletions chaincode/abac/go/vendor/github.com/golang/protobuf/LICENSE

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

43 changes: 43 additions & 0 deletions chaincode/abac/go/vendor/github.com/golang/protobuf/proto/Makefile

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

229 changes: 229 additions & 0 deletions chaincode/abac/go/vendor/github.com/golang/protobuf/proto/clone.go

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

Loading

0 comments on commit 77e74b7

Please sign in to comment.