-
Notifications
You must be signed in to change notification settings - Fork 198
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
Update signature aggregation test #322
Conversation
a8b0960
to
052e86f
Compare
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
052e86f
to
f433e3c
Compare
StartIndex: 4, | ||
NumChunks: 2, | ||
mock.MakeOperatorId(2): { | ||
StartIndex: 3, |
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.
What were these changes for, just out of curiosity? Not transparent to me.
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.
A couple issues with the chain state mock.
a63f5c4
to
4beb492
Compare
4beb492
to
59f5af6
Compare
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.
looks good!
Co-authored-by: Robert Raynor <[email protected]>
Co-authored-by: Robert Raynor <[email protected]>
Why are these changes needed?
This PR refactors chain data mock to be more flexible and handle multiple quorums, and adds few more test cases for signature aggregation
Checks