mgmt-update-ela-network-definition příkazy pro schvalování aplikování update bloků:
To ADD ANCHOR PEER: ./mgmt-update-ela-network-definition.sh addAnchorPeer -o ORG_ID -c CHANNEL_ID
To get LATEST configuration block to git for channel (can be system channel): ./mgmt-update-ela-network-definition.sh getConfig -c CHANNEL_ID
To APPLY change TX on channel: ./mgmt-update-ela-network-definition.sh applyChangeTx -c CHANNEL_ID
To SIGN change TX as peer organization on channel: ./mgmt-update-ela-network-definition.sh signChangeTx -c CHANNEL_ID
To APPLY change TX with orderer signature on channel (can be system channel): ./mgmt-update-ela-network-definition.sh applyChangeTxAsOrd -c CHANNEL_ID
To SIGN change TX as orderer organization on channel: ./mgmt-update-ela-network-definition.sh signChangeTxAsOrd -c CHANNEL_ID
Available switches for APPLY/SIGN commands:
-n To not pull/copy block from git. The last used block in ./ela-node/channel-artifacts will be used
-b Will download block from blockchain(admin channel) to use (search done based on original block hash)
To get CREATE new CHANNEL: ./mgmt-update-ela-network-definition.sh createChannel -c CHANNEL_ID„