Skip to content

Commit

Permalink
use consensus spec v1.5.0-alpha.0 test vectors; use Nim v2.0.4 specif…
Browse files Browse the repository at this point in the history
…ically for 2.0.x (#6221)
  • Loading branch information
tersec committed Apr 19, 2024
1 parent 80edebf commit 73738c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cpu: amd64
- os: windows
cpu: amd64
branch: [~, upstream/version-1-6, upstream/version-2-0]
branch: [~, upstream/version-1-6, v2.0.4]
exclude:
- target:
os: macos
Expand All @@ -47,7 +47,7 @@ jobs:
include:
- branch: upstream/version-1-6
branch-short: version-1-6
- branch: upstream/version-2-0
- branch: v2.0.4
branch-short: version-2-0
nimflags-extra: --mm:refc
- target:
Expand Down
2 changes: 1 addition & 1 deletion beacon_chain/spec/datatypes/base.nim
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export
tables, results, endians2, json_serialization, sszTypes, beacon_time, crypto,
digest, presets

const SPEC_VERSION* = "1.4.0"
const SPEC_VERSION* = "1.5.0-alpha.0"
## Spec version we're aiming to be compatible with, right now

const
Expand Down
2 changes: 1 addition & 1 deletion tests/consensus_spec/test_fixture_fork_choice.nim
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ template fcSuite(suiteName: static[string], testPathElem: static[string]) =
let testsPath = presetPath/path/testPathElem
if kind != pcDir or not os_ops.dirExists(testsPath):
continue
if testsPath.contains("/eip6110/") or testsPath.contains("\\eip6110\\"):
if testsPath.contains("/electra/") or testsPath.contains("\\electra\\"):
continue
let fork = forkForPathComponent(path).valueOr:
raiseAssert "Unknown test fork: " & testsPath
Expand Down
2 changes: 1 addition & 1 deletion vendor/nim-eth2-scenarios

0 comments on commit 73738c7

Please sign in to comment.