Consensys / qubernetes

Quorum on Kubernetes.
https://www.goquorum.com
53 stars 33 forks source link

feat: support to disable private transaction managers #131

Open solidnerd opened 3 years ago

solidnerd commented 3 years ago

This is an implementation to support for none private transaction managers for generating all Kubernetes manifests

The current implementation allows both ways of support so you can set it explicit and implicit

Explicit would mean here:

  - Node_UserIdent: quorum-node1
    Key_Dir: key1
    quorum:
      quorum:
        # supported: (raft | istanbul)
        consensus: istanbul
        Quorum_Version: 2.6.0
      tm:
        # (tessera|constellation|none)
        Name: none
        Tm_Version: 0.10.4

And implicit

  - Node_UserIdent: quorum-node1
    Key_Dir: key1
    quorum:
      quorum:
        # supported: (raft | istanbul)
        consensus: istanbul
        Quorum_Version: 2.6.0

119

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

solidnerd commented 3 years ago

@libby, Can you check it?