Something is wrong on Hoodi, as stable previously tests while simulating exits now fail with reverts:
1) Integration: AccountingOracle extra data full items
should process extra data with full items for all modules with norExitedItems=0, sdvtExitedItems=0, csmExitedItems=1:
Error: VM Exception while processing transaction: reverted with custom error 'ReportedExitedValidatorsExceedDeposited(4090, 2)'
2) Integration: AccountingOracle extra data full items
should process extra data with full items for all modules with norExitedItems=0, sdvtExitedItems=1, csmExitedItems=1:
Error: VM Exception while processing transaction: reverted with custom error 'ReportedExitedValidatorsExceedDeposited(4090, 2)'
3) Integration: AccountingOracle extra data full items
should process extra data with full items for all modules with norExitedItems=1, sdvtExitedItems=0, csmExitedItems=1:
Error: VM Exception while processing transaction: reverted with custom error 'ReportedExitedValidatorsExceedDeposited(4090, 2)'
4) Integration: AccountingOracle extra data full items
should process extra data with full items for all modules with norExitedItems=1, sdvtExitedItems=1, csmExitedItems=1:
Error: VM Exception while processing transaction: reverted with custom error 'ReportedExitedValidatorsExceedDeposited(4090, 2)'
Something is wrong on Hoodi, as stable previously tests while simulating exits now fail with reverts:
Example: https://github.com/lidofinance/core/actions/runs/20524138384/job/58965186235