Skip to content

Commit 286861e

Browse files
committed
[FAB-12371]Fix the abac sample to use new cid package
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>
1 parent 24c5e47 commit 286861e

35 files changed

+8603
-3113
lines changed

chaincode/abac/go/abac.go

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

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

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

-3
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
This file was deleted.

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

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

0 commit comments

Comments
 (0)