Skip to content

Commit

Permalink
[FAB-12371]Fix the abac sample to use new cid package
Browse files Browse the repository at this point in the history
The latest cid package is fabric/core/chaincode/shim/ext/cid.
This CR fixes the abac sample to use the new cid package instead
of the old one at fabric/core/chaincode/lib/cid.
The vendor folder is also updated with the new cid package.

Change-Id: Ifc431ee4504cd009f84f9d5de271721597bba6e7
Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
  • Loading branch information
yuki-kon committed Oct 30, 2018
1 parent 24c5e47 commit 286861e
Show file tree
Hide file tree
Showing 35 changed files with 8,603 additions and 3,113 deletions.
2 changes: 1 addition & 1 deletion chaincode/abac/go/abac.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"fmt"
"strconv"

"github.com/hyperledger/fabric/core/chaincode/lib/cid"
"github.com/hyperledger/fabric/core/chaincode/shim/ext/cid"
"github.com/hyperledger/fabric/core/chaincode/shim"
pb "github.com/hyperledger/fabric/protos/peer"
)
Expand Down
3 changes: 0 additions & 3 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: 0 additions & 43 deletions chaincode/abac/go/vendor/github.com/golang/protobuf/proto/Makefile

This file was deleted.

46 changes: 35 additions & 11 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 286861e

Please sign in to comment.