ethereum/consensus-specs#5061 updated the compute_weak_subjectivity_period function in the spec but we haven't updated that as part of #9305
relevant code
|
export function computeWeakSubjectivityPeriod(config: ChainForkConfig, state: BeaconStateAllForks): number { |
ethereum/consensus-specs#5061 updated the
compute_weak_subjectivity_periodfunction in the spec but we haven't updated that as part of #9305relevant code
lodestar/packages/state-transition/src/util/weakSubjectivity.ts
Line 70 in ff409c4