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

feat: return operators ejected #228

Merged
merged 1 commit into from
Apr 16, 2024
Merged

feat: return operators ejected #228

merged 1 commit into from
Apr 16, 2024

Conversation

0x0aa0
Copy link
Contributor

@0x0aa0 0x0aa0 commented Apr 16, 2024

ejectOperators() returns the number of operators actually ejected for each quorum

@0x0aa0 0x0aa0 requested review from gpsanant and jianoaix April 16, 2024 19:00
Copy link

@jianoaix jianoaix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@0x0aa0 0x0aa0 merged commit 0328639 into dev Apr 16, 2024
3 checks passed
@0x0aa0 0x0aa0 deleted the ejector-return branch April 16, 2024 19:55
@@ -32,7 +32,7 @@ interface IEjectionManager {
* @notice Ejects operators from the AVSs registryCoordinator under a ratelimit
* @param _operatorIds The ids of the operators to eject for each quorum
*/
function ejectOperators(bytes32[][] memory _operatorIds) external;
function ejectOperators(bytes32[][] memory _operatorIds) external returns (uint256[] memory);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for late feedback: can we return uint32 instead? There won't be so many operators to eject

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.

3 participants