You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is hard to manage chaincode lifecycle in purely distributed environment. It is good to have a central registry and automated jobs to pull the latest version, and perform installation & approval of the chaincode at every peer. (Installation on every peer, approval at org level).
Following are the features to be considered,
Central registry / can leverage filestore itself
Dashboard to manage lifecycle and upload chaincodes (Falcon ops dashboard)
Job associated with every peer to pull and install new chaincode
Job to approve chaincode if new version is installed. (Based on the version)
Feedback mechanism to central dashboard for job status. (For tracking)
Chaincode commit and rollback mechanism from dashboard (Falcon ops dashboard)
Sample payload which can be pulled by JOB to perform the cc lifecycle management jobs.
It is hard to manage chaincode lifecycle in purely distributed environment. It is good to have a central registry and automated jobs to pull the latest version, and perform installation & approval of the chaincode at every peer. (Installation on every peer, approval at org level).
Following are the features to be considered,
Sample payload which can be pulled by JOB to perform the cc lifecycle management jobs.
The text was updated successfully, but these errors were encountered: