Skip to content

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
Contributor

@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
@0x0aa0 0x0aa0 deleted the ejector-return branch April 16, 2024 19:55
* @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);
Copy link
Contributor

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