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

Fix val set size #87

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fix val set size #87

merged 1 commit into from
Dec 3, 2024

Conversation

R-Santev
Copy link
Collaborator

@R-Santev R-Santev commented Dec 3, 2024

In the node, we have to set a limit on the validator set size that has more power than the rule set in the core-contracts.
It means that if the max validator set size is set to 50 in the contracts and 150 in the node, the actual validators will be up to 50.
If the max validator set size is set to 200 in the contracts and 150 in the node, the actual validators will be up to 150.

This PR just updates the default limit in the node.

@R-Santev R-Santev requested a review from Vitomir2 December 3, 2024 11:52
@R-Santev R-Santev changed the base branch from prod to develop December 3, 2024 11:53
@R-Santev R-Santev merged commit 06ce770 into develop Dec 3, 2024
5 checks passed
@R-Santev R-Santev deleted the fix-val-set-size branch December 3, 2024 12:24
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