You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to some of the changes on the Electra spec, we ended up duplicating a few methods between EpochProcessorElectra and AbstractBlockProcessing.
Due to their global scope on consensus-spec, this is not an issue there. However, in Teku's implementation, we need to move them somewhere sensible and remove the duplication.
Duplicated methods:
isValidDepositSignature
addValidatorToRegistry
The text was updated successfully, but these errors were encountered:
Due to some of the changes on the Electra spec, we ended up duplicating a few methods between
EpochProcessorElectra
andAbstractBlockProcessing
.Due to their global scope on consensus-spec, this is not an issue there. However, in Teku's implementation, we need to move them somewhere sensible and remove the duplication.
Duplicated methods:
isValidDepositSignature
addValidatorToRegistry
The text was updated successfully, but these errors were encountered: