Replace INTERVALS_PER_SLOT with explicit slot component times (#7944)

https://github.com/ethereum/consensus-specs/pull/4476


  


Co-Authored-By: Barnabas Busa <barnabas.busa@ethereum.org>

Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>

Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu>

Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com>

Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
Eitan Seri-Levi
2026-02-01 21:58:42 -08:00
committed by GitHub
parent cd8049a696
commit 3ecf964385
56 changed files with 579 additions and 184 deletions

View File

@@ -235,6 +235,7 @@ pub fn process_sync_committee_signatures<T: BeaconChainTypes>(
seen_timestamp,
verified.sync_message(),
&chain.slot_clock,
&chain.spec,
);
verified_for_pool = Some(verified);
@@ -376,6 +377,7 @@ pub fn process_signed_contribution_and_proofs<T: BeaconChainTypes>(
verified_contribution.aggregate(),
verified_contribution.participant_pubkeys(),
&chain.slot_clock,
&chain.spec,
);
verified_contributions.push((index, verified_contribution));