Commit graph

3 commits

Author SHA1 Message Date
SurbhiAgarwal1
c818584873 Polish Java chaincode metadata and improve .gitignore 2026-04-17 21:05:59 +05:30
SurbhiAgarwal1
67f1cbc800 Complete ledger-queries Java chaincode with full parity
- Add TransferAssetByColor using composite keys.
- Add range query methods (GetAssetsByRange, GetAssetsByRangeWithPagination).
- Ensure composite key management in Create/Update/Delete methods.

Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
2026-04-16 09:11:06 +05:30
SurbhiAgarwal1
36545ecb6b Fix #1148: Support CouchDB index deployment for Java chaincode
- Update packageCC.sh to correctly copy META-INF to the distribution directory.
- Port asset-transfer-ledger-queries to Java to provide a sample with rich query support.
- Ensure all Java chaincodes use src/main/resources/META-INF for standard index placement.

Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
2026-04-16 05:37:44 +05:30