Skip to content

Commit c73144f

Browse files
committed
chore: bump CL spec version to beta.1
1 parent cf23839 commit c73144f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/beacon-node/test/spec/specTestVersioning.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {DownloadTestsOptions} from "@lodestar/spec-test-util/downloadTests";
1414
const __dirname = path.dirname(fileURLToPath(import.meta.url));
1515

1616
export const ethereumConsensusSpecsTests: DownloadTestsOptions = {
17-
specVersion: "v1.5.0-beta.0",
17+
specVersion: "v1.5.0-beta.1",
1818
// Target directory is the host package root: 'packages/*/spec-tests'
1919
outputDir: path.join(__dirname, "../../spec-tests"),
2020
specTestsRepoUrl: "https://github.com/ethereum/consensus-spec-tests",

packages/params/test/e2e/ensure-config-is-synced.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {loadConfigYaml} from "../yaml.js";
88
// Not e2e, but slow. Run with e2e tests
99

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

0 commit comments

Comments
 (0)