fabric-samples/asset-transfer-private-data/application-gateway-go
Mark S. Lewis f865a9ea51
Fix private-data TypeScript chaincode (#1357)
The build is only testing the Go chaincode for the
asset-transfer-private-data sample. The behavior of the TypeScript
chaincode implementation is not consistent with the Go and Java
versions, which prevents it from working correctly.

This change fixes the TypeScript chaincode implementation for the
asset-transfer-private-data sample so that it works correctly.
Additionally, some JSON property names are explicitly set in the Go
client application sample, which prevented it from working with the Java
and TypeScript chaincode implementations.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2025-11-04 10:55:27 -05:00
..
app.go Fix private-data TypeScript chaincode (#1357) 2025-11-04 10:55:27 -05:00
connect.go Add off-chain-data go client application (#1269) 2025-03-05 17:26:33 +00:00
go.mod Update fabric-gateway to v1.8.0 (#1336) 2025-07-25 17:10:49 +09:00
go.sum Update fabric-gateway to v1.8.0 (#1336) 2025-07-25 17:10:49 +09:00