Support dev mode for Fabric v3
Opened this issue · 0 comments
dzikowski commented
- Dev mode in Fablo works for solo consensus and TLS disabled only
- Also Fablo supports RAFT consensus with TLS only
- Fabric v3 drops support for solo consensus, so we need to use RAFT
So the question is how to support dev mode for Fabric v3, and:
- It seems we need to use RAFT
- We don't know if we should use TLS, maybe it should be RAFT with no TLS
- This might be useful sample for profile: https://github.com/hyperledger/fabric/blob/main/sampleconfig/configtx.yaml#L608
- We should have bash test that verifies if dev mode works