hyperledger / hyperledger/fabric
[feature]peer lifecycle chaincode package support external chaincode
Open
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
During learning and comparing external chaincode
`bin/peer lifecycle chaincode package --label=diagnose --lang=external --path=...chaincode/golang/diagnose ccPackage.tar.gz`
I see the failure
```
Error: failed to normalize chaincode path: unknown chaincodeType: EXTERNAL
```
Is there any chance we can add external chaincode as allowed chaincodeType for this command?
Contributor guide
Assessment
This issue has not been assessed yet.