-
Notifications
You must be signed in to change notification settings - Fork 24
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
Validators per operator cap: 500 to 1000 #513
Validators per operator cap: 500 to 1000 #513
Conversation
* Solve entropy in simple case in which a fixed key can be used * Solve entropy in test type by changing the test spec: removing CypherText and using fixed keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just in the description. link to the SIP
@MatheusFranco99 |
@GalRogozinski |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🔥
* reset on dev * Tests - Remove entropy in tests (#507) * Solve entropy in simple case in which a fixed key can be used * Solve entropy in test type by changing the test spec: removing CypherText and using fixed keys * udpate max signatures in PartialSignatureMessages * update max signatures in maxmsgsize tests * generate JSON tests
* reset on dev * Tests - Remove entropy in tests (#507) * Solve entropy in simple case in which a fixed key can be used * Solve entropy in test type by changing the test spec: removing CypherText and using fixed keys * udpate max signatures in PartialSignatureMessages * update max signatures in maxmsgsize tests * generate JSON tests
Overview
This PR implements the spec changes associated with the update of the number of validators per operator from 500 to 1000.
Namely, it changes the number of signatures allowed in the
PartialSignatureMessages
structure.