Skip to content

Commit

Permalink
changing asset exchange interop cc as package
Browse files Browse the repository at this point in the history
Signed-off-by: Krishnasuri Narayanam <knaraya3@in.ibm.com>
  • Loading branch information
knarayan committed Jul 23, 2021
1 parent d001e6a commit 606905e
Show file tree
Hide file tree
Showing 9 changed files with 1,409 additions and 1,036 deletions.
6 changes: 5 additions & 1 deletion core/network/fabric-interop-cc/contracts/interop/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
test-manage-assets:
assetexchange:
cp -r ../../libs/assetexchange .
test-manage-assets: assetexchange
go test manage_assets.go manage_assets_test.go main.go setup_test.go -v
clean:
rm -rf assetexchange
20 changes: 11 additions & 9 deletions core/network/fabric-interop-cc/contracts/interop/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ module github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabr

go 1.16

replace github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange => ./assetexchange

require (
github.com/golang/protobuf v1.5.0
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v0.0.0-20210712215013-866f5840a1a9
github.com/hyperledger/fabric-chaincode-go v0.0.0-20200728190242-9b3ae92d8664
github.com/hyperledger/fabric-contract-api-go v1.1.0
github.com/hyperledger/fabric-protos-go v0.0.0-20210528200356-82833ecdac31
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
github.com/golang/protobuf v1.5.2
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.1
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v0.0.0-00010101000000-000000000000
github.com/hyperledger/fabric-chaincode-go v0.0.0-20210718160520-38d29fabecb9
github.com/hyperledger/fabric-contract-api-go v1.1.1
github.com/hyperledger/fabric-protos-go v0.0.0-20210720123151-f0dc3e2a0871
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
124 changes: 98 additions & 26 deletions core/network/fabric-interop-cc/contracts/interop/go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 606905e

Please sign in to comment.