-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
testsWhen it comes to testing the codeWhen it comes to testing the code
Description
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)'
Example: https://github.com/lidofinance/core/actions/runs/20524138384/job/58965186235
Metadata
Metadata
Assignees
Labels
testsWhen it comes to testing the codeWhen it comes to testing the code