Skip to content

Commit

Permalink
Merge 73ccfd7 into 90bd72f
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Feb 9, 2025
2 parents 90bd72f + 73ccfd7 commit 11b8937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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-beta.1",
specVersion: "v1.5.0-beta.2",
// 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
2 changes: 1 addition & 1 deletion packages/params/test/e2e/ensure-config-is-synced.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {loadConfigYaml} from "../yaml.js";
// Not e2e, but slow. Run with e2e tests

/** https://github.com/ethereum/consensus-specs/releases */
const specConfigCommit = "v1.5.0-beta.1";
const specConfigCommit = "v1.5.0-beta.2";
/**
* Fields that we filter from local config when doing comparison.
* Ideally this should be empty as it is not spec compliant
Expand Down

0 comments on commit 11b8937

Please sign in to comment.