hyperledger-labs / fablo

Fablo is a simple tool to generate the Hyperledger Fabric blockchain network and run it on Docker. It supports RAFT and solo consensus protocols, multiple organizations and channels, chaincode installation and upgrade.
Apache License 2.0
188 stars 72 forks source link

Network upgrade / manage network lifecycle #140

Open dzikowski opened 3 years ago

dzikowski commented 3 years ago

Introduce or improve commands to manage network lifecycle, for example:

This comment is up to date with Fablo 1.1.0

ramsey-dao-dmtp commented 1 year ago

Hi @dzikowski , I'm looking for:

Via Fablo-config.json file Can the current version (1.1.0) can do this?

dzikowski commented 1 year ago

Unfortunately no. Right now we don't support many changes when the Fablo network is running. You can configure orgs, channels, chaincodes etc. before the network is started. I extended the initial comment to reflect the current state.