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

per-baker toggle vote customization #552

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Commits on Feb 23, 2023

  1. per-baker toggle vote customization

    This allows a baking tezos-k8s setup to customize votes per baker.
    
    Until now, the per-baker votes are set under the `protocols:` object of
    values.yaml. The votes are listed per prototol and apply to all bakers.
    
    You can now pass a similar `protocols:` object to each account under the
    `accounts:` object of values.yaml. It will override the global config.
    
    I tried on minikube with 2 bakers, with or without customization of the
    votes. I observed in the baker logs that the toggles were as expected.
    nicolasochem committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    6236a5f View commit details
    Browse the repository at this point in the history