Avoid chaincode packages picking up dependencies on later v2.x releases,
such as v2.5.x. Later releases may exploit features not compatible with
the v2.2 chaincode container runtime.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
* Updated dependencies for Json and fabric-chaincode-shim:2.+ in java samples (#481)
* fixed json dependencies for java
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
* updated dependency for asset-tranfer-sbe: now declaing also org.hyperledger.fabric.protos.common
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
* "corrected typo of last commit and added testImplementation 'org.hyperledger.fabric.protos.common'"
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
* included correct dependecy for fabric-protos and added com.google.protobuf as well
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
Signed-off-by: Justin Yang <justin.yang@themedium.io>
* test-network: Make the regexp of checking version more strict (backport #515)
Signed-off-by: Justin Yang <justin.yang@themedium.io>
* Updated dependencies fabric-chaincode-shim:2.2.+ in java samples from 2.+
Signed-off-by: Justin Yang <justin.yang@themedium.io>
Co-authored-by: fraVlaca <86831094+fraVlaca@users.noreply.github.com>
Update all of the Node deps to 2.2.<latest>
and regenerate existing package-lock.json files
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
Co-authored-by: Brett Logan <brett.t.logan@ibm.com>
Adds the apps and chaincodes to linting and testing
CI that weren't added before.
Linting issues were corrected where necessary to make CI pass.
The Basic-Go application and Private-Javascript application
are currently disabled pending fixes currently being worked on.
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>