-
Notifications
You must be signed in to change notification settings - Fork 80
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
Cleanup baseline power check #459
Labels
Comments
@ZenGround0 @LesnyRumcajs is this still relevant? |
@LesnyRumcajs and @ZenGround0 does this ticket track cleanup of
|
@sudo-shashank I believe it tracks only this particular piece of logic. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Baseline power checks come with a rounding error which is visible for epoch zero, like here (same in Rust here).
(copied from discussion with @ZenGround0 regarding reward actor invariant checks that were failing for
prior_epoch == -1
)Given the above, I'll go with the easy solution for now but it would be nice to improve the check with the suggestions above.
Related invariant check
The text was updated successfully, but these errors were encountered: