Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

feat: support to disable private transaction managers #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

solidnerd
Copy link

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
Copy link

CLAassistant commented Sep 17, 2021

CLA assistant check
All committers have signed the CLA.

@solidnerd
Copy link
Author

@libby, Can you check it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants