Skip to content

Commit

Permalink
Bump CL spec version to alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Dec 19, 2024
1 parent 06ec5f6 commit 71e73b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/beacon-node/test/spec/specTestVersioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {DownloadTestsOptions} from "@lodestar/spec-test-util/downloadTests";
const __dirname = path.dirname(fileURLToPath(import.meta.url));

export const ethereumConsensusSpecsTests: DownloadTestsOptions = {
specVersion: "v1.5.0-alpha.9",
specVersion: "v1.5.0-alpha.10",
// Target directory is the host package root: 'packages/*/spec-tests'
outputDir: path.join(__dirname, "../../spec-tests"),
specTestsRepoUrl: "https://github.com/ethereum/consensus-spec-tests",
Expand Down
1 change: 0 additions & 1 deletion packages/state-transition/src/util/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ export function getNextSyncCommitteeIndices(
const MAX_EFFECTIVE_BALANCE_INCREMENT = MAX_EFFECTIVE_BALANCE / EFFECTIVE_BALANCE_INCREMENT;

const epoch = computeEpochAtSlot(state.slot) + 1;

const activeValidatorCount = activeValidatorIndices.length;
const seed = getSeed(state, epoch, DOMAIN_SYNC_COMMITTEE);

Expand Down

0 comments on commit 71e73b2

Please sign in to comment.