I am working with hyperledger fabric samples v2.5.9 and want to be able to use BFT. The only solution I’ve found is to use the BETA v3.0.0 of fabric. I would like to avoid this and there seems to be a way to do this within v2.5.9, but I can’t seem to figure out how to configure it properly.
Just trying to run the network with BFT doesn’t work and the -h command details that -bft isn’t supported in versions v2.x. Whenever I find related documentation in the hyperledger fabric docs, it will reference v3.0 and I don’t know that that documentation will be effective on v2.5.9. I was able to run ./network.sh up -bft
but not ./network.sh createChannel -bft
as it said: Failed to generate channel configuration transaction...
Gabriel Schiller is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.