forked from Consensys/teku
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned up some reftest issues with epoch processing (Consensys#8296)
- can't conditionally check isEligibleForActivation like we were - effectiveBalanceUpdates wasn't in electra so wasn't taking into account the new MaxEB. This change isn't ideal, but it is in line with spec. we might need to cache if the validator is compounding so that we don't need to get the validator objects for every validator. - HistoricalSummaries were in capella, but we extended Bellatrix, so that needed fixing Signed-off-by: Paul Harris <[email protected]>
- Loading branch information
Showing
2 changed files
with
52 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters