hyperledger / cello

Operating System for Enterprise Blockchain
https://wiki.hyperledger.org/display/cello
Apache License 2.0
886 stars 439 forks source link

Chaincode Package API FE BE not match #603

Open xichen1 opened 3 months ago

xichen1 commented 3 months ago

Now BE requires api/v1/chaincodes/chaincodeRepo, but the FE requires api/v1/chaincodes/package. Need to match either of them.

The payload is not match as well. FE sends the payload chaincodePackage: and description: but BE requires file: and description:

xichen1 commented 3 months ago

mentioned by #598