-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: add create slashable stake quorum func #531
feat: add create slashable stake quorum func #531
Conversation
|
||
chainWriter := clients.AvsRegistryChainWriter | ||
|
||
// Beyond MaxOperatorCount, the other params are not used anywhere other than in registerOperatorWithChurn |
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's this comment?
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.
It's an explanation to the struct elements, and also explains that does not matters the attribute values
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
What Changed?
Adds CreateSlashableStakeQuorum and a test case adding a slashable stake quorum and verifying registry coordinator's quorum number has increased.
Also aims to fix partially issue #518
Reviewer Checklist