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 <[email protected]>
  • 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

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

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

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.