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

Conversation

nicolasochem
Copy link
Collaborator

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.

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 nicolasochem merged commit 6927884 into master Mar 10, 2023
@nicolasochem nicolasochem deleted the per_baker_toggle branch December 16, 2023 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants