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

Add reader mode and revert unnecessary changes to sunodo validator mode #566

Merged

Commits on Aug 16, 2024

  1. feat(config): add reader mode

    This fixes an issue where the advance-runner was being set to run in
    reader mode whenever the claimer was disabled.
    marcelstanley committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e6df274 View commit details
    Browse the repository at this point in the history
  2. fix(config): claimer not disabled on experimental mode

    Reverts change that forced the claimer to be disabled when the sunodo
    validator mode is enabled. Both configurations must be set separately as
    usual.
    marcelstanley committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e429307 View commit details
    Browse the repository at this point in the history
  3. fix(config): adjust condition to load Auth config

    For no obvious reason, the sunodo validator mode was been evaluated
    marcelstanley committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ac1044b View commit details
    Browse the repository at this point in the history