These samples target Fabric v2.2 but contained references to the
latest version of the Fabric documentation, many of which were broken
links since the structure and content of the Fabric documentation has
changed.
This change updates links to the Fabric documentation so that they
refer to release-2.2.
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>
Java chaincode that can be deployed via test-network, with shortname 'private'
Unit test for core transactions
Bugfix for QueryAsset txn function signature
Incorporated PR feedback
Signed-off-by: Sijo Cherian <sijo@ibm.com>