Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support quorum tessera blockchain node #310

Commits on Jun 28, 2024

  1. Add environment vars cli flag to stack init

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6f4f577 View commit details
    Browse the repository at this point in the history
  2. Update concatenate environment variable function name

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6c69867 View commit details
    Browse the repository at this point in the history
  3. Add quorum blockchain node provider

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4bc7744 View commit details
    Browse the repository at this point in the history
  4. Start multiple quorum and tessera containers

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2056886 View commit details
    Browse the repository at this point in the history
  5. Switch to using entrypoint file for quorum

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    85013cf View commit details
    Browse the repository at this point in the history
  6. Unlock only member specific accounts per quorum node

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7df502d View commit details
    Browse the repository at this point in the history
  7. Store private transaction manager keys in stack state and add tests

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ddd5226 View commit details
    Browse the repository at this point in the history
  8. Expose ptm base port as a cli flag

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8f0eefb View commit details
    Browse the repository at this point in the history
  9. Add tesseraEnabled flag and explicitly only allow quorum with tessera…

    … pair
    
    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fe36fcb View commit details
    Browse the repository at this point in the history
  10. Make quorum consensus configurable via cli flag

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    91c6a1f View commit details
    Browse the repository at this point in the history
  11. Remove private ptm private key references during stack creation

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a8910c1 View commit details
    Browse the repository at this point in the history
  12. Remove duplicate dd for tessera

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    23480c5 View commit details
    Browse the repository at this point in the history
  13. Refactor quorum docker entrypoint creation to its own file

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e780adf View commit details
    Browse the repository at this point in the history
  14. Check that Tessera ports are available

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1589b82 View commit details
    Browse the repository at this point in the history
  15. Update tessera container name to have stack name

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    55a8385 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Fix PR review comments

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c78b926 View commit details
    Browse the repository at this point in the history
  2. Remove unused volume parameter when creating quorum entrypoint

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3af75a7 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect consensus args

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    19cb418 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Add tests for quorum package

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2a12af0 View commit details
    Browse the repository at this point in the history
  2. Update gas limit for quorum

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    608c838 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Make consensus and tessera args generic

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    18dc785 View commit details
    Browse the repository at this point in the history
  2. Disable evmconnect with tessera temporarily

    Signed-off-by: rodion <rodion.lim@partior.com>
    rodion-lim-partior committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ae22e11 View commit details
    Browse the repository at this point in the history