Closed dasormeter closed 4 years ago
hi @mrtea-hacera @hacera-jonathan @hacera-pakki : could you please review this PR and approve or advise if you can think of an alternate way of freezing dependencies? It addresses the problem noted in https://github.com/hacera/daml-on-fabric/issues/17
Thanks everyone!
1) Resolve dependencies that are no longer available in main fabric github repo 2) Vendor all dependencies so that chaincode can be uploaded across multiple fabric versions 3) Explicitly specify 1.4.4 docker image for fabric as the
2.0
,2.0.0-alpha
and2.0.0-beta
images are unreliable as to the state of code contained within 4) ExportIMAGE_TAG_FABRIC
environment variables from fabric.sh so they are available to calling scriptgithub.com/hyperledger/fabric-chaincode-go/shim
github.com/hyperledger/fabric-protos-go/peer
github.com/op/go-logging
andlogging.MustGetLogger
instead ofshim.Logging
as that no longer exists