-
Notifications
You must be signed in to change notification settings - Fork 212
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
Tests for operator penalties / slashing cases #228
Comments
This is possible as one of the branches of hierarchically-organized tests I mentioned in #224 Need to decide should we proceed with this |
BTW Vlad Kuchinsky reported that he observes unexpected behavior of node operators reward addresses balances in the case of penalties. After the oracles report decreased numbers, the stETH balances of node operators reward addresses grow instead of decrease. I wasn't able to reproduce this within e2e. In my environment the behavior meets expectations.
I guess it's either some sort of misconfiguration of Vlad's environment or some processes (like deposits or reporting increased numbers) running in parallel. |
Had a troubleshooting session with Vlad. Not reproduced in his e2e env with incremental (step-by-step) approach. This business-logic should be extensively covered by tests. |
We want to have automated test scenarios for cases where some Node Operators get penalties and/or slashed and subsequently stopped by the DAO.
The text was updated successfully, but these errors were encountered: