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

Feature/remove docker sentry nodes #410

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2023

  1. Remove sentry nodes from docker setup

    Currently all validators connect to validator-0 instead of bootstrap (see `02-init-chain.sh:56`)
    ulope committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c888682 View commit details
    Browse the repository at this point in the history
  2. Change chain init roles

    This changes the `validator` role to create a configuration for a
    network exposed validator. The previous setting, where
    `--role validator` set the parameters for an isolated validator behind a
    `sentry` mode can now be configured by using
    `--role isolated-validator`.
    
    This is now more in line with the setup used in
    https://github.com/shutter-network/snapshot-keyper which means less
    configuration changes are needed during the setup.
    
    It also allows for a simpler local docker compose test setup.
    konradkonrad authored and ulope committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    99d375e View commit details
    Browse the repository at this point in the history
  3. Simplify init-chain script

    konradkonrad authored and ulope committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2e36e74 View commit details
    Browse the repository at this point in the history