fabric
fabric copied to clipboard
Document addition and removal of BFT nodes from channel config
There is currently no documentation that explains how to edit the channel config to add a new orderer node and remove it.
For BFT, the following things need to be taken care of:
- Add the orderer to the consenter mapping
- Add the orderer's endpoint to the endpoints.
- Adjust the block validation policy accordingly.
Similarly, for removal.
I will Take it.
https://github.com/hyperledger/fabric-samples/pull/1047