We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BLSMockAVSDeployer does horrible things to generate a sorted list of random operator ids:
BLSMockAVSDeployer
https://github.com/layr-labs/eigenlayer-middleware/blob/cac457271cc43feb8aefe886ef359a4f6621cb9c/test/utils/BLSMockAVSDeployer.sol#L57-L67
This results in tests failing very rarely due to "out of gas". We should sort operatorIds here rather than hashing elements.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BLSMockAVSDeployer
does horrible things to generate a sorted list of random operator ids:https://github.com/layr-labs/eigenlayer-middleware/blob/cac457271cc43feb8aefe886ef359a4f6621cb9c/test/utils/BLSMockAVSDeployer.sol#L57-L67
This results in tests failing very rarely due to "out of gas". We should sort operatorIds here rather than hashing elements.
The text was updated successfully, but these errors were encountered: