ofgarzon2662
5e885e3583
GetAllAssets fix
2023-02-28 15:04:30 -08:00
ofgarzon2662
7f9350659e
Update February 28th
2023-02-28 14:24:30 -08:00
ofgarzon2662
67e44ce293
IPDC Testings
2023-02-27 15:05:05 -08:00
Fernando Garzon
dc1deb4bc9
PDCs to be tested in OSC-Test Network
2023-02-24 10:33:08 -08:00
Fernando Garzon
4aa12017bf
Project, groups and Users being implemented in PDC2
2023-02-24 10:16:32 -08:00
ofgarzon2662
ea2bd84eb8
Schema validation working for submitting data to Ledger
2023-02-23 11:02:17 -08:00
Fernando Garzon
4d589074ba
Update Feb 22 2023 - Testing PDC functionalities
2023-02-22 16:46:40 -08:00
Fernando Garzon
4918ef433b
Writing of Schema Struct to PDC working
2023-02-22 09:25:56 -08:00
Fernando Garzon
e1169e061e
PDC Testing ongoing
2023-02-21 17:08:41 -08:00
Fernando Garzon
2d940bcdc6
Tests on PDCs ongoing
2023-02-21 16:27:48 -08:00
Sijo Cherian
8c9fd980b9
go chaincode now sets the Asset owner as client identity certificate string (instead of base64 str)
...
go chaincode now sets the Asset owner as client identity certificate string (instead of base64 str)
Reason for the update: "GetClientIdentity().GetID()" api in go chaincode returns base64 string, while same api in java chaincode returns the same data as string
go & java chaincode sets same owner string
updated js app verify method
Signed-off-by: Sijo Cherian <sijo@ibm.com>
2020-11-25 22:40:04 -05:00
Sijo Cherian
c1424748b0
Asset transfer private-data go-chaincode - Add unit tests ( #290 )
...
* Adding golang application for asset-transfer-basic sample. (#211 )
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
Improved private data Go Chaincode in idiomatic go.
Adding go chaincode unit tests
Signed-off-by: Sijo Cherian <sijo@ibm.com>
* Added unit tests for query-asset chaincode functions
Signed-off-by: Sijo Cherian <sijo@ibm.com>
* Improved README
Signed-off-by: Sijo Cherian <sijo@ibm.com>
* Added unit tests for query-asset chaincode functions
Signed-off-by: Sijo Cherian <sijo@ibm.com>
* Fixed json.Marsal usage per review comments, Improved DeleteAsset validation
Added owner collection check for DeleteAsset chaincode
JS app now demos a new expected error on DeleteAsset by a non-owner org
Signed-off-by: Sijo Cherian <sijo@ibm.com>
Co-authored-by: Dereck <Chongxin.Luo@ibm.com>
Co-authored-by: Sijo Cherian <sijo@ibm.com>
2020-08-25 10:04:03 -04:00