-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
HyperledgerenhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Description
Is your feature request related to a problem? Please describe.
Currently, the installation script installChaincode.sh installs some version (which can be specified in a parameter) of our chain code. This assumes that no chaincode is installed yet.
There are more scenarios for a network in production like updating existing chaincode and installing several chaincode packages side by side. There should be an option for specifying the channel on which the chaincode is installed and maybe also the set of peers.
Describe the solution you'd like
We should extend the functionalities of the installChaincode script while keeping its complexity manageable. Features should be:
- Updating chaincode (new version)
- Installing chaincode to a channel that already has a chaincode defined on it
- Specifying another channel than mychannel
- Specifying the set of peers on which we want to install the chaincode
- Maybe: Building the chaincode using a job instead of on the host machine
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HyperledgerenhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on